You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
3.3 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "form-data@4.0.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_from": "form-data@4.0.1",
  9. "_id": "form-data@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
  12. "_location": "/form-data",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "form-data@4.0.1",
  18. "name": "form-data",
  19. "escapedName": "form-data",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/axios"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz",
  28. "_spec": "4.0.1",
  29. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  30. "author": {
  31. "name": "Felix Geisendörfer",
  32. "email": "felix@debuggable.com",
  33. "url": "http://debuggable.com/"
  34. },
  35. "browser": "./lib/browser",
  36. "bugs": {
  37. "url": "https://github.com/form-data/form-data/issues"
  38. },
  39. "dependencies": {
  40. "asynckit": "^0.4.0",
  41. "combined-stream": "^1.0.8",
  42. "mime-types": "^2.1.12"
  43. },
  44. "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
  45. "devDependencies": {
  46. "@types/node": "^12.0.10",
  47. "browserify": "^13.1.1",
  48. "browserify-istanbul": "^2.0.0",
  49. "coveralls": "^3.0.4",
  50. "cross-spawn": "^6.0.5",
  51. "eslint": "^6.0.1",
  52. "fake": "^0.2.2",
  53. "far": "^0.0.7",
  54. "formidable": "^1.0.17",
  55. "in-publish": "^2.0.0",
  56. "is-node-modern": "^1.0.0",
  57. "istanbul": "^0.4.5",
  58. "obake": "^0.1.2",
  59. "pkgfiles": "^2.3.0",
  60. "pre-commit": "^1.1.3",
  61. "puppeteer": "^1.19.0",
  62. "request": "^2.88.0",
  63. "rimraf": "^2.7.1",
  64. "tape": "^4.6.2",
  65. "typescript": "^3.5.2"
  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.1"
  107. }