package.json
1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"_from": "vue-hot-reload-api@^2.2.0",
"_id": "vue-hot-reload-api@2.3.0",
"_inBundle": false,
"_integrity": "sha512-2j/t+wIbyVMP5NvctQoSUvLkYKoWAAk2QlQiilrM2a6/ulzFgdcLUJfTvs4XQ/3eZhHiBmmEojbjmM4AzZj8JA==",
"_location": "/vue-hot-reload-api",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue-hot-reload-api@^2.2.0",
"name": "vue-hot-reload-api",
"escapedName": "vue-hot-reload-api",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/vue-loader"
],
"_resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.0.tgz",
"_shasum": "97976142405d13d8efae154749e88c4e358cf926",
"_spec": "vue-hot-reload-api@^2.2.0",
"_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv\\node_modules\\vue-loader",
"author": {
"name": "Evan You"
},
"bugs": {
"url": "https://github.com/vuejs/vue-hot-reload-api/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "hot reload api for *.vue components",
"devDependencies": {
"buble": "^0.16.0",
"jest": "^21.2.1",
"vue": "^2.4.4"
},
"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"
},
"version": "2.3.0"
}