25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"name": "d3-array",
|
|
"version": "1.2.4",
|
|
"description": "Array manipulation, ordering, searching, summarizing, etc.",
|
|
"homepage": "https://d3js.org/d3-array/",
|
|
"license": "BSD-3-Clause",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "http://bost.ocks.org/mike"
|
|
},
|
|
"main": "dist/d3-array.js",
|
|
"unpkg": "dist/d3-array.min.js",
|
|
"module": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/d3/d3-array.git"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "5",
|
|
"rollup": "0.64",
|
|
"rollup-plugin-terser": "1",
|
|
"seedrandom": "2",
|
|
"tape": "4"
|
|
}
|
|
} |