{ "_from": "connect-multiparty@^2.1.1", "_id": "connect-multiparty@2.2.0", "_inBundle": false, "_integrity": "sha512-zKcpA7cuXGEhuw9Pz7JmVCFmp85jzGLGm/iiagXTwyEAJp4ypLPtRS/V4IGuGb9KjjrgHBs6P/gDCpZHnFzksA==", "_location": "/connect-multiparty", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "connect-multiparty@^2.1.1", "name": "connect-multiparty", "escapedName": "connect-multiparty", "rawSpec": "^2.1.1", "saveSpec": null, "fetchSpec": "^2.1.1" }, "_requiredBy": [ "/express-admin" ], "_resolved": "https://registry.npmjs.org/connect-multiparty/-/connect-multiparty-2.2.0.tgz", "_shasum": "b4932482dba298f82b8a54b70fb60ec5d72393c3", "_spec": "connect-multiparty@^2.1.1", "_where": "/home/priya/Documents/vision/express-admin/node_modules/express-admin", "author": { "name": "Andrew Kelley", "email": "superjoe30@gmail.com" }, "bugs": { "url": "https://github.com/expressjs/connect-multiparty/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], "dependencies": { "http-errors": "~1.7.0", "multiparty": "~4.2.1", "on-finished": "~2.3.0", "qs": "~6.5.2", "type-is": "~1.6.16" }, "deprecated": false, "description": "multipart parsing middleware for connect using multiparty", "devDependencies": { "connect": "3.6.6", "eslint": "2.13.1", "mocha": "5.2.0", "nyc": "11.9.0", "safe-buffer": "5.1.2", "should": "13.2.3", "supertest": "3.1.0" }, "engines": { "node": ">=0.10.0" }, "files": [ "HISTORY.md", "LICENSE", "README.md", "index.js" ], "homepage": "https://github.com/expressjs/connect-multiparty#readme", "license": "MIT", "name": "connect-multiparty", "repository": { "type": "git", "url": "git+https://github.com/expressjs/connect-multiparty.git" }, "scripts": { "lint": "eslint .", "test": "mocha --reporter spec", "test-ci": "nyc --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" }, "version": "2.2.0" }