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@1.1.9",
"_id": "express-fileupload@1.1.9",
"_inBundle": false,
"_integrity": "sha512-f2w0aoe7lj3NeD8a4MXmYQsqir3Z66I08l9AKq04QbFUAjeZNmPwTlR5Lx2NGwSu/PslsAjGC38MWzo5tTjoBg==",
"_location": "/express-fileupload",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "express-fileupload@1.1.9",
"name": "express-fileupload",
"escapedName": "express-fileupload",
"rawSpec": "1.1.9",
"saveSpec": null,
"fetchSpec": "1.1.9"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.9.tgz",
"_shasum": "e798e9318394ed5083e56217ad6cda576da465d2",
"_spec": "express-fileupload@1.1.9",
"_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": "^7.5.0",
"express": "^4.17.1",
"istanbul": "^0.4.5",
"md5": "^2.2.1",
"mocha": "^8.0.1",
"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.9"
}