mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
24 lines
546 B
JSON
24 lines
546 B
JSON
{
|
|
"name": "@schematics/update",
|
|
"version": "0.0.0",
|
|
"description": "Schematics specific to updating packages",
|
|
"experimental": true,
|
|
"keywords": [
|
|
"blueprints",
|
|
"code generation",
|
|
"schematics",
|
|
"schematic"
|
|
],
|
|
"schematics": "./collection.json",
|
|
"dependencies": {
|
|
"@angular-devkit/core": "0.0.0",
|
|
"@angular-devkit/schematics": "0.0.0",
|
|
"@yarnpkg/lockfile": "1.1.0",
|
|
"ini": "2.0.0",
|
|
"npm-package-arg": "^8.0.0",
|
|
"pacote": "11.3.1",
|
|
"semver": "7.3.5",
|
|
"semver-intersect": "1.4.0"
|
|
}
|
|
}
|