UI for Zipcoin Blue

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-windows@^1.0.2",
  6. "scope": null,
  7. "escapedName": "is-windows",
  8. "name": "is-windows",
  9. "rawSpec": "^1.0.2",
  10. "spec": ">=1.0.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/nanomatch"
  14. ]
  15. ],
  16. "_from": "is-windows@>=1.0.2 <2.0.0",
  17. "_id": "is-windows@1.0.2",
  18. "_inCache": true,
  19. "_location": "/is-windows",
  20. "_nodeVersion": "9.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/is-windows_1.0.2_1518593802371_0.8807568142517928"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-windows@^1.0.2",
  33. "scope": null,
  34. "escapedName": "is-windows",
  35. "name": "is-windows",
  36. "rawSpec": "^1.0.2",
  37. "spec": ">=1.0.2 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/nanomatch"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
  44. "_shasum": "d1850eb9791ecd18e6182ce12a30f396634bb19d",
  45. "_shrinkwrap": null,
  46. "_spec": "is-windows@^1.0.2",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/nanomatch",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/is-windows/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Jon Schlinkert",
  58. "url": "http://twitter.com/jonschlinkert"
  59. },
  60. {
  61. "name": "Simen Bekkhus",
  62. "url": "https://github.com/SimenB"
  63. },
  64. {
  65. "name": "刘祺",
  66. "url": "gucong.co.cc"
  67. }
  68. ],
  69. "dependencies": {},
  70. "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
  71. "devDependencies": {
  72. "gulp-format-md": "^1.0.0",
  73. "mocha": "^3.5.3"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
  78. "shasum": "d1850eb9791ecd18e6182ce12a30f396634bb19d",
  79. "tarball": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
  80. "fileCount": 4,
  81. "unpackedSize": 7963
  82. },
  83. "engines": {
  84. "node": ">=0.10.0"
  85. },
  86. "files": [
  87. "index.js"
  88. ],
  89. "gitHead": "4dcfff4ed9e36ad761a1a24d3899c832382d7254",
  90. "homepage": "https://github.com/jonschlinkert/is-windows",
  91. "keywords": [
  92. "check",
  93. "cywin",
  94. "is",
  95. "is-windows",
  96. "nix",
  97. "operating system",
  98. "os",
  99. "platform",
  100. "process",
  101. "unix",
  102. "win",
  103. "win32",
  104. "windows"
  105. ],
  106. "license": "MIT",
  107. "main": "index.js",
  108. "maintainers": [
  109. {
  110. "name": "doowb",
  111. "email": "brian.woodward@gmail.com"
  112. },
  113. {
  114. "name": "jonschlinkert",
  115. "email": "github@sellside.com"
  116. }
  117. ],
  118. "name": "is-windows",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/jonschlinkert/is-windows.git"
  124. },
  125. "scripts": {
  126. "test": "mocha"
  127. },
  128. "verb": {
  129. "toc": false,
  130. "layout": "default",
  131. "tasks": [
  132. "readme"
  133. ],
  134. "plugins": [
  135. "gulp-format-md"
  136. ],
  137. "related": {
  138. "list": [
  139. "is-absolute",
  140. "is-glob",
  141. "is-relative",
  142. "isobject",
  143. "window-size"
  144. ]
  145. },
  146. "lint": {
  147. "reflinks": true
  148. },
  149. "reflinks": [
  150. "verb"
  151. ]
  152. },
  153. "version": "1.0.2"
  154. }