package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "proxy-addr@~2.0.3",
  5. "/home/seleznev/project Angular/Quality system/node_modules/express"
  6. ]
  7. ],
  8. "_from": "proxy-addr@>=2.0.3 <2.1.0",
  9. "_id": "proxy-addr@2.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/proxy-addr",
  13. "_nodeVersion": "6.13.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/proxy-addr_2.0.3_1519101976942_0.28350766039209363"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "proxy-addr",
  26. "raw": "proxy-addr@~2.0.3",
  27. "rawSpec": "~2.0.3",
  28. "scope": null,
  29. "spec": ">=2.0.3 <2.1.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/express"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.3.tgz",
  36. "_shasum": "355f262505a621646b3130a728eb647e22055341",
  37. "_shrinkwrap": null,
  38. "_spec": "proxy-addr@~2.0.3",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/express",
  40. "author": {
  41. "email": "doug@somethingdoug.com",
  42. "name": "Douglas Christopher Wilson"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jshttp/proxy-addr/issues"
  46. },
  47. "dependencies": {
  48. "forwarded": "~0.1.2",
  49. "ipaddr.js": "1.6.0"
  50. },
  51. "description": "Determine address of proxied request",
  52. "devDependencies": {
  53. "beautify-benchmark": "0.2.4",
  54. "benchmark": "2.1.4",
  55. "eslint": "4.18.0",
  56. "eslint-config-standard": "11.0.0",
  57. "eslint-plugin-import": "2.8.0",
  58. "eslint-plugin-markdown": "1.0.0-beta.6",
  59. "eslint-plugin-node": "6.0.0",
  60. "eslint-plugin-promise": "3.6.0",
  61. "eslint-plugin-standard": "3.0.1",
  62. "mocha": "3.5.3",
  63. "nyc": "10.3.2"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "fileCount": 5,
  68. "integrity": "sha512-jQTChiCJteusULxjBp8+jftSQE5Obdl3k4cnmLA6WXtK6XFuWRnvVL7aCiBqaLPM8c4ph0S4tKna8XvmIwEnXQ==",
  69. "shasum": "355f262505a621646b3130a728eb647e22055341",
  70. "tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.3.tgz",
  71. "unpackedSize": 15421
  72. },
  73. "engines": {
  74. "node": ">= 0.10"
  75. },
  76. "files": [
  77. "HISTORY.md",
  78. "LICENSE",
  79. "README.md",
  80. "index.js"
  81. ],
  82. "gitHead": "d841ab7a2150963793ad2dc121df014f426f2964",
  83. "homepage": "https://github.com/jshttp/proxy-addr#readme",
  84. "keywords": [
  85. "ip",
  86. "proxy",
  87. "x-forwarded-for"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "dougwilson",
  93. "email": "doug@somethingdoug.com"
  94. }
  95. ],
  96. "name": "proxy-addr",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jshttp/proxy-addr.git"
  102. },
  103. "scripts": {
  104. "bench": "node benchmark/index.js",
  105. "lint": "eslint --plugin markdown --ext js,md .",
  106. "test": "mocha --reporter spec --bail --check-leaks test/",
  107. "test-cov": "nyc --reporter=text npm test",
  108. "test-travis": "nyc --reporter=html --reporter=text npm test"
  109. },
  110. "version": "2.0.3"
  111. }