package.json 780 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "eslint-module-utils",
  3. "version": "2.2.0",
  4. "description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
  5. "engines": {
  6. "node": ">=4"
  7. },
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/benmosher/eslint-plugin-import.git"
  14. },
  15. "keywords": [
  16. "eslint-plugin-import",
  17. "eslint",
  18. "modules",
  19. "esmodules"
  20. ],
  21. "author": "Ben Mosher <me@benmosher.com>",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/benmosher/eslint-plugin-import/issues"
  25. },
  26. "homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
  27. "dependencies": {
  28. "debug": "^2.6.8",
  29. "pkg-dir": "^1.0.0"
  30. }
  31. }