2025-04-23 09:34:08 +08:00

84 lines
2.0 KiB
JSON

{
"_args": [
[
"connect-multiparty@2.2.0",
"E:\\new-xy\\xy-server"
]
],
"_from": "connect-multiparty@2.2.0",
"_id": "connect-multiparty@2.2.0",
"_inBundle": false,
"_integrity": "sha1-tJMkgtuimPgrilS3D7YOxdcjk8M=",
"_location": "/connect-multiparty",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "connect-multiparty@2.2.0",
"name": "connect-multiparty",
"escapedName": "connect-multiparty",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/connect-multiparty/download/connect-multiparty-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "E:\\new-xy\\xy-server",
"author": {
"name": "Andrew Kelley",
"email": "superjoe30@gmail.com"
},
"bugs": {
"url": "https://github.com/expressjs/connect-multiparty/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
"http-errors": "~1.7.0",
"multiparty": "~4.2.1",
"on-finished": "~2.3.0",
"qs": "~6.5.2",
"type-is": "~1.6.16"
},
"description": "multipart parsing middleware for connect using multiparty",
"devDependencies": {
"connect": "3.6.6",
"eslint": "2.13.1",
"mocha": "5.2.0",
"nyc": "11.9.0",
"safe-buffer": "5.1.2",
"should": "13.2.3",
"supertest": "3.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"homepage": "https://github.com/expressjs/connect-multiparty#readme",
"license": "MIT",
"name": "connect-multiparty",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/connect-multiparty.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec",
"test-ci": "nyc --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"version": "2.2.0"
}