72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@d3fc/d3fc-discontinuous-scale@3.1.0",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "@d3fc/d3fc-discontinuous-scale@3.1.0",
|
|
"_id": "@d3fc/d3fc-discontinuous-scale@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-F2pZzElmSeUYR4hXqH8a85pc0KO62cMRHeQtfWXaGcIsHVr8YKK0kcojg/sfJWjg6UXRAZwqxjB6bM4azlBI/g==",
|
|
"_location": "/@d3fc/d3fc-discontinuous-scale",
|
|
"_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-discontinuous-scale@3.1.0",
|
|
"name": "@d3fc/d3fc-discontinuous-scale",
|
|
"escapedName": "@d3fc%2fd3fc-discontinuous-scale",
|
|
"scope": "@d3fc",
|
|
"rawSpec": "3.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/d3fc"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@d3fc/d3fc-discontinuous-scale/-/d3fc-discontinuous-scale-3.1.0.tgz",
|
|
"_spec": "3.1.0",
|
|
"_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-scale": "^1.0.0",
|
|
"d3-time": "^1.0.0"
|
|
},
|
|
"description": "A D3 scale that supports domains that are not continuous, allowing 'breaks' in the scale, for example skipping weekends for a date scale.",
|
|
"gitHead": "e5762c6a0878fb66ae972838c176ac90ce5cb25c",
|
|
"homepage": "https://github.com/d3fc/d3fc",
|
|
"keywords": [
|
|
"d3",
|
|
"d3fc",
|
|
"scale"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/d3fc-discontinuous-scale.js",
|
|
"module": "index",
|
|
"name": "@d3fc/d3fc-discontinuous-scale",
|
|
"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": "3.1.0"
|
|
}
|