UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "tough-cookie@~2.3.0",
  6. "scope": null,
  7. "escapedName": "tough-cookie",
  8. "name": "tough-cookie",
  9. "rawSpec": "~2.3.0",
  10. "spec": ">=2.3.0 <2.4.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/request"
  14. ]
  15. ],
  16. "_from": "tough-cookie@>=2.3.0 <2.4.0",
  17. "_id": "tough-cookie@2.3.4",
  18. "_inCache": true,
  19. "_location": "/tough-cookie",
  20. "_nodeVersion": "8.9.4",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/tough-cookie_2.3.4_1519684165015_0.21877903579709823"
  24. },
  25. "_npmUser": {
  26. "name": "jstash",
  27. "email": "jstash@gmail.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "tough-cookie@~2.3.0",
  33. "scope": null,
  34. "escapedName": "tough-cookie",
  35. "name": "tough-cookie",
  36. "rawSpec": "~2.3.0",
  37. "spec": ">=2.3.0 <2.4.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/request"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
  44. "_shasum": "ec60cee38ac675063ffc97a5c18970578ee83655",
  45. "_shrinkwrap": null,
  46. "_spec": "tough-cookie@~2.3.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/request",
  48. "author": {
  49. "name": "Jeremy Stashewsky",
  50. "email": "jstashewsky@salesforce.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/salesforce/tough-cookie/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Alexander Savin"
  58. },
  59. {
  60. "name": "Ian Livingstone"
  61. },
  62. {
  63. "name": "Ivan Nikulin"
  64. },
  65. {
  66. "name": "Lalit Kapoor"
  67. },
  68. {
  69. "name": "Sam Thompson"
  70. },
  71. {
  72. "name": "Sebastian Mayr"
  73. }
  74. ],
  75. "dependencies": {
  76. "punycode": "^1.4.1"
  77. },
  78. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  79. "devDependencies": {
  80. "async": "^1.4.2",
  81. "string.prototype.repeat": "^0.2.0",
  82. "vows": "^0.8.1"
  83. },
  84. "directories": {},
  85. "dist": {
  86. "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==",
  87. "shasum": "ec60cee38ac675063ffc97a5c18970578ee83655",
  88. "tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
  89. "fileCount": 9,
  90. "unpackedSize": 245484
  91. },
  92. "engines": {
  93. "node": ">=0.8"
  94. },
  95. "files": [
  96. "lib"
  97. ],
  98. "gitHead": "e4dfb0aec5d25e9e982805417a5d936071badc17",
  99. "homepage": "https://github.com/salesforce/tough-cookie",
  100. "keywords": [
  101. "HTTP",
  102. "cookie",
  103. "cookies",
  104. "set-cookie",
  105. "cookiejar",
  106. "jar",
  107. "RFC6265",
  108. "RFC2965"
  109. ],
  110. "license": "BSD-3-Clause",
  111. "main": "./lib/cookie",
  112. "maintainers": [
  113. {
  114. "name": "awaterma",
  115. "email": "awaterma@awaterma.net"
  116. },
  117. {
  118. "name": "jstash",
  119. "email": "jstash@gmail.com"
  120. },
  121. {
  122. "name": "maratto",
  123. "email": "marat+npm@salesforce.com"
  124. },
  125. {
  126. "name": "ruoho",
  127. "email": "clint@ruoho.org"
  128. }
  129. ],
  130. "name": "tough-cookie",
  131. "optionalDependencies": {},
  132. "readme": "ERROR: No README data found!",
  133. "repository": {
  134. "type": "git",
  135. "url": "git://github.com/salesforce/tough-cookie.git"
  136. },
  137. "scripts": {
  138. "suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
  139. "test": "vows test/*_test.js"
  140. },
  141. "version": "2.3.4"
  142. }