package.json 3.1 KB

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