2019-06-01 00:56:07 +09:00
|
|
|
{
|
|
|
|
|
"name": "zone.js",
|
2021-04-03 09:52:53 -04:00
|
|
|
"version": "0.11.4",
|
2019-06-01 00:56:07 +09:00
|
|
|
"description": "Zones for JavaScript",
|
2020-05-17 10:53:03 +09:00
|
|
|
"main": "./bundles/zone.umd.js",
|
|
|
|
|
"module": "./fesm2015/zone.js",
|
|
|
|
|
"es2015": "./fesm2015/zone.js",
|
|
|
|
|
"fesm2015": "./fesm2015/zone.js",
|
2020-08-26 17:12:04 +09:00
|
|
|
"typings": "./zone.d.ts",
|
2020-05-19 14:35:37 +02:00
|
|
|
"dependencies": {
|
2021-04-03 09:52:53 -04:00
|
|
|
"tslib": "^2.1.0"
|
2020-05-19 14:35:37 +02:00
|
|
|
},
|
2019-06-01 00:56:07 +09:00
|
|
|
"devDependencies": {
|
2020-10-04 12:31:14 +09:00
|
|
|
"@externs/nodejs": "^1.5.0",
|
2019-10-14 18:00:17 -07:00
|
|
|
"@types/node": "^10.9.4",
|
2019-07-19 01:42:23 +09:00
|
|
|
"domino": "2.1.2",
|
2020-09-22 22:52:20 +09:00
|
|
|
"jest": "^26.4",
|
2020-10-04 12:31:14 +09:00
|
|
|
"google-closure-compiler": "^20200927.0.0",
|
2019-06-01 00:56:07 +09:00
|
|
|
"mocha": "^3.1.2",
|
2019-07-19 01:42:23 +09:00
|
|
|
"mock-require": "3.0.3",
|
2019-06-01 00:56:07 +09:00
|
|
|
"promises-aplus-tests": "^2.1.2",
|
2021-04-03 09:52:53 -04:00
|
|
|
"typescript": "4.2.3"
|
2019-06-01 00:56:07 +09:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-10-04 12:31:14 +09:00
|
|
|
"closuretest": "./scripts/closure/closure_compiler.sh",
|
2020-02-01 00:08:40 +09:00
|
|
|
"electrontest": "cd test/extra && node electron.js",
|
2020-09-22 22:52:20 +09:00
|
|
|
"jest:test": "jest --config ./test/jest/jest.config.js ./test/jest/jest.spec.js",
|
|
|
|
|
"jest:nodetest": "jest --config ./test/jest/jest.node.config.js ./test/jest/jest.spec.js",
|
2020-01-20 07:49:24 +01:00
|
|
|
"promisetest": "tsc -p . && node ./test/promise/promise-test.js",
|
|
|
|
|
"promisefinallytest": "tsc -p . && mocha ./test/promise/promise.finally.spec.js"
|
2019-06-01 00:56:07 +09:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/angular/angular.git",
|
|
|
|
|
"directory": "packages/zone.js"
|
|
|
|
|
},
|
2020-08-15 08:47:09 +09:00
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
2020-06-08 19:07:39 -06:00
|
|
|
},
|
2019-06-01 00:56:07 +09:00
|
|
|
"author": "Brian Ford",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/angular/angular/issues"
|
|
|
|
|
}
|
2019-08-13 16:43:51 -07:00
|
|
|
}
|