package.json 842 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "test-exclude",
  3. "version": "5.2.3",
  4. "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "test": "mocha"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/istanbuljs/istanbuljs.git"
  15. },
  16. "keywords": [
  17. "exclude",
  18. "include",
  19. "glob",
  20. "package",
  21. "config"
  22. ],
  23. "author": "Ben Coe <ben@npmjs.com>",
  24. "license": "ISC",
  25. "bugs": {
  26. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  27. },
  28. "homepage": "https://istanbul.js.org/",
  29. "dependencies": {
  30. "glob": "^7.1.3",
  31. "minimatch": "^3.0.4",
  32. "read-pkg-up": "^4.0.0",
  33. "require-main-filename": "^2.0.0"
  34. },
  35. "engines": {
  36. "node": ">=6"
  37. },
  38. "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
  39. }