package.json 2.4 KB

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