projecte_ionic/node_modules/@angular-devkit/schematics/package.json
2022-02-09 18:30:03 +01:00

70 lines
1.9 KiB
JSON
Executable file

{
"_from": "@angular-devkit/schematics@12.1.4",
"_id": "@angular-devkit/schematics@12.1.4",
"_inBundle": false,
"_integrity": "sha512-yD3y3pK/K5piOgvALFoCCiPp4H8emNa3yZL+vlpEpewVLpF1MM55LeTxc0PI5s0uqtOGVnvcbA5wYgMm3YsUEA==",
"_location": "/@angular-devkit/schematics",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@angular-devkit/schematics@12.1.4",
"name": "@angular-devkit/schematics",
"escapedName": "@angular-devkit%2fschematics",
"scope": "@angular-devkit",
"rawSpec": "12.1.4",
"saveSpec": null,
"fetchSpec": "12.1.4"
},
"_requiredBy": [
"/@angular/cli",
"/@schematics/angular"
],
"_resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.1.4.tgz",
"_shasum": "8f20886bc8c56eb25d67981107f00298276dae79",
"_spec": "@angular-devkit/schematics@12.1.4",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular/cli",
"author": {
"name": "Angular Authors"
},
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"@angular-devkit/core": "12.1.4",
"ora": "5.4.1",
"rxjs": "6.6.7"
},
"deprecated": false,
"description": "Angular Schematics - Library",
"engines": {
"node": "^12.14.1 || >=14.0.0",
"npm": "^6.11.0 || ^7.5.6",
"yarn": ">= 1.13.0"
},
"homepage": "https://github.com/angular/angular-cli",
"keywords": [
"angular",
"Angular CLI",
"devkit",
"sdk",
"Angular DevKit",
"blueprints",
"scaffolding",
"template",
"tooling",
"code generation",
"schematics"
],
"license": "MIT",
"main": "src/index.js",
"name": "@angular-devkit/schematics",
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular-cli.git"
},
"typings": "src/index.d.ts",
"version": "12.1.4"
}