UI for Zipcoin Blue

package.json 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-descriptor@^0.1.0",
  6. "scope": null,
  7. "escapedName": "is-descriptor",
  8. "name": "is-descriptor",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/class-utils/node_modules/define-property"
  14. ]
  15. ],
  16. "_from": "is-descriptor@>=0.1.0 <0.2.0",
  17. "_id": "is-descriptor@0.1.6",
  18. "_inCache": true,
  19. "_location": "/is-descriptor",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/is-descriptor-0.1.6.tgz_1500744018543_0.5760307745076716"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-descriptor@^0.1.0",
  33. "scope": null,
  34. "escapedName": "is-descriptor",
  35. "name": "is-descriptor",
  36. "rawSpec": "^0.1.0",
  37. "spec": ">=0.1.0 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/class-utils/define-property",
  42. "/object-copy/define-property",
  43. "/snapdragon/define-property",
  44. "/static-extend/define-property"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
  47. "_shasum": "366d8240dde487ca51823b1ab9f07a10a78251ca",
  48. "_shrinkwrap": null,
  49. "_spec": "is-descriptor@^0.1.0",
  50. "_where": "/Users/tennesseeg/blueCoin/node_modules/class-utils/node_modules/define-property",
  51. "author": {
  52. "name": "Jon Schlinkert",
  53. "url": "https://github.com/jonschlinkert"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/jonschlinkert/is-descriptor/issues"
  57. },
  58. "contributors": [
  59. {
  60. "name": "Brian Woodward",
  61. "url": "https://twitter.com/doowb"
  62. },
  63. {
  64. "name": "Jon Schlinkert",
  65. "url": "http://twitter.com/jonschlinkert"
  66. },
  67. {
  68. "url": "https://github.com/wtgtybhertgeghgtwtg"
  69. }
  70. ],
  71. "dependencies": {
  72. "is-accessor-descriptor": "^0.1.6",
  73. "is-data-descriptor": "^0.1.4",
  74. "kind-of": "^5.0.0"
  75. },
  76. "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
  77. "devDependencies": {
  78. "gulp-format-md": "^1.0.0",
  79. "mocha": "^3.4.2"
  80. },
  81. "directories": {},
  82. "dist": {
  83. "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
  84. "shasum": "366d8240dde487ca51823b1ab9f07a10a78251ca",
  85. "tarball": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz"
  86. },
  87. "engines": {
  88. "node": ">=0.10.0"
  89. },
  90. "files": [
  91. "index.js"
  92. ],
  93. "gitHead": "7559403830553097fcdd56ae93fe69d4ef2b21db",
  94. "homepage": "https://github.com/jonschlinkert/is-descriptor",
  95. "keywords": [
  96. "accessor",
  97. "check",
  98. "data",
  99. "descriptor",
  100. "get",
  101. "getter",
  102. "is",
  103. "keys",
  104. "object",
  105. "properties",
  106. "property",
  107. "set",
  108. "setter",
  109. "type",
  110. "valid",
  111. "value"
  112. ],
  113. "license": "MIT",
  114. "main": "index.js",
  115. "maintainers": [
  116. {
  117. "name": "jonschlinkert",
  118. "email": "github@sellside.com"
  119. }
  120. ],
  121. "name": "is-descriptor",
  122. "optionalDependencies": {},
  123. "readme": "ERROR: No README data found!",
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
  127. },
  128. "scripts": {
  129. "test": "mocha"
  130. },
  131. "verb": {
  132. "related": {
  133. "list": [
  134. "is-accessor-descriptor",
  135. "is-data-descriptor",
  136. "is-descriptor",
  137. "isobject"
  138. ]
  139. },
  140. "plugins": [
  141. "gulp-format-md"
  142. ],
  143. "toc": false,
  144. "layout": "default",
  145. "tasks": [
  146. "readme"
  147. ],
  148. "lint": {
  149. "reflinks": true
  150. }
  151. },
  152. "version": "0.1.6"
  153. }