UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "proxy-addr@~2.0.3",
  6. "scope": null,
  7. "escapedName": "proxy-addr",
  8. "name": "proxy-addr",
  9. "rawSpec": "~2.0.3",
  10. "spec": ">=2.0.3 <2.1.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/express"
  14. ]
  15. ],
  16. "_from": "proxy-addr@>=2.0.3 <2.1.0",
  17. "_id": "proxy-addr@2.0.3",
  18. "_inCache": true,
  19. "_location": "/proxy-addr",
  20. "_nodeVersion": "6.13.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/proxy-addr_2.0.3_1519101976942_0.28350766039209363"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "proxy-addr@~2.0.3",
  33. "scope": null,
  34. "escapedName": "proxy-addr",
  35. "name": "proxy-addr",
  36. "rawSpec": "~2.0.3",
  37. "spec": ">=2.0.3 <2.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.3.tgz",
  44. "_shasum": "355f262505a621646b3130a728eb647e22055341",
  45. "_shrinkwrap": null,
  46. "_spec": "proxy-addr@~2.0.3",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/express",
  48. "author": {
  49. "name": "Douglas Christopher Wilson",
  50. "email": "doug@somethingdoug.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jshttp/proxy-addr/issues"
  54. },
  55. "dependencies": {
  56. "forwarded": "~0.1.2",
  57. "ipaddr.js": "1.6.0"
  58. },
  59. "description": "Determine address of proxied request",
  60. "devDependencies": {
  61. "beautify-benchmark": "0.2.4",
  62. "benchmark": "2.1.4",
  63. "eslint": "4.18.0",
  64. "eslint-config-standard": "11.0.0",
  65. "eslint-plugin-import": "2.8.0",
  66. "eslint-plugin-markdown": "1.0.0-beta.6",
  67. "eslint-plugin-node": "6.0.0",
  68. "eslint-plugin-promise": "3.6.0",
  69. "eslint-plugin-standard": "3.0.1",
  70. "mocha": "3.5.3",
  71. "nyc": "10.3.2"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "integrity": "sha512-jQTChiCJteusULxjBp8+jftSQE5Obdl3k4cnmLA6WXtK6XFuWRnvVL7aCiBqaLPM8c4ph0S4tKna8XvmIwEnXQ==",
  76. "shasum": "355f262505a621646b3130a728eb647e22055341",
  77. "tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.3.tgz",
  78. "fileCount": 5,
  79. "unpackedSize": 15421
  80. },
  81. "engines": {
  82. "node": ">= 0.10"
  83. },
  84. "files": [
  85. "LICENSE",
  86. "HISTORY.md",
  87. "README.md",
  88. "index.js"
  89. ],
  90. "gitHead": "d841ab7a2150963793ad2dc121df014f426f2964",
  91. "homepage": "https://github.com/jshttp/proxy-addr#readme",
  92. "keywords": [
  93. "ip",
  94. "proxy",
  95. "x-forwarded-for"
  96. ],
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "name": "dougwilson",
  101. "email": "doug@somethingdoug.com"
  102. }
  103. ],
  104. "name": "proxy-addr",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/jshttp/proxy-addr.git"
  110. },
  111. "scripts": {
  112. "bench": "node benchmark/index.js",
  113. "lint": "eslint --plugin markdown --ext js,md .",
  114. "test": "mocha --reporter spec --bail --check-leaks test/",
  115. "test-cov": "nyc --reporter=text npm test",
  116. "test-travis": "nyc --reporter=html --reporter=text npm test"
  117. },
  118. "version": "2.0.3"
  119. }