Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/wreck/
Upload File :
Current File : //etc/kibana/node_modules/wreck/package.json

{
  "name": "wreck",
  "description": "HTTP Client Utilities",
  "version": "14.1.0",
  "repository": "git://github.com/hapijs/wreck",
  "main": "lib/index",
  "keywords": [
    "utilities",
    "http",
    "client"
  ],
  "engines": {
    "node": ">=8.9.0"
  },
  "dependencies": {
    "boom": "7.x.x",
    "hoek": "5.x.x"
  },
  "devDependencies": {
    "code": "5.x.x",
    "eslint-plugin-markdown": "1.0.0-beta.6",
    "lab": "15.x.x"
  },
  "scripts": {
    "lint-md": "eslint --config hapi --parser-options=ecmaVersion:8 --rule 'strict: 0, eol-last: 0' --plugin markdown --ext md .",
    "posttest": "npm run lint-md",
    "test": "lab -t 100 -L -a code",
    "test-cov-html": "lab -r html -o coverage.html -a code"
  },
  "license": "BSD-3-Clause"
}