package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "form-data@^4.0.0",
  3. "_id": "form-data@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
  6. "_location": "/form-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "form-data@^4.0.0",
  12. "name": "form-data",
  13. "escapedName": "form-data",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/axios"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.2.tgz",
  22. "_shasum": "35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c",
  23. "_spec": "form-data@^4.0.0",
  24. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\axios",
  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.8",
  38. "es-set-tostringtag": "^2.1.0",
  39. "mime-types": "^2.1.12"
  40. },
  41. "deprecated": false,
  42. "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
  43. "devDependencies": {
  44. "@types/combined-stream": "^1.0.6",
  45. "@types/mime-types": "^2.1.4",
  46. "@types/node": "^12.20.55",
  47. "browserify": "^13.3.0",
  48. "browserify-istanbul": "^2.0.0",
  49. "coveralls": "^3.1.1",
  50. "cross-spawn": "^6.0.6",
  51. "eslint": "^6.8.0",
  52. "fake": "^0.2.2",
  53. "far": "^0.0.7",
  54. "formidable": "^1.2.6",
  55. "in-publish": "^2.0.1",
  56. "is-node-modern": "^1.0.0",
  57. "istanbul": "^0.4.5",
  58. "obake": "^0.1.2",
  59. "pkgfiles": "^2.3.2",
  60. "pre-commit": "^1.2.2",
  61. "puppeteer": "^1.20.0",
  62. "request": "~2.87.0",
  63. "rimraf": "^2.7.1",
  64. "tape": "^5.9.0",
  65. "typescript": "^3.9.10"
  66. },
  67. "engines": {
  68. "node": ">= 6"
  69. },
  70. "homepage": "https://github.com/form-data/form-data#readme",
  71. "license": "MIT",
  72. "main": "./lib/form_data",
  73. "name": "form-data",
  74. "pre-commit": [
  75. "lint",
  76. "ci-test",
  77. "check"
  78. ],
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/form-data/form-data.git"
  82. },
  83. "scripts": {
  84. "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage",
  85. "check": "istanbul check-coverage coverage/coverage*.json",
  86. "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
  87. "ci-test": "npm run tests-only && npm run browser && npm run report",
  88. "debug": "verbose=1 ./test/run.js",
  89. "files": "pkgfiles --sort=name",
  90. "get-version": "node -e \"console.log(require('./package.json').version)\"",
  91. "lint": "eslint --ext=js,mjs .",
  92. "postpublish": "npm run restore-readme",
  93. "posttest": "npx npm@'>=10.2' audit --production",
  94. "posttests-only": "istanbul report lcov text",
  95. "predebug": "rimraf coverage test/tmp",
  96. "prepublish": "in-publish && npm run update-readme || not-in-publish",
  97. "pretest": "npm run lint",
  98. "pretests-only": "rimraf coverage test/tmp",
  99. "report": "istanbul report lcov text",
  100. "restore-readme": "mv README.md.bak README.md",
  101. "test": "npm run tests-only",
  102. "tests-only": "istanbul cover test/run.js",
  103. "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md"
  104. },
  105. "typings": "./index.d.ts",
  106. "version": "4.0.2"
  107. }