2015-02-11 13:13:49 -05:00
|
|
|
{
|
2016-08-26 19:34:08 -04:00
|
|
|
"name": "@angular/benchpress",
|
2020-06-22 14:04:23 -04:00
|
|
|
"version": "0.2.1",
|
2015-02-24 17:52:05 -05:00
|
|
|
"description": "Benchpress - a framework for e2e performance tests",
|
2016-08-26 19:34:08 -04:00
|
|
|
"main": "index.js",
|
2017-03-02 16:54:35 -05:00
|
|
|
"typings": "./index.d.ts",
|
2017-03-24 12:56:50 -04:00
|
|
|
"strictNullChecks": true,
|
2015-02-11 13:13:49 -05:00
|
|
|
"dependencies": {
|
2020-06-22 14:04:23 -04:00
|
|
|
"@angular/core": "^10.0.0-0 || ^11.0.0",
|
2020-06-22 14:20:09 -04:00
|
|
|
"reflect-metadata": "^0.1.13"
|
2016-08-26 19:34:08 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 06:12:59 -05:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/benchpress"
|
2016-08-26 19:34:08 -04:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"angular",
|
|
|
|
"benchmarks"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/angular/angular/issues"
|
|
|
|
},
|
2020-06-25 17:35:28 -04:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
|
|
|
}
|
2019-04-22 12:50:05 -04:00
|
|
|
}
|