package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "axios",
  6. "scope": null,
  7. "escapedName": "axios",
  8. "name": "axios",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/Users/wenhongquan/Desktop/visualInspection1"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1491677519217,
  17. "_from": "axios@latest",
  18. "_hasShrinkwrap": false,
  19. "_id": "axios@0.16.1",
  20. "_inCache": true,
  21. "_location": "/axios",
  22. "_nodeVersion": "6.10.1",
  23. "_npmOperationalInternal": {
  24. "host": "packages-18-east.internal.npmjs.com",
  25. "tmp": "tmp/axios-0.16.1.tgz_1491677517114_0.6866208903957158"
  26. },
  27. "_npmUser": {
  28. "name": "nickuraltsev",
  29. "email": "nick.uraltsev@gmail.com"
  30. },
  31. "_npmVersion": "3.10.10",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "axios",
  35. "scope": null,
  36. "escapedName": "axios",
  37. "name": "axios",
  38. "rawSpec": "",
  39. "spec": "latest",
  40. "type": "tag"
  41. },
  42. "_requiredBy": [
  43. "#USER"
  44. ],
  45. "_resolved": "https://registry.npm.taobao.org/axios/download/axios-0.16.1.tgz",
  46. "_shasum": "c0b6d26600842384b8f509e57111f0d2df8223ca",
  47. "_shrinkwrap": null,
  48. "_spec": "axios",
  49. "_where": "/Users/wenhongquan/Desktop/visualInspection1",
  50. "author": {
  51. "name": "Matt Zabriskie"
  52. },
  53. "browser": {
  54. "./lib/adapters/http.js": "./lib/adapters/xhr.js"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/mzabriskie/axios/issues"
  58. },
  59. "dependencies": {
  60. "follow-redirects": "^1.2.3"
  61. },
  62. "description": "Promise based HTTP client for the browser and node.js",
  63. "devDependencies": {
  64. "coveralls": "^2.11.9",
  65. "es6-promise": "^4.0.5",
  66. "grunt": "^1.0.1",
  67. "grunt-banner": "^0.6.0",
  68. "grunt-cli": "^1.2.0",
  69. "grunt-contrib-clean": "^1.0.0",
  70. "grunt-contrib-nodeunit": "^1.0.0",
  71. "grunt-contrib-watch": "^1.0.0",
  72. "grunt-eslint": "^19.0.0",
  73. "grunt-karma": "^2.0.0",
  74. "grunt-ts": "^6.0.0-beta.3",
  75. "grunt-webpack": "^1.0.18",
  76. "istanbul-instrumenter-loader": "^1.0.0",
  77. "jasmine-core": "^2.4.1",
  78. "karma": "^1.3.0",
  79. "karma-chrome-launcher": "^2.0.0",
  80. "karma-coverage": "^1.0.0",
  81. "karma-firefox-launcher": "^1.0.0",
  82. "karma-jasmine": "^1.0.2",
  83. "karma-jasmine-ajax": "^0.1.13",
  84. "karma-opera-launcher": "^1.0.0",
  85. "karma-phantomjs-launcher": "^1.0.0",
  86. "karma-safari-launcher": "^1.0.0",
  87. "karma-sauce-launcher": "^1.1.0",
  88. "karma-sinon": "^1.0.5",
  89. "karma-sourcemap-loader": "^0.3.7",
  90. "karma-webpack": "^1.7.0",
  91. "load-grunt-tasks": "^3.5.2",
  92. "minimist": "^1.2.0",
  93. "phantomjs-prebuilt": "^2.1.7",
  94. "sinon": "^1.17.4",
  95. "typescript": "^2.0.3",
  96. "url-search-params": "^0.6.1",
  97. "webpack": "^1.13.1",
  98. "webpack-dev-server": "^1.14.1"
  99. },
  100. "directories": {},
  101. "dist": {
  102. "shasum": "c0b6d26600842384b8f509e57111f0d2df8223ca",
  103. "size": 146922,
  104. "noattachment": false,
  105. "tarball": "http://registry.npm.taobao.org/axios/download/axios-0.16.1.tgz"
  106. },
  107. "gitHead": "5c8095e48329dacaec1f8d43a9b84ed275fbd0ef",
  108. "homepage": "https://github.com/mzabriskie/axios",
  109. "keywords": [
  110. "xhr",
  111. "http",
  112. "ajax",
  113. "promise",
  114. "node"
  115. ],
  116. "license": "MIT",
  117. "main": "index.js",
  118. "maintainers": [
  119. {
  120. "name": "mzabriskie",
  121. "email": "mzabriskie@gmail.com"
  122. },
  123. {
  124. "name": "nickuraltsev",
  125. "email": "nick.uraltsev@gmail.com"
  126. }
  127. ],
  128. "name": "axios",
  129. "optionalDependencies": {},
  130. "publish_time": 1491677519217,
  131. "readme": "ERROR: No README data found!",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/mzabriskie/axios.git"
  135. },
  136. "scripts": {
  137. "build": "NODE_ENV=production grunt build",
  138. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  139. "examples": "node ./examples/server.js",
  140. "postversion": "git push && git push --tags",
  141. "preversion": "npm test",
  142. "start": "node ./sandbox/server.js",
  143. "test": "grunt test",
  144. "version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
  145. },
  146. "typings": "./index.d.ts",
  147. "version": "0.16.1"
  148. }