2012-05-22 23:39:07 -07:00
|
|
|
{
|
2018-12-27 17:07:40 +01:00
|
|
|
"name": "angular",
|
2015-06-15 00:21:16 +02:00
|
|
|
"license": "MIT",
|
2020-08-02 19:08:42 +03:00
|
|
|
"branchVersion": "^1.8.0",
|
2020-05-20 08:18:22 +01:00
|
|
|
"branchPattern": "1.8.*",
|
2018-05-23 19:20:29 +01:00
|
|
|
"distTag": "next",
|
2013-08-20 16:49:43 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.js.git"
|
|
|
|
|
},
|
2015-02-19 22:30:25 -08:00
|
|
|
"engines": {
|
2019-11-15 16:41:33 +01:00
|
|
|
"node": ">=12.14.1",
|
|
|
|
|
"yarn": ">=1.21.1",
|
2018-10-11 16:35:57 +02:00
|
|
|
"grunt-cli": "^1.2.0"
|
2015-02-19 22:30:25 -08:00
|
|
|
},
|
2015-09-09 03:27:45 +03:00
|
|
|
"scripts": {
|
2016-01-26 10:05:13 +00:00
|
|
|
"commit": "git-cz",
|
2015-09-20 21:29:59 +02:00
|
|
|
"test-i18n": "jasmine-node i18n/spec",
|
2018-10-11 16:35:57 +02:00
|
|
|
"test-i18n-ucd": "jasmine-node i18n/ucd/spec"
|
2015-09-09 03:27:45 +03:00
|
|
|
},
|
2013-05-18 11:41:27 -04:00
|
|
|
"devDependencies": {
|
2014-09-08 09:50:47 +01:00
|
|
|
"angular-benchpress": "0.x.x",
|
|
|
|
|
"benchmark": "1.x.x",
|
2016-12-01 13:26:51 +00:00
|
|
|
"bootstrap": "3.1.1",
|
2019-11-15 16:41:33 +01:00
|
|
|
"browserstacktunnel-wrapper": "2.0.4",
|
2014-09-08 09:50:47 +01:00
|
|
|
"canonical-path": "0.0.2",
|
2016-10-26 17:21:57 +01:00
|
|
|
"changez": "^2.1.1",
|
2016-12-23 10:52:32 +00:00
|
|
|
"changez-angular": "^2.1.2",
|
2015-01-08 14:48:26 -08:00
|
|
|
"cheerio": "^0.17.0",
|
2021-06-05 12:42:47 -04:00
|
|
|
"commitizen": "^4.2.4",
|
2017-07-12 12:02:18 +02:00
|
|
|
"commitplease": "^2.7.10",
|
2016-09-01 20:42:03 +02:00
|
|
|
"cross-spawn": "^4.0.0",
|
2015-10-28 12:38:21 -04:00
|
|
|
"cz-conventional-changelog": "1.1.4",
|
2018-06-12 11:28:08 +03:00
|
|
|
"dgeni": "^0.4.9",
|
2018-08-23 15:06:14 +03:00
|
|
|
"dgeni-packages": "^0.26.5",
|
2018-02-12 12:26:32 +01:00
|
|
|
"eslint-plugin-promise": "^3.6.0",
|
2014-09-08 09:50:47 +01:00
|
|
|
"event-stream": "~3.1.0",
|
2021-02-05 22:58:02 +02:00
|
|
|
"firebase-tools": "^9.3.0",
|
2015-12-15 11:46:50 -08:00
|
|
|
"glob": "^6.0.1",
|
2016-12-01 13:26:51 +00:00
|
|
|
"google-code-prettify": "1.0.1",
|
2021-06-05 12:42:47 -04:00
|
|
|
"grunt": "^1.4.1",
|
2016-07-20 00:54:17 +02:00
|
|
|
"grunt-bump": "^0.8.0",
|
|
|
|
|
"grunt-cli": "^1.2.0",
|
|
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
|
"grunt-contrib-compress": "^1.3.0",
|
|
|
|
|
"grunt-contrib-connect": "^1.0.2",
|
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2014-02-01 23:14:07 -08:00
|
|
|
"grunt-ddescribe-iit": "~0.0.1",
|
2016-07-20 15:45:04 +02:00
|
|
|
"grunt-eslint": "^19.0.0",
|
2014-02-01 23:14:07 -08:00
|
|
|
"grunt-merge-conflict": "~0.0.1",
|
2016-07-20 00:54:17 +02:00
|
|
|
"grunt-shell": "^1.3.0",
|
2014-09-08 09:50:47 +01:00
|
|
|
"gulp": "~3.8.0",
|
2014-09-24 15:01:20 +01:00
|
|
|
"gulp-concat": "^2.4.1",
|
2016-07-20 15:45:04 +02:00
|
|
|
"gulp-eslint": "^3.0.1",
|
2014-09-24 15:01:20 +01:00
|
|
|
"gulp-foreach": "0.0.1",
|
|
|
|
|
"gulp-rename": "^1.2.0",
|
|
|
|
|
"gulp-sourcemaps": "^1.2.2",
|
2021-06-05 12:42:47 -04:00
|
|
|
"gulp-uglify": "^3.0.2",
|
2014-09-08 10:14:17 +01:00
|
|
|
"gulp-util": "^3.0.1",
|
2018-01-05 21:35:26 +01:00
|
|
|
"jasmine-core": "^2.8.0",
|
2016-01-26 10:05:13 +00:00
|
|
|
"jasmine-node": "^2.0.0",
|
2016-07-07 15:26:18 +02:00
|
|
|
"jasmine-reporters": "^2.2.0",
|
2020-05-19 13:12:41 +02:00
|
|
|
"jquery": "3.5.1",
|
2017-12-27 19:16:46 +01:00
|
|
|
"jquery-2.1": "npm:jquery@2.1.4",
|
|
|
|
|
"jquery-2.2": "npm:jquery@2.2.4",
|
2019-11-15 16:41:33 +01:00
|
|
|
"karma": "4.4.1",
|
|
|
|
|
"karma-browserstack-launcher": "1.5.1",
|
|
|
|
|
"karma-chrome-launcher": "3.1.0",
|
|
|
|
|
"karma-edge-launcher": "0.4.2",
|
|
|
|
|
"karma-firefox-launcher": "1.2.0",
|
|
|
|
|
"karma-ie-launcher": "1.0.0",
|
2018-07-21 10:41:33 +03:00
|
|
|
"karma-jasmine": "^1.1.2",
|
2019-11-15 16:41:33 +01:00
|
|
|
"karma-junit-reporter": "2.0.1",
|
|
|
|
|
"karma-safari-launcher": "1.0.0",
|
|
|
|
|
"karma-sauce-launcher": "2.0.2",
|
|
|
|
|
"karma-script-launcher": "1.0.0",
|
|
|
|
|
"karma-spec-reporter": "0.0.32",
|
2016-07-20 00:54:17 +02:00
|
|
|
"load-grunt-tasks": "^3.5.0",
|
2021-06-05 12:42:47 -04:00
|
|
|
"lodash": "~4.17.21",
|
2015-11-16 16:26:49 -08:00
|
|
|
"log4js": "^0.6.27",
|
2016-12-01 13:26:51 +00:00
|
|
|
"lunr": "^0.7.2",
|
2014-02-12 22:47:42 +00:00
|
|
|
"marked": "~0.3.0",
|
2014-03-13 18:30:17 +00:00
|
|
|
"node-html-encoder": "0.0.2",
|
2016-11-28 11:19:59 +00:00
|
|
|
"npm-run": "^4.1.0",
|
2016-12-01 13:26:51 +00:00
|
|
|
"open-sans-fontface": "^1.4.0",
|
2014-10-11 21:58:38 +02:00
|
|
|
"promises-aplus-tests": "~2.1.0",
|
2020-05-20 14:16:51 +01:00
|
|
|
"protractor": "^7.0.0",
|
2014-09-08 09:50:47 +01:00
|
|
|
"q": "~1.0.0",
|
|
|
|
|
"q-io": "^1.10.9",
|
2014-07-31 06:26:10 -07:00
|
|
|
"qq": "^0.3.5",
|
2014-10-11 21:58:38 +02:00
|
|
|
"rewire": "~2.1.0",
|
2020-09-30 22:14:29 +03:00
|
|
|
"sauce-connect": "https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz",
|
2015-09-20 21:29:59 +02:00
|
|
|
"sax": "^1.1.1",
|
2018-10-18 14:47:50 +01:00
|
|
|
"selenium-webdriver": "^4.0.0-alpha.1",
|
2018-01-09 12:57:45 +01:00
|
|
|
"semver": "^5.4.1",
|
2016-07-20 00:54:17 +02:00
|
|
|
"serve-favicon": "^2.3.0",
|
|
|
|
|
"serve-index": "^1.8.0",
|
|
|
|
|
"serve-static": "^1.11.1",
|
2016-11-11 19:47:28 +00:00
|
|
|
"shelljs": "^0.7.5",
|
2014-09-08 09:50:47 +01:00
|
|
|
"sorted-object": "^1.0.0",
|
2016-07-20 15:45:04 +02:00
|
|
|
"stringmap": "^0.2.2"
|
2013-03-27 00:12:45 -07:00
|
|
|
},
|
2020-05-24 20:34:18 +03:00
|
|
|
"dependencies": {},
|
2018-11-06 16:03:52 +02:00
|
|
|
"resolutions": {
|
|
|
|
|
"//1": "`natives@1.1.0` does not work with Node.js 10.x on Windows 10",
|
2020-02-01 22:17:15 +02:00
|
|
|
"//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162 and https://github.com/nodejs/node/issues/25132.)",
|
2019-11-15 16:41:33 +01:00
|
|
|
"natives": "1.1.6",
|
2020-08-07 20:39:11 -04:00
|
|
|
"//3": "`graceful-fs` needs to be pinned to support gulp 3, on Node v12+",
|
2019-11-15 16:41:33 +01:00
|
|
|
"graceful-fs": "^4.2.3"
|
2018-11-06 16:03:52 +02:00
|
|
|
},
|
2017-07-12 12:02:18 +02:00
|
|
|
"commitplease": {
|
|
|
|
|
"style": "angular",
|
|
|
|
|
"nohook": true
|
|
|
|
|
},
|
2015-10-28 12:38:21 -04:00
|
|
|
"config": {
|
|
|
|
|
"commitizen": {
|
|
|
|
|
"path": "node_modules/cz-conventional-changelog"
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-10-16 11:51:00 +02:00
|
|
|
}
|