@schematics/update
Version:
Schematics specific to updating packages
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "@schematics/update",
"version": "0.1102.18",
"description": "Schematics specific to updating packages",
"experimental": true,
"keywords": [
"angular",
"Angular CLI",
"devkit",
"sdk",
"Angular DevKit",
"blueprints",
"code generation",
"schematics",
"schematic"
],
"schematics": "./collection.json",
"dependencies": {
"@angular-devkit/core": "11.2.18",
"@angular-devkit/schematics": "11.2.18",
"@yarnpkg/lockfile": "1.1.0",
"ini": "2.0.0",
"npm-package-arg": "^8.0.0",
"pacote": "11.2.4",
"semver": "7.3.4",
"semver-intersect": "1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"engines": {
"node": ">= 10.13.0",
"npm": "^6.11.0 || ^7.5.6",
"yarn": ">= 1.13.0"
},
"author": "Angular Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli"
}