source: trip-planner-front/node_modules/@angular-devkit/core/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 874 bytes
Line 
1{
2 "name": "@angular-devkit/core",
3 "version": "12.2.9",
4 "description": "Angular DevKit - Core Utility Library",
5 "main": "src/index.js",
6 "typings": "src/index.d.ts",
7 "keywords": [
8 "angular",
9 "Angular CLI",
10 "devkit",
11 "sdk",
12 "Angular DevKit",
13 "core"
14 ],
15 "dependencies": {
16 "ajv": "8.6.2",
17 "ajv-formats": "2.1.0",
18 "fast-json-stable-stringify": "2.1.0",
19 "magic-string": "0.25.7",
20 "rxjs": "6.6.7",
21 "source-map": "0.7.3"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/angular/angular-cli.git"
26 },
27 "engines": {
28 "node": "^12.14.1 || >=14.0.0",
29 "npm": "^6.11.0 || ^7.5.6",
30 "yarn": ">= 1.13.0"
31 },
32 "author": "Angular Authors",
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/angular/angular-cli/issues"
36 },
37 "homepage": "https://github.com/angular/angular-cli"
38}
Note: See TracBrowser for help on using the repository browser.