source: trip-planner-front/node_modules/zone.js/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
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 },
36 "dependencies": {
37 "tslib": "^2.0.0"
38 },
39 "description": "Zones for JavaScript",
40 "devDependencies": {
41 "@externs/nodejs": "^1.5.0",
42 "@types/node": "^10.9.4",
43 "domino": "2.1.2",
44 "google-closure-compiler": "^20200927.0.0",
45 "jest": "^26.4",
46 "mocha": "^3.1.2",
47 "mock-require": "3.0.3",
48 "promises-aplus-tests": "^2.1.2",
49 "typescript": "4.1.2"
50 },
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"
60 },
61 "repository": {
62 "type": "git",
63 "url": "git://github.com/angular/angular.git",
64 "directory": "packages/zone.js"
65 },
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"
73 },
74 "typings": "./zone.d.ts",
75 "version": "0.11.4"
76}
Note: See TracBrowser for help on using the repository browser.