package.json 2.8 KB

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