Your IP : 216.73.216.17


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

{
  "name": "trough",
  "version": "1.0.1",
  "description": "Middleware: a channel used to convey a liquid",
  "license": "MIT",
  "keywords": [
    "middleware",
    "ware"
  ],
  "repository": "https://github.com/wooorm/trough",
  "bugs": "https://github.com/wooorm/trough/issues",
  "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
  ],
  "files": [
    "index.js"
  ],
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "build-md": "remark . -qfo",
    "build-bundle": "browserify index.js -s trough > trough.js",
    "build-mangle": "esmangle trough.js > trough.min.js",
    "build": "npm run build-md && npm run build-bundle && npm run build-mangle",
    "lint": "xo",
    "test-api": "node test",
    "test-coverage": "nyc --reporter lcov tape test.js",
    "test": "npm run build && npm run lint && npm run test-coverage"
  },
  "nyc": {
    "check-coverage": true,
    "lines": 100,
    "functions": 100,
    "branches": 100
  },
  "xo": {
    "space": true,
    "esnext": false,
    "rules": {
      "guard-for-in": "off",
      "unicorn/prefer-type-error": "off"
    },
    "ignores": [
      "trough.js"
    ]
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  },
  "cleaned": true
}