init
parents
Showing
LICENSE
0 → 100644
README.md
0 → 100644
builders.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@angular-devkit/build-angular", | ||
"version": "0.901.15+5.cff09e4", | ||
"description": "Angular Webpack Build Facade", | ||
"experimental": true, | ||
"main": "src/index.js", | ||
"typings": "src/index.d.ts", | ||
"builders": "builders.json", | ||
"dependencies": { | ||
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#cff09e433", | ||
"@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#cff09e433", | ||
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#cff09e433", | ||
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#cff09e433", | ||
"@babel/core": "7.9.0", | ||
"@babel/generator": "7.9.3", | ||
"@babel/preset-env": "7.9.0", | ||
"@babel/template": "7.8.6", | ||
"@jsdevtools/coverage-istanbul-loader": "3.0.3", | ||
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#cff09e433", | ||
"ajv": "6.12.3", | ||
"autoprefixer": "9.7.4", | ||
"babel-loader": "8.0.6", | ||
"browserslist": "^4.9.1", | ||
"cacache": "15.0.0", | ||
"caniuse-lite": "^1.0.30001032", | ||
"circular-dependency-plugin": "5.2.0", | ||
"copy-webpack-plugin": "6.0.3", | ||
"core-js": "3.6.4", | ||
"css-loader": "3.5.1", | ||
"cssnano": "4.1.10", | ||
"file-loader": "6.0.0", | ||
"find-cache-dir": "3.3.1", | ||
"glob": "7.1.6", | ||
"jest-worker": "25.1.0", | ||
"karma-source-map-support": "1.4.0", | ||
"less": "3.11.3", | ||
"less-loader": "5.0.0", | ||
"license-webpack-plugin": "2.1.4", | ||
"loader-utils": "2.0.0", | ||
"mini-css-extract-plugin": "0.9.0", | ||
"minimatch": "3.0.4", | ||
"parse5": "4.0.0", | ||
"open": "7.0.3", | ||
"postcss": "github:LutfiArdiansyah/postcss", | ||
"postcss-import": "12.0.1", | ||
"postcss-loader": "3.0.0", | ||
"raw-loader": "4.0.0", | ||
"regenerator-runtime": "0.13.5", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.1.0", | ||
"rxjs": "6.5.4", | ||
"sass": "1.26.3", | ||
"sass-loader": "8.0.2", | ||
"semver": "7.1.3", | ||
"source-map": "0.7.3", | ||
"source-map-loader": "0.2.4", | ||
"speed-measure-webpack-plugin": "1.3.1", | ||
"style-loader": "1.1.3", | ||
"stylus": "0.54.7", | ||
"stylus-loader": "3.0.2", | ||
"tree-kill": "1.2.2", | ||
"terser": "4.6.10", | ||
"terser-webpack-plugin": "3.0.3", | ||
"webpack": "4.42.0", | ||
"webpack-dev-middleware": "github:LutfiArdiansyah/webpack-dev-middleware", | ||
"webpack-dev-server": "3.11.0", | ||
"webpack-merge": "4.2.2", | ||
"webpack-sources": "1.4.3", | ||
"webpack-subresource-integrity": "1.4.0", | ||
"worker-plugin": "4.0.3" | ||
}, | ||
"peerDependencies": { | ||
"@angular/compiler-cli": ">=9.0.0 < 10", | ||
"typescript": ">=3.6 < 3.9" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@angular/localize": { | ||
"optional": true | ||
} | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"Angular CLI", | ||
"devkit", | ||
"sdk", | ||
"Angular DevKit" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/angular/angular-cli.git" | ||
}, | ||
"engines": { | ||
"node": ">= 10.13.0", | ||
"npm": "^6.11.0 || ^7.5.6", | ||
"yarn": ">= 1.13.0" | ||
}, | ||
"author": "Angular Authors", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/angular/angular-cli/issues" | ||
}, | ||
"homepage": "https://github.com/angular/angular-cli", | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "node ./bin/devkit-admin hooks/pre-push" | ||
} | ||
} | ||
} |
plugins/karma.d.ts
0 → 100644
plugins/karma.js
0 → 100644
plugins/webpack/analytics.d.ts
0 → 100644
plugins/webpack/analytics.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/angular-cli-files/plugins/karma.d.ts
0 → 100644
src/angular-cli-files/plugins/karma.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/angular-cli-files/plugins/webpack.d.ts
0 → 100644
src/angular-cli-files/plugins/webpack.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/angular-cli-files/utilities/find-up.d.ts
0 → 100644
src/angular-cli-files/utilities/find-up.js
0 → 100644
src/angular-cli-files/utilities/stats.d.ts
0 → 100644
src/angular-cli-files/utilities/stats.js
0 → 100644
src/angular-cli-files/utilities/strip-bom.js
0 → 100644
src/app-shell/index.d.ts
0 → 100644
src/app-shell/index.js
0 → 100644
src/app-shell/schema.d.ts
0 → 100644
src/app-shell/schema.js
0 → 100644
src/app-shell/schema.json
0 → 100644
src/browser/index.d.ts
0 → 100644
src/browser/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/browser/schema.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/browser/schema.js
0 → 100644
src/browser/schema.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/dev-server/index.d.ts
0 → 100644
src/dev-server/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/dev-server/schema.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/dev-server/schema.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/dev-server/schema.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/extract-i18n/index.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/extract-i18n/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/extract-i18n/schema.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/extract-i18n/schema.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/extract-i18n/schema.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/karma/index.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/karma/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/karma/schema.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/karma/schema.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/karma/schema.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/protractor/index.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/protractor/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/protractor/schema.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/protractor/schema.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/protractor/schema.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/server/index.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/server/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/server/schema.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/server/schema.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/server/schema.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/transforms.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/transforms.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/tslint/index.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/tslint/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/tslint/schema.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/tslint/schema.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/tslint/schema.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/action-cache.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/action-cache.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/action-executor.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/action-executor.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/build-browser-features.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/build-browser-features.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/cache-path.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/cache-path.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/copy-assets.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/copy-assets.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/copy-file.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/copy-file.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/default-progress.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/default-progress.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/delete-output-dir.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/delete-output-dir.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/empty.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/environment-options.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/environment-options.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/i18n-inlining.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/i18n-inlining.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/i18n-options.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/i18n-options.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/index.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/load-translations.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/load-translations.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-asset-patterns.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-asset-patterns.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-builder-schema.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-builder-schema.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-file-replacements.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-file-replacements.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-optimization.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-optimization.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-source-maps.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/normalize-source-maps.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/output-paths.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/output-paths.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/process-bundle-bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/process-bundle.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/process-bundle.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/run-module-as-observable-fork.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/run-module-as-observable-fork.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/run-module-worker.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/url.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/url.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/version.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/version.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/webpack-browser-config.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/webpack-browser-config.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/workers.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/workers.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/utils.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
test/utils.js
0 → 100644
This diff is collapsed.
Click to expand it.
uniqueId
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment