package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "forwarded@0.1.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "forwarded@0.1.2",
  10. "_id": "forwarded@0.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=",
  13. "_location": "/forwarded",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "forwarded@0.1.2",
  19. "name": "forwarded",
  20. "escapedName": "forwarded",
  21. "rawSpec": "0.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.2"
  24. },
  25. "_requiredBy": [
  26. "/proxy-addr"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/forwarded/download/forwarded-0.1.2.tgz",
  29. "_spec": "0.1.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "eslint": "3.19.0",
  45. "eslint-config-standard": "10.2.1",
  46. "eslint-plugin-import": "2.7.0",
  47. "eslint-plugin-node": "5.1.1",
  48. "eslint-plugin-promise": "3.5.0",
  49. "eslint-plugin-standard": "3.0.1",
  50. "istanbul": "0.4.5",
  51. "mocha": "1.21.5"
  52. },
  53. "engines": {
  54. "node": ">= 0.6"
  55. },
  56. "files": [
  57. "LICENSE",
  58. "HISTORY.md",
  59. "README.md",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jshttp/forwarded#readme",
  63. "keywords": [
  64. "x-forwarded-for",
  65. "http",
  66. "req"
  67. ],
  68. "license": "MIT",
  69. "name": "forwarded",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jshttp/forwarded.git"
  73. },
  74. "scripts": {
  75. "bench": "node benchmark/index.js",
  76. "lint": "eslint .",
  77. "test": "mocha --reporter spec --bail --check-leaks test/",
  78. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  79. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  80. },
  81. "version": "0.1.2"
  82. }