1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-06-02 03:12:30 +08:00
Hans c13cbd467a refactor(@angular-devkit/core): add cache to normalize
And a benchmark to show the curve, more or less.
2018-10-03 16:31:27 -07:00

21 lines
421 B
JSON

{
"name": "@angular-devkit/core",
"version": "0.0.0",
"description": "Angular DevKit - Core Utility Library",
"main": "src/index.js",
"typings": "src/index.d.ts",
"keywords": [
"core"
],
"dependencies": {
"ajv": "6.5.3",
"chokidar": "2.0.4",
"fast-json-stable-stringify": "2.0.0",
"rxjs": "6.3.3",
"source-map": "0.7.3"
},
"devDependencies": {
"seedrandom": "^2.4.4"
}
}