Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular-devkit/core/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular-devkit/core",
    3   "version": "12.2.9",
     2  "_args": [
     3    [
     4      "@angular-devkit/core@12.2.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@angular-devkit/core@12.2.9",
     10  "_id": "@angular-devkit/core@12.2.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-iPHQiga08bbryiVq3QYzwpuq9sNb8CB/MVy65MHJ0fuW1z6RYDeUh1EziitBBUT2d81KWKPO1wQ2DuUoxOg4mg==",
     13  "_location": "/@angular-devkit/core",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@angular-devkit/core@12.2.9",
     19    "name": "@angular-devkit/core",
     20    "escapedName": "@angular-devkit%2fcore",
     21    "scope": "@angular-devkit",
     22    "rawSpec": "12.2.9",
     23    "saveSpec": null,
     24    "fetchSpec": "12.2.9"
     25  },
     26  "_requiredBy": [
     27    "/@angular-devkit/architect",
     28    "/@angular-devkit/build-angular",
     29    "/@angular-devkit/schematics",
     30    "/@angular/cli",
     31    "/@schematics/angular"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.9.tgz",
     34  "_spec": "12.2.9",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "Angular Authors"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/angular/angular-cli/issues"
     41  },
     42  "dependencies": {
     43    "ajv": "8.6.2",
     44    "ajv-formats": "2.1.0",
     45    "fast-json-stable-stringify": "2.1.0",
     46    "magic-string": "0.25.7",
     47    "rxjs": "6.6.7",
     48    "source-map": "0.7.3"
     49  },
    450  "description": "Angular DevKit - Core Utility Library",
    5   "main": "src/index.js",
    6   "typings": "src/index.d.ts",
     51  "engines": {
     52    "node": "^12.14.1 || >=14.0.0",
     53    "npm": "^6.11.0 || ^7.5.6",
     54    "yarn": ">= 1.13.0"
     55  },
     56  "homepage": "https://github.com/angular/angular-cli",
    757  "keywords": [
    858    "angular",
     
    1363    "core"
    1464  ],
    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   },
     65  "license": "MIT",
     66  "main": "src/index.js",
     67  "name": "@angular-devkit/core",
    2368  "repository": {
    2469    "type": "git",
    25     "url": "https://github.com/angular/angular-cli.git"
     70    "url": "git+https://github.com/angular/angular-cli.git"
    2671  },
    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"
     72  "typings": "src/index.d.ts",
     73  "version": "12.2.9"
    3874}
Note: See TracChangeset for help on using the changeset viewer.