package.json 2.1 KB

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