{ "_from": "formstream@^1.1.0", "_id": "formstream@1.1.1", "_inBundle": false, "_integrity": "sha512-yHRxt3qLFnhsKAfhReM4w17jP+U1OlhUjnKPPtonwKbIJO7oBP0MvoxkRUwb8AU9n0MIkYy5X5dK6pQnbj+R2Q==", "_location": "/formstream", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "formstream@^1.1.0", "name": "formstream", "escapedName": "formstream", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/urllib" ], "_resolved": "https://registry.npmjs.org/formstream/-/formstream-1.1.1.tgz", "_shasum": "17259d2440c35ca9736db9f45fb3ba3f8669c750", "_spec": "formstream@^1.1.0", "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\urllib", "author": { "name": "fengmk2", "email": "fengmk2@gmail.com", "url": "https://fengmk2.com" }, "bugs": { "url": "https://github.com/node-modules/formstream/issues" }, "bundleDependencies": false, "dependencies": { "destroy": "^1.0.4", "mime": "^2.5.2", "pause-stream": "~0.0.11" }, "deprecated": false, "description": "A multipart/form-data encoded stream, helper for file upload.", "devDependencies": { "autod": "*", "connect-multiparty": "1", "express": "^4.16.4", "istanbul": "*", "mocha": "3", "pedding": "1", "should": "4", "urllib": "2" }, "files": [ "lib" ], "homepage": "https://github.com/node-modules/formstream#readme", "keywords": [ "form", "stream", "multipart", "form-data", "upload", "postfile", "request" ], "license": "MIT", "main": "lib/formstream.js", "name": "formstream", "repository": { "type": "git", "url": "git://github.com/node-modules/formstream.git" }, "scripts": { "autod": "autod -w --prefix '^'", "jshint": "jshint .", "test": "mocha -R spec -t 5000 -r should test/*.test.js", "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 5000 -r should test/*.test.js", "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 5000 -r should test/*.test.js" }, "version": "1.1.1" }