package.json 2.8 KB

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