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/schematics/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular-devkit/schematics",
    3   "version": "12.2.9",
     2  "_args": [
     3    [
     4      "@angular-devkit/schematics@12.2.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@angular-devkit/schematics@12.2.9",
     10  "_id": "@angular-devkit/schematics@12.2.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-OcMDCdlIxiir8XntrNXdXEPi9/8BRx54oYZeRosr0sJZlz4pPzsHs36t5uX2DURYYMkNNMaBnf2luUIC+77ZsA==",
     13  "_location": "/@angular-devkit/schematics",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@angular-devkit/schematics@12.2.9",
     19    "name": "@angular-devkit/schematics",
     20    "escapedName": "@angular-devkit%2fschematics",
     21    "scope": "@angular-devkit",
     22    "rawSpec": "12.2.9",
     23    "saveSpec": null,
     24    "fetchSpec": "12.2.9"
     25  },
     26  "_requiredBy": [
     27    "/@angular/cli",
     28    "/@schematics/angular"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.9.tgz",
     31  "_spec": "12.2.9",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Angular Authors"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/angular/angular-cli/issues"
     38  },
     39  "dependencies": {
     40    "@angular-devkit/core": "12.2.9",
     41    "ora": "5.4.1",
     42    "rxjs": "6.6.7"
     43  },
    444  "description": "Angular Schematics - Library",
    5   "main": "src/index.js",
    6   "typings": "src/index.d.ts",
     45  "engines": {
     46    "node": "^12.14.1 || >=14.0.0",
     47    "npm": "^6.11.0 || ^7.5.6",
     48    "yarn": ">= 1.13.0"
     49  },
     50  "homepage": "https://github.com/angular/angular-cli",
    751  "keywords": [
    852    "angular",
     
    1862    "schematics"
    1963  ],
    20   "dependencies": {
    21     "@angular-devkit/core": "12.2.9",
    22     "ora": "5.4.1",
    23     "rxjs": "6.6.7"
    24   },
     64  "license": "MIT",
     65  "main": "src/index.js",
     66  "name": "@angular-devkit/schematics",
    2567  "repository": {
    2668    "type": "git",
    27     "url": "https://github.com/angular/angular-cli.git"
     69    "url": "git+https://github.com/angular/angular-cli.git"
    2870  },
    29   "engines": {
    30     "node": "^12.14.1 || >=14.0.0",
    31     "npm": "^6.11.0 || ^7.5.6",
    32     "yarn": ">= 1.13.0"
    33   },
    34   "author": "Angular Authors",
    35   "license": "MIT",
    36   "bugs": {
    37     "url": "https://github.com/angular/angular-cli/issues"
    38   },
    39   "homepage": "https://github.com/angular/angular-cli"
     71  "typings": "src/index.d.ts",
     72  "version": "12.2.9"
    4073}
Note: See TracChangeset for help on using the changeset viewer.