package.json 2.8 KB

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