Your IP : 216.73.216.17


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

{
  "name": "lowlight",
  "version": "1.9.1",
  "description": "Virtual syntax highlighting for virtual DOMs and non-HTML things",
  "license": "MIT",
  "keywords": [
    "syntax",
    "code",
    "ast",
    "virtual",
    "dom",
    "highlight",
    "highlighting"
  ],
  "repository": "wooorm/lowlight",
  "bugs": "https://github.com/wooorm/lowlight/issues",
  "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
    "Ezra Lalonde <ezra@usefuliftrue.com>",
    "Shu Uesugi <shu@chibicode.com>"
  ],
  "files": [
    "index.js",
    "lib/core.js"
  ],
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "build-registry": "node script/build-registry",
    "build-md": "remark . -qfo",
    "build-bundle": "browserify index.js --bare -s lowlight > lowlight.js",
    "build-mangle": "esmangle lowlight.js > lowlight.min.js",
    "build": "npm run build-registry && 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/index.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": {
      "unicorn/prefer-type-error": "off",
      "no-multi-assign": "off",
      "max-lines": "off",
      "max-params": "off"
    },
    "ignores": [
      "lowlight.js"
    ]
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  },
  "cleaned": true
}