| Current Path : /etc/kibana/node_modules/vega-schema-url-parser/ |
| Current File : //etc/kibana/node_modules/vega-schema-url-parser/package.json |
{
"name": "vega-schema-url-parser",
"version": "1.0.0",
"description": "A parser to get the library and version from Vega and Vega-Lite schema URLs.",
"main": "index.js",
"repository": "git@github.com:vega/schema.git",
"author": "Dominik Moritz <domoritz@gmail.com>",
"license": "BSD-3-Clause",
"keywords": [
"vega",
"vega-lite",
"schema"
],
"scripts": {
"prepublish": "npm run build",
"build": "tsc -p .",
"test": "npm run build && tape tests.js"
},
"devDependencies": {},
"cleaned": true
}