Changeset 59329aa for trip-planner-front/node_modules/@angular/cli
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cli/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/cli", 3 "version": "12.2.9", 4 "description": "CLI tool for Angular", 5 "main": "lib/cli/index.js", 2 "_args": [ 3 [ 4 "@angular/cli@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@angular/cli@12.2.9", 10 "_id": "@angular/cli@12.2.9", 11 "_inBundle": false, 12 "_integrity": "sha512-aYAb6LkqIpKOZE8Kkhst5NNWpM4W1o1mmPTt6Nm6b/4wVLSC+mDp1IBCJSihDWysDetXA5J3kNJ4R2XnpHpIKw==", 13 "_location": "/@angular/cli", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@angular/cli@12.2.9", 19 "name": "@angular/cli", 20 "escapedName": "@angular%2fcli", 21 "scope": "@angular", 22 "rawSpec": "12.2.9", 23 "saveSpec": null, 24 "fetchSpec": "12.2.9" 25 }, 26 "_requiredBy": [ 27 "#DEV:/" 28 ], 29 "_resolved": "https://registry.npmjs.org/@angular/cli/-/cli-12.2.9.tgz", 30 "_spec": "12.2.9", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Angular Authors" 34 }, 6 35 "bin": { 7 "ng": " ./bin/ng"36 "ng": "bin/ng" 8 37 }, 9 "keywords": [10 "angular",11 "Angular CLI",12 "devkit",13 "sdk",14 "Angular DevKit",15 "angular-cli"16 ],17 "scripts": {18 "postinstall": "node ./bin/postinstall/script.js"19 },20 "repository": {21 "type": "git",22 "url": "https://github.com/angular/angular-cli.git"23 },24 "author": "Angular Authors",25 "license": "MIT",26 38 "bugs": { 27 39 "url": "https://github.com/angular/angular-cli/issues" 28 40 }, 29 "homepage": "https://github.com/angular/angular-cli",30 41 "dependencies": { 31 42 "@angular-devkit/architect": "0.1202.9", … … 49 60 "uuid": "8.3.2" 50 61 }, 62 "description": "CLI tool for Angular", 63 "engines": { 64 "node": "^12.14.1 || >=14.0.0", 65 "npm": "^6.11.0 || ^7.5.6", 66 "yarn": ">= 1.13.0" 67 }, 68 "homepage": "https://github.com/angular/angular-cli", 69 "keywords": [ 70 "angular", 71 "Angular CLI", 72 "devkit", 73 "sdk", 74 "Angular DevKit", 75 "angular-cli" 76 ], 77 "license": "MIT", 78 "main": "lib/cli/index.js", 79 "name": "@angular/cli", 51 80 "ng-update": { 52 81 "migrations": "@schematics/angular/migrations/migration-collection.json", … … 60 89 } 61 90 }, 62 "engines": { 63 "node": "^12.14.1 || >=14.0.0", 64 "npm": "^6.11.0 || ^7.5.6", 65 "yarn": ">= 1.13.0" 66 } 91 "repository": { 92 "type": "git", 93 "url": "git+https://github.com/angular/angular-cli.git" 94 }, 95 "scripts": { 96 "postinstall": "node ./bin/postinstall/script.js" 97 }, 98 "version": "12.2.9" 67 99 }
Note:
See TracChangeset
for help on using the changeset viewer.