-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.21 KB
/
package.json
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
{
"_args": [
[
{
"raw": "angular-onion",
"scope": null,
"escapedName": "angular-onion",
"name": "angular-onion",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/cy/Desktop/github"
]
],
"_from": "angular-onion@latest",
"_id": "angular-onion@9",
"_inCache": true,
"_location": "/angular-onion",
"_nodeVersion": "6.10.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/angular-onion-9.tgz_1505111756445_0.607928388286382"
},
"_npmUser": {
"name": "onion3",
"email": "[email protected]"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "angular-onion",
"scope": null,
"escapedName": "angular-onion",
"name": "angular-onion",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/angular-onion/-/angular-onion-9.tgz",
"_shasum": "f2fd94a2f92615e2384e5ac77c520646d54b803c",
"_shrinkwrap": null,
"_spec": "angular-onion",
"_where": "/Users/cy/Desktop/github",
"author": {
"name": "[email protected]"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-1": "^6.24.1",
"webpack": "^3.5.6"
},
"description": "angular utils",
"dependencies": {
"autobind-decorator": "^2.1.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1"
},
"directories": {},
"dist": {
"shasum": "f2fd94a2f92615e2384e5ac77c520646d54b803c",
"tarball": "https://registry.npmjs.org/angular-onion/-/angular-onion-9.tgz"
},
"license": "MIT",
"main": "dist/onion.js",
"maintainers": [
{
"name": "onion3",
"email": "[email protected]"
},
{
"name": "jo0ger",
"email": "[email protected]"
}
],
"name": "angular-onion",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "9"
}