UI for Zipcoin Blue

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "negotiator@0.6.1",
  6. "scope": null,
  7. "escapedName": "negotiator",
  8. "name": "negotiator",
  9. "rawSpec": "0.6.1",
  10. "spec": "0.6.1",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/accepts"
  14. ]
  15. ],
  16. "_from": "negotiator@0.6.1",
  17. "_id": "negotiator@0.6.1",
  18. "_inCache": true,
  19. "_location": "/negotiator",
  20. "_nodeVersion": "4.4.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/negotiator-0.6.1.tgz_1462250848695_0.027451182017102838"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "negotiator@0.6.1",
  33. "scope": null,
  34. "escapedName": "negotiator",
  35. "name": "negotiator",
  36. "rawSpec": "0.6.1",
  37. "spec": "0.6.1",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/accepts"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
  44. "_shasum": "2b327184e8992101177b28563fb5e7102acd0ca9",
  45. "_shrinkwrap": null,
  46. "_spec": "negotiator@0.6.1",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/accepts",
  48. "bugs": {
  49. "url": "https://github.com/jshttp/negotiator/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Douglas Christopher Wilson",
  54. "email": "doug@somethingdoug.com"
  55. },
  56. {
  57. "name": "Federico Romero",
  58. "email": "federico.romero@outboxlabs.com"
  59. },
  60. {
  61. "name": "Isaac Z. Schlueter",
  62. "email": "i@izs.me",
  63. "url": "http://blog.izs.me/"
  64. }
  65. ],
  66. "dependencies": {},
  67. "description": "HTTP content negotiation",
  68. "devDependencies": {
  69. "istanbul": "0.4.3",
  70. "mocha": "~1.21.5"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "2b327184e8992101177b28563fb5e7102acd0ca9",
  75. "tarball": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz"
  76. },
  77. "engines": {
  78. "node": ">= 0.6"
  79. },
  80. "files": [
  81. "lib/",
  82. "HISTORY.md",
  83. "LICENSE",
  84. "index.js",
  85. "README.md"
  86. ],
  87. "gitHead": "751c381c32707f238143cd65d78520e16f4ef9e5",
  88. "homepage": "https://github.com/jshttp/negotiator#readme",
  89. "keywords": [
  90. "http",
  91. "content negotiation",
  92. "accept",
  93. "accept-language",
  94. "accept-encoding",
  95. "accept-charset"
  96. ],
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "name": "dougwilson",
  101. "email": "doug@somethingdoug.com"
  102. },
  103. {
  104. "name": "federomero",
  105. "email": "federomero@gmail.com"
  106. },
  107. {
  108. "name": "jongleberry",
  109. "email": "jonathanrichardong@gmail.com"
  110. }
  111. ],
  112. "name": "negotiator",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/jshttp/negotiator.git"
  118. },
  119. "scripts": {
  120. "test": "mocha --reporter spec --check-leaks --bail test/",
  121. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  122. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  123. },
  124. "version": "0.6.1"
  125. }