Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

114 lines
2.8KB

  1. {
  2. "_from": "picomatch@^2.0.4",
  3. "_id": "picomatch@2.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
  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.2.2.tgz",
  23. "_shasum": "21f333e9b6b8eaff02468f5146ea406d345f4dad",
  24. "_spec": "picomatch@^2.0.4",
  25. "_where": "/home/cziermann/git/papoh/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.2.2"
  113. }