No Description

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "forwarded@0.2.0",
  3. "_id": "forwarded@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  6. "_location": "/forwarded",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "forwarded@0.2.0",
  12. "name": "forwarded",
  13. "escapedName": "forwarded",
  14. "rawSpec": "0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/proxy-addr"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  22. "_shasum": "2269936428aad4c15c7ebe9779a84bf0b2a81811",
  23. "_spec": "forwarded@0.2.0",
  24. "_where": "/Users/alexmanuel/MyApp/node_modules/proxy-addr",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/forwarded/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. }
  34. ],
  35. "deprecated": false,
  36. "description": "Parse HTTP X-Forwarded-For header",
  37. "devDependencies": {
  38. "beautify-benchmark": "0.2.4",
  39. "benchmark": "2.1.4",
  40. "deep-equal": "1.0.1",
  41. "eslint": "7.27.0",
  42. "eslint-config-standard": "14.1.1",
  43. "eslint-plugin-import": "2.23.4",
  44. "eslint-plugin-node": "11.1.0",
  45. "eslint-plugin-promise": "4.3.1",
  46. "eslint-plugin-standard": "4.1.0",
  47. "mocha": "8.4.0",
  48. "nyc": "15.1.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.6"
  52. },
  53. "files": [
  54. "LICENSE",
  55. "HISTORY.md",
  56. "README.md",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jshttp/forwarded#readme",
  60. "keywords": [
  61. "x-forwarded-for",
  62. "http",
  63. "req"
  64. ],
  65. "license": "MIT",
  66. "name": "forwarded",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jshttp/forwarded.git"
  70. },
  71. "scripts": {
  72. "bench": "node benchmark/index.js",
  73. "lint": "eslint .",
  74. "test": "mocha --reporter spec --bail --check-leaks test/",
  75. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  76. "test-cov": "nyc --reporter=html --reporter=text npm test",
  77. "version": "node scripts/version-history.js && git add HISTORY.md"
  78. },
  79. "version": "0.2.0"
  80. }