diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json b/sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json deleted file mode 100644 index 50d80454..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "@angular/cli", - "version": "13.2.5", - "description": "CLI tool for Angular", - "main": "lib/cli/index.js", - "bin": { - "ng": "./bin/ng.js" - }, - "keywords": [ - "angular", - "Angular CLI", - "devkit", - "sdk", - "Angular DevKit", - "angular-cli" - ], - "scripts": { - "postinstall": "node ./bin/postinstall/script.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli", - "dependencies": { - "@angular-devkit/architect": "0.1302.5", - "@angular-devkit/core": "13.2.5", - "@angular-devkit/schematics": "13.2.5", - "@schematics/angular": "13.2.5", - "@yarnpkg/lockfile": "1.1.0", - "ansi-colors": "4.1.1", - "debug": "4.3.3", - "ini": "2.0.0", - "inquirer": "8.2.0", - "jsonc-parser": "3.0.0", - "npm-package-arg": "8.1.5", - "npm-pick-manifest": "6.1.1", - "open": "8.4.0", - "ora": "5.4.1", - "pacote": "12.0.3", - "resolve": "1.22.0", - "semver": "7.3.5", - "symbol-observable": "4.0.0", - "uuid": "8.3.2" - }, - "ng-update": { - "migrations": "@schematics/angular/migrations/migration-collection.json", - "packageGroup": { - "@angular/cli": "13.2.5", - "@angular-devkit/architect": "0.1302.5", - "@angular-devkit/build-angular": "13.2.5", - "@angular-devkit/build-webpack": "0.1302.5", - "@angular-devkit/core": "13.2.5", - "@angular-devkit/schematics": "13.2.5" - } - }, - "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" - } -} |