-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.64 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.64 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
{
"_args": [
[
{
"raw": "@schematics/angular@~0.0.30",
"scope": "@schematics",
"escapedName": "@schematics%2fangular",
"name": "@schematics/angular",
"rawSpec": "~0.0.30",
"spec": ">=0.0.30 <0.1.0",
"type": "range"
},
"/home/philippe/n/lib/node_modules/@angular/cli"
]
],
"_from": "@schematics/angular@>=0.0.30 <0.1.0",
"_id": "@schematics/angular@0.0.36",
"_inCache": true,
"_location": "/@angular/cli/@schematics/angular",
"_nodeVersion": "8.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/angular-0.0.36.tgz_1505958011280_0.5171485007740557"
},
"_npmUser": {
"name": "angular",
"email": "npm@angular.io"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "@schematics/angular@~0.0.30",
"scope": "@schematics",
"escapedName": "@schematics%2fangular",
"name": "@schematics/angular",
"rawSpec": "~0.0.30",
"spec": ">=0.0.30 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/@angular/cli"
],
"_resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-0.0.36.tgz",
"_shasum": "60c4f0a6b07c9695ae56eab7d84ab9f7c78d661a",
"_shrinkwrap": null,
"_spec": "@schematics/angular@~0.0.30",
"_where": "/home/philippe/n/lib/node_modules/@angular/cli",
"author": {
"name": "Angular Authors"
},
"bugs": {
"url": "https://github.com/angular/devkit/issues"
},
"dependencies": {},
"description": "Schematics specific to Angular",
"devDependencies": {},
"directories": {},
"dist": {
"integrity": "sha512-ZY3x6NaRTVD7ki1E5Kx0BfBXf8sCZZ8H+6HMP2YuiU4arVszo6Lg43r3ffTIwsP95+6ldUKqrHLeTDrttvCK6A==",
"shasum": "60c4f0a6b07c9695ae56eab7d84ab9f7c78d661a",
"tarball": "https://registry.npmjs.org/@schematics/angular/-/angular-0.0.36.tgz"
},
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
},
"homepage": "https://github.com/angular/devkit",
"keywords": [
"angular",
"devkit",
"sdk",
"Angular DevKit",
"blueprints",
"code generation",
"schematics"
],
"license": "MIT",
"maintainers": [
{
"name": "angular",
"email": "angular-core+npm@google.com"
},
{
"name": "schematics",
"email": "hans+schematics@hansl.ca"
}
],
"name": "@schematics/angular",
"optionalDependencies": {},
"peerDependencies": {
"@angular-devkit/schematics": "0.0.24"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/angular/devkit.git"
},
"schematics": "./collection.json",
"version": "0.0.36"
}