UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "es6-map@^0.1.3",
  6. "scope": null,
  7. "escapedName": "es6-map",
  8. "name": "es6-map",
  9. "rawSpec": "^0.1.3",
  10. "spec": ">=0.1.3 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/escope"
  14. ]
  15. ],
  16. "_from": "es6-map@>=0.1.3 <0.2.0",
  17. "_id": "es6-map@0.1.5",
  18. "_inCache": true,
  19. "_location": "/es6-map",
  20. "_nodeVersion": "4.8.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/es6-map-0.1.5.tgz_1489767956347_0.803560264641419"
  24. },
  25. "_npmUser": {
  26. "name": "medikoo",
  27. "email": "medikoo+npm@medikoo.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "es6-map@^0.1.3",
  33. "scope": null,
  34. "escapedName": "es6-map",
  35. "name": "es6-map",
  36. "rawSpec": "^0.1.3",
  37. "spec": ">=0.1.3 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/escope"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz",
  44. "_shasum": "9136e0503dcc06a301690f0bb14ff4e364e949f0",
  45. "_shrinkwrap": null,
  46. "_spec": "es6-map@^0.1.3",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/escope",
  48. "author": {
  49. "name": "Mariusz Nowak",
  50. "email": "medyk@medikoo.com",
  51. "url": "http://www.medikoo.com/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/medikoo/es6-map/issues"
  55. },
  56. "dependencies": {
  57. "d": "1",
  58. "es5-ext": "~0.10.14",
  59. "es6-iterator": "~2.0.1",
  60. "es6-set": "~0.1.5",
  61. "es6-symbol": "~3.1.1",
  62. "event-emitter": "~0.3.5"
  63. },
  64. "description": "ECMAScript6 Map polyfill",
  65. "devDependencies": {
  66. "tad": "~0.2.7",
  67. "xlint": "~0.2.2",
  68. "xlint-jslint-medikoo": "~0.1.4"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "9136e0503dcc06a301690f0bb14ff4e364e949f0",
  73. "tarball": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz"
  74. },
  75. "gitHead": "901fee71166dd5bc4b515b619521ae403a95472e",
  76. "homepage": "https://github.com/medikoo/es6-map#readme",
  77. "keywords": [
  78. "collection",
  79. "es6",
  80. "shim",
  81. "harmony",
  82. "list",
  83. "hash",
  84. "map",
  85. "polyfill",
  86. "ponyfill",
  87. "ecmascript"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "medikoo",
  93. "email": "medikoo+npm@medikoo.com"
  94. }
  95. ],
  96. "name": "es6-map",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/medikoo/es6-map.git"
  102. },
  103. "scripts": {
  104. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  105. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  106. "test": "node ./node_modules/tad/bin/tad"
  107. },
  108. "version": "0.1.5"
  109. }