package.json
2.32 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"_args": [
[
{
"raw": "vue-template-compiler@^2.1.10",
"scope": null,
"escapedName": "vue-template-compiler",
"name": "vue-template-compiler",
"rawSpec": "^2.1.10",
"spec": ">=2.1.10 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "vue-template-compiler@>=2.1.10 <3.0.0",
"_id": "vue-template-compiler@2.1.10",
"_inCache": true,
"_location": "/vue-template-compiler",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/vue-template-compiler-2.1.10.tgz_1484673425336_0.7574099285993725"
},
"_npmUser": {
"name": "yyx990803",
"email": "yyx990803@gmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "vue-template-compiler@^2.1.10",
"scope": null,
"escapedName": "vue-template-compiler",
"name": "vue-template-compiler",
"rawSpec": "^2.1.10",
"spec": ">=2.1.10 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.1.10.tgz",
"_shasum": "cb89643adc395e97435585522e43d0a9b1913257",
"_shrinkwrap": null,
"_spec": "vue-template-compiler@^2.1.10",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "Evan You"
},
"bugs": {
"url": "https://github.com/vuejs/vue/issues"
},
"dependencies": {
"de-indent": "^1.0.2",
"he": "^1.1.0"
},
"description": "template compiler for Vue 2.0",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "cb89643adc395e97435585522e43d0a9b1913257",
"tarball": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.1.10.tgz"
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/vue-template-compiler#readme",
"keywords": [
"vue",
"compiler"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "yyx990803",
"email": "yyx990803@gmail.com"
}
],
"name": "vue-template-compiler",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue.git"
},
"scripts": {},
"version": "2.1.10"
}