{ "name": "formstream", "version": "1.1.0", "description": "A multipart/form-data encoded stream, helper for file upload.", "main": "lib/formstream.js", "files": [ "lib" ], "scripts": { "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", "jshint": "jshint .", "autod": "autod -w --prefix '^'" }, "repository": { "type": "git", "url": "git://github.com/node-modules/formstream.git" }, "keywords": [ "form", "stream", "multipart", "form-data", "upload", "postfile", "request" ], "dependencies": { "destroy": "^1.0.4", "mime": "^1.3.4", "pause-stream": "~0.0.11" }, "devDependencies": { "autod": "*", "connect-multiparty": "1", "express": "4", "istanbul": "*", "mocha": "*", "pedding": "1", "should": "4", "urllib": "2" }, "author": "fengmk2 (http://fengmk2.github.com)", "license": "MIT", "__npminstall_done": "Thu Dec 24 2020 20:20:41 GMT+0800 (CST)", "_from": "formstream@1.1.0", "_resolved": "https://registry.npm.taobao.org/formstream/download/formstream-1.1.0.tgz" }