package.json 2.7 KB

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