package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "ignore@5.2.4",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ignore@5.2.4",
  10. "_id": "ignore@5.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
  13. "_location": "/ignore",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ignore@5.2.4",
  19. "name": "ignore",
  20. "escapedName": "ignore",
  21. "rawSpec": "5.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.4"
  24. },
  25. "_requiredBy": [
  26. "/globby"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.2.4.tgz",
  29. "_spec": "5.2.4",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "kael"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kaelzhang/node-ignore/issues"
  36. },
  37. "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
  38. "devDependencies": {
  39. "@babel/cli": "^7.19.3",
  40. "@babel/core": "^7.20.5",
  41. "@babel/preset-env": "^7.20.2",
  42. "codecov": "^3.8.2",
  43. "debug": "^4.3.4",
  44. "eslint": "^8.30.0",
  45. "eslint-config-ostai": "^3.0.0",
  46. "eslint-plugin-import": "^2.26.0",
  47. "mkdirp": "^1.0.4",
  48. "pre-suf": "^1.1.1",
  49. "rimraf": "^3.0.2",
  50. "spawn-sync": "^2.0.0",
  51. "tap": "^16.3.2",
  52. "tmp": "0.2.1",
  53. "typescript": "^4.9.4"
  54. },
  55. "engines": {
  56. "node": ">= 4"
  57. },
  58. "files": [
  59. "legacy.js",
  60. "index.js",
  61. "index.d.ts",
  62. "LICENSE-MIT"
  63. ],
  64. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  65. "keywords": [
  66. "ignore",
  67. ".gitignore",
  68. "gitignore",
  69. "npmignore",
  70. "rules",
  71. "manager",
  72. "filter",
  73. "regexp",
  74. "regex",
  75. "fnmatch",
  76. "glob",
  77. "asterisks",
  78. "regular-expression"
  79. ],
  80. "license": "MIT",
  81. "name": "ignore",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  85. },
  86. "scripts": {
  87. "build": "babel -o legacy.js index.js",
  88. "posttest": "npm run report && codecov",
  89. "prepublishOnly": "npm run build",
  90. "report": "tap --coverage-report=html",
  91. "tap": "tap --reporter classic",
  92. "test": "npm run test:only",
  93. "test:cases": "npm run tap test/*.js -- --coverage",
  94. "test:git": "npm run tap test/git-check-ignore.js",
  95. "test:ignore": "npm run tap test/ignore.js",
  96. "test:lint": "eslint .",
  97. "test:no-coverage": "npm run tap test/*.js -- --no-check-coverage",
  98. "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
  99. "test:others": "npm run tap test/others.js",
  100. "test:ts": "node ./test/ts/simple.js",
  101. "test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
  102. "test:win32": "IGNORE_TEST_WIN32=1 npm run test"
  103. },
  104. "version": "5.2.4"
  105. }