package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "is-glob@^2.0.0",
  5. "D:\\work\\im\\node_modules\\chokidar"
  6. ]
  7. ],
  8. "_from": "is-glob@>=2.0.0 <3.0.0",
  9. "_id": "is-glob@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-glob",
  13. "_nodeVersion": "0.12.4",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "2.10.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "is-glob",
  22. "raw": "is-glob@^2.0.0",
  23. "rawSpec": "^2.0.0",
  24. "scope": null,
  25. "spec": ">=2.0.0 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/chokidar",
  30. "/glob-base",
  31. "/glob-parent",
  32. "/micromatch",
  33. "/parse-glob"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
  36. "_shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
  37. "_shrinkwrap": null,
  38. "_spec": "is-glob@^2.0.0",
  39. "_where": "D:\\work\\im\\node_modules\\chokidar",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/is-glob/issues"
  46. },
  47. "dependencies": {
  48. "is-extglob": "^1.0.0"
  49. },
  50. "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 bet",
  51. "devDependencies": {
  52. "mocha": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
  57. "tarball": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "d7db1b2dd559b3d5a73f89dbe72d9e9f4d6587d7",
  66. "homepage": "https://github.com/jonschlinkert/is-glob",
  67. "keywords": [
  68. "bash",
  69. "braces",
  70. "check",
  71. "exec",
  72. "extglob",
  73. "expression",
  74. "glob",
  75. "globbing",
  76. "globstar",
  77. "match",
  78. "matches",
  79. "pattern",
  80. "regex",
  81. "regular",
  82. "string",
  83. "test"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "maintainers": [
  88. {
  89. "email": "github@sellside.com",
  90. "name": "jonschlinkert"
  91. },
  92. {
  93. "email": "brian.woodward@gmail.com",
  94. "name": "doowb"
  95. }
  96. ],
  97. "name": "is-glob",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/jonschlinkert/is-glob.git"
  103. },
  104. "scripts": {
  105. "test": "mocha"
  106. },
  107. "verb": {
  108. "related": {
  109. "list": [
  110. "has-glob",
  111. "is-extglob",
  112. "is-posix-bracket",
  113. "is-valid-glob",
  114. "micromatch"
  115. ]
  116. }
  117. },
  118. "version": "2.0.1"
  119. }