Files
wakapi-readme-stats/node_modules/vega-selections/package.json
2020-07-28 00:48:25 +05:30

66 lines
2.1 KiB
JSON

{
"_from": "vega-selections@^5.1.1",
"_id": "vega-selections@5.1.1",
"_inBundle": false,
"_integrity": "sha512-ztZUMfDicuIGJHZimSdVvMGzMvaa37ICzUHHvwxS51OhYv096dzKgoSypjx+tsmR7wnhY7ZL+iQgpT1/O29jlA==",
"_location": "/vega-selections",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega-selections@^5.1.1",
"name": "vega-selections",
"escapedName": "vega-selections",
"rawSpec": "^5.1.1",
"saveSpec": null,
"fetchSpec": "^5.1.1"
},
"_requiredBy": [
"/vega-functions"
],
"_resolved": "https://registry.npmjs.org/vega-selections/-/vega-selections-5.1.1.tgz",
"_shasum": "5ea3931bbf7bc13f2ab7c5c5ebf39aed98e4c114",
"_spec": "vega-selections@^5.1.1",
"_where": "/home/prabhatdev/Documents/opensource/gitHubStats/waka-readme-stats/node_modules/vega-functions",
"author": {
"name": "Arvind Satyanarayan",
"url": "http://arvindsatya.com"
},
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"bundleDependencies": false,
"dependencies": {
"vega-expression": "^2.6.4",
"vega-util": "^1.13.2"
},
"deprecated": false,
"description": "Vega expression functions for Vega-Lite selections.",
"gitHead": "35e31c5c6b54db9dc3a577b5adad8d15ec274d32",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"expression",
"selections"
],
"license": "BSD-3-Clause",
"main": "build/vega-selections.js",
"module": "index",
"name": "vega-selections",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-selections.js -c -m -o build/vega-selections.min.js",
"postpublish": "git push && git push --tags",
"prebuild": "rimraf build && mkdir build",
"prepublishOnly": "yarn test && yarn build",
"pretest": "yarn prebuild && yarn rollup",
"rollup": "rollup -g vega-expression:vega,vega-util:vega -f umd -n vega -o build/vega-selections.js -- index.js",
"test": "tape 'test/**/*-test.js'"
},
"version": "5.1.1"
}