package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "ignore@^4.0.6",
  3. "_id": "ignore@4.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
  6. "_location": "/ignore",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ignore@^4.0.6",
  12. "name": "ignore",
  13. "escapedName": "ignore",
  14. "rawSpec": "^4.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.6"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
  23. "_shasum": "750e3db5862087b4737ebac8207ffd1ef27b25fc",
  24. "_spec": "ignore@^4.0.6",
  25. "_where": "/home/girishm/Projects/op-mattermost-plugin/node_modules/eslint",
  26. "author": {
  27. "name": "kael"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/kaelzhang/node-ignore/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Ignore is a manager and filter for .gitignore rules.",
  35. "devDependencies": {
  36. "babel-cli": "^6.26.0",
  37. "babel-preset-env": "^1.7.0",
  38. "codecov": "^3.0.4",
  39. "eslint": "^5.3.0",
  40. "eslint-config-ostai": "^1.3.2",
  41. "eslint-plugin-import": "^2.13.0",
  42. "mkdirp": "^0.5.1",
  43. "pre-suf": "^1.1.0",
  44. "rimraf": "^2.6.2",
  45. "spawn-sync": "^2.0.0",
  46. "tap": "^12.0.1",
  47. "tmp": "0.0.33",
  48. "typescript": "^3.0.1"
  49. },
  50. "engines": {
  51. "node": ">= 4"
  52. },
  53. "files": [
  54. "legacy.js",
  55. "index.js",
  56. "index.d.ts",
  57. "LICENSE-MIT"
  58. ],
  59. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  60. "keywords": [
  61. "ignore",
  62. ".gitignore",
  63. "gitignore",
  64. "npmignore",
  65. "rules",
  66. "manager",
  67. "filter",
  68. "regexp",
  69. "regex",
  70. "fnmatch",
  71. "glob",
  72. "asterisks",
  73. "regular-expression"
  74. ],
  75. "license": "MIT",
  76. "name": "ignore",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  80. },
  81. "scripts": {
  82. "build": "babel -o legacy.js index.js",
  83. "posttest": "tap --coverage-report=html && codecov",
  84. "prepublish": "npm run build",
  85. "test": "npm run test-no-cov",
  86. "test-no-cov": "npm run test:lint && npm run test:tsc && tap test/*.js --coverage",
  87. "test:git": "tap test/git-check-ignore.js",
  88. "test:ignore": "tap test/ignore.js --coverage",
  89. "test:lint": "eslint .",
  90. "test:tsc": "tsc ./test/ts/simple.ts"
  91. },
  92. "version": "4.0.6"
  93. }