Your IP : 216.73.216.17


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

{
  "name": "content",
  "description": "HTTP Content-* headers parsing",
  "version": "4.0.5",
  "repository": "git://github.com/hapijs/content",
  "main": "lib/index.js",
  "keywords": [
    "HTTP",
    "header",
    "content",
    "content-type",
    "content-disposition"
  ],
  "engines": {
    "node": ">=8.9.0"
  },
  "dependencies": {
    "boom": "7.x.x"
  },
  "devDependencies": {
    "code": "5.x.x",
    "lab": "15.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-tap": "lab -a code -r tap -o tests.tap",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"
}