dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/@d3fc/d3fc-data-join/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

71 lines
1.9 KiB
JSON

{
"_args": [
[
"@d3fc/d3fc-data-join@5.0.11",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "@d3fc/d3fc-data-join@5.0.11",
"_id": "@d3fc/d3fc-data-join@5.0.11",
"_inBundle": false,
"_integrity": "sha512-rAZX1aP2a5MiU4acNqOzt4hiYK8rXyRRUojFg1Xis0oWh2ggo/QCK44Pu2xiSRcDlOO/hP8o/X9jFI9JTGn8gg==",
"_location": "/@d3fc/d3fc-data-join",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@d3fc/d3fc-data-join@5.0.11",
"name": "@d3fc/d3fc-data-join",
"escapedName": "@d3fc%2fd3fc-data-join",
"scope": "@d3fc",
"rawSpec": "5.0.11",
"saveSpec": null,
"fetchSpec": "5.0.11"
},
"_requiredBy": [
"/@d3fc/d3fc-annotation",
"/@d3fc/d3fc-axis",
"/@d3fc/d3fc-brush",
"/@d3fc/d3fc-chart",
"/@d3fc/d3fc-label-layout",
"/@d3fc/d3fc-series",
"/d3fc"
],
"_resolved": "https://registry.npmjs.org/@d3fc/d3fc-data-join/-/d3fc-data-join-5.0.11.tgz",
"_spec": "5.0.11",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"bugs": {
"url": "https://github.com/d3fc/d3fc/issues"
},
"dependencies": {
"d3-selection": "^1.0.0"
},
"description": "A component that simplifies the D3 data join and supports the d3fc decorate pattern",
"devDependencies": {
"d3-transition": "^1.0.0"
},
"gitHead": "de82a1a109ddce4b5721fc4e0d2039ddd497817d",
"homepage": "https://github.com/d3fc/d3fc",
"keywords": [
"d3",
"d3fc",
"datajoin"
],
"license": "MIT",
"main": "build/d3fc-data-join.js",
"module": "index",
"name": "@d3fc/d3fc-data-join",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d3fc/d3fc.git"
},
"scripts": {
"bundle": "npx rollup -c ../../scripts/rollup.config.js",
"test": "npx jasmine --config=../../scripts/jasmine.json"
},
"version": "5.0.11"
}