package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "vue-hot-reload-api@2.3.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vue-hot-reload-api@2.3.3",
  10. "_id": "vue-hot-reload-api@2.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-J1b0bLMlgFTF9HI96K5+hzAqHM8=",
  13. "_location": "/vue-hot-reload-api",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vue-hot-reload-api@2.3.3",
  19. "name": "vue-hot-reload-api",
  20. "escapedName": "vue-hot-reload-api",
  21. "rawSpec": "2.3.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.3"
  24. },
  25. "_requiredBy": [
  26. "/vue-loader"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/vue-hot-reload-api/download/vue-hot-reload-api-2.3.3.tgz",
  29. "_spec": "2.3.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Evan You"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/vuejs/vue-hot-reload-api/issues"
  36. },
  37. "description": "hot reload api for *.vue components",
  38. "devDependencies": {
  39. "buble": "^0.19.6",
  40. "jest": "^23.6.0",
  41. "vue": "^2.5.21"
  42. },
  43. "files": [
  44. "dist"
  45. ],
  46. "homepage": "https://github.com/vuejs/vue-hot-reload-api#readme",
  47. "keywords": [
  48. "vue",
  49. "hot",
  50. "reload"
  51. ],
  52. "license": "MIT",
  53. "main": "dist/index.js",
  54. "name": "vue-hot-reload-api",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/vuejs/vue-hot-reload-api.git"
  58. },
  59. "scripts": {
  60. "build": "buble src -o dist",
  61. "prepublishOnly": "npm run test && npm run build",
  62. "test": "jest"
  63. },
  64. "version": "2.3.3"
  65. }