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

84 lines
2.4 KiB
JSON

{
"_args": [
[
"@d3fc/d3fc-annotation@2.4.17",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "@d3fc/d3fc-annotation@2.4.17",
"_id": "@d3fc/d3fc-annotation@2.4.17",
"_inBundle": false,
"_integrity": "sha512-fISVI7mJ0tdv86TWYFFvzLjno5F1VJgQ0vBZyNu4/sa8W2nBSsdM7QHPZp/gkAlJEZfJ+1/65r5FCQCfDtY+NA==",
"_location": "/@d3fc/d3fc-annotation",
"_phantomChildren": {
"d3-array": "1.2.4",
"d3-collection": "1.0.7",
"d3-color": "1.4.0",
"d3-format": "1.4.3",
"d3-interpolate": "1.4.0",
"d3-time": "1.1.0",
"d3-time-format": "2.2.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@d3fc/d3fc-annotation@2.4.17",
"name": "@d3fc/d3fc-annotation",
"escapedName": "@d3fc%2fd3fc-annotation",
"scope": "@d3fc",
"rawSpec": "2.4.17",
"saveSpec": null,
"fetchSpec": "2.4.17"
},
"_requiredBy": [
"/d3fc"
],
"_resolved": "https://registry.npmjs.org/@d3fc/d3fc-annotation/-/d3fc-annotation-2.4.17.tgz",
"_spec": "2.4.17",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"bugs": {
"url": "https://github.com/d3fc/d3fc/issues"
},
"dependencies": {
"@d3fc/d3fc-data-join": "^5.0.11",
"@d3fc/d3fc-rebind": "^5.0.10",
"@d3fc/d3fc-series": "^4.3.1",
"@d3fc/d3fc-shape": "^5.0.19",
"d3-scale": "^1.0.1",
"d3-selection": "^1.0.2"
},
"description": "A collection of D3 components for rendering plot area annotations to SVG, including lines, crosshairs, gridlines and more",
"devDependencies": {
"babel-polyfill": "^6.16.0",
"canvas": "2.3.1",
"d3": "^4.3.0",
"webshot": "^0.18.0"
},
"gitHead": "8f10bf78754567d148bf09c67e45e3a7586c7948",
"homepage": "https://github.com/d3fc/d3fc",
"keywords": [
"d3",
"d3fc",
"annotation",
"crosshair"
],
"license": "MIT",
"main": "build/d3fc-annotation.js",
"module": "index",
"name": "@d3fc/d3fc-annotation",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d3fc/d3fc.git"
},
"scripts": {
"bundle": "npx rollup -c ../../scripts/rollup.config.js",
"screenshots": "node ../../scripts/screenshot.js",
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-annotation",
"test": " npx jasmine --config=../../scripts/jasmine.json"
},
"version": "2.4.17"
}