package.json (3235B)
1 { 2 "_from": "form-data@~2.3.2", 3 "_id": "form-data@2.3.3", 4 "_inBundle": false, 5 "_integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", 6 "_location": "/form-data", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "form-data@~2.3.2", 12 "name": "form-data", 13 "escapedName": "form-data", 14 "rawSpec": "~2.3.2", 15 "saveSpec": null, 16 "fetchSpec": "~2.3.2" 17 }, 18 "_requiredBy": [ 19 "/request" 20 ], 21 "_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", 22 "_shasum": "dcce52c05f644f298c6a7ab936bd724ceffbf3a6", 23 "_spec": "form-data@~2.3.2", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/request", 25 "author": { 26 "name": "Felix Geisendörfer", 27 "email": "felix@debuggable.com", 28 "url": "http://debuggable.com/" 29 }, 30 "browser": "./lib/browser", 31 "bugs": { 32 "url": "https://github.com/form-data/form-data/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": { 36 "asynckit": "^0.4.0", 37 "combined-stream": "^1.0.6", 38 "mime-types": "^2.1.12" 39 }, 40 "deprecated": false, 41 "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", 42 "devDependencies": { 43 "browserify": "^13.1.1", 44 "browserify-istanbul": "^2.0.0", 45 "coveralls": "^2.11.14", 46 "cross-spawn": "^4.0.2", 47 "eslint": "^3.9.1", 48 "fake": "^0.2.2", 49 "far": "^0.0.7", 50 "formidable": "^1.0.17", 51 "in-publish": "^2.0.0", 52 "is-node-modern": "^1.0.0", 53 "istanbul": "^0.4.5", 54 "obake": "^0.1.2", 55 "phantomjs-prebuilt": "^2.1.13", 56 "pkgfiles": "^2.3.0", 57 "pre-commit": "^1.1.3", 58 "request": "2.76.0", 59 "rimraf": "^2.5.4", 60 "tape": "^4.6.2" 61 }, 62 "engines": { 63 "node": ">= 0.12" 64 }, 65 "homepage": "https://github.com/form-data/form-data#readme", 66 "license": "MIT", 67 "main": "./lib/form_data", 68 "name": "form-data", 69 "pre-commit": [ 70 "lint", 71 "ci-test", 72 "check" 73 ], 74 "repository": { 75 "type": "git", 76 "url": "git://github.com/form-data/form-data.git" 77 }, 78 "scripts": { 79 "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage", 80 "check": "istanbul check-coverage coverage/coverage*.json", 81 "ci-lint": "is-node-modern 6 && npm run lint || is-node-not-modern 6", 82 "ci-test": "npm run test && npm run browser && npm run report", 83 "debug": "verbose=1 ./test/run.js", 84 "files": "pkgfiles --sort=name", 85 "get-version": "node -e \"console.log(require('./package.json').version)\"", 86 "lint": "eslint lib/*.js test/*.js test/integration/*.js", 87 "postpublish": "npm run restore-readme", 88 "posttest": "istanbul report lcov text", 89 "predebug": "rimraf coverage test/tmp", 90 "prepublish": "in-publish && npm run update-readme || not-in-publish", 91 "pretest": "rimraf coverage test/tmp", 92 "report": "istanbul report lcov text", 93 "restore-readme": "mv README.md.bak README.md", 94 "test": "istanbul cover test/run.js", 95 "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md" 96 }, 97 "version": "2.3.3" 98 }