package.json 2.9 KB

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