diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/package.json')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/package.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/package.json b/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/package.json new file mode 100644 index 00000000..b62a765d --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/package.json @@ -0,0 +1,42 @@ +{ + "name": "@angular-devkit/schematics", + "version": "13.2.5", + "description": "Angular Schematics - Library", + "main": "src/index.js", + "typings": "src/index.d.ts", + "keywords": [ + "angular", + "Angular CLI", + "devkit", + "sdk", + "Angular DevKit", + "blueprints", + "scaffolding", + "template", + "tooling", + "code generation", + "schematics" + ], + "dependencies": { + "@angular-devkit/core": "13.2.5", + "jsonc-parser": "3.0.0", + "magic-string": "0.25.7", + "ora": "5.4.1", + "rxjs": "6.6.7" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular-cli.git" + }, + "engines": { + "node": "^12.20.0 || ^14.15.0 || >=16.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "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" +} |