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

    rceaed42 r59329aa  
    11{
    2   "name": "zone.js",
    3   "version": "0.11.4",
    4   "description": "Zones for JavaScript",
    5   "main": "./bundles/zone.umd.js",
    6   "module": "./fesm2015/zone.js",
    7   "es2015": "./fesm2015/zone.js",
    8   "fesm2015": "./fesm2015/zone.js",
    9   "typings": "./zone.d.ts",
     2  "_args": [
     3    [
     4      "zone.js@0.11.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_from": "zone.js@0.11.4",
     9  "_id": "zone.js@0.11.4",
     10  "_inBundle": false,
     11  "_integrity": "sha512-DDh2Ab+A/B+9mJyajPjHFPWfYU1H+pdun4wnnk0OcQTNjem1XQSZ2CDW+rfZEUDjv5M19SBqAkjZi0x5wuB5Qw==",
     12  "_location": "/zone.js",
     13  "_phantomChildren": {},
     14  "_requested": {
     15    "type": "version",
     16    "registry": true,
     17    "raw": "zone.js@0.11.4",
     18    "name": "zone.js",
     19    "escapedName": "zone.js",
     20    "rawSpec": "0.11.4",
     21    "saveSpec": null,
     22    "fetchSpec": "0.11.4"
     23  },
     24  "_requiredBy": [
     25    "/"
     26  ],
     27  "_resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.4.tgz",
     28  "_spec": "0.11.4",
     29  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     30  "author": {
     31    "name": "Brian Ford"
     32  },
     33  "bugs": {
     34    "url": "https://github.com/angular/angular/issues"
     35  },
    1036  "dependencies": {
    1137    "tslib": "^2.0.0"
    1238  },
     39  "description": "Zones for JavaScript",
    1340  "devDependencies": {
    1441    "@externs/nodejs": "^1.5.0",
    1542    "@types/node": "^10.9.4",
    1643    "domino": "2.1.2",
     44    "google-closure-compiler": "^20200927.0.0",
    1745    "jest": "^26.4",
    18     "google-closure-compiler": "^20200927.0.0",
    1946    "mocha": "^3.1.2",
    2047    "mock-require": "3.0.3",
     
    2249    "typescript": "4.1.2"
    2350  },
    24   "scripts": {
    25     "closuretest": "./scripts/closure/closure_compiler.sh",
    26     "electrontest": "cd test/extra && node electron.js",
    27     "jest:test": "jest --config ./test/jest/jest.config.js ./test/jest/jest.spec.js",
    28     "jest:nodetest": "jest --config ./test/jest/jest.node.config.js ./test/jest/jest.spec.js",
    29     "promisetest": "tsc -p . && node ./test/promise/promise-test.js",
    30     "promisefinallytest": "tsc -p . && mocha ./test/promise/promise.finally.spec.js"
     51  "es2015": "./fesm2015/zone.js",
     52  "fesm2015": "./fesm2015/zone.js",
     53  "homepage": "https://github.com/angular/angular#readme",
     54  "license": "MIT",
     55  "main": "./bundles/zone.umd.js",
     56  "module": "./fesm2015/zone.js",
     57  "name": "zone.js",
     58  "publishConfig": {
     59    "registry": "https://wombat-dressing-room.appspot.com"
    3160  },
    3261  "repository": {
     
    3564    "directory": "packages/zone.js"
    3665  },
    37   "publishConfig": {
    38     "registry": "https://wombat-dressing-room.appspot.com"
     66  "scripts": {
     67    "closuretest": "./scripts/closure/closure_compiler.sh",
     68    "electrontest": "cd test/extra && node electron.js",
     69    "jest:nodetest": "jest --config ./test/jest/jest.node.config.js ./test/jest/jest.spec.js",
     70    "jest:test": "jest --config ./test/jest/jest.config.js ./test/jest/jest.spec.js",
     71    "promisefinallytest": "tsc -p . && mocha ./test/promise/promise.finally.spec.js",
     72    "promisetest": "tsc -p . && node ./test/promise/promise-test.js"
    3973  },
    40   "author": "Brian Ford",
    41   "license": "MIT",
    42   "bugs": {
    43     "url": "https://github.com/angular/angular/issues"
    44   }
     74  "typings": "./zone.d.ts",
     75  "version": "0.11.4"
    4576}
Note: See TracChangeset for help on using the changeset viewer.