2018-03-02 17:19:01 -05:00
|
|
|
{
|
|
|
|
"name": "ts-api-guardian",
|
2018-10-01 19:32:49 -04:00
|
|
|
"version": "0.4.1",
|
2018-03-02 17:19:01 -05:00
|
|
|
"description": "Guards the API of TypeScript libraries!",
|
2018-10-01 19:32:49 -04:00
|
|
|
"main": "lib/main.js",
|
|
|
|
"typings": "lib/main.d.ts",
|
2019-04-19 02:37:01 -04:00
|
|
|
"bazelWorkspaces": {
|
|
|
|
"npm_ts_api_guardian": {
|
|
|
|
"version": "0.4.1",
|
|
|
|
"rootPath": "."
|
|
|
|
}
|
|
|
|
},
|
2018-03-02 17:19:01 -05:00
|
|
|
"bin": {
|
|
|
|
"ts-api-guardian": "./bin/ts-api-guardian"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-03-18 10:44:56 -04:00
|
|
|
"typescript": "~3.4.0"
|
2018-03-02 17:19:01 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^2.3.1",
|
2019-04-09 21:08:13 -04:00
|
|
|
"diff": "^3.5.0",
|
2018-03-02 17:19:01 -05:00
|
|
|
"minimist": "^1.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-18 12:58:38 -04:00
|
|
|
"@types/chai": "^4.1.2",
|
2018-08-28 14:04:21 -04:00
|
|
|
"@types/diff": "^3.5.1",
|
2018-10-18 12:58:38 -04:00
|
|
|
"@types/jasmine": "^2.8.8",
|
2018-08-28 14:04:21 -04:00
|
|
|
"@types/minimist": "^1.2.0",
|
2019-04-09 21:08:13 -04:00
|
|
|
"@types/node": "^10.9.4",
|
2018-03-02 17:19:01 -05:00
|
|
|
"chai": "^4.1.2",
|
2018-03-01 13:41:35 -05:00
|
|
|
"jasmine": "^3.1.0",
|
2018-11-14 12:36:59 -05:00
|
|
|
"source-map-support": "^0.5.9",
|
2019-03-18 10:44:56 -04:00
|
|
|
"typescript": "~3.4.2"
|
2018-03-02 17:19:01 -05:00
|
|
|
},
|
|
|
|
"repository": {},
|
|
|
|
"keywords": [
|
|
|
|
"typescript"
|
|
|
|
],
|
|
|
|
"contributors": [
|
|
|
|
"Alan Agius <alan.agius4@gmail.com> (https://github.com/alan-agius4/)",
|
|
|
|
"Alex Eagle <alexeagle@google.com> (https://angular.io/)",
|
|
|
|
"Martin Probst <martinprobst@google.com> (https://angular.io/)",
|
2018-10-01 19:32:49 -04:00
|
|
|
"Victor Savkin <vsavkin@google.com> (https://victorsavkin.com)",
|
|
|
|
"Igor Minar <iminar@google.com> (https://angular.io/)"
|
2018-03-02 17:19:01 -05:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2018-03-01 13:41:35 -05:00
|
|
|
"url": "https://github.com/angular/angular/issues"
|
2018-03-02 17:19:01 -05:00
|
|
|
},
|
2018-03-01 13:41:35 -05:00
|
|
|
"homepage": "https://github.com/angular/angular/tools/ts-api-guardian"
|
2019-03-18 10:44:56 -04:00
|
|
|
}
|