package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "axios@0.18.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "axios@0.18.1",
  9. "_id": "axios@0.18.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==",
  12. "_location": "/axios",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "axios@0.18.1",
  18. "name": "axios",
  19. "escapedName": "axios",
  20. "rawSpec": "0.18.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.18.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/axios/-/axios-0.18.1.tgz",
  28. "_spec": "0.18.1",
  29. "_where": "/Users/mac/projects/mime/mine",
  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.5.10",
  47. "is-buffer": "^2.0.2"
  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-safari-launcher": "^1.0.0",
  74. "karma-sauce-launcher": "^1.1.0",
  75. "karma-sinon": "^1.0.5",
  76. "karma-sourcemap-loader": "^0.3.7",
  77. "karma-webpack": "^1.7.0",
  78. "load-grunt-tasks": "^3.5.2",
  79. "minimist": "^1.2.0",
  80. "sinon": "^1.17.4",
  81. "typescript": "^2.0.3",
  82. "url-search-params": "^0.6.1",
  83. "webpack": "^1.13.1",
  84. "webpack-dev-server": "^1.14.1"
  85. },
  86. "homepage": "https://github.com/axios/axios",
  87. "keywords": [
  88. "xhr",
  89. "http",
  90. "ajax",
  91. "promise",
  92. "node"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "axios",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/axios/axios.git"
  100. },
  101. "scripts": {
  102. "build": "NODE_ENV=production grunt build",
  103. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  104. "examples": "node ./examples/server.js",
  105. "postversion": "git push && git push --tags",
  106. "preversion": "npm test",
  107. "start": "node ./sandbox/server.js",
  108. "test": "grunt test && bundlesize",
  109. "version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
  110. },
  111. "typings": "./index.d.ts",
  112. "version": "0.18.1"
  113. }