source: trip-planner-front/node_modules/zone.js/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
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",
10 "dependencies": {
11 "tslib": "^2.0.0"
12 },
13 "devDependencies": {
14 "@externs/nodejs": "^1.5.0",
15 "@types/node": "^10.9.4",
16 "domino": "2.1.2",
17 "jest": "^26.4",
18 "google-closure-compiler": "^20200927.0.0",
19 "mocha": "^3.1.2",
20 "mock-require": "3.0.3",
21 "promises-aplus-tests": "^2.1.2",
22 "typescript": "4.1.2"
23 },
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"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git://github.com/angular/angular.git",
35 "directory": "packages/zone.js"
36 },
37 "publishConfig": {
38 "registry": "https://wombat-dressing-room.appspot.com"
39 },
40 "author": "Brian Ford",
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.com/angular/angular/issues"
44 }
45}
Note: See TracBrowser for help on using the repository browser.