package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "axios@0.25.0",
  3. "_id": "axios@0.25.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==",
  6. "_location": "/axios",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "axios@0.25.0",
  12. "name": "axios",
  13. "escapedName": "axios",
  14. "rawSpec": "0.25.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.25.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/axios/-/axios-0.25.0.tgz",
  23. "_shasum": "349cfbb31331a9b4453190791760a8d35b093e0a",
  24. "_spec": "axios@0.25.0",
  25. "_where": "C:\\Users\\小公主\\Desktop\\班级\\VIP32\\购物商城\\project",
  26. "author": {
  27. "name": "Matt Zabriskie"
  28. },
  29. "browser": {
  30. "./lib/adapters/http.js": "./lib/adapters/xhr.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/axios/axios/issues"
  34. },
  35. "bundleDependencies": false,
  36. "bundlesize": [
  37. {
  38. "path": "./dist/axios.min.js",
  39. "threshold": "5kB"
  40. }
  41. ],
  42. "dependencies": {
  43. "follow-redirects": "^1.14.7"
  44. },
  45. "deprecated": false,
  46. "description": "Promise based HTTP client for the browser and node.js",
  47. "devDependencies": {
  48. "abortcontroller-polyfill": "^1.5.0",
  49. "coveralls": "^3.0.0",
  50. "dtslint": "^4.1.6",
  51. "es6-promise": "^4.2.4",
  52. "grunt": "^1.3.0",
  53. "grunt-banner": "^0.6.0",
  54. "grunt-cli": "^1.2.0",
  55. "grunt-contrib-clean": "^1.1.0",
  56. "grunt-contrib-watch": "^1.0.0",
  57. "grunt-eslint": "^23.0.0",
  58. "grunt-karma": "^4.0.0",
  59. "grunt-mocha-test": "^0.13.3",
  60. "grunt-webpack": "^4.0.2",
  61. "istanbul-instrumenter-loader": "^1.0.0",
  62. "jasmine-core": "^2.4.1",
  63. "karma": "^6.3.2",
  64. "karma-chrome-launcher": "^3.1.0",
  65. "karma-firefox-launcher": "^2.1.0",
  66. "karma-jasmine": "^1.1.1",
  67. "karma-jasmine-ajax": "^0.1.13",
  68. "karma-safari-launcher": "^1.0.0",
  69. "karma-sauce-launcher": "^4.3.6",
  70. "karma-sinon": "^1.0.5",
  71. "karma-sourcemap-loader": "^0.3.8",
  72. "karma-webpack": "^4.0.2",
  73. "load-grunt-tasks": "^3.5.2",
  74. "minimist": "^1.2.0",
  75. "mocha": "^8.2.1",
  76. "sinon": "^4.5.0",
  77. "terser-webpack-plugin": "^4.2.3",
  78. "typescript": "^4.0.5",
  79. "url-search-params": "^0.10.0",
  80. "webpack": "^4.44.2",
  81. "webpack-dev-server": "^3.11.0"
  82. },
  83. "homepage": "https://axios-http.com",
  84. "jsdelivr": "dist/axios.min.js",
  85. "keywords": [
  86. "xhr",
  87. "http",
  88. "ajax",
  89. "promise",
  90. "node"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "axios",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/axios/axios.git"
  98. },
  99. "scripts": {
  100. "build": "NODE_ENV=production grunt build",
  101. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  102. "examples": "node ./examples/server.js",
  103. "fix": "eslint --fix lib/**/*.js",
  104. "postversion": "git push && git push --tags",
  105. "preversion": "grunt version && npm test",
  106. "start": "node ./sandbox/server.js",
  107. "test": "grunt test && dtslint",
  108. "version": "npm run build && git add -A dist && git add CHANGELOG.md bower.json package.json"
  109. },
  110. "types": "index.d.ts",
  111. "typings": "./index.d.ts",
  112. "unpkg": "dist/axios.min.js",
  113. "version": "0.25.0"
  114. }