package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "ignore@^5.2.0",
  3. "_id": "ignore@5.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  6. "_location": "/ignore",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ignore@^5.2.0",
  12. "name": "ignore",
  13. "escapedName": "ignore",
  14. "rawSpec": "^5.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.0"
  17. },
  18. "_requiredBy": [
  19. "/globby"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  22. "_shasum": "3cd40e729f3643fd87cb04e50bf0eb722bc596f5",
  23. "_spec": "ignore@^5.2.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\globby",
  25. "author": {
  26. "name": "kael"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/kaelzhang/node-ignore/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
  34. "devDependencies": {
  35. "@babel/cli": "^7.22.9",
  36. "@babel/core": "^7.22.9",
  37. "@babel/preset-env": "^7.22.9",
  38. "codecov": "^3.8.2",
  39. "debug": "^4.3.4",
  40. "eslint": "^8.46.0",
  41. "eslint-config-ostai": "^3.0.0",
  42. "eslint-plugin-import": "^2.28.0",
  43. "mkdirp": "^3.0.1",
  44. "pre-suf": "^1.1.1",
  45. "rimraf": "^6.0.1",
  46. "spawn-sync": "^2.0.0",
  47. "tap": "^16.3.9",
  48. "tmp": "0.2.3",
  49. "typescript": "^5.1.6"
  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": "npm run report && codecov",
  85. "prepublishOnly": "npm run build",
  86. "report": "tap --coverage-report=html",
  87. "tap": "tap --reporter classic",
  88. "test": "npm run test:only",
  89. "test:cases": "npm run tap test/*.js -- --coverage",
  90. "test:git": "npm run tap test/git-check-ignore.js",
  91. "test:ignore": "npm run tap test/ignore.js",
  92. "test:ignore:only": "IGNORE_ONLY_IGNORES=1 npm run tap test/ignore.js",
  93. "test:lint": "eslint .",
  94. "test:no-coverage": "npm run tap test/*.js -- --no-check-coverage",
  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.3.2"
  102. }