2014-09-18 17:56:38 -04:00
{
2015-10-15 12:57:29 -04:00
"name" : "angular-srcs" ,
2018-10-24 17:47:20 -04:00
"version" : "7.1.0-beta.0" ,
2016-04-28 20:50:03 -04:00
"private" : true ,
2015-05-19 17:29:34 -04:00
"branchPattern" : "2.0.*" ,
2017-01-27 01:30:42 -05:00
"description" : "Angular - a web framework for modern web apps" ,
2015-02-10 18:18:16 -05:00
"homepage" : "https://github.com/angular/angular" ,
"bugs" : "https://github.com/angular/angular/issues" ,
2016-01-12 11:36:43 -05:00
"license" : "MIT" ,
2015-12-01 17:09:31 -05:00
"engines" : {
2018-09-05 15:38:53 -04:00
"node" : ">=10.9.0 <11.0.0" ,
"yarn" : ">=1.9.2 <2.0.0"
2015-12-01 17:09:31 -05:00
} ,
2015-01-24 13:50:18 -05:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/angular/angular.git"
} ,
2014-09-18 17:56:38 -04:00
"scripts" : {
2018-01-05 13:53:55 -05:00
"preskylint" : "bazel build --noshow_progress @io_bazel//src/tools/skylark/java/com/google/devtools/skylark/skylint:Skylint" ,
2018-09-13 12:18:28 -04:00
"//" : "deprecated-api is disabled because we use actions.new_file(genfiles_dir) which has no replacement, see https://github.com/bazelbuild/bazel/issues/4858" ,
2018-04-10 14:50:43 -04:00
"skylint" : "find . -type f -name \"*.bzl\" ! -path \"*/node_modules/*\" ! -path \"./dist/*\" | xargs $(bazel info bazel-bin)/external/io_bazel/src/tools/skylark/java/com/google/devtools/skylark/skylint/Skylint --disable-checks=deprecated-api" ,
2018-01-05 13:53:55 -05:00
"prebuildifier" : "bazel build --noshow_progress @com_github_bazelbuild_buildtools//buildifier" ,
2018-08-07 15:19:00 -04:00
"buildifier" : "find . -type f \\( -name \"*.bzl\" -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs $(bazel info bazel-bin)/external/com_github_bazelbuild_buildtools/buildifier/*/buildifier" ,
2018-01-09 05:02:03 -05:00
"preinstall" : "node tools/yarn/check-yarn.js" ,
2018-08-20 15:58:33 -04:00
"postinstall" : "yarn update-webdriver && node ./tools/postinstall-patches.js" ,
2017-12-11 09:27:29 -05:00
"update-webdriver" : "webdriver-manager update --gecko false $CHROMEDRIVER_VERSION_ARG" ,
2018-03-23 19:07:33 -04:00
"check-env" : "gulp check-env" ,
2018-10-23 12:52:41 -04:00
"commitmsg" : "node ./scripts/git/commit-msg.js" ,
2018-10-24 21:15:46 -04:00
"test-ivy-jit" : "bazel test --define=compile=jit --build_tag_filters=-no-ivy-jit,-fixme-ivy-jit --test_tag_filters=-no-ivy-jit,-fixme-ivy-jit" ,
"test-fixme-ivy-jit" : "bazel test --define=compile=jit --build_tag_filters=-no-ivy-jit --test_tag_filters=-no-ivy-jit" ,
"test-ivy-aot" : "bazel test --define=compile=aot --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot" ,
"test-fixme-ivy-aot" : "bazel test --define=compile=aot --build_tag_filters=-no-ivy-aot --test_tag_filters=-no-ivy-aot"
2014-09-18 17:56:38 -04:00
} ,
"dependencies" : {
2018-04-03 17:52:33 -04:00
"@angular-devkit/schematics" : "^0.5.5" ,
"@schematics/angular" : "^0.5.4" ,
2016-08-25 20:28:36 -04:00
"core-js" : "^2.4.1" ,
2016-03-18 09:01:49 -04:00
"reflect-metadata" : "^0.1.3" ,
2018-09-24 16:58:23 -04:00
"rxjs" : "^6.3.0" ,
2017-05-23 16:01:39 -04:00
"tslib" : "^1.7.1" ,
2018-04-06 12:00:28 -04:00
"zone.js" : "^0.8.26"
2014-11-11 11:37:19 -05:00
} ,
2017-01-16 03:50:12 -05:00
"optionalDependencies" : {
2017-09-22 13:51:03 -04:00
"fsevents" : "1.1.2"
2017-01-16 03:50:12 -05:00
} ,
2014-11-11 11:37:19 -05:00
"devDependencies" : {
2017-12-06 09:56:49 -05:00
"@bazel/ibazel" : "^0.1.1" ,
2018-10-16 18:27:47 -04:00
"@bazel/karma" : "0.20.3" ,
"@bazel/typescript" : "0.20.3" ,
2018-06-20 06:29:37 -04:00
"@types/angular" : "^1.6.47" ,
2017-09-21 09:39:43 -04:00
"@types/base64-js" : "1.2.5" ,
"@types/chokidar" : "1.7.3" ,
2018-07-16 02:08:48 -04:00
"@types/convert-source-map" : "^1.5.1" ,
2018-03-22 13:37:43 -04:00
"@types/diff" : "^3.2.2" ,
2017-09-22 13:51:03 -04:00
"@types/fs-extra" : "4.0.2" ,
"@types/hammerjs" : "2.0.35" ,
2017-10-24 07:54:08 -04:00
"@types/jasmine" : "^2.8.8" ,
2018-09-27 10:03:40 -04:00
"@types/jasminewd2" : "^2.0.4" ,
2018-03-20 16:13:06 -04:00
"@types/minimist" : "^1.2.0" ,
2018-07-16 02:08:48 -04:00
"@types/mock-fs" : "^3.6.30" ,
2018-09-10 06:44:48 -04:00
"@types/node" : "^10.9.4" ,
2017-09-22 13:51:03 -04:00
"@types/selenium-webdriver" : "3.0.7" ,
2018-02-13 14:26:06 -05:00
"@types/shelljs" : "^0.7.8" ,
2017-09-26 12:26:18 -04:00
"@types/source-map" : "^0.5.1" ,
2017-09-21 09:39:43 -04:00
"@types/systemjs" : "0.19.32" ,
2018-08-09 10:59:10 -04:00
"@types/yargs" : "^11.1.1" ,
2018-02-28 12:45:11 -05:00
"@webcomponents/custom-elements" : "^1.0.4" ,
2018-07-31 08:10:13 -04:00
"angular" : "npm:angular@1.7" ,
2018-02-15 12:21:18 -05:00
"angular-1.5" : "npm:angular@1.5" ,
2018-07-31 08:10:13 -04:00
"angular-1.6" : "npm:angular@1.6" ,
"angular-mocks" : "npm:angular-mocks@1.7" ,
2018-02-15 12:21:18 -05:00
"angular-mocks-1.5" : "npm:angular-mocks@1.5" ,
2018-07-31 08:10:13 -04:00
"angular-mocks-1.6" : "npm:angular-mocks@1.6" ,
2017-09-22 13:51:03 -04:00
"base64-js" : "1.2.1" ,
"bower" : "1.8.2" ,
"browserstacktunnel-wrapper" : "2.0.1" ,
2017-01-25 17:15:51 -05:00
"canonical-path" : "0.0.2" ,
2017-09-22 13:51:03 -04:00
"chokidar" : "1.7.0" ,
2017-09-21 09:39:43 -04:00
"clang-format" : "1.0.41" ,
2018-06-25 11:17:56 -04:00
"cldr" : "4.10.0" ,
2017-09-21 09:39:43 -04:00
"cldr-data-downloader" : "0.3.2" ,
"cldrjs" : "0.5.0" ,
2018-09-06 04:36:27 -04:00
"conventional-changelog" : "^2.0.3" ,
2018-07-16 02:08:48 -04:00
"convert-source-map" : "^1.5.1" ,
2017-09-22 13:51:03 -04:00
"cors" : "2.8.4" ,
2018-08-09 10:59:10 -04:00
"dependency-graph" : "^0.7.2" ,
2018-03-22 13:37:43 -04:00
"diff" : "^3.5.0" ,
2018-08-18 16:58:55 -04:00
"domino" : "2.1.0" ,
2017-09-21 09:39:43 -04:00
"entities" : "1.1.1" ,
2017-09-22 13:51:03 -04:00
"firefox-profile" : "1.0.3" ,
"fs-extra" : "4.0.2" ,
"glob" : "7.1.2" ,
2017-09-21 09:39:43 -04:00
"gulp" : "3.9.1" ,
"gulp-clang-format" : "1.0.23" ,
2017-09-22 13:51:03 -04:00
"gulp-connect" : "5.0.0" ,
2018-09-10 21:19:14 -04:00
"gulp-conventional-changelog" : "^2.0.3" ,
2018-07-18 12:09:55 -04:00
"gulp-filter" : "^5.1.0" ,
"gulp-git" : "^2.7.0" ,
2017-09-22 13:51:03 -04:00
"gulp-tslint" : "8.1.2" ,
2017-09-21 09:39:43 -04:00
"hammerjs" : "2.0.8" ,
2018-03-23 19:07:33 -04:00
"husky" : "^0.14.3" ,
2017-09-21 09:39:43 -04:00
"incremental-dom" : "0.4.1" ,
2018-07-05 14:18:38 -04:00
"jasmine" : "^3.1.0" ,
"jasmine-core" : "^3.1.0" ,
2017-09-22 13:51:03 -04:00
"jpm" : "1.3.1" ,
2018-07-05 14:35:17 -04:00
"karma" : "^2.0.4" ,
"karma-browserstack-launcher" : "^1.3.0" ,
"karma-chrome-launcher" : "^2.2.0" ,
2018-07-06 02:13:25 -04:00
"karma-jasmine" : "^1.1.2" ,
2018-07-05 14:35:17 -04:00
"karma-sauce-launcher" : "^1.2.0" ,
"karma-sourcemap-loader" : "^0.3.7" ,
2015-11-03 23:23:26 -05:00
"madge" : "0.5.0" ,
2018-07-16 02:08:48 -04:00
"magic-string" : "^0.25.0" ,
2017-09-21 09:39:43 -04:00
"minimist" : "1.2.0" ,
2018-07-16 02:08:48 -04:00
"mock-fs" : "^4.5.0" ,
2018-02-28 12:45:11 -05:00
"mutation-observer" : "^1.0.3" ,
2017-09-21 09:39:43 -04:00
"node-uuid" : "1.4.8" ,
"protractor" : "5.1.2" ,
"rewire" : "2.5.2" ,
"rollup" : "0.47.4" ,
"rollup-plugin-commonjs" : "8.1.0" ,
"rollup-plugin-node-resolve" : "3.0.0" ,
"rollup-plugin-sourcemaps" : "0.4.2" ,
2017-09-22 13:51:03 -04:00
"selenium-webdriver" : "3.5.0" ,
"semver" : "5.4.1" ,
2018-03-08 23:23:33 -05:00
"shelljs" : "^0.8.1" ,
2018-07-16 02:08:48 -04:00
"source-map" : "^0.6.1" ,
2017-09-22 13:51:03 -04:00
"source-map-support" : "0.4.18" ,
2015-11-05 02:48:21 -05:00
"systemjs" : "0.18.10" ,
2018-10-18 12:58:38 -04:00
"tsickle" : "0.32.1" ,
2017-09-22 13:51:03 -04:00
"tslint" : "5.7.0" ,
"tslint-eslint-rules" : "4.1.1" ,
2018-10-04 16:14:14 -04:00
"tsutils" : "2.27.2" ,
2018-09-27 19:47:19 -04:00
"typescript" : "~3.1.1" ,
2018-03-10 00:01:53 -05:00
"uglify-es" : "^3.3.9" ,
2017-09-22 13:51:03 -04:00
"universal-analytics" : "0.4.15" ,
2017-09-21 09:39:43 -04:00
"vlq" : "0.2.2" ,
2017-09-22 13:51:03 -04:00
"vrsource-tslint-rules" : "5.1.1" ,
2017-09-21 09:39:43 -04:00
"webpack" : "1.12.9" ,
"xhr2" : "0.1.4" ,
2017-11-02 18:11:34 -04:00
"yargs" : "9.0.1"
2014-09-25 17:04:46 -04:00
}
2018-09-10 06:44:48 -04:00
}