99 lines
2.2 KiB
JSON
99 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"multiparty@4.2.2",
|
|
"E:\\new-xy\\xy-server"
|
|
]
|
|
],
|
|
"_from": "multiparty@4.2.2",
|
|
"_id": "multiparty@4.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-vuX7VzckdijTnatJef/W1Xv2DvY=",
|
|
"_location": "/multiparty",
|
|
"_phantomChildren": {
|
|
"depd": "1.1.2",
|
|
"statuses": "1.5.0",
|
|
"toidentifier": "1.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "multiparty@4.2.2",
|
|
"name": "multiparty",
|
|
"escapedName": "multiparty",
|
|
"rawSpec": "4.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/connect-multiparty"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/multiparty/download/multiparty-4.2.2.tgz",
|
|
"_spec": "4.2.2",
|
|
"_where": "E:\\new-xy\\xy-server",
|
|
"author": {
|
|
"name": "Andrew Kelley",
|
|
"email": "superjoe30@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pillarjs/multiparty/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "Felix Geisendörfer",
|
|
"email": "felix@debuggable.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"http-errors": "~1.8.0",
|
|
"safe-buffer": "5.2.1",
|
|
"uid-safe": "2.1.5"
|
|
},
|
|
"description": "multipart/form-data parser which supports streaming",
|
|
"devDependencies": {
|
|
"eslint": "7.5.0",
|
|
"eslint-plugin-markdown": "1.0.2",
|
|
"mkdirp": "0.5.5",
|
|
"mocha": "7.2.0",
|
|
"nyc": "15.1.0",
|
|
"pend": "1.2.0",
|
|
"require-all": "3.0.0",
|
|
"rimraf": "2.6.3",
|
|
"superagent": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/pillarjs/multiparty#readme",
|
|
"keywords": [
|
|
"file",
|
|
"upload",
|
|
"formidable",
|
|
"stream",
|
|
"s3"
|
|
],
|
|
"license": "MIT",
|
|
"name": "multiparty",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pillarjs/multiparty.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --plugin markdown --ext js,md .",
|
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
"test-ci": "nyc --reporter=text npm test",
|
|
"test-cov": "nyc --reporter=html --reporter=text npm test"
|
|
},
|
|
"version": "4.2.2"
|
|
}
|