26 lines
677 B
JSON
26 lines
677 B
JSON
{
|
|
"name": "d3-selection",
|
|
"version": "1.3.2",
|
|
"description": "Data-driven DOM manipulation: select elements and join them to data.",
|
|
"homepage": "https://d3js.org/d3-selection/",
|
|
"license": "BSD-3-Clause",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "https://bost.ocks.org/mike"
|
|
},
|
|
"main": "dist/d3-selection.js",
|
|
"unpkg": "dist/d3-selection.min.js",
|
|
"jsdelivr": "dist/d3-selection.min.js",
|
|
"module": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/d3/d3-selection.git"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "5",
|
|
"jsdom": "12",
|
|
"rollup": "0.64",
|
|
"rollup-plugin-terser": "1",
|
|
"tape": "4"
|
|
}
|
|
} |