package.json 3.0 KB

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