package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "jest-watch-typeahead@0.6.1",
  3. "_id": "jest-watch-typeahead@0.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ITVnHhj3Jd/QkqQcTqZfRgjfyRhDFM/auzgVo2RKvSwi18YMvh0WvXDJFoFED6c7jd/5jxtu4kSOb9PTu2cPVg==",
  6. "_location": "/jest-watch-typeahead",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "jest-watch-typeahead@0.6.1",
  12. "name": "jest-watch-typeahead",
  13. "escapedName": "jest-watch-typeahead",
  14. "rawSpec": "0.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.6.1"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.6.1.tgz",
  22. "_shasum": "45221b86bb6710b7e97baaa1640ae24a07785e63",
  23. "_spec": "jest-watch-typeahead@0.6.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "author": {
  26. "name": "Rogelio Guzman",
  27. "email": "rogelioguzmanh@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jest-community/jest-watch-typeahead/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "ansi-escapes": "^4.3.1",
  35. "chalk": "^4.0.0",
  36. "jest-regex-util": "^26.0.0",
  37. "jest-watcher": "^26.3.0",
  38. "slash": "^3.0.0",
  39. "string-length": "^4.0.1",
  40. "strip-ansi": "^6.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Jest plugin for filtering by filename or test name",
  44. "devDependencies": {
  45. "@babel/cli": "^7.8.4",
  46. "@babel/core": "^7.9.6",
  47. "@babel/preset-env": "^7.9.6",
  48. "@babel/preset-flow": "^7.9.0",
  49. "babel-eslint": "^10.1.0",
  50. "babel-jest": "^26.0.0",
  51. "eslint": "^7.8.1",
  52. "eslint-config-airbnb-base": "^14.1.0",
  53. "eslint-config-prettier": "^6.11.0",
  54. "eslint-plugin-flowtype": "^5.2.0",
  55. "eslint-plugin-import": "^2.20.2",
  56. "eslint-plugin-jest": "^24.0.0",
  57. "eslint-plugin-prettier": "^3.1.3",
  58. "flow-bin": "^0.133.0",
  59. "jest": "^26.0.0",
  60. "prettier": "^2.1.1",
  61. "rimraf": "^3.0.2"
  62. },
  63. "engines": {
  64. "node": ">=10"
  65. },
  66. "files": [
  67. "build/",
  68. "filename.js",
  69. "testname.js"
  70. ],
  71. "homepage": "https://github.com/jest-community/jest-watch-typeahead",
  72. "jest": {
  73. "watchPlugins": [
  74. "<rootDir>/filename",
  75. "<rootDir>/testname"
  76. ],
  77. "snapshotSerializers": [
  78. "<rootDir>/node_modules/pretty-format/build/plugins/ConvertAnsi"
  79. ],
  80. "testPathIgnorePatterns": [
  81. "<rootDir>/build/.*",
  82. "<rootDir>/src/__tests__/pluginTester.js"
  83. ],
  84. "transformIgnorePatterns": [
  85. "/node_modules/",
  86. "/__mocks__/"
  87. ]
  88. },
  89. "license": "MIT",
  90. "main": "build/index.js",
  91. "name": "jest-watch-typeahead",
  92. "peerDependencies": {
  93. "jest": "^26.0.0"
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/jest-community/jest-watch-typeahead.git"
  98. },
  99. "scripts": {
  100. "build": "babel src --ignore **/*.test.js,integration -d build",
  101. "format": "prettier --write \"**/*.js\" \"**/*.md\"",
  102. "lint": "eslint .",
  103. "prebuild": "rimraf build",
  104. "prepublish": "yarn build",
  105. "test": "jest",
  106. "watch": "babel src -w --ignore **/*.test.js,integration -d build"
  107. },
  108. "version": "0.6.1"
  109. }