项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

86 line
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "proxy-addr@2.0.4",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "proxy-addr@2.0.4",
  10. "_id": "proxy-addr@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA==",
  13. "_location": "/proxy-addr",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "proxy-addr@2.0.4",
  19. "name": "proxy-addr",
  20. "escapedName": "proxy-addr",
  21. "rawSpec": "2.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.4"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz",
  29. "_spec": "2.0.4",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jshttp/proxy-addr/issues"
  37. },
  38. "dependencies": {
  39. "forwarded": "~0.1.2",
  40. "ipaddr.js": "1.8.0"
  41. },
  42. "description": "Determine address of proxied request",
  43. "devDependencies": {
  44. "beautify-benchmark": "0.2.4",
  45. "benchmark": "2.1.4",
  46. "eslint": "4.19.1",
  47. "eslint-config-standard": "11.0.0",
  48. "eslint-plugin-import": "2.13.0",
  49. "eslint-plugin-markdown": "1.0.0-beta.6",
  50. "eslint-plugin-node": "6.0.1",
  51. "eslint-plugin-promise": "3.8.0",
  52. "eslint-plugin-standard": "3.1.0",
  53. "mocha": "3.5.3",
  54. "nyc": "10.3.2"
  55. },
  56. "engines": {
  57. "node": ">= 0.10"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "HISTORY.md",
  62. "README.md",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jshttp/proxy-addr#readme",
  66. "keywords": [
  67. "ip",
  68. "proxy",
  69. "x-forwarded-for"
  70. ],
  71. "license": "MIT",
  72. "name": "proxy-addr",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jshttp/proxy-addr.git"
  76. },
  77. "scripts": {
  78. "bench": "node benchmark/index.js",
  79. "lint": "eslint --plugin markdown --ext js,md .",
  80. "test": "mocha --reporter spec --bail --check-leaks test/",
  81. "test-cov": "nyc --reporter=text npm test",
  82. "test-travis": "nyc --reporter=html --reporter=text npm test"
  83. },
  84. "version": "2.0.4"
  85. }