You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

107 lines
3.1 KiB

{
"_from": "jest-watch-typeahead@0.4.2",
"_id": "jest-watch-typeahead@0.4.2",
"_inBundle": false,
"_integrity": "sha512-f7VpLebTdaXs81rg/oj4Vg/ObZy2QtGzAmGLNsqUS5G5KtSN68tFcIsbvNODfNyQxU78g7D8x77o3bgfBTR+2Q==",
"_location": "/jest-watch-typeahead",
"_phantomChildren": {
"astral-regex": "1.0.0",
"strip-ansi": "5.2.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "jest-watch-typeahead@0.4.2",
"name": "jest-watch-typeahead",
"escapedName": "jest-watch-typeahead",
"rawSpec": "0.4.2",
"saveSpec": null,
"fetchSpec": "0.4.2"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.4.2.tgz",
"_shasum": "e5be959698a7fa2302229a5082c488c3c8780a4a",
"_spec": "jest-watch-typeahead@0.4.2",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\react-scripts",
"author": {
"name": "Rogelio Guzman",
"email": "rogelioguzmanh@gmail.com"
},
"bugs": {
"url": "https://github.com/jest-community/jest-watch-typeahead/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-escapes": "^4.2.1",
"chalk": "^2.4.1",
"jest-regex-util": "^24.9.0",
"jest-watcher": "^24.3.0",
"slash": "^3.0.0",
"string-length": "^3.1.0",
"strip-ansi": "^5.0.0"
},
"deprecated": false,
"description": "Jest plugin for filtering by filename or test name",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.3.0",
"eslint": "^6.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-prettier": "^3.0.1",
"flow-bin": "^0.105.2",
"jest": "^24.3.0",
"prettier": "^1.13.7",
"rimraf": "^3.0.0"
},
"files": [
"build/",
"filename.js",
"testname.js"
],
"homepage": "https://github.com/jest-community/jest-watch-typeahead",
"jest": {
"watchPlugins": [
"<rootDir>/filename",
"<rootDir>/testname"
],
"snapshotSerializers": [
"<rootDir>/node_modules/pretty-format/build/plugins/ConvertAnsi"
],
"testPathIgnorePatterns": [
"<rootDir>/build/.*",
"<rootDir>/src/__tests__/pluginTester.js"
],
"transformIgnorePatterns": [
"/node_modules/",
"/__mocks__/"
]
},
"license": "MIT",
"main": "build/index.js",
"name": "jest-watch-typeahead",
"repository": {
"type": "git",
"url": "git+https://github.com/jest-community/jest-watch-typeahead.git"
},
"scripts": {
"build": "babel src --ignore **/*.test.js,integration -d build",
"format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\"",
"lint": "eslint .",
"prebuild": "rimraf build",
"prepublish": "yarn build",
"test": "jest",
"watch": "babel src -w --ignore **/*.test.js,integration -d build"
},
"version": "0.4.2"
}