Changeset 59329aa for trip-planner-front/node_modules/zone.js/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/zone.js/package.json
rceaed42 r59329aa 1 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", 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 }, 10 36 "dependencies": { 11 37 "tslib": "^2.0.0" 12 38 }, 39 "description": "Zones for JavaScript", 13 40 "devDependencies": { 14 41 "@externs/nodejs": "^1.5.0", 15 42 "@types/node": "^10.9.4", 16 43 "domino": "2.1.2", 44 "google-closure-compiler": "^20200927.0.0", 17 45 "jest": "^26.4", 18 "google-closure-compiler": "^20200927.0.0",19 46 "mocha": "^3.1.2", 20 47 "mock-require": "3.0.3", … … 22 49 "typescript": "4.1.2" 23 50 }, 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" 31 60 }, 32 61 "repository": { … … 35 64 "directory": "packages/zone.js" 36 65 }, 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" 39 73 }, 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" 45 76 }
Note:
See TracChangeset
for help on using the changeset viewer.