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

73 lines
2.1 KiB
JSON

{
"_args": [
[
"@d3fc/d3fc-sample@4.0.11",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "@d3fc/d3fc-sample@4.0.11",
"_id": "@d3fc/d3fc-sample@4.0.11",
"_inBundle": false,
"_integrity": "sha512-dmT9JMkMBXlqhJBPJmJsSBU6iR0Qwrhy4Z6mv/6/uksXXqC1GVdI4BrP57HFpf5SeEd6vMPszu10uwtV1bJugA==",
"_location": "/@d3fc/d3fc-sample",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@d3fc/d3fc-sample@4.0.11",
"name": "@d3fc/d3fc-sample",
"escapedName": "@d3fc%2fd3fc-sample",
"scope": "@d3fc",
"rawSpec": "4.0.11",
"saveSpec": null,
"fetchSpec": "4.0.11"
},
"_requiredBy": [
"/d3fc"
],
"_resolved": "https://registry.npmjs.org/@d3fc/d3fc-sample/-/d3fc-sample-4.0.11.tgz",
"_spec": "4.0.11",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"bugs": {
"url": "https://github.com/d3fc/d3fc/issues"
},
"dependencies": {
"@d3fc/d3fc-rebind": "^5.0.10",
"d3-array": "^1.0.0"
},
"description": "A data subsampler that chooses representative data points using a largest triangle or mode-median approach.",
"devDependencies": {
"browserify": "^13.0.1",
"d3": "^4.1.1",
"topojson": "^2.0.0",
"watch-cli": "^0.2.1"
},
"gitHead": "de82a1a109ddce4b5721fc4e0d2039ddd497817d",
"homepage": "https://github.com/d3fc/d3fc",
"keywords": [
"d3",
"d3fc",
"sample",
"sampler"
],
"license": "MIT",
"main": "build/d3fc-sample.js",
"module": "index",
"name": "@d3fc/d3fc-sample",
"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 '{site,src,test}/**/*.js' -c 'npm run site'",
"site": "npm run test && mkdirp site/lib && browserify site/demo.js -o site/lib/bundle.js",
"test": "npx jasmine --config=../../scripts/jasmine.json"
},
"version": "4.0.11"
}