1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/vue-hot-reload-api/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "vue-hot-reload-api@^2.3.0",
"_id": "vue-hot-reload-api@2.3.4",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
2023-12-18 13:12:25 +08:00
"_location": "/vue-hot-reload-api",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "vue-hot-reload-api@^2.3.0",
2023-12-18 13:12:25 +08:00
"name": "vue-hot-reload-api",
"escapedName": "vue-hot-reload-api",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.3.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.3.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/vue-loader"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
"_shasum": "532955cc1eb208a3d990b3a9f9a70574657e08f2",
"_spec": "vue-hot-reload-api@^2.3.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\vue-loader",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Evan You"
},
"bugs": {
"url": "https://github.com/vuejs/vue-hot-reload-api/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "hot reload api for *.vue components",
"devDependencies": {
"buble": "^0.19.6",
2024-01-16 21:26:16 +08:00
"jest": "^24.9.0",
2023-12-18 13:12:25 +08:00
"vue": "^2.5.21"
},
"files": [
"dist"
],
"homepage": "https://github.com/vuejs/vue-hot-reload-api#readme",
"keywords": [
"vue",
"hot",
"reload"
],
"license": "MIT",
"main": "dist/index.js",
"name": "vue-hot-reload-api",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-hot-reload-api.git"
},
"scripts": {
"build": "buble src -o dist",
"prepublishOnly": "npm run test && npm run build",
"test": "jest"
},
2024-01-16 21:26:16 +08:00
"version": "2.3.4"
2023-12-18 13:12:25 +08:00
}