mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
100 lines
2.2 KiB
JSON
100 lines
2.2 KiB
JSON
{
|
|
"name": "multer",
|
|
"description": "Middleware for handling `multipart/form-data`.",
|
|
"version": "1.0.6",
|
|
"contributors": [
|
|
{
|
|
"name": "Hage Yaapa",
|
|
"email": "captain@hacksparrow.com",
|
|
"url": "http://www.hacksparrow.com"
|
|
},
|
|
{
|
|
"name": "Jaret Pfluger",
|
|
"email": "https://github.com/jpfluger"
|
|
},
|
|
{
|
|
"name": "Linus Unnebäck",
|
|
"email": "linus@folkdatorn.se"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expressjs/multer.git"
|
|
},
|
|
"keywords": [
|
|
"form",
|
|
"post",
|
|
"multipart",
|
|
"form-data",
|
|
"formdata",
|
|
"express",
|
|
"middleware"
|
|
],
|
|
"dependencies": {
|
|
"append-field": "^0.1.0",
|
|
"busboy": "^0.2.11",
|
|
"concat-stream": "^1.5.0",
|
|
"mkdirp": "^0.5.1",
|
|
"object-assign": "^3.0.0",
|
|
"on-finished": "^2.3.0",
|
|
"type-is": "^1.6.4",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"express": "^4.13.1",
|
|
"form-data": "^1.0.0-rc1",
|
|
"fs-temp": "^0.1.2",
|
|
"mocha": "^2.2.5",
|
|
"rimraf": "^2.4.1",
|
|
"standard": "^4.5.4",
|
|
"testdata-w3c-json-form": "^0.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"index.js",
|
|
"storage/",
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"test": "standard && mocha"
|
|
},
|
|
"gitHead": "63dd4f1dd32bfa53d9f4a54f7969d85ce0e9ba25",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/multer/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/multer#readme",
|
|
"_id": "multer@1.0.6",
|
|
"_shasum": "526524f6bf59a38a54e0621208b5d0a54f507a7d",
|
|
"_from": "multer@*",
|
|
"_npmVersion": "2.12.1",
|
|
"_nodeVersion": "0.12.7",
|
|
"_npmUser": {
|
|
"name": "linusu",
|
|
"email": "linus@folkdatorn.se"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "hacksparrow",
|
|
"email": "captain@hacksparrow.com"
|
|
},
|
|
{
|
|
"name": "linusu",
|
|
"email": "linus@folkdatorn.se"
|
|
},
|
|
{
|
|
"name": "jpfluger",
|
|
"email": "japes@aberlorn.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "526524f6bf59a38a54e0621208b5d0a54f507a7d",
|
|
"tarball": "http://registry.npmjs.org/multer/-/multer-1.0.6.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/multer/-/multer-1.0.6.tgz"
|
|
}
|