package.json 1.6 KB

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