package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "eslint-template-visitor@^2.3.2",
  3. "_id": "eslint-template-visitor@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==",
  6. "_location": "/eslint-template-visitor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-template-visitor@^2.3.2",
  12. "name": "eslint-template-visitor",
  13. "escapedName": "eslint-template-visitor",
  14. "rawSpec": "^2.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.2"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-unicorn"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz",
  22. "_shasum": "b52f96ff311e773a345d79053ccc78275bbc463d",
  23. "_spec": "eslint-template-visitor@^2.3.2",
  24. "_where": "H:\\gs_nuxt\\node_modules\\eslint-plugin-unicorn",
  25. "bugs": {
  26. "url": "https://github.com/futpib/eslint-template-visitor/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@babel/core": "^7.12.16",
  31. "@babel/eslint-parser": "^7.12.16",
  32. "eslint-visitor-keys": "^2.0.0",
  33. "esquery": "^1.3.1",
  34. "multimap": "^1.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "[![Build Status](https://travis-ci.org/futpib/eslint-template-visitor.svg?branch=master)](https://travis-ci.org/futpib/eslint-template-visitor) [![Coverage Status](https://coveralls.io/repos/github/futpib/eslint-template-visitor/badge.svg?branch=master)](https://coveralls.io/github/futpib/eslint-template-visitor?branch=master)",
  38. "devDependencies": {
  39. "ava": "^3.9.0",
  40. "coveralls": "^3.1.0",
  41. "eslint": "^7.0.0",
  42. "eslint-ava-rule-tester": "^4.0.0",
  43. "eslint-config-xo-overrides": "^1.4.0",
  44. "esrecurse": "^4.2.1",
  45. "nyc": "^15.1.0",
  46. "ramda": "^0.27.0",
  47. "reserved-words": "^0.1.2",
  48. "seedrandom": "^3.0.5",
  49. "shift-codegen": "^7.0.2",
  50. "shift-fuzzer": "^1.0.2",
  51. "shift-reducer": "^6.0.0",
  52. "shift-scope": "^4.0.0",
  53. "sinon": "^9.0.2",
  54. "xo": "^0.32.0"
  55. },
  56. "homepage": "https://github.com/futpib/eslint-template-visitor#readme",
  57. "license": "GPL-3.0-or-later OR MIT",
  58. "main": "index.js",
  59. "name": "eslint-template-visitor",
  60. "peerDependencies": {
  61. "eslint": ">=7.0.0"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/futpib/eslint-template-visitor.git"
  66. },
  67. "scripts": {
  68. "test": "xo && PARSER=espree nyc ava --verbose && PARSER=@babel/eslint-parser nyc ava --verbose"
  69. },
  70. "version": "2.3.2",
  71. "xo": {
  72. "extends": [
  73. "eslint-config-xo-overrides"
  74. ],
  75. "rules": {
  76. "unicorn/no-fn-reference-in-iterator": "off"
  77. }
  78. }
  79. }