package.json
2.75 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"_args": [
[
{
"escapedName": "vue-resource",
"name": "vue-resource",
"raw": "vue-resource",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "vue-resource@latest",
"_id": "vue-resource@1.2.0",
"_inCache": true,
"_location": "/vue-resource",
"_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/vue-resource-1.2.0.tgz_1486285963496_0.7406578182708472"
},
"_npmUser": {
"email": "steffan@schiewe.me",
"name": "steffans"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"escapedName": "vue-resource",
"name": "vue-resource",
"raw": "vue-resource",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/vue-resource/-/vue-resource-1.2.0.tgz",
"_shasum": "dc368cca958655c79486dde07336db22954af40c",
"_shrinkwrap": null,
"_spec": "vue-resource",
"_where": "/Users/admin/Documents/workspace/programming",
"browser": {
"got": false
},
"bugs": {
"url": "https://github.com/pagekit/vue-resource/issues"
},
"dependencies": {
"got": "^6.7.1"
},
"description": "The HTTP client for Vue.js",
"devDependencies": {
"buble": "^0.15.2",
"buble-loader": "^0.4.0",
"generate-release": "^0.10.1",
"jasmine-core": "^2.5.2",
"jest": "^18.1.0",
"replace-in-file": "^2.0.1",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"uglify-js": "^2.7.5",
"vue": "^2.1.10",
"webpack": "^2.2.0"
},
"directories": {},
"dist": {
"shasum": "dc368cca958655c79486dde07336db22954af40c",
"tarball": "https://registry.npmjs.org/vue-resource/-/vue-resource-1.2.0.tgz"
},
"gitHead": "2cdfcf85be4e5a57cfa448a3e8e14cd1b952a4b5",
"homepage": "https://github.com/pagekit/vue-resource#readme",
"jsnext:main": "dist/vue-resource.es2015.js",
"keywords": [
"vue",
"xhr",
"http",
"ajax"
],
"license": "MIT",
"main": "dist/vue-resource.common.js",
"maintainers": [
{
"email": "yyx990803@gmail.com",
"name": "yyx990803"
},
{
"email": "steffan@schiewe.me",
"name": "steffans"
}
],
"name": "vue-resource",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pagekit/vue-resource.git"
},
"scripts": {
"build": "node build/build.js",
"release": "node build/release.js",
"test": "jest --env=node",
"webpack": "webpack --config test/webpack.config.js"
},
"version": "1.2.0"
}