79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"_from": "express-fileupload",
|
|
"_id": "express-fileupload@1.1.1-alpha.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-zyZXaguQWdBT6kZL5HIuV//PCpmGKbYlDvu4FEpayeS3ONWwMaELDQPUgyyrEEbCyUhFmqrdHCkCUGL5LMVKEQ==",
|
|
"_location": "/express-fileupload",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "express-fileupload",
|
|
"name": "express-fileupload",
|
|
"escapedName": "express-fileupload",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.1-alpha.1.tgz",
|
|
"_shasum": "cfb452c971e0cc949cc3ccdb1ef578e8afb64716",
|
|
"_spec": "express-fileupload",
|
|
"_where": "D:\\5CHITM\\Diplomarbeit\\repos\\SmartShopper\\express-server",
|
|
"author": {
|
|
"name": "Richard Girges",
|
|
"email": "richardgirges@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/richardgirges/express-fileupload/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"busboy": "^0.2.14",
|
|
"md5": "^2.2.1",
|
|
"streamifier": "^0.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple express file upload middleware that wraps around Busboy",
|
|
"devDependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"coveralls": "^3.0.2",
|
|
"eslint": "^5.9.0",
|
|
"express": "^4.16.3",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^5.2.0",
|
|
"rimraf": "^2.6.2",
|
|
"supertest": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"homepage": "https://github.com/richardgirges/express-fileupload#readme",
|
|
"keywords": [
|
|
"express",
|
|
"file-upload",
|
|
"upload",
|
|
"forms",
|
|
"multipart",
|
|
"files",
|
|
"busboy",
|
|
"middleware"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index",
|
|
"name": "express-fileupload",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/richardgirges/express-fileupload.git"
|
|
},
|
|
"scripts": {
|
|
"coveralls": "cat ./coverage/lcov.info | coveralls",
|
|
"lint": "eslint ./",
|
|
"test": "istanbul cover _mocha -- -R spec"
|
|
},
|
|
"version": "1.1.1-alpha.1"
|
|
}
|