package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "is-extglob@^2.1.1",
  3. "_id": "is-extglob@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  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. "/findup-sync/is-glob",
  22. "/is-glob",
  23. "/watchpack-chokidar2/glob-parent/is-glob",
  24. "/webpack-dev-server/glob-parent/is-glob"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  27. "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
  28. "_spec": "is-extglob@^2.1.1",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\is-glob",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "Returns true if a string has an extglob.",
  40. "devDependencies": {
  41. "gulp-format-md": "^0.1.10",
  42. "mocha": "^3.0.2"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/is-extglob",
  51. "keywords": [
  52. "bash",
  53. "braces",
  54. "check",
  55. "exec",
  56. "expression",
  57. "extglob",
  58. "glob",
  59. "globbing",
  60. "globstar",
  61. "is",
  62. "match",
  63. "matches",
  64. "pattern",
  65. "regex",
  66. "regular",
  67. "string",
  68. "test"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "is-extglob",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "verb": {
  81. "toc": false,
  82. "layout": "default",
  83. "tasks": [
  84. "readme"
  85. ],
  86. "plugins": [
  87. "gulp-format-md"
  88. ],
  89. "related": {
  90. "list": [
  91. "has-glob",
  92. "is-glob",
  93. "micromatch"
  94. ]
  95. },
  96. "reflinks": [
  97. "verb",
  98. "verb-generate-readme"
  99. ],
  100. "lint": {
  101. "reflinks": true
  102. }
  103. },
  104. "version": "2.1.1"
  105. }