Your IP : 216.73.216.17


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

{
  "name": "unherit",
  "version": "1.1.0",
  "description": "Clone a constructor without affecting the super-class",
  "license": "MIT",
  "keywords": [
    "clone",
    "super",
    "class",
    "constructor"
  ],
  "files": [
    "index.js"
  ],
  "dependencies": {},
  "repository": "https://github.com/wooorm/unherit",
  "bugs": "https://github.com/wooorm/unherit/issues",
  "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
  ],
  "devDependencies": {},
  "scripts": {
    "build-md": "remark . --quiet --frail",
    "build-bundle": "browserify index.js --bare -s unherit > unherit.js",
    "build-mangle": "esmangle unherit.js > unherit.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"
  },
  "xo": {
    "space": true,
    "rules": {
      "guard-for-in": "off"
    },
    "ignores": [
      "unherit.js"
    ]
  },
  "remarkConfig": {
    "output": true,
    "plugins": {
      "comment-config": null,
      "github": null,
      "lint": {
        "heading-increment": false
      },
      "validate-links": null
    },
    "settings": {
      "bullet": "*"
    }
  },
  "cleaned": true
}