UI for Zipcoin Blue

package.json 2.9KB

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