Changeset 59329aa for trip-planner-front/node_modules/jest-worker
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/jest-worker
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/jest-worker/node_modules/has-flag/package.json
rceaed42 r59329aa 1 1 { 2 "name": "has-flag", 3 "version": "4.0.0", 4 "description": "Check if argv has a specific flag", 5 "license": "MIT", 6 "repository": "sindresorhus/has-flag", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "has", 24 "check", 25 "detect", 26 "contains", 27 "find", 28 "flag", 29 "cli", 30 "command-line", 31 "argv", 32 "process", 33 "arg", 34 "args", 35 "argument", 36 "arguments", 37 "getopt", 38 "minimist", 39 "optimist" 40 ], 41 "devDependencies": { 42 "ava": "^1.4.1", 43 "tsd": "^0.7.2", 44 "xo": "^0.24.0" 45 } 2 "_args": [ 3 [ 4 "has-flag@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "has-flag@4.0.0", 10 "_id": "has-flag@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 13 "_location": "/jest-worker/has-flag", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "has-flag@4.0.0", 19 "name": "has-flag", 20 "escapedName": "has-flag", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/jest-worker/supports-color" 27 ], 28 "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 29 "_spec": "4.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/has-flag/issues" 38 }, 39 "description": "Check if argv has a specific flag", 40 "devDependencies": { 41 "ava": "^1.4.1", 42 "tsd": "^0.7.2", 43 "xo": "^0.24.0" 44 }, 45 "engines": { 46 "node": ">=8" 47 }, 48 "files": [ 49 "index.js", 50 "index.d.ts" 51 ], 52 "homepage": "https://github.com/sindresorhus/has-flag#readme", 53 "keywords": [ 54 "has", 55 "check", 56 "detect", 57 "contains", 58 "find", 59 "flag", 60 "cli", 61 "command-line", 62 "argv", 63 "process", 64 "arg", 65 "args", 66 "argument", 67 "arguments", 68 "getopt", 69 "minimist", 70 "optimist" 71 ], 72 "license": "MIT", 73 "name": "has-flag", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/sindresorhus/has-flag.git" 77 }, 78 "scripts": { 79 "test": "xo && ava && tsd" 80 }, 81 "version": "4.0.0" 46 82 } -
trip-planner-front/node_modules/jest-worker/node_modules/supports-color/package.json
rceaed42 r59329aa 1 1 { 2 "name": "supports-color", 3 "version": "8.1.1", 4 "description": "Detect whether a terminal supports color", 5 "license": "MIT", 6 "repository": "chalk/supports-color", 7 "funding": "https://github.com/chalk/supports-color?sponsor=1", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=10" 15 }, 16 "scripts": { 17 "test": "xo && ava" 18 }, 19 "files": [ 20 "index.js", 21 "browser.js" 22 ], 23 "exports": { 24 "node": "./index.js", 25 "default": "./browser.js" 26 }, 27 "keywords": [ 28 "color", 29 "colour", 30 "colors", 31 "terminal", 32 "console", 33 "cli", 34 "ansi", 35 "styles", 36 "tty", 37 "rgb", 38 "256", 39 "shell", 40 "xterm", 41 "command-line", 42 "support", 43 "supports", 44 "capability", 45 "detect", 46 "truecolor", 47 "16m" 48 ], 49 "dependencies": { 50 "has-flag": "^4.0.0" 51 }, 52 "devDependencies": { 53 "ava": "^2.4.0", 54 "import-fresh": "^3.2.2", 55 "xo": "^0.35.0" 56 }, 57 "browser": "browser.js" 2 "_args": [ 3 [ 4 "supports-color@8.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "supports-color@8.1.1", 10 "_id": "supports-color@8.1.1", 11 "_inBundle": false, 12 "_integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", 13 "_location": "/jest-worker/supports-color", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "supports-color@8.1.1", 19 "name": "supports-color", 20 "escapedName": "supports-color", 21 "rawSpec": "8.1.1", 22 "saveSpec": null, 23 "fetchSpec": "8.1.1" 24 }, 25 "_requiredBy": [ 26 "/jest-worker" 27 ], 28 "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", 29 "_spec": "8.1.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "https://sindresorhus.com" 35 }, 36 "browser": "browser.js", 37 "bugs": { 38 "url": "https://github.com/chalk/supports-color/issues" 39 }, 40 "dependencies": { 41 "has-flag": "^4.0.0" 42 }, 43 "description": "Detect whether a terminal supports color", 44 "devDependencies": { 45 "ava": "^2.4.0", 46 "import-fresh": "^3.2.2", 47 "xo": "^0.35.0" 48 }, 49 "engines": { 50 "node": ">=10" 51 }, 52 "exports": { 53 "node": "./index.js", 54 "default": "./browser.js" 55 }, 56 "files": [ 57 "index.js", 58 "browser.js" 59 ], 60 "funding": "https://github.com/chalk/supports-color?sponsor=1", 61 "homepage": "https://github.com/chalk/supports-color#readme", 62 "keywords": [ 63 "color", 64 "colour", 65 "colors", 66 "terminal", 67 "console", 68 "cli", 69 "ansi", 70 "styles", 71 "tty", 72 "rgb", 73 "256", 74 "shell", 75 "xterm", 76 "command-line", 77 "support", 78 "supports", 79 "capability", 80 "detect", 81 "truecolor", 82 "16m" 83 ], 84 "license": "MIT", 85 "name": "supports-color", 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/chalk/supports-color.git" 89 }, 90 "scripts": { 91 "test": "xo && ava" 92 }, 93 "version": "8.1.1" 58 94 } -
trip-planner-front/node_modules/jest-worker/package.json
rceaed42 r59329aa 1 1 { 2 "name": "jest-worker", 3 "version": "27.2.5", 4 "repository": { 5 "type": "git", 6 "url": "https://github.com/facebook/jest.git", 7 "directory": "packages/jest-worker" 2 "_args": [ 3 [ 4 "jest-worker@27.2.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "jest-worker@27.2.5", 10 "_id": "jest-worker@27.2.5", 11 "_inBundle": false, 12 "_integrity": "sha512-HTjEPZtcNKZ4LnhSp02NEH4vE+5OpJ0EsOWYvGQpHgUMLngydESAAMH5Wd/asPf29+XUDQZszxpLg1BkIIA2aw==", 13 "_location": "/jest-worker", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "jest-worker@27.2.5", 19 "name": "jest-worker", 20 "escapedName": "jest-worker", 21 "rawSpec": "27.2.5", 22 "saveSpec": null, 23 "fetchSpec": "27.2.5" 8 24 }, 9 "license": "MIT", 10 "main": "./build/index.js", 11 "types": "./build/index.d.ts", 12 "exports": { 13 ".": "./build/index.js", 14 "./package.json": "./package.json" 25 "_requiredBy": [ 26 "/css-minimizer-webpack-plugin", 27 "/terser-webpack-plugin" 28 ], 29 "_resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.5.tgz", 30 "_spec": "27.2.5", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "bugs": { 33 "url": "https://github.com/facebook/jest/issues" 15 34 }, 16 35 "dependencies": { … … 19 38 "supports-color": "^8.0.0" 20 39 }, 40 "description": "Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.", 21 41 "devDependencies": { 22 42 "@types/merge-stream": "^1.1.2", … … 29 49 "node": ">= 10.13.0" 30 50 }, 51 "exports": { 52 ".": "./build/index.js", 53 "./package.json": "./package.json" 54 }, 55 "gitHead": "251b8014e8e3ac8da2fca88b5a1bc401f3b92326", 56 "homepage": "https://github.com/facebook/jest#readme", 57 "license": "MIT", 58 "main": "./build/index.js", 59 "name": "jest-worker", 31 60 "publishConfig": { 32 61 "access": "public" 33 62 }, 34 "gitHead": "251b8014e8e3ac8da2fca88b5a1bc401f3b92326" 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/facebook/jest.git", 66 "directory": "packages/jest-worker" 67 }, 68 "types": "./build/index.d.ts", 69 "version": "27.2.5" 35 70 }
Note:
See TracChangeset
for help on using the changeset viewer.