package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "axios",
  3. "_id": "axios@0.27.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
  6. "_location": "/axios",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "axios",
  12. "name": "axios",
  13. "escapedName": "axios",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/axios/-/axios-0.27.2.tgz",
  23. "_shasum": "207658cc8621606e586c85db4b41a750e756d972",
  24. "_spec": "axios",
  25. "_where": "D:\\测试\\wyUniapp",
  26. "author": {
  27. "name": "Matt Zabriskie"
  28. },
  29. "browser": {
  30. "./lib/adapters/http.js": "./lib/adapters/xhr.js",
  31. "./lib/defaults/env/FormData.js": "./lib/helpers/null.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/axios/axios/issues"
  35. },
  36. "bundleDependencies": false,
  37. "bundlesize": [
  38. {
  39. "path": "./dist/axios.min.js",
  40. "threshold": "5kB"
  41. }
  42. ],
  43. "dependencies": {
  44. "follow-redirects": "^1.14.9",
  45. "form-data": "^4.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Promise based HTTP client for the browser and node.js",
  49. "devDependencies": {
  50. "abortcontroller-polyfill": "^1.7.3",
  51. "coveralls": "^3.1.1",
  52. "dtslint": "^4.2.1",
  53. "es6-promise": "^4.2.8",
  54. "formidable": "^2.0.1",
  55. "grunt": "^1.4.1",
  56. "grunt-banner": "^0.6.0",
  57. "grunt-cli": "^1.4.3",
  58. "grunt-contrib-clean": "^2.0.0",
  59. "grunt-contrib-watch": "^1.1.0",
  60. "grunt-eslint": "^24.0.0",
  61. "grunt-karma": "^4.0.2",
  62. "grunt-mocha-test": "^0.13.3",
  63. "grunt-webpack": "^5.0.0",
  64. "istanbul-instrumenter-loader": "^3.0.1",
  65. "jasmine-core": "^2.4.1",
  66. "karma": "^6.3.17",
  67. "karma-chrome-launcher": "^3.1.1",
  68. "karma-firefox-launcher": "^2.1.2",
  69. "karma-jasmine": "^1.1.1",
  70. "karma-jasmine-ajax": "^0.1.13",
  71. "karma-safari-launcher": "^1.0.0",
  72. "karma-sauce-launcher": "^4.3.6",
  73. "karma-sinon": "^1.0.5",
  74. "karma-sourcemap-loader": "^0.3.8",
  75. "karma-webpack": "^4.0.2",
  76. "load-grunt-tasks": "^5.1.0",
  77. "minimist": "^1.2.6",
  78. "mocha": "^8.2.1",
  79. "sinon": "^4.5.0",
  80. "terser-webpack-plugin": "^4.2.3",
  81. "typescript": "^4.6.3",
  82. "url-search-params": "^0.10.0",
  83. "webpack": "^4.44.2",
  84. "webpack-dev-server": "^3.11.0"
  85. },
  86. "homepage": "https://axios-http.com",
  87. "jsdelivr": "dist/axios.min.js",
  88. "keywords": [
  89. "xhr",
  90. "http",
  91. "ajax",
  92. "promise",
  93. "node"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "axios",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/axios/axios.git"
  101. },
  102. "scripts": {
  103. "build": "NODE_ENV=production grunt build",
  104. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  105. "examples": "node ./examples/server.js",
  106. "fix": "eslint --fix lib/**/*.js",
  107. "preversion": "grunt version && npm test",
  108. "start": "node ./sandbox/server.js",
  109. "test": "grunt test && dtslint"
  110. },
  111. "types": "index.d.ts",
  112. "typings": "./index.d.ts",
  113. "unpkg": "dist/axios.min.js",
  114. "version": "0.27.2"
  115. }