UI for Zipcoin Blue

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fragment-cache@^0.2.1",
  6. "scope": null,
  7. "escapedName": "fragment-cache",
  8. "name": "fragment-cache",
  9. "rawSpec": "^0.2.1",
  10. "spec": ">=0.2.1 <0.3.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/watchpack/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "fragment-cache@>=0.2.1 <0.3.0",
  17. "_id": "fragment-cache@0.2.1",
  18. "_inCache": true,
  19. "_location": "/fragment-cache",
  20. "_nodeVersion": "7.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/fragment-cache-0.2.1.tgz_1489523817961_0.01654543890617788"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "fragment-cache@^0.2.1",
  33. "scope": null,
  34. "escapedName": "fragment-cache",
  35. "name": "fragment-cache",
  36. "rawSpec": "^0.2.1",
  37. "spec": ">=0.2.1 <0.3.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/nanomatch",
  42. "/watchpack/extglob",
  43. "/watchpack/micromatch"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
  46. "_shasum": "4290fad27f13e89be7f33799c6bc5a0abfff0d19",
  47. "_shrinkwrap": null,
  48. "_spec": "fragment-cache@^0.2.1",
  49. "_where": "/Users/tennesseeg/blueCoin/node_modules/watchpack/node_modules/micromatch",
  50. "author": {
  51. "name": "Jon Schlinkert",
  52. "url": "https://github.com/jonschlinkert"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/jonschlinkert/fragment-cache/issues"
  56. },
  57. "dependencies": {
  58. "map-cache": "^0.2.2"
  59. },
  60. "description": "A cache for managing namespaced sub-caches",
  61. "devDependencies": {
  62. "gulp": "^3.9.1",
  63. "gulp-eslint": "^3.0.1",
  64. "gulp-format-md": "^0.1.11",
  65. "gulp-istanbul": "^1.1.1",
  66. "gulp-mocha": "^3.0.1",
  67. "mocha": "^3.2.0"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "4290fad27f13e89be7f33799c6bc5a0abfff0d19",
  72. "tarball": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz"
  73. },
  74. "engines": {
  75. "node": ">=0.10.0"
  76. },
  77. "files": [
  78. "index.js"
  79. ],
  80. "gitHead": "33583b03f505c67479ddbc66f825b0e653704207",
  81. "homepage": "https://github.com/jonschlinkert/fragment-cache",
  82. "keywords": [
  83. "cache",
  84. "fragment"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "jonschlinkert",
  91. "email": "github@sellside.com"
  92. }
  93. ],
  94. "name": "fragment-cache",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/fragment-cache.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "verb": {
  105. "plugins": [
  106. "gulp-format-md"
  107. ],
  108. "reflinks": [
  109. "map-cache",
  110. "verb"
  111. ],
  112. "related": {
  113. "list": [
  114. "base",
  115. "map-cache"
  116. ]
  117. },
  118. "layout": "default",
  119. "toc": false,
  120. "tasks": [
  121. "readme"
  122. ],
  123. "lint": {
  124. "reflinks": true
  125. }
  126. },
  127. "version": "0.2.1"
  128. }