orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
39 lines (38 loc) • 983 B
JSON
{
"name": "proxy-addr",
"description": "Determine address of proxied request",
"version": "1.1.2",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"keywords": [
"ip",
"proxy",
"x-forwarded-for"
],
"repository": "jshttp/proxy-addr",
"dependencies": {
"forwarded": "~0.1.0",
"ipaddr.js": "1.1.1"
},
"devDependencies": {
"benchmark": "2.1.0",
"beautify-benchmark": "0.2.4",
"istanbul": "0.4.3",
"mocha": "~1.21.5"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"engines": {
"node": ">= 0.6"
},
"scripts": {
"bench": "node benchmark/index.js",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
}
}