2014-09-18 21:56:38 +00:00
{
2015-10-15 16:57:29 +00:00
"name" : "angular-srcs" ,
2020-09-23 19:21:21 +00:00
"version" : "11.0.0-next.3" ,
2016-04-29 00:50:03 +00:00
"private" : true ,
2017-01-27 06:30:42 +00:00
"description" : "Angular - a web framework for modern web apps" ,
2015-02-10 23:18:16 +00:00
"homepage" : "https://github.com/angular/angular" ,
"bugs" : "https://github.com/angular/angular/issues" ,
2016-01-12 16:36:43 +00:00
"license" : "MIT" ,
2019-12-04 20:05:53 +00:00
"//engines-comment" : "Keep this in sync with /aio/package.json and /aio/tools/examples/shared/package.json" ,
2015-12-01 22:09:31 +00:00
"engines" : {
2019-07-25 14:47:02 +00:00
"node" : ">=10.9.0 <13.0.0" ,
2020-04-06 21:57:52 +00:00
"yarn" : ">=1.22.4 <2"
2015-12-01 22:09:31 +00:00
} ,
2015-01-24 18:50:18 +00:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/angular/angular.git"
} ,
2014-09-18 21:56:38 +00:00
"scripts" : {
2020-05-15 23:01:38 +00:00
"/" : "" ,
"// 1" : "Many developer of our checks/scripts/tools have moved to our ng-dev tool" ,
"// 2" : "Find the usage you are looking for with:" ,
"// 3" : "yarn ng-dev --help" ,
"/ " : "" ,
2018-01-09 10:02:03 +00:00
"preinstall" : "node tools/yarn/check-yarn.js" ,
2020-01-31 23:50:44 +00:00
"postinstall" : "node scripts/webdriver-manager-update.js && node --preserve-symlinks --preserve-symlinks-main ./tools/postinstall-patches.js" ,
2018-03-23 23:07:33 +00:00
"check-env" : "gulp check-env" ,
2020-02-05 00:14:21 +00:00
"test-ivy-aot" : "bazelisk test --config=ivy --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot" ,
"test-non-ivy" : "bazelisk test --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only" ,
"test-fixme-ivy-aot" : "bazelisk test --config=ivy --build_tag_filters=-no-ivy-aot --test_tag_filters=-no-ivy-aot" ,
"list-fixme-ivy-targets" : "bazelisk query --output=label 'attr(\"tags\", \"\\[.*fixme-ivy.*\\]\", //...) except kind(\"sh_binary\", //...) except kind(\"devmode_js_sources\", //...)' | sort" ,
2019-07-25 14:47:02 +00:00
"//circleci-win-comment" : "See the test-win circleci job for why these are needed. If they are not needed anymore, remove them." ,
2020-02-05 00:14:21 +00:00
"circleci-win-ve" : "bazelisk test --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only,-browser:chromium-local //packages/compiler-cli/... //tools/ts-api-guardian/..." ,
"circleci-win-ivy" : "bazelisk test --config=ivy --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot,-browser:chromium-local //packages/compiler-cli/... //tools/ts-api-guardian/..." ,
2020-04-20 20:04:08 +00:00
"lint" : "yarn -s tslint && yarn -s ng-dev format changed --check" ,
2020-05-20 23:03:55 +00:00
"tslint" : "tsc -p tools/tsconfig.json && tslint -c tslint.json \"+(dev-infra|packages|modules|scripts|tools)/**/*.+(js|ts)\"" ,
2020-02-26 17:09:35 +00:00
"public-api:check" : "node goldens/public-api/manage.js test" ,
2020-02-24 11:03:15 +00:00
"public-api:update" : "node goldens/public-api/manage.js accept" ,
2020-09-11 21:54:53 +00:00
"symbol-extractor:check" : "node tools/symbol-extractor/run_all_symbols_extractor_tests.js test" ,
"symbol-extractor:update" : "node tools/symbol-extractor/run_all_symbols_extractor_tests.js accept" ,
2020-03-26 17:45:09 +00:00
"ts-circular-deps" : "ts-node --transpile-only -- dev-infra/ts-circular-dependencies/index.ts --config ./packages/circular-deps-test.conf.js" ,
2020-03-24 14:43:54 +00:00
"ts-circular-deps:check" : "yarn -s ts-circular-deps check" ,
2020-03-26 17:45:09 +00:00
"ts-circular-deps:approve" : "yarn -s ts-circular-deps approve" ,
"ng-dev" : "ts-node --transpile-only -- dev-infra/cli.ts"
2014-09-18 21:56:38 +00:00
} ,
2018-10-22 21:26:52 +00:00
"// 1" : "dependencies are used locally and by bazel" ,
2014-09-18 21:56:38 +00:00
"dependencies" : {
2020-06-05 11:21:23 +00:00
"@angular-devkit/architect" : "0.1000.0-rc.2" ,
"@angular-devkit/build-angular" : "0.1000.0-rc.2" ,
"@angular-devkit/build-optimizer" : "0.1000.0-rc.2" ,
"@angular-devkit/core" : "10.0.0-rc.2" ,
"@angular-devkit/schematics" : "10.0.0-rc.2" ,
2020-05-06 14:54:44 +00:00
"@babel/cli" : "^7.8.4" ,
2020-02-27 09:32:13 +00:00
"@babel/core" : "^7.8.6" ,
"@babel/generator" : "^7.8.6" ,
2020-06-05 12:26:50 +00:00
"@babel/preset-env" : "^7.10.2" ,
2020-02-27 09:32:13 +00:00
"@babel/template" : "^7.8.6" ,
"@babel/traverse" : "^7.8.6" ,
"@babel/types" : "^7.8.6" ,
2020-05-29 21:03:08 +00:00
"@bazel/jasmine" : "1.7.0" ,
"@bazel/karma" : "1.7.0" ,
"@bazel/protractor" : "1.7.0" ,
"@bazel/rollup" : "1.7.0" ,
"@bazel/terser" : "1.7.0" ,
"@bazel/typescript" : "1.7.0" ,
2020-05-12 07:19:57 +00:00
"@microsoft/api-extractor" : "7.7.11" ,
2020-05-15 15:19:13 +00:00
"@octokit/rest" : "16.28.7" ,
2020-06-15 16:20:05 +00:00
"@octokit/types" : "^5.0.1" ,
2020-06-05 11:21:23 +00:00
"@schematics/angular" : "10.0.0-rc.2" ,
2019-01-28 20:59:25 +00:00
"@types/angular" : "^1.6.47" ,
2020-02-27 09:32:13 +00:00
"@types/babel__core" : "^7.1.6" ,
2020-01-26 20:03:54 +00:00
"@types/babel__generator" : "^7.6.1" ,
2020-02-27 09:32:13 +00:00
"@types/babel__template" : "^7.0.2" ,
"@types/babel__traverse" : "^7.0.9" ,
2019-02-01 13:27:13 +00:00
"@types/base64-js" : "1.2.5" ,
2019-05-31 15:56:07 +00:00
"@types/bluebird" : "^3.5.27" ,
2019-04-10 01:08:13 +00:00
"@types/chai" : "^4.1.2" ,
2018-07-16 06:08:48 +00:00
"@types/convert-source-map" : "^1.5.1" ,
2019-04-10 01:08:13 +00:00
"@types/diff" : "^3.5.1" ,
2017-09-22 17:51:03 +00:00
"@types/fs-extra" : "4.0.2" ,
"@types/hammerjs" : "2.0.35" ,
2020-07-29 21:19:15 +00:00
"@types/inquirer" : "^7.3.0" ,
2020-01-03 05:28:06 +00:00
"@types/jasmine" : "3.5.10" ,
2020-06-12 16:25:08 +00:00
"@types/jasmine-ajax" : "^3.3.1" ,
2020-01-03 05:28:06 +00:00
"@types/jasminewd2" : "^2.0.8" ,
2019-04-10 01:08:13 +00:00
"@types/minimist" : "^1.2.0" ,
2020-08-26 20:49:43 +00:00
"@types/multimatch" : "^4.0.0" ,
2019-10-17 11:18:19 +00:00
"@types/node" : "^12.11.1" ,
2020-07-24 15:47:30 +00:00
"@types/node-fetch" : "^2.5.7" ,
2017-09-22 17:51:03 +00:00
"@types/selenium-webdriver" : "3.0.7" ,
2019-10-04 10:54:33 +00:00
"@types/semver" : "^6.0.2" ,
2019-11-15 00:56:55 +00:00
"@types/shelljs" : "^0.8.6" ,
2019-05-31 15:56:07 +00:00
"@types/systemjs" : "0.19.32" ,
2020-08-26 20:49:43 +00:00
"@types/yaml" : "^1.9.7" ,
2020-08-14 19:20:55 +00:00
"@types/yargs" : "^15.0.5" ,
2020-03-08 15:52:17 +00:00
"@webcomponents/custom-elements" : "^1.1.0" ,
2018-07-31 12:10:13 +00:00
"angular" : "npm:angular@1.7" ,
2018-02-15 17:21:18 +00:00
"angular-1.5" : "npm:angular@1.5" ,
2018-07-31 12:10:13 +00:00
"angular-1.6" : "npm:angular@1.6" ,
"angular-mocks" : "npm:angular-mocks@1.7" ,
2018-02-15 17:21:18 +00:00
"angular-mocks-1.5" : "npm:angular-mocks@1.5" ,
2018-07-31 12:10:13 +00:00
"angular-mocks-1.6" : "npm:angular-mocks@1.6" ,
2017-09-22 17:51:03 +00:00
"base64-js" : "1.2.1" ,
2019-05-31 15:56:07 +00:00
"bluebird" : "^3.5.5" ,
2019-04-15 18:57:36 +00:00
"brotli" : "^1.3.2" ,
2018-10-24 12:24:14 +00:00
"canonical-path" : "1.0.0" ,
2019-04-10 01:08:13 +00:00
"chai" : "^4.1.2" ,
"chalk" : "^2.3.1" ,
2020-01-29 21:16:52 +00:00
"chokidar" : "^3.0.0" ,
2018-10-22 21:26:52 +00:00
"convert-source-map" : "^1.5.1" ,
2019-05-31 15:56:07 +00:00
"core-js" : "^2.4.1" ,
2018-10-22 21:26:52 +00:00
"dependency-graph" : "^0.7.2" ,
2018-12-25 19:50:54 +00:00
"diff" : "^3.5.0" ,
2019-02-15 21:18:44 +00:00
"domino" : "2.1.2" ,
2018-10-22 21:26:52 +00:00
"fs-extra" : "4.0.2" ,
2020-05-20 01:11:37 +00:00
"google-closure-compiler" : "20200517.0.0" ,
2019-02-01 13:27:13 +00:00
"hammerjs" : "2.0.8" ,
2019-09-27 22:49:59 +00:00
"http-server" : "^0.11.1" ,
2019-02-06 17:02:07 +00:00
"incremental-dom" : "0.4.1" ,
2020-01-03 05:28:06 +00:00
"jasmine" : "^3.5.0" ,
2020-06-12 16:25:08 +00:00
"jasmine-ajax" : "^4.0.0" ,
2020-01-03 05:28:06 +00:00
"jasmine-core" : "^3.5.0" ,
2019-02-14 00:09:00 +00:00
"jquery" : "3.0.0" ,
2020-05-04 19:20:00 +00:00
"js-levenshtein" : "^1.1.6" ,
2019-11-22 21:12:05 +00:00
"karma" : "~4.1.0" ,
"karma-chrome-launcher" : "^2.2.0" ,
"karma-firefox-launcher" : "^1.2.0" ,
"karma-jasmine" : "^2.0.1" ,
"karma-requirejs" : "^1.1.0" ,
"karma-sourcemap-loader" : "^0.3.7" ,
2020-03-24 17:20:28 +00:00
"magic-string" : "0.25.4" ,
2019-02-06 11:33:17 +00:00
"materialize-css" : "1.0.0" ,
2020-01-30 16:05:40 +00:00
"minimatch" : "^3.0.4" ,
2018-10-22 21:26:52 +00:00
"minimist" : "1.2.0" ,
2020-07-24 15:47:30 +00:00
"node-fetch" : "^2.6.0" ,
2018-10-22 21:26:52 +00:00
"node-uuid" : "1.4.8" ,
2019-05-31 15:56:07 +00:00
"nodejs-websocket" : "^1.7.2" ,
2019-01-05 13:01:47 +00:00
"protractor" : "^5.4.2" ,
2020-06-03 22:43:32 +00:00
"puppeteer" : "3.3.0" ,
2018-10-22 21:26:52 +00:00
"reflect-metadata" : "^0.1.3" ,
2019-11-22 21:12:05 +00:00
"requirejs" : "^2.3.6" ,
2020-06-17 08:37:36 +00:00
"rollup" : "^2.16.1" ,
2019-10-29 21:21:30 +00:00
"rollup-plugin-commonjs" : "^10.1.0" ,
"rollup-plugin-node-resolve" : "^5.2.0" ,
2019-01-17 20:40:11 +00:00
"rollup-plugin-sourcemaps" : "^0.4.2" ,
2019-09-23 08:44:21 +00:00
"rxjs" : "^6.5.3" ,
2018-10-22 21:26:52 +00:00
"selenium-webdriver" : "3.5.0" ,
2019-11-15 00:56:55 +00:00
"shelljs" : "^0.8.3" ,
2018-10-22 21:26:52 +00:00
"source-map" : "^0.6.1" ,
2018-12-07 08:20:32 +00:00
"source-map-support" : "0.5.9" ,
2020-02-16 20:07:30 +00:00
"sourcemap-codec" : "^1.4.8" ,
2019-02-01 13:27:13 +00:00
"systemjs" : "0.18.10" ,
2019-11-14 21:08:40 +00:00
"terser" : "^4.4.0" ,
2020-03-05 01:27:27 +00:00
"tsickle" : "0.38.1" ,
2020-05-19 12:35:37 +00:00
"tslib" : "^2.0.0" ,
2020-07-15 10:21:04 +00:00
"tslint" : "6.1.3" ,
"typescript" : "~4.0.2" ,
2020-04-01 11:35:30 +00:00
"xhr2" : "0.2.0" ,
2020-08-26 20:49:43 +00:00
"yaml" : "^1.10.0" ,
2020-08-14 19:20:55 +00:00
"yargs" : "^15.4.1"
2018-10-22 21:26:52 +00:00
} ,
"// 2" : "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted." ,
"devDependencies" : {
2020-05-05 19:12:54 +00:00
"@angular/cli" : "9.1.0" ,
2020-04-20 21:55:10 +00:00
"@bazel/bazelisk" : "^1.4.0" ,
2019-11-16 04:34:49 +00:00
"@bazel/buildifier" : "^0.29.0" ,
2020-03-17 10:40:12 +00:00
"@bazel/ibazel" : "^0.12.3" ,
2020-03-03 18:16:18 +00:00
"@octokit/graphql" : "^4.3.1" ,
2020-04-20 20:00:10 +00:00
"@types/cli-progress" : "^3.4.2" ,
2018-10-22 21:26:52 +00:00
"@types/minimist" : "^1.2.0" ,
2019-11-25 15:48:18 +00:00
"@yarnpkg/lockfile" : "^1.1.0" ,
2018-10-22 21:26:52 +00:00
"browserstacktunnel-wrapper" : "2.0.1" ,
2019-06-12 15:11:14 +00:00
"check-side-effects" : "0.0.21" ,
2020-03-23 15:53:42 +00:00
"clang-format" : "^1.4.0" ,
2018-06-25 15:17:56 +00:00
"cldr" : "4.10.0" ,
2019-11-07 17:56:39 +00:00
"cldr-data" : "36.0.0" ,
2017-09-21 13:39:43 +00:00
"cldrjs" : "0.5.0" ,
2020-04-20 20:00:10 +00:00
"cli-progress" : "^3.7.0" ,
2018-09-06 08:36:27 +00:00
"conventional-changelog" : "^2.0.3" ,
2017-09-21 13:39:43 +00:00
"entities" : "1.1.1" ,
2020-01-08 20:26:59 +00:00
"firebase-tools" : "^7.11.0" ,
2017-09-22 17:51:03 +00:00
"firefox-profile" : "1.0.3" ,
"glob" : "7.1.2" ,
2017-09-21 13:39:43 +00:00
"gulp" : "3.9.1" ,
2018-09-11 01:19:14 +00:00
"gulp-conventional-changelog" : "^2.0.3" ,
2020-07-29 21:19:15 +00:00
"husky" : "^4.2.5" ,
"inquirer" : "^7.3.3" ,
"inquirer-autocomplete-prompt" : "^1.0.2" ,
2017-09-22 17:51:03 +00:00
"jpm" : "1.3.1" ,
2019-11-22 21:12:05 +00:00
"karma-browserstack-launcher" : "^1.3.0" ,
2018-12-12 22:07:21 +00:00
"karma-sauce-launcher" : "^2.0.2" ,
2020-01-14 14:15:01 +00:00
"madge" : "^3.6.0" ,
2020-04-20 20:00:10 +00:00
"multimatch" : "^4.0.0" ,
2018-02-28 17:45:11 +00:00
"mutation-observer" : "^1.0.3" ,
2020-07-24 15:47:30 +00:00
"nock" : "^13.0.3" ,
2017-09-21 13:39:43 +00:00
"rewire" : "2.5.2" ,
2019-02-12 17:36:28 +00:00
"sauce-connect" : "https://saucelabs.com/downloads/sc-4.5.1-linux.tar.gz" ,
2019-10-04 10:54:33 +00:00
"semver" : "^6.3.0" ,
2020-03-03 18:16:18 +00:00
"ts-node" : "^8.6.2" ,
2020-03-02 18:00:50 +00:00
"tslint-eslint-rules" : "5.4.0" ,
2019-05-02 15:44:24 +00:00
"tslint-no-toplevel-property-access" : "0.0.2" ,
2018-10-04 20:14:14 +00:00
"tsutils" : "2.27.2" ,
2020-03-03 18:16:18 +00:00
"typed-graphqlify" : "^2.3.0" ,
2017-09-22 17:51:03 +00:00
"universal-analytics" : "0.4.15" ,
2017-09-21 13:39:43 +00:00
"vlq" : "0.2.2" ,
2019-12-12 08:53:13 +00:00
"vrsource-tslint-rules" : "5.1.1"
2019-01-18 18:43:04 +00:00
} ,
2019-10-23 10:49:49 +00:00
"// 4" : "Overwrite graceful-fs to a version that does not rely on the 'natives' package. This fixes gulp for >= 10.13, more information: #28213" ,
2020-01-31 23:50:44 +00:00
"// 5" : "Ensure a single version of webdriver-manager so it is hoisted as the integration tests depend on it being found at ../../node_modules/webdriver-manager" ,
2019-01-18 18:43:04 +00:00
"resolutions" : {
2020-01-31 23:50:44 +00:00
"**/graceful-fs" : "4.2.2" ,
"**/webdriver-manager" : "12.1.7"
2019-11-08 08:52:39 +00:00
} ,
2020-04-06 20:21:00 +00:00
"cldr-data-coverage" : "full" ,
"husky" : {
"hooks" : {
2020-08-11 23:09:00 +00:00
"pre-commit" : "yarn -s ng-dev format staged" ,
2020-07-30 21:01:03 +00:00
"commit-msg" : "yarn -s ng-dev commit-message pre-commit-validate --file-env-variable HUSKY_GIT_PARAMS" ,
"prepare-commit-msg" : "yarn -s ng-dev commit-message restore-commit-message-draft --file-env-variable HUSKY_GIT_PARAMS"
2020-04-06 20:21:00 +00:00
}
}
2020-05-18 16:21:37 +00:00
}