UI for Zipcoin Blue

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "es6-symbol@~3.1.1",
  6. "scope": null,
  7. "escapedName": "es6-symbol",
  8. "name": "es6-symbol",
  9. "rawSpec": "~3.1.1",
  10. "spec": ">=3.1.1 <3.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/es6-map"
  14. ]
  15. ],
  16. "_from": "es6-symbol@>=3.1.1 <3.2.0",
  17. "_id": "es6-symbol@3.1.1",
  18. "_inCache": true,
  19. "_location": "/es6-symbol",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/es6-symbol-3.1.1.tgz_1489590359389_0.7073800666257739"
  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-symbol@~3.1.1",
  33. "scope": null,
  34. "escapedName": "es6-symbol",
  35. "name": "es6-symbol",
  36. "rawSpec": "~3.1.1",
  37. "spec": ">=3.1.1 <3.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/es5-ext",
  42. "/es6-iterator",
  43. "/es6-map",
  44. "/es6-set",
  45. "/es6-weak-map"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
  48. "_shasum": "bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77",
  49. "_shrinkwrap": null,
  50. "_spec": "es6-symbol@~3.1.1",
  51. "_where": "/Users/tennesseeg/blueCoin/node_modules/es6-map",
  52. "author": {
  53. "name": "Mariusz Nowak",
  54. "email": "medyk@medikoo.com",
  55. "url": "http://www.medikoo.com/"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/medikoo/es6-symbol/issues"
  59. },
  60. "dependencies": {
  61. "d": "1",
  62. "es5-ext": "~0.10.14"
  63. },
  64. "description": "ECMAScript 6 Symbol 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": "bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77",
  73. "tarball": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz"
  74. },
  75. "gitHead": "0b28a2d969d7b77532bc32b66c34214acf445771",
  76. "homepage": "https://github.com/medikoo/es6-symbol#readme",
  77. "keywords": [
  78. "symbol",
  79. "private",
  80. "property",
  81. "es6",
  82. "ecmascript",
  83. "harmony",
  84. "ponyfill",
  85. "polyfill"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "medikoo",
  91. "email": "medikoo+npm@medikoo.com"
  92. }
  93. ],
  94. "name": "es6-symbol",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/medikoo/es6-symbol.git"
  100. },
  101. "scripts": {
  102. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  103. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  104. "test": "node ./node_modules/tad/bin/tad"
  105. },
  106. "version": "3.1.1"
  107. }