GT2/Ejectable/node_modules/jest-watch-select-projects/package.json

70 lines
2.1 KiB
JSON

{
"_from": "jest-watch-select-projects@^2.0.0",
"_id": "jest-watch-select-projects@2.0.0",
"_inBundle": false,
"_integrity": "sha512-j00nW4dXc2NiCW6znXgFLF9g8PJ0zP25cpQ1xRro/HU2GBfZQFZD0SoXnAlaoKkIY4MlfTMkKGbNXFpvCdjl1w==",
"_location": "/jest-watch-select-projects",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest-watch-select-projects@^2.0.0",
"name": "jest-watch-select-projects",
"escapedName": "jest-watch-select-projects",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/jest-expo"
],
"_resolved": "https://registry.npmjs.org/jest-watch-select-projects/-/jest-watch-select-projects-2.0.0.tgz",
"_shasum": "4373d7e4de862aae28b46e036b669a4c913ea867",
"_spec": "jest-watch-select-projects@^2.0.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/jest-expo",
"author": {
"name": "Rogelio Guzman",
"email": "rogelioguzmanh@gmail.com"
},
"bugs": {
"url": "https://github.com/rogeliog/jest-watch-select-projects/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-escapes": "^4.3.0",
"chalk": "^3.0.0",
"prompts": "^2.2.1"
},
"deprecated": false,
"description": "An experimental ESLint runner for Jest",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.13.0"
},
"files": [
"src/"
],
"homepage": "https://github.com/rogeliog/jest-watch-select-projects",
"license": "MIT",
"main": "src/index.js",
"name": "jest-watch-select-projects",
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogeliog/jest-watch-select-projects.git"
},
"scripts": {
"format": "prettier --single-quote --trailing-comma all --write \"**/*.js\"",
"lint": "eslint .",
"test": "echo No tests are set up"
},
"version": "2.0.0"
}