A suite to track Project Diva score statistics and ratings / D4DJ event data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
projectdivar/server/node_modules/express-fileupload/package.json

78 lines
2.0 KiB

{
"_from": "express-fileupload",
"_id": "express-fileupload@1.1.7-alpha.4",
"_inBundle": false,
"_integrity": "sha512-uNl/TB3adUH25cDRp1gDoXQ38SdIZXOAVzC54G/xnOAa4M3maBWiZTVz39cnoQ7TXhmYXYpnOfMDMbqSelXFmQ==",
"_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.7-alpha.4.tgz",
"_shasum": "c87dcb7880fe2e5a1d15ea97a225719c5ac0a30d",
"_spec": "express-fileupload",
"_where": "/home/sigonasr2/divar/server",
"author": {
"name": "Richard Girges",
"email": "richardgirges@gmail.com"
},
"bugs": {
"url": "https://github.com/richardgirges/express-fileupload/issues"
},
"bundleDependencies": false,
"dependencies": {
"busboy": "^0.3.1"
},
"deprecated": false,
"description": "Simple express file upload middleware that wraps around Busboy",
"devDependencies": {
"body-parser": "^1.19.0",
"coveralls": "^3.0.14",
"eslint": "^6.8.0",
"express": "^4.17.1",
"istanbul": "^0.4.5",
"md5": "^2.2.1",
"mocha": "^7.2.0",
"rimraf": "^3.0.2",
"supertest": "^4.0.2"
},
"engines": {
"node": ">=8.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 node_modules/mocha/bin/_mocha -- -R spec"
},
"version": "1.1.7-alpha.4"
}