package.json 2.8 KB

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