package.json 3.2 KB

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