package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "picomatch@^2.2.1",
  3. "_id": "picomatch@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
  6. "_location": "/picomatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "picomatch@^2.2.1",
  12. "name": "picomatch",
  13. "escapedName": "picomatch",
  14. "rawSpec": "^2.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.1"
  17. },
  18. "_requiredBy": [
  19. "/@rollup/pluginutils",
  20. "/anymatch",
  21. "/fast-glob",
  22. "/micromatch",
  23. "/readdirp"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
  26. "_shasum": "f1f061de8f6a4bf022892e2d128234fb98302972",
  27. "_spec": "picomatch@^2.2.1",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\fast-glob",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/micromatch/picomatch/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
  39. "devDependencies": {
  40. "eslint": "^6.8.0",
  41. "fill-range": "^7.0.1",
  42. "gulp-format-md": "^2.0.0",
  43. "mocha": "^6.2.2",
  44. "nyc": "^15.0.0",
  45. "time-require": "github:jonschlinkert/time-require"
  46. },
  47. "engines": {
  48. "node": ">=8.6"
  49. },
  50. "files": [
  51. "index.js",
  52. "lib"
  53. ],
  54. "funding": "https://github.com/sponsors/jonschlinkert",
  55. "homepage": "https://github.com/micromatch/picomatch",
  56. "keywords": [
  57. "glob",
  58. "match",
  59. "picomatch"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "picomatch",
  64. "nyc": {
  65. "reporter": [
  66. "html",
  67. "lcov",
  68. "text-summary"
  69. ]
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/micromatch/picomatch.git"
  74. },
  75. "scripts": {
  76. "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
  77. "mocha": "mocha --reporter dot",
  78. "test": "npm run lint && npm run mocha",
  79. "test:ci": "npm run test:cover",
  80. "test:cover": "nyc npm run mocha"
  81. },
  82. "verb": {
  83. "toc": {
  84. "render": true,
  85. "method": "preWrite",
  86. "maxdepth": 3
  87. },
  88. "layout": "empty",
  89. "tasks": [
  90. "readme"
  91. ],
  92. "plugins": [
  93. "gulp-format-md"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. },
  98. "related": {
  99. "list": [
  100. "braces",
  101. "micromatch"
  102. ]
  103. },
  104. "reflinks": [
  105. "braces",
  106. "expand-brackets",
  107. "extglob",
  108. "fill-range",
  109. "micromatch",
  110. "minimatch",
  111. "nanomatch",
  112. "picomatch"
  113. ]
  114. },
  115. "version": "2.3.0"
  116. }