package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "is-glob@2.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-glob@2.0.1",
  10. "_id": "is-glob@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==",
  13. "_location": "/is-glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-glob@2.0.1",
  19. "name": "is-glob",
  20. "escapedName": "is-glob",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/glob-base",
  27. "/glob-parent",
  28. "/micromatch",
  29. "/parse-glob"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
  32. "_spec": "2.0.1",
  33. "_where": "E:\\2023\\5\\myjadmin",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/is-glob/issues"
  40. },
  41. "dependencies": {
  42. "is-extglob": "^1.0.0"
  43. },
  44. "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
  45. "devDependencies": {
  46. "mocha": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/is-glob",
  55. "keywords": [
  56. "bash",
  57. "braces",
  58. "check",
  59. "exec",
  60. "extglob",
  61. "expression",
  62. "glob",
  63. "globbing",
  64. "globstar",
  65. "match",
  66. "matches",
  67. "pattern",
  68. "regex",
  69. "regular",
  70. "string",
  71. "test"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "is-glob",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jonschlinkert/is-glob.git"
  79. },
  80. "scripts": {
  81. "test": "mocha"
  82. },
  83. "verb": {
  84. "related": {
  85. "list": [
  86. "has-glob",
  87. "is-extglob",
  88. "is-posix-bracket",
  89. "is-valid-glob",
  90. "micromatch"
  91. ]
  92. }
  93. },
  94. "version": "2.0.1"
  95. }