aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json b/sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json
new file mode 100644
index 00000000..50d80454
--- /dev/null
+++ b/sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json
@@ -0,0 +1,67 @@
+{
+ "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"
+ }
+}