package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "forwarded@~0.1.0",
  6. "scope": null,
  7. "escapedName": "forwarded",
  8. "name": "forwarded",
  9. "rawSpec": "~0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/proxy-addr"
  14. ]
  15. ],
  16. "_from": "forwarded@>=0.1.0 <0.2.0",
  17. "_id": "forwarded@0.1.2",
  18. "_inCache": true,
  19. "_location": "/forwarded",
  20. "_nodeVersion": "6.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/forwarded-0.1.2.tgz_1505441873168_0.0936233215034008"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "forwarded@~0.1.0",
  33. "scope": null,
  34. "escapedName": "forwarded",
  35. "name": "forwarded",
  36. "rawSpec": "~0.1.0",
  37. "spec": ">=0.1.0 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/proxy-addr"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
  44. "_shasum": "98c23dab1175657b8c0573e8ceccd91b0ff18c84",
  45. "_shrinkwrap": null,
  46. "_spec": "forwarded@~0.1.0",
  47. "_where": "/home/conte/data/reveal.js/node_modules/proxy-addr",
  48. "bugs": {
  49. "url": "https://github.com/jshttp/forwarded/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Douglas Christopher Wilson",
  54. "email": "doug@somethingdoug.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "Parse HTTP X-Forwarded-For header",
  59. "devDependencies": {
  60. "beautify-benchmark": "0.2.4",
  61. "benchmark": "2.1.4",
  62. "eslint": "3.19.0",
  63. "eslint-config-standard": "10.2.1",
  64. "eslint-plugin-import": "2.7.0",
  65. "eslint-plugin-node": "5.1.1",
  66. "eslint-plugin-promise": "3.5.0",
  67. "eslint-plugin-standard": "3.0.1",
  68. "istanbul": "0.4.5",
  69. "mocha": "1.21.5"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "98c23dab1175657b8c0573e8ceccd91b0ff18c84",
  74. "tarball": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz"
  75. },
  76. "engines": {
  77. "node": ">= 0.6"
  78. },
  79. "files": [
  80. "LICENSE",
  81. "HISTORY.md",
  82. "README.md",
  83. "index.js"
  84. ],
  85. "gitHead": "2fc094b49781b62acb0e2b00f83abd641d604a7c",
  86. "homepage": "https://github.com/jshttp/forwarded#readme",
  87. "keywords": [
  88. "x-forwarded-for",
  89. "http",
  90. "req"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "dougwilson",
  96. "email": "doug@somethingdoug.com"
  97. }
  98. ],
  99. "name": "forwarded",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jshttp/forwarded.git"
  105. },
  106. "scripts": {
  107. "bench": "node benchmark/index.js",
  108. "lint": "eslint .",
  109. "test": "mocha --reporter spec --bail --check-leaks test/",
  110. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  111. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  112. },
  113. "version": "0.1.2"
  114. }