package.json 2.7 KB

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