package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "jest-watch-typeahead@0.2.1",
  3. "_id": "jest-watch-typeahead@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xdhEtKSj0gmnkDQbPTIHvcMmXNUDzYpHLEJ5TFqlaI+schi2NI96xhWiZk9QoesAS7oBmKwWWsHazTrYl2ORgg==",
  6. "_location": "/jest-watch-typeahead",
  7. "_phantomChildren": {
  8. "ansi-regex": "4.1.1"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "jest-watch-typeahead@0.2.1",
  14. "name": "jest-watch-typeahead",
  15. "escapedName": "jest-watch-typeahead",
  16. "rawSpec": "0.2.1",
  17. "saveSpec": null,
  18. "fetchSpec": "0.2.1"
  19. },
  20. "_requiredBy": [
  21. "/@vue/cli-plugin-unit-jest"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/jest-watch-typeahead/-/jest-watch-typeahead-0.2.1.tgz",
  24. "_shasum": "6c40f232996ca6c39977e929e9f79b189e7d87e4",
  25. "_spec": "jest-watch-typeahead@0.2.1",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-plugin-unit-jest",
  27. "author": {
  28. "name": "Rogelio Guzman",
  29. "email": "rogelioguzmanh@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jest-community/jest-watch-typeahead/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "ansi-escapes": "^3.0.0",
  37. "chalk": "^2.4.1",
  38. "jest-watcher": "^23.1.0",
  39. "slash": "^2.0.0",
  40. "string-length": "^2.0.0",
  41. "strip-ansi": "^5.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Jest plugin for filtering by filename or test name",
  45. "devDependencies": {
  46. "@babel/cli": "^7.0.0",
  47. "@babel/core": "^7.0.0",
  48. "@babel/preset-env": "^7.0.0",
  49. "@babel/preset-flow": "^7.0.0",
  50. "babel-core": "^7.0.0-bridge.0",
  51. "babel-eslint": "^10.0.1",
  52. "babel-jest": "^23.4.2",
  53. "eslint": "^5.12.1",
  54. "eslint-config-airbnb-base": "^13.1.0",
  55. "eslint-config-prettier": "^3.6.0",
  56. "eslint-plugin-flowtype": "^3.2.1",
  57. "eslint-plugin-import": "^2.9.0",
  58. "eslint-plugin-jest": "^22.1.3",
  59. "eslint-plugin-prettier": "^3.0.1",
  60. "flow-bin": "^0.91.0",
  61. "jest": "^23.2.0",
  62. "prettier": "^1.13.7"
  63. },
  64. "files": [
  65. "build/",
  66. "filename.js",
  67. "testname.js"
  68. ],
  69. "homepage": "https://github.com/jest-community/jest-watch-typeahead",
  70. "jest": {
  71. "watchPlugins": [
  72. "<rootDir>/filename",
  73. "<rootDir>/testname"
  74. ],
  75. "snapshotSerializers": [
  76. "<rootDir>/node_modules/pretty-format/build/plugins/convert_ansi"
  77. ],
  78. "testPathIgnorePatterns": [
  79. "<rootDir>/build/.*",
  80. "<rootDir>/src/__tests__/pluginTester.js"
  81. ]
  82. },
  83. "license": "MIT",
  84. "main": "build/index.js",
  85. "name": "jest-watch-typeahead",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jest-community/jest-watch-typeahead.git"
  89. },
  90. "scripts": {
  91. "build": "babel src --ignore **/*.test.js,integration -d build",
  92. "format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\"",
  93. "lint": "eslint .",
  94. "prepublish": "yarn build",
  95. "test": "jest",
  96. "watch": "babel src -w --ignore **/*.test.js,integration -d build"
  97. },
  98. "version": "0.2.1"
  99. }