7fife-backend/node_modules/multer/package.json

95 lines
2.2 KiB
JSON

{
"_from": "multer@1.4.5-lts.1",
"_id": "multer@1.4.5-lts.1",
"_inBundle": false,
"_integrity": "sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ==",
"_location": "/multer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "multer@1.4.5-lts.1",
"name": "multer",
"escapedName": "multer",
"rawSpec": "1.4.5-lts.1",
"saveSpec": null,
"fetchSpec": "1.4.5-lts.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/multer/-/multer-1.4.5-lts.1.tgz",
"_shasum": "803e24ad1984f58edffbc79f56e305aec5cfd1ac",
"_spec": "multer@1.4.5-lts.1",
"_where": "/home/appzia-android/Downloads/7fife_api (1)",
"bugs": {
"url": "https://github.com/expressjs/multer/issues"
},
"bundleDependencies": false,
"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"
}
],
"dependencies": {
"append-field": "^1.0.0",
"busboy": "^1.0.0",
"concat-stream": "^1.5.2",
"mkdirp": "^0.5.4",
"object-assign": "^4.1.1",
"type-is": "^1.6.4",
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "Middleware for handling `multipart/form-data`.",
"devDependencies": {
"deep-equal": "^2.0.3",
"express": "^4.13.1",
"form-data": "^1.0.0-rc1",
"fs-temp": "^1.1.2",
"mocha": "^3.5.3",
"rimraf": "^2.4.1",
"standard": "^14.3.3",
"testdata-w3c-json-form": "^1.0.0"
},
"engines": {
"node": ">= 6.0.0"
},
"files": [
"LICENSE",
"index.js",
"storage/",
"lib/"
],
"homepage": "https://github.com/expressjs/multer#readme",
"keywords": [
"form",
"post",
"multipart",
"form-data",
"formdata",
"express",
"middleware"
],
"license": "MIT",
"name": "multer",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/multer.git"
},
"scripts": {
"test": "standard && mocha"
},
"version": "1.4.5-lts.1"
}