package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "ignore@5.1.8",
  5. "J:\\Github\\CURD-TS"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ignore@5.1.8",
  10. "_id": "ignore@5.1.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8VCotQo0KJsz4i9YiavU2AFvDlc=",
  13. "_location": "/ignore",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ignore@5.1.8",
  19. "name": "ignore",
  20. "escapedName": "ignore",
  21. "rawSpec": "5.1.8",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.8"
  24. },
  25. "_requiredBy": [
  26. "/globby"
  27. ],
  28. "_resolved": "http://192.168.250.101:4873/ignore/-/ignore-5.1.8.tgz",
  29. "_spec": "5.1.8",
  30. "_where": "J:\\Github\\CURD-TS",
  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.8.4",
  40. "@babel/core": "^7.9.6",
  41. "@babel/preset-env": "^7.9.6",
  42. "codecov": "^3.7.0",
  43. "debug": "^4.1.1",
  44. "eslint": "^7.0.0",
  45. "eslint-config-ostai": "^3.0.0",
  46. "eslint-plugin-import": "^2.20.2",
  47. "mkdirp": "^1.0.4",
  48. "pre-suf": "^1.1.1",
  49. "rimraf": "^3.0.2",
  50. "spawn-sync": "^2.0.0",
  51. "tap": "^14.10.7",
  52. "tmp": "0.2.1",
  53. "typescript": "^3.9.3"
  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": "tap --coverage-report=html && codecov",
  89. "prepublishOnly": "npm run build",
  90. "test": "npm run test:only",
  91. "test:cases": "tap test/*.js --coverage",
  92. "test:git": "tap test/git-check-ignore.js",
  93. "test:ignore": "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": "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.1.8"
  102. }