package.json 2.1 KB

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