package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "axios@0.21.1",
  5. "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp"
  6. ]
  7. ],
  8. "_from": "axios@0.21.1",
  9. "_id": "axios@0.21.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
  12. "_location": "/axios",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "axios@0.21.1",
  18. "name": "axios",
  19. "escapedName": "axios",
  20. "rawSpec": "0.21.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.21.1"
  23. },
  24. "_requiredBy": [
  25. "/vod-js-sdk-v6"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
  28. "_spec": "0.21.1",
  29. "_where": "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp",
  30. "author": {
  31. "name": "Matt Zabriskie"
  32. },
  33. "browser": {
  34. "./lib/adapters/http.js": "./lib/adapters/xhr.js"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/axios/axios/issues"
  38. },
  39. "bundlesize": [
  40. {
  41. "path": "./dist/axios.min.js",
  42. "threshold": "5kB"
  43. }
  44. ],
  45. "dependencies": {
  46. "follow-redirects": "^1.10.0"
  47. },
  48. "description": "Promise based HTTP client for the browser and node.js",
  49. "devDependencies": {
  50. "bundlesize": "^0.17.0",
  51. "coveralls": "^3.0.0",
  52. "es6-promise": "^4.2.4",
  53. "grunt": "^1.0.2",
  54. "grunt-banner": "^0.6.0",
  55. "grunt-cli": "^1.2.0",
  56. "grunt-contrib-clean": "^1.1.0",
  57. "grunt-contrib-watch": "^1.0.0",
  58. "grunt-eslint": "^20.1.0",
  59. "grunt-karma": "^2.0.0",
  60. "grunt-mocha-test": "^0.13.3",
  61. "grunt-ts": "^6.0.0-beta.19",
  62. "grunt-webpack": "^1.0.18",
  63. "istanbul-instrumenter-loader": "^1.0.0",
  64. "jasmine-core": "^2.4.1",
  65. "karma": "^1.3.0",
  66. "karma-chrome-launcher": "^2.2.0",
  67. "karma-coverage": "^1.1.1",
  68. "karma-firefox-launcher": "^1.1.0",
  69. "karma-jasmine": "^1.1.1",
  70. "karma-jasmine-ajax": "^0.1.13",
  71. "karma-opera-launcher": "^1.0.0",
  72. "karma-safari-launcher": "^1.0.0",
  73. "karma-sauce-launcher": "^1.2.0",
  74. "karma-sinon": "^1.0.5",
  75. "karma-sourcemap-loader": "^0.3.7",
  76. "karma-webpack": "^1.7.0",
  77. "load-grunt-tasks": "^3.5.2",
  78. "minimist": "^1.2.0",
  79. "mocha": "^5.2.0",
  80. "sinon": "^4.5.0",
  81. "typescript": "^2.8.1",
  82. "url-search-params": "^0.10.0",
  83. "webpack": "^1.13.1",
  84. "webpack-dev-server": "^1.14.1"
  85. },
  86. "homepage": "https://github.com/axios/axios",
  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. "postversion": "git push && git push --tags",
  108. "preversion": "npm test",
  109. "start": "node ./sandbox/server.js",
  110. "test": "grunt test && bundlesize",
  111. "version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
  112. },
  113. "typings": "./index.d.ts",
  114. "unpkg": "dist/axios.min.js",
  115. "version": "0.21.1"
  116. }