You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.9 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "ignore@5.3.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ignore@5.3.2",
  10. "_id": "ignore@5.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  13. "_location": "/ignore",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ignore@5.3.2",
  19. "name": "ignore",
  20. "escapedName": "ignore",
  21. "rawSpec": "5.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "5.3.2"
  24. },
  25. "_requiredBy": [
  26. "/globby"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  29. "_spec": "5.3.2",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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.22.9",
  40. "@babel/core": "^7.22.9",
  41. "@babel/preset-env": "^7.22.9",
  42. "codecov": "^3.8.2",
  43. "debug": "^4.3.4",
  44. "eslint": "^8.46.0",
  45. "eslint-config-ostai": "^3.0.0",
  46. "eslint-plugin-import": "^2.28.0",
  47. "mkdirp": "^3.0.1",
  48. "pre-suf": "^1.1.1",
  49. "rimraf": "^6.0.1",
  50. "spawn-sync": "^2.0.0",
  51. "tap": "^16.3.9",
  52. "tmp": "0.2.3",
  53. "typescript": "^5.1.6"
  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:ignore:only": "IGNORE_ONLY_IGNORES=1 npm run tap test/ignore.js",
  97. "test:lint": "eslint .",
  98. "test:no-coverage": "npm run tap test/*.js -- --no-check-coverage",
  99. "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
  100. "test:others": "npm run tap test/others.js",
  101. "test:ts": "node ./test/ts/simple.js",
  102. "test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
  103. "test:win32": "IGNORE_TEST_WIN32=1 npm run test"
  104. },
  105. "version": "5.3.2"
  106. }