package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "axios@0.17.1",
  5. "D:\\Nokia办公\\new\\ease-flow\\ease-h5\\OnlineCollaboration2.0"
  6. ]
  7. ],
  8. "_from": "axios@0.17.1",
  9. "_id": "axios@0.17.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-LY4+XQvb1zJ/kbyBT1xXZg+Bgk0=",
  12. "_location": "/axios",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "axios@0.17.1",
  18. "name": "axios",
  19. "escapedName": "axios",
  20. "rawSpec": "0.17.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.17.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "http://registry.npm.taobao.org/axios/download/axios-0.17.1.tgz",
  28. "_spec": "0.17.1",
  29. "_where": "D:\\Nokia办公\\new\\ease-flow\\ease-h5\\OnlineCollaboration2.0",
  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.2.5",
  47. "is-buffer": "^1.1.5"
  48. },
  49. "description": "Promise based HTTP client for the browser and node.js",
  50. "devDependencies": {
  51. "bundlesize": "^0.5.7",
  52. "coveralls": "^2.11.9",
  53. "es6-promise": "^4.0.5",
  54. "grunt": "^1.0.1",
  55. "grunt-banner": "^0.6.0",
  56. "grunt-cli": "^1.2.0",
  57. "grunt-contrib-clean": "^1.0.0",
  58. "grunt-contrib-nodeunit": "^1.0.0",
  59. "grunt-contrib-watch": "^1.0.0",
  60. "grunt-eslint": "^19.0.0",
  61. "grunt-karma": "^2.0.0",
  62. "grunt-ts": "^6.0.0-beta.3",
  63. "grunt-webpack": "^1.0.18",
  64. "istanbul-instrumenter-loader": "^1.0.0",
  65. "jasmine-core": "^2.4.1",
  66. "karma": "^1.3.0",
  67. "karma-chrome-launcher": "^2.0.0",
  68. "karma-coverage": "^1.0.0",
  69. "karma-firefox-launcher": "^1.0.0",
  70. "karma-jasmine": "^1.0.2",
  71. "karma-jasmine-ajax": "^0.1.13",
  72. "karma-opera-launcher": "^1.0.0",
  73. "karma-phantomjs-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. "phantomjs-prebuilt": "^2.1.7",
  82. "sinon": "^1.17.4",
  83. "typescript": "^2.0.3",
  84. "url-search-params": "^0.6.1",
  85. "webpack": "^1.13.1",
  86. "webpack-dev-server": "^1.14.1"
  87. },
  88. "homepage": "https://github.com/axios/axios",
  89. "keywords": [
  90. "xhr",
  91. "http",
  92. "ajax",
  93. "promise",
  94. "node"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "axios",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/axios/axios.git"
  102. },
  103. "scripts": {
  104. "build": "NODE_ENV=production grunt build",
  105. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  106. "examples": "node ./examples/server.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. "version": "0.17.1"
  115. }