package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "axios@0.18.1",
  12. "name": "axios",
  13. "escapedName": "axios",
  14. "rawSpec": "0.18.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.18.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/axios/-/axios-0.18.1.tgz",
  23. "_shasum": "ff3f0de2e7b5d180e757ad98000f1081b87bcea3",
  24. "_spec": "axios@0.18.1",
  25. "_where": "D:\\workSpace\\dealer_front",
  26. "author": {
  27. "name": "Matt Zabriskie"
  28. },
  29. "browser": {
  30. "./lib/adapters/http.js": "./lib/adapters/xhr.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/axios/axios/issues"
  34. },
  35. "bundleDependencies": false,
  36. "bundlesize": [
  37. {
  38. "path": "./dist/axios.min.js",
  39. "threshold": "5kB"
  40. }
  41. ],
  42. "dependencies": {
  43. "follow-redirects": "1.5.10",
  44. "is-buffer": "^2.0.2"
  45. },
  46. "deprecated": false,
  47. "description": "Promise based HTTP client for the browser and node.js",
  48. "devDependencies": {
  49. "bundlesize": "^0.5.7",
  50. "coveralls": "^2.11.9",
  51. "es6-promise": "^4.0.5",
  52. "grunt": "^1.0.1",
  53. "grunt-banner": "^0.6.0",
  54. "grunt-cli": "^1.2.0",
  55. "grunt-contrib-clean": "^1.0.0",
  56. "grunt-contrib-nodeunit": "^1.0.0",
  57. "grunt-contrib-watch": "^1.0.0",
  58. "grunt-eslint": "^19.0.0",
  59. "grunt-karma": "^2.0.0",
  60. "grunt-ts": "^6.0.0-beta.3",
  61. "grunt-webpack": "^1.0.18",
  62. "istanbul-instrumenter-loader": "^1.0.0",
  63. "jasmine-core": "^2.4.1",
  64. "karma": "^1.3.0",
  65. "karma-chrome-launcher": "^2.0.0",
  66. "karma-coverage": "^1.0.0",
  67. "karma-firefox-launcher": "^1.0.0",
  68. "karma-jasmine": "^1.0.2",
  69. "karma-jasmine-ajax": "^0.1.13",
  70. "karma-opera-launcher": "^1.0.0",
  71. "karma-safari-launcher": "^1.0.0",
  72. "karma-sauce-launcher": "^1.1.0",
  73. "karma-sinon": "^1.0.5",
  74. "karma-sourcemap-loader": "^0.3.7",
  75. "karma-webpack": "^1.7.0",
  76. "load-grunt-tasks": "^3.5.2",
  77. "minimist": "^1.2.0",
  78. "sinon": "^1.17.4",
  79. "typescript": "^2.0.3",
  80. "url-search-params": "^0.6.1",
  81. "webpack": "^1.13.1",
  82. "webpack-dev-server": "^1.14.1"
  83. },
  84. "homepage": "https://github.com/axios/axios",
  85. "keywords": [
  86. "xhr",
  87. "http",
  88. "ajax",
  89. "promise",
  90. "node"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "axios",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/axios/axios.git"
  98. },
  99. "scripts": {
  100. "build": "NODE_ENV=production grunt build",
  101. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  102. "examples": "node ./examples/server.js",
  103. "postversion": "git push && git push --tags",
  104. "preversion": "npm test",
  105. "start": "node ./sandbox/server.js",
  106. "test": "grunt test && bundlesize",
  107. "version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
  108. },
  109. "typings": "./index.d.ts",
  110. "version": "0.18.1"
  111. }