package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "axios@0.18.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "axios@0.18.1",
  10. "_id": "axios@0.18.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/z8N4ue10YDnV62YAA8Qgbh7zqM=",
  13. "_location": "/axios",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "axios@0.18.1",
  19. "name": "axios",
  20. "escapedName": "axios",
  21. "rawSpec": "0.18.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.18.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/axios/download/axios-0.18.1.tgz?cache=0&sync_timestamp=1635213996737&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Faxios%2Fdownload%2Faxios-0.18.1.tgz",
  29. "_spec": "0.18.1",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "Matt Zabriskie"
  33. },
  34. "browser": {
  35. "./lib/adapters/http.js": "./lib/adapters/xhr.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/axios/axios/issues"
  39. },
  40. "bundlesize": [
  41. {
  42. "path": "./dist/axios.min.js",
  43. "threshold": "5kB"
  44. }
  45. ],
  46. "dependencies": {
  47. "follow-redirects": "1.5.10",
  48. "is-buffer": "^2.0.2"
  49. },
  50. "description": "Promise based HTTP client for the browser and node.js",
  51. "devDependencies": {
  52. "bundlesize": "^0.5.7",
  53. "coveralls": "^2.11.9",
  54. "es6-promise": "^4.0.5",
  55. "grunt": "^1.0.1",
  56. "grunt-banner": "^0.6.0",
  57. "grunt-cli": "^1.2.0",
  58. "grunt-contrib-clean": "^1.0.0",
  59. "grunt-contrib-nodeunit": "^1.0.0",
  60. "grunt-contrib-watch": "^1.0.0",
  61. "grunt-eslint": "^19.0.0",
  62. "grunt-karma": "^2.0.0",
  63. "grunt-ts": "^6.0.0-beta.3",
  64. "grunt-webpack": "^1.0.18",
  65. "istanbul-instrumenter-loader": "^1.0.0",
  66. "jasmine-core": "^2.4.1",
  67. "karma": "^1.3.0",
  68. "karma-chrome-launcher": "^2.0.0",
  69. "karma-coverage": "^1.0.0",
  70. "karma-firefox-launcher": "^1.0.0",
  71. "karma-jasmine": "^1.0.2",
  72. "karma-jasmine-ajax": "^0.1.13",
  73. "karma-opera-launcher": "^1.0.0",
  74. "karma-safari-launcher": "^1.0.0",
  75. "karma-sauce-launcher": "^1.1.0",
  76. "karma-sinon": "^1.0.5",
  77. "karma-sourcemap-loader": "^0.3.7",
  78. "karma-webpack": "^1.7.0",
  79. "load-grunt-tasks": "^3.5.2",
  80. "minimist": "^1.2.0",
  81. "sinon": "^1.17.4",
  82. "typescript": "^2.0.3",
  83. "url-search-params": "^0.6.1",
  84. "webpack": "^1.13.1",
  85. "webpack-dev-server": "^1.14.1"
  86. },
  87. "homepage": "https://github.com/axios/axios",
  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. "postversion": "git push && git push --tags",
  107. "preversion": "npm test",
  108. "start": "node ./sandbox/server.js",
  109. "test": "grunt test && bundlesize",
  110. "version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
  111. },
  112. "typings": "./index.d.ts",
  113. "version": "0.18.1"
  114. }