package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "vue-axios@2.1.5",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "vue-axios@2.1.5",
  9. "_id": "vue-axios@2.1.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GvS/EhjtcTCcdq+zjQ9oPjEsJKc=",
  12. "_location": "/vue-axios",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-axios@2.1.5",
  18. "name": "vue-axios",
  19. "escapedName": "vue-axios",
  20. "rawSpec": "2.1.5",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.5"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/vue-axios/download/vue-axios-2.1.5.tgz?cache=0&sync_timestamp=1603686546376&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-axios%2Fdownload%2Fvue-axios-2.1.5.tgz",
  28. "_spec": "2.1.5",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  30. "author": {
  31. "name": "Nguyen Quoc Anh",
  32. "url": "imcvampire"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/imcvampire/vue-axios/issues"
  36. },
  37. "description": "A small wrapper for integrating axios to Vuejs",
  38. "devDependencies": {
  39. "axios": "^0.19.0",
  40. "babel-core": "^6.26.3",
  41. "babel-preset-es2015": "^6.24.1",
  42. "gulp": "^3.9.1",
  43. "gulp-babel": "^6.1.2",
  44. "gulp-rename": "^1.4.0",
  45. "gulp-uglifyjs": "^0.6.2",
  46. "vue": "^2.6.10"
  47. },
  48. "files": [
  49. "dist",
  50. "src",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/imcvampire/vue-axios#readme",
  54. "keywords": [
  55. "vue",
  56. "axios",
  57. "wrapper"
  58. ],
  59. "license": "MIT",
  60. "main": "dist/vue-axios.min.js",
  61. "name": "vue-axios",
  62. "peerDependencies": {
  63. "vue": ">= 1.0.0"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/imcvampire/vue-axios.git"
  68. },
  69. "scripts": {
  70. "test": "npm run test"
  71. },
  72. "types": "index.d.ts",
  73. "typing": "index.d.ts",
  74. "version": "2.1.5"
  75. }