FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/packages/angular/cli/package.json at master · level7seven/angular-cli · GitHub
level7seven
/
angular-cli
Public
forked from
angular/angular-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
packages
/
angular
/
cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
60 lines (60 loc) · 1.57 KB
Breadcrumbs
angular-cli
/
packages
/
angular
/
cli
/
package.json
Copy path
File metadata and controls
60 lines (60 loc) · 1.57 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
@angular/cli
"
,
"version"
:
"
0.0.0
"
,
"description"
:
"
CLI tool for Angular
"
,
"main"
:
"
lib/cli/index.js
"
,
"bin"
: {
"ng"
:
"
./bin/ng
"
},
"keywords"
: [
"
angular
"
,
"
angular-cli
"
,
"
Angular CLI
"
],
"scripts"
: {
"postinstall"
:
"
node ./bin/postinstall/script.js
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/angular/angular-cli.git
"
},
"author"
:
"
Angular Authors
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/angular/angular-cli/issues
"
},
"homepage"
:
"
https://github.com/angular/angular-cli
"
,
"dependencies"
: {
"@angular-devkit/architect"
:
"
0.0.0
"
,
"@angular-devkit/core"
:
"
0.0.0
"
,
"@angular-devkit/schematics"
:
"
0.0.0
"
,
"@schematics/angular"
:
"
0.0.0
"
,
"@schematics/update"
:
"
0.0.0
"
,
"@yarnpkg/lockfile"
:
"
1.1.0
"
,
"ansi-colors"
:
"
4.1.1
"
,
"debug"
:
"
4.1.1
"
,
"ini"
:
"
1.3.5
"
,
"inquirer"
:
"
7.1.0
"
,
"npm-package-arg"
:
"
8.0.1
"
,
"npm-pick-manifest"
:
"
6.1.0
"
,
"open"
:
"
7.0.3
"
,
"pacote"
:
"
9.5.12
"
,
"read-package-tree"
:
"
5.3.1
"
,
"rimraf"
:
"
3.0.2
"
,
"semver"
:
"
7.3.2
"
,
"symbol-observable"
:
"
1.2.0
"
,
"universal-analytics"
:
"
0.4.20
"
,
"uuid"
:
"
7.0.3
"
},
"ng-update"
: {
"migrations"
:
"
@schematics/angular/migrations/migration-collection.json
"
,
"packageGroup"
: {
"@angular/cli"
:
"
0.0.0
"
,
"@angular-devkit/build-angular"
:
"
0.0.0
"
,
"@angular-devkit/build-ng-packagr"
:
"
0.0.0
"
,
"@angular-devkit/build-webpack"
:
"
0.0.0
"
,
"@angular-devkit/core"
:
"
0.0.0
"
,
"@angular-devkit/schematics"
:
"
0.0.0
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL