package.json 2.1 KB

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