83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"formstream@1.1.1",
|
|
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
|
|
]
|
|
],
|
|
"_from": "formstream@1.1.1",
|
|
"_id": "formstream@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-FyWdJEDDXKlzbbn0X7O6P4Zpx1A=",
|
|
"_location": "/formstream",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "formstream@1.1.1",
|
|
"name": "formstream",
|
|
"escapedName": "formstream",
|
|
"rawSpec": "1.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/urllib"
|
|
],
|
|
"_resolved": "https://registry.nlark.com/formstream/download/formstream-1.1.1.tgz",
|
|
"_spec": "1.1.1",
|
|
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
|
|
"author": {
|
|
"name": "fengmk2",
|
|
"email": "fengmk2@gmail.com",
|
|
"url": "https://fengmk2.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-modules/formstream/issues"
|
|
},
|
|
"dependencies": {
|
|
"destroy": "^1.0.4",
|
|
"mime": "^2.5.2",
|
|
"pause-stream": "~0.0.11"
|
|
},
|
|
"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"
|
|
}
|