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.

package.json 2.7KB

il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "picomatch@2.3.1",
  5. "D:\\workplace\\js\\dianping"
  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. "/readdirp"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  30. "_spec": "2.3.1",
  31. "_where": "D:\\workplace\\js\\dianping",
  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. }