FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/package.json at master · darkbasic/angular-cli · GitHub
darkbasic
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
118 lines (118 loc) · 3.84 KB
Breadcrumbs
angular-cli
/
package.json
Copy path
File metadata and controls
118 lines (118 loc) · 3.84 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
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
112
113
114
115
116
117
118
{
"name"
:
"
@angular/devkit-repo
"
,
"version"
:
"
0.0.0
"
,
"private"
:
true
,
"description"
:
"
Software Development Kit for Angular
"
,
"bin"
: {
"architect"
:
"
./bin/architect
"
,
"benchmark"
:
"
./bin/benchmark
"
,
"build-optimizer"
:
"
./bin/build-optimizer
"
,
"devkit-admin"
:
"
./bin/devkit-admin
"
,
"ng"
:
"
./bin/ng
"
,
"schematics"
:
"
./bin/schematics
"
},
"keywords"
: [
"
angular
"
,
"
Angular CLI
"
,
"
devkit
"
,
"
sdk
"
,
"
Angular DevKit
"
],
"scripts"
: {
"admin"
:
"
node ./bin/devkit-admin
"
,
"build"
:
"
npm run admin -- build
"
,
"build-tsc"
:
"
tsc -p tsconfig.json
"
,
"fix"
:
"
npm run admin -- lint --fix
"
,
"lint"
:
"
npm run admin -- lint
"
,
"prebuildifier"
:
"
bazel build --noshow_progress @com_github_bazelbuild_buildtools//buildifier
"
,
"buildifier"
:
"
find . -type f
\\
( -name BUILD -or -name BUILD.bazel
\\
) ! -path
\"
*/node_modules/*
\"
| xargs $(bazel info bazel-bin)/external/com_github_bazelbuild_buildtools/buildifier/buildifier
"
,
"templates"
:
"
node ./bin/devkit-admin templates
"
,
"test"
:
"
node ./bin/devkit-admin test
"
,
"test-large"
:
"
node ./bin/devkit-admin test --large --spec-reporter
"
,
"test-cli-e2e"
:
"
node ./tests/legacy-cli/run_e2e
"
,
"test:watch"
:
"
nodemon --watch packages -e ts ./bin/devkit-admin test
"
,
"validate"
:
"
node ./bin/devkit-admin validate
"
,
"validate-commits"
:
"
./bin/devkit-admin validate-commits
"
,
"prepush"
:
"
node ./bin/devkit-admin hooks/pre-push
"
,
"preinstall"
:
"
node ./tools/yarn/check-yarn.js
"
,
"webdriver-update-appveyor"
:
"
webdriver-manager update --standalone false --gecko false --versions.chrome 2.37
"
,
"webdriver-update-circleci"
:
"
webdriver-manager update --standalone false --gecko false --versions.chrome $CHROMEDRIVER_VERSION_ARG
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/angular/angular-cli.git
"
},
"engines"
: {
"node"
:
"
>=10.9.0 <11.0.0
"
,
"yarn"
:
"
>=1.9.0 <2.0.0
"
},
"author"
:
"
Angular Authors
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/angular/angular-cli/issues
"
},
"homepage"
:
"
https://github.com/angular/angular-cli
"
,
"workspaces"
: {
"packages"
: [
"
packages/angular/*
"
,
"
packages/angular_devkit/*
"
,
"
packages/ngtools/*
"
,
"
packages/schematics/*
"
],
"nohoist"
: [
"
@angular/compiler-cli
"
]
},
"dependencies"
: {
"glob"
:
"
^7.0.3
"
,
"node-fetch"
:
"
^2.2.0
"
,
"quicktype-core"
:
"
^5.0.41
"
,
"temp"
:
"
^0.8.3
"
,
"tslint"
:
"
^5.11.0
"
,
"typescript"
:
"
~3.1.3
"
,
"yarn"
:
"
^1.10.1
"
},
"devDependencies"
: {
"@angular/compiler"
:
"
^7.0.0-rc.0
"
,
"@angular/compiler-cli"
:
"
^7.0.0-rc.0
"
,
"@bazel/typescript"
:
"
0.16.1
"
,
"@ngtools/json-schema"
:
"
^1.1.0
"
,
"@types/copy-webpack-plugin"
:
"
^4.4.1
"
,
"@types/express"
:
"
^4.16.0
"
,
"@types/glob"
:
"
^5.0.35
"
,
"@types/inquirer"
:
"
^0.0.42
"
,
"@types/istanbul"
:
"
^0.4.30
"
,
"@types/jasmine"
:
"
^2.8.8
"
,
"@types/loader-utils"
:
"
^1.1.3
"
,
"@types/minimist"
:
"
^1.2.0
"
,
"@types/node"
:
"
8.10.10
"
,
"@types/request"
:
"
^2.47.1
"
,
"@types/semver"
:
"
^5.5.0
"
,
"@types/source-map"
:
"
0.5.2
"
,
"@types/webpack"
:
"
^4.4.11
"
,
"@types/webpack-dev-server"
:
"
^3.1.0
"
,
"@types/webpack-sources"
:
"
^0.1.5
"
,
"common-tags"
:
"
^1.8.0
"
,
"conventional-changelog"
:
"
^1.1.0
"
,
"conventional-commits-parser"
:
"
^3.0.0
"
,
"gh-got"
:
"
^7.0.0
"
,
"git-raw-commits"
:
"
^2.0.0
"
,
"husky"
:
"
^0.14.3
"
,
"istanbul"
:
"
^0.4.5
"
,
"jasmine"
:
"
^2.6.0
"
,
"jasmine-spec-reporter"
:
"
^3.2.0
"
,
"license-checker"
:
"
^20.1.0
"
,
"minimatch"
:
"
^3.0.4
"
,
"minimist"
:
"
^1.2.0
"
,
"rxjs"
:
"
~6.3.0
"
,
"semver"
:
"
^5.3.0
"
,
"source-map"
:
"
^0.5.6
"
,
"source-map-support"
:
"
^0.5.0
"
,
"spdx-satisfies"
:
"
^4.0.0
"
,
"tar"
:
"
^4.4.4
"
,
"through2"
:
"
^2.0.3
"
,
"ts-node"
:
"
^5.0.0
"
,
"tslint-no-circular-imports"
:
"
^0.5.0
"
,
"tslint-sonarts"
:
"
^1.7.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL