| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "multiparty@4.1.3",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
- ]
- ],
- "_from": "multiparty@4.1.3",
- "_id": "multiparty@4.1.3",
- "_inBundle": false,
- "_integrity": "sha1-PEPH/LGJbhdGBDap3Qtu8WaOT5Q=",
- "_location": "/multiparty",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "multiparty@4.1.3",
- "name": "multiparty",
- "escapedName": "multiparty",
- "rawSpec": "4.1.3",
- "saveSpec": null,
- "fetchSpec": "4.1.3"
- },
- "_requiredBy": [
- "/static-server2"
- ],
- "_resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.1.3.tgz",
- "_spec": "4.1.3",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
- "author": {
- "name": "Andrew Kelley",
- "email": "superjoe30@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/pillarjs/multiparty/issues"
- },
- "dependencies": {
- "fd-slicer": "~1.0.1"
- },
- "description": "multipart/form-data parser which supports streaming",
- "devDependencies": {
- "findit2": "~2.2.3",
- "istanbul": "~0.4.3",
- "mkdirp": "~0.5.1",
- "pend": "~1.2.0",
- "rimraf": "~2.5.2",
- "superagent": "~0.21.0"
- },
- "directories": {
- "example": "examples",
- "test": "test"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "homepage": "https://github.com/pillarjs/multiparty#readme",
- "keywords": [
- "file",
- "upload",
- "formidable",
- "stream",
- "s3"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "multiparty",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/pillarjs/multiparty.git"
- },
- "scripts": {
- "test": "node test/test.js",
- "test-cov": "istanbul cover test/test.js",
- "test-travis": "istanbul cover test/test.js --report lcovonly"
- },
- "version": "4.1.3"
- }
|