UI for Zipcoin Blue

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "es6-weak-map@^2.0.1",
  6. "scope": null,
  7. "escapedName": "es6-weak-map",
  8. "name": "es6-weak-map",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/escope"
  14. ]
  15. ],
  16. "_from": "es6-weak-map@>=2.0.1 <3.0.0",
  17. "_id": "es6-weak-map@2.0.2",
  18. "_inCache": true,
  19. "_location": "/es6-weak-map",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/es6-weak-map-2.0.2.tgz_1489593299009_0.35603313939645886"
  24. },
  25. "_npmUser": {
  26. "name": "medikoo",
  27. "email": "medikoo+npm@medikoo.com"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "es6-weak-map@^2.0.1",
  33. "scope": null,
  34. "escapedName": "es6-weak-map",
  35. "name": "es6-weak-map",
  36. "rawSpec": "^2.0.1",
  37. "spec": ">=2.0.1 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/escope"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz",
  44. "_shasum": "5e3ab32251ffd1538a1f8e5ffa1357772f92d96f",
  45. "_shrinkwrap": null,
  46. "_spec": "es6-weak-map@^2.0.1",
  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-weak-map/issues"
  55. },
  56. "dependencies": {
  57. "d": "1",
  58. "es5-ext": "^0.10.14",
  59. "es6-iterator": "^2.0.1",
  60. "es6-symbol": "^3.1.1"
  61. },
  62. "description": "ECMAScript6 WeakMap polyfill",
  63. "devDependencies": {
  64. "tad": "^0.2.7",
  65. "xlint": "^0.2.2",
  66. "xlint-jslint-medikoo": "^0.1.4"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "5e3ab32251ffd1538a1f8e5ffa1357772f92d96f",
  71. "tarball": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz"
  72. },
  73. "gitHead": "14c8b5703569d9c4f8788812abfea2ecab8433a6",
  74. "homepage": "https://github.com/medikoo/es6-weak-map#readme",
  75. "keywords": [
  76. "map",
  77. "weakmap",
  78. "collection",
  79. "es6",
  80. "harmony",
  81. "list",
  82. "hash",
  83. "gc",
  84. "ponyfill"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "medikoo",
  90. "email": "medikoo+npm@medikoo.com"
  91. }
  92. ],
  93. "name": "es6-weak-map",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/medikoo/es6-weak-map.git"
  99. },
  100. "scripts": {
  101. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  102. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  103. "test": "node ./node_modules/tad/bin/tad"
  104. },
  105. "version": "2.0.2"
  106. }