projecte_ionic/node_modules/zone.js/package.json
2022-02-09 18:30:03 +01:00

74 lines
2.2 KiB
JSON
Executable file

{
"_from": "zone.js@~0.11.4",
"_id": "zone.js@0.11.4",
"_inBundle": false,
"_integrity": "sha512-DDh2Ab+A/B+9mJyajPjHFPWfYU1H+pdun4wnnk0OcQTNjem1XQSZ2CDW+rfZEUDjv5M19SBqAkjZi0x5wuB5Qw==",
"_location": "/zone.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "zone.js@~0.11.4",
"name": "zone.js",
"escapedName": "zone.js",
"rawSpec": "~0.11.4",
"saveSpec": null,
"fetchSpec": "~0.11.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.4.tgz",
"_shasum": "0f70dcf6aba80f698af5735cbb257969396e8025",
"_spec": "zone.js@~0.11.4",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto",
"author": {
"name": "Brian Ford"
},
"bugs": {
"url": "https://github.com/angular/angular/issues"
},
"bundleDependencies": false,
"dependencies": {
"tslib": "^2.0.0"
},
"deprecated": false,
"description": "Zones for JavaScript",
"devDependencies": {
"@externs/nodejs": "^1.5.0",
"@types/node": "^10.9.4",
"domino": "2.1.2",
"google-closure-compiler": "^20200927.0.0",
"jest": "^26.4",
"mocha": "^3.1.2",
"mock-require": "3.0.3",
"promises-aplus-tests": "^2.1.2",
"typescript": "4.1.2"
},
"es2015": "./fesm2015/zone.js",
"fesm2015": "./fesm2015/zone.js",
"homepage": "https://github.com/angular/angular#readme",
"license": "MIT",
"main": "./bundles/zone.umd.js",
"module": "./fesm2015/zone.js",
"name": "zone.js",
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"repository": {
"type": "git",
"url": "git://github.com/angular/angular.git",
"directory": "packages/zone.js"
},
"scripts": {
"closuretest": "./scripts/closure/closure_compiler.sh",
"electrontest": "cd test/extra && node electron.js",
"jest:nodetest": "jest --config ./test/jest/jest.node.config.js ./test/jest/jest.spec.js",
"jest:test": "jest --config ./test/jest/jest.config.js ./test/jest/jest.spec.js",
"promisefinallytest": "tsc -p . && mocha ./test/promise/promise.finally.spec.js",
"promisetest": "tsc -p . && node ./test/promise/promise-test.js"
},
"typings": "./zone.d.ts",
"version": "0.11.4"
}