Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/vega-lib/
Upload File :
Current File : //etc/kibana/node_modules/vega-lib/package.json

{
  "name": "vega-lib",
  "version": "4.3.0",
  "description": "Include Vega in projects using minimal dependencies.",
  "keywords": [
    "vega",
    "visualization",
    "interaction",
    "dataflow",
    "library",
    "data",
    "d3"
  ],
  "license": "BSD-3-Clause",
  "author": {
    "name": "UW Interactive Data Lab",
    "url": "http://idl.cs.washington.edu"
  },
  "contributors": [
    {
      "name": "Jeffrey Heer",
      "url": "http://idl.cs.washington.edu"
    },
    {
      "name": "Arvind Satyanarayan",
      "url": "http://arvindsatya.com"
    },
    {
      "name": "Ryan Russell",
      "url": "https://github.com/RussellSprouts"
    },
    {
      "name": "Emily Gu",
      "url": "https://github.com/emilygu"
    },
    {
      "name": "Dominik Moritz",
      "url": "https://www.domoritz.de"
    },
    {
      "name": "Yuri Astrakhan",
      "url": "https://github.com/nyurik"
    }
  ],
  "main": "build/vega.js",
  "module": "index",
  "jsnext:main": "index",
  "unpkg": "build/vega.min.js",
  "jsdelivr": "build/vega.min.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/vega/vega-lib.git"
  },
  "scripts": {
    "rollup": "bin/rollup && bin/schema > build/vega-schema.json",
    "prebuild": "rm -rf build && mkdir build",
    "build": "npm run rollup && bin/rollup -e",
    "postbuild": "uglifyjs build/vega.js -c -m -o build/vega.min.js && uglifyjs build/vega-core.js -c -m -o build/vega-core.min.js",
    "pretest": "npm run prebuild && npm run rollup",
    "test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js test",
    "prepublishOnly": "npm run test && npm run build",
    "postpublish": "git push && git push --tags"
  },
  "dependencies": {},
  "devDependencies": {},
  "browser": {
    "buffer": false,
    "fs": false
  },
  "cleaned": true
}