2014-09-18 14:56:38 -07:00
{
2015-10-15 09:57:29 -07:00
"name" : "angular-srcs" ,
2020-03-10 16:51:25 -07:00
"version" : "9.1.0-next.4" ,
2016-04-28 17:50:03 -07:00
"private" : true ,
2017-01-26 22:30:42 -08:00
"description" : "Angular - a web framework for modern web apps" ,
2015-02-10 15:18:16 -08:00
"homepage" : "https://github.com/angular/angular" ,
"bugs" : "https://github.com/angular/angular/issues" ,
2016-01-12 18:36:43 +02:00
"license" : "MIT" ,
2019-12-04 12:05:53 -08:00
"//engines-comment" : "Keep this in sync with /aio/package.json and /aio/tools/examples/shared/package.json" ,
2015-12-01 20:09:31 -02:00
"engines" : {
2019-07-25 15:47:02 +01:00
"node" : ">=10.9.0 <13.0.0" ,
2019-12-12 22:26:42 +01:00
"yarn" : ">=1.21.1 <2"
2015-12-01 20:09:31 -02:00
} ,
2015-01-24 10:50:18 -08:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/angular/angular.git"
} ,
2014-09-18 14:56:38 -07:00
"scripts" : {
2019-06-18 19:39:29 +02:00
"bazel:format" : "find . -type f \\( -name \"*.bzl\" -or -name WORKSPACE -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs buildifier -v --warnings=attr-cfg,attr-license,attr-non-empty,attr-output-default,attr-single-file,constant-glob,ctx-args,depset-iteration,depset-union,dict-concatenation,duplicated-name,filetype,git-repository,http-archive,integer-division,load,load-on-top,native-build,native-package,output-group,package-name,package-on-top,positional-args,redefined-variable,repository-name,same-origin-load,string-iteration,unused-variable" ,
2018-12-05 12:16:14 -08:00
"bazel:lint" : "yarn bazel:format --lint=warn" ,
"bazel:lint-fix" : "yarn bazel:format --lint=fix" ,
2018-01-09 11:02:03 +01:00
"preinstall" : "node tools/yarn/check-yarn.js" ,
2020-01-31 15:50:44 -08:00
"postinstall" : "node scripts/webdriver-manager-update.js && node --preserve-symlinks --preserve-symlinks-main ./tools/postinstall-patches.js" ,
2018-03-23 16:07:33 -07:00
"check-env" : "gulp check-env" ,
2018-10-23 09:52:41 -07:00
"commitmsg" : "node ./scripts/git/commit-msg.js" ,
2019-11-22 12:07:29 -08:00
"test-ivy-aot" : "bazel test --config=ivy --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot" ,
2019-10-23 22:49:02 +01:00
"test-non-ivy" : "bazel test --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only" ,
2019-11-22 12:07:29 -08:00
"test-fixme-ivy-aot" : "bazel test --config=ivy --build_tag_filters=-no-ivy-aot --test_tag_filters=-no-ivy-aot" ,
2018-10-29 19:24:53 +01:00
"list-fixme-ivy-targets" : "bazel query --output=label 'attr(\"tags\", \"\\[.*fixme-ivy.*\\]\", //...) except kind(\"sh_binary\", //...) except kind(\"devmode_js_sources\", //...)' | sort" ,
2019-07-25 15:47:02 +01:00
"bazel" : "bazel" ,
"//circleci-win-comment" : "See the test-win circleci job for why these are needed. If they are not needed anymore, remove them." ,
2020-03-11 10:15:13 -07:00
"circleci-win-ve" : "bazel test --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only,-browser:chromium-local -- //packages/compiler-cli/... //tools/ts-api-guardian/... -//packages/compiler-cli:error_code_api -//packages/compiler-cli:compiler_options_api" ,
"circleci-win-ivy" : "bazel 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/... -//packages/compiler-cli:error_code_api -//packages/compiler-cli:compiler_options_api" ,
2020-03-02 18:35:30 +01:00
"lint" : "yarn -s tslint && yarn gulp lint" ,
2020-02-26 09:09:35 -08:00
"tslint" : "tsc -p tools/tsconfig.json && tslint -c tslint.json \"+(packages|modules|scripts|tools)/**/*.+(js|ts)\"" ,
"public-api:check" : "node goldens/public-api/manage.js test" ,
"public-api:update" : "node goldens/public-api/manage.js accept"
2014-09-18 14:56:38 -07:00
} ,
2018-10-22 14:26:52 -07:00
"// 1" : "dependencies are used locally and by bazel" ,
2014-09-18 14:56:38 -07:00
"dependencies" : {
2020-02-21 10:09:15 +01:00
"@angular-devkit/architect" : "0.900.3" ,
2020-02-04 11:45:40 -08:00
"@angular-devkit/build-angular" : "0.900.3" ,
2020-02-21 10:09:15 +01:00
"@angular-devkit/build-optimizer" : "0.900.3" ,
"@angular-devkit/core" : "9.0.3" ,
"@angular-devkit/schematics" : "9.0.3" ,
2020-02-27 09:32:13 +00:00
"@babel/core" : "^7.8.6" ,
"@babel/generator" : "^7.8.6" ,
"@babel/template" : "^7.8.6" ,
"@babel/traverse" : "^7.8.6" ,
"@babel/types" : "^7.8.6" ,
2020-03-10 13:58:01 -07:00
"@bazel/jasmine" : "1.4.1" ,
"@bazel/karma" : "1.4.1" ,
"@bazel/protractor" : "1.4.1" ,
"@bazel/rollup" : "1.4.1" ,
"@bazel/terser" : "1.4.1" ,
"@bazel/typescript" : "1.4.1" ,
2019-08-19 11:55:34 +02:00
"@microsoft/api-extractor" : "^7.3.9" ,
2020-02-21 10:09:15 +01:00
"@schematics/angular" : "9.0.3" ,
2019-01-28 21:59:25 +01:00
"@types/angular" : "^1.6.47" ,
2020-02-27 09:32:13 +00:00
"@types/babel__core" : "^7.1.6" ,
2020-01-26 12:03:54 -08: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 14:27:13 +01:00
"@types/base64-js" : "1.2.5" ,
2019-06-01 00:56:07 +09:00
"@types/bluebird" : "^3.5.27" ,
2019-04-09 18:08:13 -07:00
"@types/chai" : "^4.1.2" ,
2018-07-16 07:08:48 +01:00
"@types/convert-source-map" : "^1.5.1" ,
2019-04-09 18:08:13 -07:00
"@types/diff" : "^3.5.1" ,
2017-09-22 19:51:03 +02:00
"@types/fs-extra" : "4.0.2" ,
"@types/hammerjs" : "2.0.35" ,
2019-04-13 00:14:33 +02:00
"@types/inquirer" : "^0.0.44" ,
2017-10-24 14:54:08 +03:00
"@types/jasmine" : "^2.8.8" ,
2019-01-28 21:59:25 +01:00
"@types/jasminewd2" : "^2.0.6" ,
2019-04-09 18:08:13 -07:00
"@types/minimist" : "^1.2.0" ,
2019-10-17 12:18:19 +01:00
"@types/node" : "^12.11.1" ,
2017-09-22 19:51:03 +02:00
"@types/selenium-webdriver" : "3.0.7" ,
2019-10-04 11:54:33 +01:00
"@types/semver" : "^6.0.2" ,
2019-11-15 02:56:55 +02:00
"@types/shelljs" : "^0.8.6" ,
2019-06-01 00:56:07 +09:00
"@types/systemjs" : "0.19.32" ,
2020-01-30 08:05:40 -08:00
"@types/yaml" : "^1.2.0" ,
2018-08-09 15:59:10 +01:00
"@types/yargs" : "^11.1.1" ,
2020-03-08 16:52:17 +01:00
"@webcomponents/custom-elements" : "^1.1.0" ,
2018-07-31 15:10:13 +03:00
"angular" : "npm:angular@1.7" ,
2018-02-15 19:21:18 +02:00
"angular-1.5" : "npm:angular@1.5" ,
2018-07-31 15:10:13 +03:00
"angular-1.6" : "npm:angular@1.6" ,
"angular-mocks" : "npm:angular-mocks@1.7" ,
2018-02-15 19:21:18 +02:00
"angular-mocks-1.5" : "npm:angular-mocks@1.5" ,
2018-07-31 15:10:13 +03:00
"angular-mocks-1.6" : "npm:angular-mocks@1.6" ,
2017-09-22 19:51:03 +02:00
"base64-js" : "1.2.1" ,
2019-06-01 00:56:07 +09:00
"bluebird" : "^3.5.5" ,
2019-04-15 11:57:36 -07:00
"brotli" : "^1.3.2" ,
2018-10-24 13:24:14 +01:00
"canonical-path" : "1.0.0" ,
2019-04-09 18:08:13 -07:00
"chai" : "^4.1.2" ,
"chalk" : "^2.3.1" ,
2020-01-29 13:16:52 -08:00
"chokidar" : "^3.0.0" ,
2018-10-22 14:26:52 -07:00
"convert-source-map" : "^1.5.1" ,
2019-06-01 00:56:07 +09:00
"core-js" : "^2.4.1" ,
2018-10-22 14:26:52 -07:00
"dependency-graph" : "^0.7.2" ,
2018-12-25 20:50:54 +01:00
"diff" : "^3.5.0" ,
2019-02-15 15:18:44 -06:00
"domino" : "2.1.2" ,
2018-10-22 14:26:52 -07:00
"fs-extra" : "4.0.2" ,
2019-02-01 14:27:13 +01:00
"hammerjs" : "2.0.8" ,
2019-09-27 15:49:59 -07:00
"http-server" : "^0.11.1" ,
2019-02-06 18:02:07 +01:00
"incremental-dom" : "0.4.1" ,
2018-10-22 14:26:52 -07:00
"jasmine" : "^3.1.0" ,
"jasmine-core" : "^3.1.0" ,
2019-02-13 16:09:00 -08:00
"jquery" : "3.0.0" ,
2019-11-22 13:12:05 -08: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" ,
2018-10-22 14:26:52 -07:00
"magic-string" : "^0.25.0" ,
2019-02-06 12:33:17 +01:00
"materialize-css" : "1.0.0" ,
2020-01-30 08:05:40 -08:00
"minimatch" : "^3.0.4" ,
2018-10-22 14:26:52 -07:00
"minimist" : "1.2.0" ,
"node-uuid" : "1.4.8" ,
2019-06-01 00:56:07 +09:00
"nodejs-websocket" : "^1.7.2" ,
2019-01-05 14:01:47 +01:00
"protractor" : "^5.4.2" ,
2020-01-31 15:50:44 -08:00
"puppeteer" : "2.1.1" ,
2018-10-22 14:26:52 -07:00
"reflect-metadata" : "^0.1.3" ,
2019-11-22 13:12:05 -08:00
"requirejs" : "^2.3.6" ,
2019-10-29 14:21:30 -07:00
"rollup" : "~1.25.0" ,
"rollup-plugin-commonjs" : "^10.1.0" ,
"rollup-plugin-node-resolve" : "^5.2.0" ,
2019-01-17 12:40:11 -08:00
"rollup-plugin-sourcemaps" : "^0.4.2" ,
2019-09-23 10:44:21 +02:00
"rxjs" : "^6.5.3" ,
2018-10-22 14:26:52 -07:00
"selenium-webdriver" : "3.5.0" ,
2019-11-15 02:56:55 +02:00
"shelljs" : "^0.8.3" ,
2018-10-22 14:26:52 -07:00
"source-map" : "^0.6.1" ,
2018-12-07 00:20:32 -08:00
"source-map-support" : "0.5.9" ,
2020-02-16 21:07:30 +01:00
"sourcemap-codec" : "^1.4.8" ,
2019-02-01 14:27:13 +01:00
"systemjs" : "0.18.10" ,
2019-11-14 13:08:40 -08:00
"terser" : "^4.4.0" ,
2020-03-04 17:27:27 -08:00
"tsickle" : "0.38.1" ,
2019-10-01 16:44:50 -07:00
"tslib" : "^1.10.0" ,
2020-03-02 19:00:50 +01:00
"tslint" : "6.0.0" ,
2020-03-04 17:27:27 -08:00
"typescript" : "~3.8.3" ,
2018-10-22 14:26:52 -07:00
"xhr2" : "0.1.4" ,
2020-01-30 08:05:40 -08:00
"yaml" : "^1.7.2" ,
2020-03-11 11:18:58 +01:00
"yargs" : "15.3.0"
2018-10-22 14:26:52 -07:00
} ,
"// 2" : "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted." ,
2019-01-04 10:59:58 -08:00
"// 3" : "when updating @bazel/bazel version you also need to update the RBE settings in .bazelrc (see https://github.com/angular/angular/pull/27935)" ,
2018-10-22 14:26:52 -07:00
"devDependencies" : {
2020-02-21 10:09:15 +01:00
"@angular/cli" : "9.0.3" ,
2020-02-13 14:05:15 -08:00
"@bazel/bazel" : "2.1.0" ,
2019-11-15 20:34:49 -08:00
"@bazel/buildifier" : "^0.29.0" ,
2020-01-10 14:55:07 -08:00
"@bazel/ibazel" : "^0.11.1" ,
2020-03-03 10:16:18 -08:00
"@octokit/graphql" : "^4.3.1" ,
2018-10-22 14:26:52 -07:00
"@types/minimist" : "^1.2.0" ,
2019-11-25 17:48:18 +02:00
"@yarnpkg/lockfile" : "^1.1.0" ,
2018-10-22 14:26:52 -07:00
"browserstacktunnel-wrapper" : "2.0.1" ,
2019-06-12 16:11:14 +01:00
"check-side-effects" : "0.0.21" ,
2017-09-21 15:39:43 +02:00
"clang-format" : "1.0.41" ,
2018-06-25 17:17:56 +02:00
"cldr" : "4.10.0" ,
2019-11-07 09:56:39 -08:00
"cldr-data" : "36.0.0" ,
2017-09-21 15:39:43 +02:00
"cldrjs" : "0.5.0" ,
2018-09-06 11:36:27 +03:00
"conventional-changelog" : "^2.0.3" ,
2017-09-21 15:39:43 +02:00
"entities" : "1.1.1" ,
2020-01-08 22:26:59 +02:00
"firebase-tools" : "^7.11.0" ,
2017-09-22 19:51:03 +02:00
"firefox-profile" : "1.0.3" ,
"glob" : "7.1.2" ,
2017-09-21 15:39:43 +02:00
"gulp" : "3.9.1" ,
2019-06-26 21:09:32 +03:00
"gulp-clang-format" : "1.0.23" ,
2018-09-10 20:19:14 -05:00
"gulp-conventional-changelog" : "^2.0.3" ,
2018-07-18 11:09:55 -05:00
"gulp-filter" : "^5.1.0" ,
"gulp-git" : "^2.7.0" ,
2017-09-22 19:51:03 +02:00
"gulp-tslint" : "8.1.2" ,
2018-03-23 16:07:33 -07:00
"husky" : "^0.14.3" ,
2017-09-22 19:51:03 +02:00
"jpm" : "1.3.1" ,
2019-11-22 13:12:05 -08:00
"karma-browserstack-launcher" : "^1.3.0" ,
2018-12-12 23:07:21 +01:00
"karma-sauce-launcher" : "^2.0.2" ,
2020-01-14 15:15:01 +01:00
"madge" : "^3.6.0" ,
2018-02-28 09:45:11 -08:00
"mutation-observer" : "^1.0.3" ,
2017-09-21 15:39:43 +02:00
"rewire" : "2.5.2" ,
2019-02-12 18:36:28 +01:00
"sauce-connect" : "https://saucelabs.com/downloads/sc-4.5.1-linux.tar.gz" ,
2019-10-04 11:54:33 +01:00
"semver" : "^6.3.0" ,
2020-03-03 10:16:18 -08:00
"ts-node" : "^8.6.2" ,
2020-03-02 19:00:50 +01:00
"tslint-eslint-rules" : "5.4.0" ,
2019-05-02 16:44:24 +01:00
"tslint-no-toplevel-property-access" : "0.0.2" ,
2018-10-04 13:14:14 -07:00
"tsutils" : "2.27.2" ,
2020-03-03 10:16:18 -08:00
"typed-graphqlify" : "^2.3.0" ,
2017-09-22 19:51:03 +02:00
"universal-analytics" : "0.4.15" ,
2017-09-21 15:39:43 +02:00
"vlq" : "0.2.2" ,
2019-12-12 09:53:13 +01:00
"vrsource-tslint-rules" : "5.1.1"
2019-01-18 10:43:04 -08:00
} ,
2019-10-23 12:49:49 +02: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 15:50:44 -08: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 10:43:04 -08:00
"resolutions" : {
2020-01-31 15:50:44 -08:00
"**/graceful-fs" : "4.2.2" ,
"**/webdriver-manager" : "12.1.7"
2019-11-08 10:52:39 +02:00
} ,
"cldr-data-coverage" : "full"
2019-10-02 11:43:00 -07:00
}