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

60 lines
1.7 KiB
JSON

{
"_from": "vega-typings@~0.18.0",
"_id": "vega-typings@0.18.0",
"_inBundle": false,
"_integrity": "sha512-uMSS7EEP8Q2gg4dN7D2xhi4S+dp/IQGTQp3VgieJx8ki8mrm0N43pdUC14nNYTtiUDxDdmup5nyj6JHuboKUmg==",
"_location": "/vega-typings",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega-typings@~0.18.0",
"name": "vega-typings",
"escapedName": "vega-typings",
"rawSpec": "~0.18.0",
"saveSpec": null,
"fetchSpec": "~0.18.0"
},
"_requiredBy": [
"/vega"
],
"_resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.18.0.tgz",
"_shasum": "c8f66406cae8418eafed6fbc4c7c63f88eee670d",
"_spec": "vega-typings@~0.18.0",
"_where": "/home/prabhatdev/Documents/opensource/gitHubStats/waka-readme-stats/node_modules/vega",
"author": {
"name": "Dominik Moritz",
"email": "domoritz@gmail.com"
},
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"bundleDependencies": false,
"dependencies": {
"vega-util": "^1.14.0"
},
"deprecated": false,
"description": "Typings for Vega.",
"gitHead": "62565bbe084a422c4a0cbc6e19c6f7c45a3e5137",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"typescript",
"typings"
],
"license": "BSD-3-Clause",
"name": "vega-typings",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build-tests": "./build-tests.sh",
"format": "prettier $([ \"$CI\" = true ] && echo --check || echo --write) './**/*.{ts,tsx,js,json,css}'",
"pretest": "yarn build-tests",
"test": "yarn format && dtslint ."
},
"types": "types",
"version": "0.18.0"
}