package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "axios@^0.18.1",
  3. "_id": "axios@0.18.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==",
  6. "_location": "/axios",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "axios@^0.18.1",
  14. "name": "axios",
  15. "escapedName": "axios",
  16. "rawSpec": "^0.18.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^0.18.1"
  19. },
  20. "_requiredBy": [
  21. "#DEV:/"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/axios/-/axios-0.18.1.tgz",
  24. "_shasum": "ff3f0de2e7b5d180e757ad98000f1081b87bcea3",
  25. "_spec": "axios@^0.18.1",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  27. "author": {
  28. "name": "Matt Zabriskie"
  29. },
  30. "browser": {
  31. "./lib/adapters/http.js": "./lib/adapters/xhr.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/axios/axios/issues"
  35. },
  36. "bundleDependencies": false,
  37. "bundlesize": [
  38. {
  39. "path": "./dist/axios.min.js",
  40. "threshold": "5kB"
  41. }
  42. ],
  43. "dependencies": {
  44. "follow-redirects": "1.5.10",
  45. "is-buffer": "^2.0.2"
  46. },
  47. "deprecated": "Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410",
  48. "description": "Promise based HTTP client for the browser and node.js",
  49. "devDependencies": {
  50. "bundlesize": "^0.5.7",
  51. "coveralls": "^2.11.9",
  52. "es6-promise": "^4.0.5",
  53. "grunt": "^1.0.1",
  54. "grunt-banner": "^0.6.0",
  55. "grunt-cli": "^1.2.0",
  56. "grunt-contrib-clean": "^1.0.0",
  57. "grunt-contrib-nodeunit": "^1.0.0",
  58. "grunt-contrib-watch": "^1.0.0",
  59. "grunt-eslint": "^19.0.0",
  60. "grunt-karma": "^2.0.0",
  61. "grunt-ts": "^6.0.0-beta.3",
  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.0.0",
  67. "karma-coverage": "^1.0.0",
  68. "karma-firefox-launcher": "^1.0.0",
  69. "karma-jasmine": "^1.0.2",
  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.1.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. "sinon": "^1.17.4",
  80. "typescript": "^2.0.3",
  81. "url-search-params": "^0.6.1",
  82. "webpack": "^1.13.1",
  83. "webpack-dev-server": "^1.14.1"
  84. },
  85. "homepage": "https://github.com/axios/axios",
  86. "keywords": [
  87. "xhr",
  88. "http",
  89. "ajax",
  90. "promise",
  91. "node"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "axios",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/axios/axios.git"
  99. },
  100. "scripts": {
  101. "build": "NODE_ENV=production grunt build",
  102. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  103. "examples": "node ./examples/server.js",
  104. "postversion": "git push && git push --tags",
  105. "preversion": "npm test",
  106. "start": "node ./sandbox/server.js",
  107. "test": "grunt test && bundlesize",
  108. "version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
  109. },
  110. "typings": "./index.d.ts",
  111. "version": "0.18.1"
  112. }