{ "_args": [ [ "multiparty@4.1.3", "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools" ] ], "_from": "multiparty@4.1.3", "_id": "multiparty@4.1.3", "_inBundle": false, "_integrity": "sha1-PEPH/LGJbhdGBDap3Qtu8WaOT5Q=", "_location": "/multiparty", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "multiparty@4.1.3", "name": "multiparty", "escapedName": "multiparty", "rawSpec": "4.1.3", "saveSpec": null, "fetchSpec": "4.1.3" }, "_requiredBy": [ "/static-server2" ], "_resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.1.3.tgz", "_spec": "4.1.3", "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools", "author": { "name": "Andrew Kelley", "email": "superjoe30@gmail.com" }, "bugs": { "url": "https://github.com/pillarjs/multiparty/issues" }, "dependencies": { "fd-slicer": "~1.0.1" }, "description": "multipart/form-data parser which supports streaming", "devDependencies": { "findit2": "~2.2.3", "istanbul": "~0.4.3", "mkdirp": "~0.5.1", "pend": "~1.2.0", "rimraf": "~2.5.2", "superagent": "~0.21.0" }, "directories": { "example": "examples", "test": "test" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/pillarjs/multiparty#readme", "keywords": [ "file", "upload", "formidable", "stream", "s3" ], "license": "MIT", "main": "index.js", "name": "multiparty", "repository": { "type": "git", "url": "git+ssh://git@github.com/pillarjs/multiparty.git" }, "scripts": { "test": "node test/test.js", "test-cov": "istanbul cover test/test.js", "test-travis": "istanbul cover test/test.js --report lcovonly" }, "version": "4.1.3" }