package.json 3.1 KB

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