UI for Zipcoin Blue

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "snapdragon-node@^2.0.1",
  6. "scope": null,
  7. "escapedName": "snapdragon-node",
  8. "name": "snapdragon-node",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/watchpack/node_modules/braces"
  14. ]
  15. ],
  16. "_from": "snapdragon-node@>=2.0.1 <3.0.0",
  17. "_id": "snapdragon-node@2.1.1",
  18. "_inCache": true,
  19. "_location": "/snapdragon-node",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/snapdragon-node-2.1.1.tgz_1498392256120_0.4632513278629631"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "5.0.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "snapdragon-node@^2.0.1",
  33. "scope": null,
  34. "escapedName": "snapdragon-node",
  35. "name": "snapdragon-node",
  36. "rawSpec": "^2.0.1",
  37. "spec": ">=2.0.1 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/watchpack/braces"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  44. "_shasum": "6c175f86ff14bdb0724563e8f3c1b021a286853b",
  45. "_shrinkwrap": null,
  46. "_spec": "snapdragon-node@^2.0.1",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/watchpack/node_modules/braces",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/snapdragon-node/issues"
  54. },
  55. "dependencies": {
  56. "define-property": "^1.0.0",
  57. "isobject": "^3.0.0",
  58. "snapdragon-util": "^3.0.1"
  59. },
  60. "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
  61. "devDependencies": {
  62. "gulp": "^3.9.1",
  63. "gulp-eslint": "^4.0.0",
  64. "gulp-format-md": "^0.1.12",
  65. "gulp-istanbul": "^1.1.2",
  66. "gulp-mocha": "^3.0.1",
  67. "mocha": "^3.4.2",
  68. "snapdragon": "^0.11.0"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
  73. "shasum": "6c175f86ff14bdb0724563e8f3c1b021a286853b",
  74. "tarball": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "index.js"
  81. ],
  82. "gitHead": "d2bc7304fc1b8103d6bb892d9ef099957468ff14",
  83. "homepage": "https://github.com/jonschlinkert/snapdragon-node",
  84. "keywords": [
  85. "ast",
  86. "compile",
  87. "compiler",
  88. "convert",
  89. "node",
  90. "parse",
  91. "parser",
  92. "plugin",
  93. "render",
  94. "snapdragon",
  95. "snapdragonplugin",
  96. "token",
  97. "transform"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "maintainers": [
  102. {
  103. "name": "jonschlinkert",
  104. "email": "github@sellside.com"
  105. }
  106. ],
  107. "name": "snapdragon-node",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/jonschlinkert/snapdragon-node.git"
  113. },
  114. "scripts": {
  115. "test": "mocha"
  116. },
  117. "verb": {
  118. "layout": "default",
  119. "tasks": [
  120. "readme"
  121. ],
  122. "plugins": [
  123. "gulp-format-md"
  124. ],
  125. "related": {
  126. "list": [
  127. "breakdance",
  128. "snapdragon",
  129. "snapdragon-capture",
  130. "snapdragon-cheerio",
  131. "snapdragon-util"
  132. ]
  133. },
  134. "reflinks": [
  135. "verb",
  136. "verb-generate-readme"
  137. ],
  138. "lint": {
  139. "reflinks": true
  140. }
  141. },
  142. "version": "2.1.1"
  143. }