package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "is-extglob@^2.1.1",
  3. "_id": "is-extglob@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
  6. "_location": "/is-extglob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extglob@^2.1.1",
  12. "name": "is-extglob",
  13. "escapedName": "is-extglob",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/copy-webpack-plugin/glob-parent/is-glob",
  20. "/fast-glob/glob-parent/is-glob",
  21. "/is-glob",
  22. "/watchpack-chokidar2/glob-parent/is-glob",
  23. "/webpack-dev-server/glob-parent/is-glob"
  24. ],
  25. "_resolved": "https://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz",
  26. "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
  27. "_spec": "is-extglob@^2.1.1",
  28. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\is-glob",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Returns true if a string has an extglob.",
  39. "devDependencies": {
  40. "gulp-format-md": "^0.1.10",
  41. "mocha": "^3.0.2"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/is-extglob",
  50. "keywords": [
  51. "bash",
  52. "braces",
  53. "check",
  54. "exec",
  55. "expression",
  56. "extglob",
  57. "glob",
  58. "globbing",
  59. "globstar",
  60. "is",
  61. "match",
  62. "matches",
  63. "pattern",
  64. "regex",
  65. "regular",
  66. "string",
  67. "test"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "is-extglob",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verb": {
  80. "toc": false,
  81. "layout": "default",
  82. "tasks": [
  83. "readme"
  84. ],
  85. "plugins": [
  86. "gulp-format-md"
  87. ],
  88. "related": {
  89. "list": [
  90. "has-glob",
  91. "is-glob",
  92. "micromatch"
  93. ]
  94. },
  95. "reflinks": [
  96. "verb",
  97. "verb-generate-readme"
  98. ],
  99. "lint": {
  100. "reflinks": true
  101. }
  102. },
  103. "version": "2.1.1"
  104. }