package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "vue-hot-reload-api@2.3.4",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vue-hot-reload-api@2.3.4",
  10. "_id": "vue-hot-reload-api@2.3.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
  13. "_location": "/vue-hot-reload-api",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vue-hot-reload-api@2.3.4",
  19. "name": "vue-hot-reload-api",
  20. "escapedName": "vue-hot-reload-api",
  21. "rawSpec": "2.3.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.4"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/@vue/vue-loader-v15"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
  29. "_spec": "2.3.4",
  30. "_where": "/Users/mac/projects/mime/mine",
  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": "^24.9.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.4"
  65. }