项目原始demo,不改动
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
 
 
 
 

116 lignes
3.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "axios@0.19.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_from": "axios@0.19.0",
  9. "_id": "axios@0.19.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-jgm/89kSLhM/e4EByPvdAO09Krg=",
  12. "_location": "/axios",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "axios@0.19.0",
  18. "name": "axios",
  19. "escapedName": "axios",
  20. "rawSpec": "0.19.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.19.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/axios/download/axios-0.19.0.tgz",
  28. "_spec": "0.19.0",
  29. "_where": "D:\\A易云\\YiYunJianZhu",
  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.17.0",
  52. "coveralls": "^3.0.0",
  53. "es6-promise": "^4.2.4",
  54. "grunt": "^1.0.2",
  55. "grunt-banner": "^0.6.0",
  56. "grunt-cli": "^1.2.0",
  57. "grunt-contrib-clean": "^1.1.0",
  58. "grunt-contrib-watch": "^1.0.0",
  59. "grunt-eslint": "^20.1.0",
  60. "grunt-karma": "^2.0.0",
  61. "grunt-mocha-test": "^0.13.3",
  62. "grunt-ts": "^6.0.0-beta.19",
  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.2.0",
  68. "karma-coverage": "^1.1.1",
  69. "karma-firefox-launcher": "^1.1.0",
  70. "karma-jasmine": "^1.1.1",
  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.2.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. "mocha": "^5.2.0",
  81. "sinon": "^4.5.0",
  82. "typescript": "^2.8.1",
  83. "url-search-params": "^0.10.0",
  84. "webpack": "^1.13.1",
  85. "webpack-dev-server": "^1.14.1"
  86. },
  87. "homepage": "https://github.com/axios/axios",
  88. "keywords": [
  89. "xhr",
  90. "http",
  91. "ajax",
  92. "promise",
  93. "node"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "axios",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/axios/axios.git"
  101. },
  102. "scripts": {
  103. "build": "NODE_ENV=production grunt build",
  104. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  105. "examples": "node ./examples/server.js",
  106. "fix": "eslint --fix lib/**/*.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.19.0"
  115. }