Initial commit
This commit is contained in:
26
node_modules/d3-collection/package.json
generated
vendored
Normal file
26
node_modules/d3-collection/package.json
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "d3-collection",
|
||||
"version": "1.0.7",
|
||||
"description": "Handy data structures for elements keyed by string.",
|
||||
"homepage": "https://d3js.org/d3-collection/",
|
||||
"license": "BSD-3-Clause",
|
||||
"author": {
|
||||
"name": "Mike Bostock",
|
||||
"url": "http://bost.ocks.org/mike"
|
||||
},
|
||||
"main": "dist/d3-collection.js",
|
||||
"unpkg": "dist/d3-collection.min.js",
|
||||
"jsdelivr": "dist/d3-collection.min.js",
|
||||
"module": "src/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/d3/d3-collection.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"d3-array": "1",
|
||||
"eslint": "5",
|
||||
"rollup": "0.64",
|
||||
"rollup-plugin-terser": "1",
|
||||
"tape": "4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user