81 lines
2.3 KiB
JSON
81 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@d3fc/d3fc-label-layout@6.0.11",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "@d3fc/d3fc-label-layout@6.0.11",
|
|
"_id": "@d3fc/d3fc-label-layout@6.0.11",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-rPWwcLjN73mDH8pgznWvzT6PJ/6L92VFItXnxjYGa04o7JxDtYWNCMSAr6q+P3HHbjwQ7G8e6oFdGgM1qc0/Tg==",
|
|
"_location": "/@d3fc/d3fc-label-layout",
|
|
"_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-label-layout@6.0.11",
|
|
"name": "@d3fc/d3fc-label-layout",
|
|
"escapedName": "@d3fc%2fd3fc-label-layout",
|
|
"scope": "@d3fc",
|
|
"rawSpec": "6.0.11",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.0.11"
|
|
},
|
|
"_requiredBy": [
|
|
"/d3fc"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@d3fc/d3fc-label-layout/-/d3fc-label-layout-6.0.11.tgz",
|
|
"_spec": "6.0.11",
|
|
"_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",
|
|
"d3-array": "^1.0.0",
|
|
"d3-scale": "^1.0.6",
|
|
"d3-selection": "^1.0.0"
|
|
},
|
|
"description": "A D3 layout that places labels avoiding overlaps using either a greedy or simulated annealing strategy",
|
|
"devDependencies": {
|
|
"d3": "^4.11.0"
|
|
},
|
|
"gitHead": "de82a1a109ddce4b5721fc4e0d2039ddd497817d",
|
|
"homepage": "https://github.com/d3fc/d3fc",
|
|
"keywords": [
|
|
"d3",
|
|
"d3fc",
|
|
"label",
|
|
"layout"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/d3fc-label-layout.js",
|
|
"module": "index",
|
|
"name": "@d3fc/d3fc-label-layout",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/d3fc/d3fc.git"
|
|
},
|
|
"scripts": {
|
|
"bundle": "npx rollup -c ../../scripts/rollup.config.js",
|
|
"deploy-site": "npm run site && bash ./site/deploy.sh",
|
|
"dev": "npm run site && watch -p '{src,test}/**/*.js' -c 'npm run site'",
|
|
"site": "npx rollup -c site/rollup.config.js",
|
|
"test": "npx jasmine --config=../../scripts/jasmine.json"
|
|
},
|
|
"version": "6.0.11"
|
|
}
|