You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.5 KiB
74 lines
2.5 KiB
5 years ago
|
{
|
||
|
"_from": "d3-collection@1.0.4",
|
||
|
"_id": "d3-collection@1.0.4",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-NC39EoN8kJdPM/HMCnha6lcNzcI=",
|
||
|
"_location": "/d3-collection",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "d3-collection@1.0.4",
|
||
|
"name": "d3-collection",
|
||
|
"escapedName": "d3-collection",
|
||
|
"rawSpec": "1.0.4",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.0.4"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/d3",
|
||
|
"/d3-force",
|
||
|
"/d3-request",
|
||
|
"/d3-scale"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.4.tgz",
|
||
|
"_shasum": "342dfd12837c90974f33f1cc0a785aea570dcdc2",
|
||
|
"_spec": "d3-collection@1.0.4",
|
||
|
"_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3",
|
||
|
"author": {
|
||
|
"name": "Mike Bostock",
|
||
|
"url": "http://bost.ocks.org/mike"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/d3/d3-collection/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Handy data structures for elements keyed by string.",
|
||
|
"devDependencies": {
|
||
|
"d3-array": "1",
|
||
|
"eslint": "4",
|
||
|
"package-preamble": "0.1",
|
||
|
"rollup": "0.43",
|
||
|
"tape": "4",
|
||
|
"uglify-js": "3"
|
||
|
},
|
||
|
"homepage": "https://d3js.org/d3-collection/",
|
||
|
"jsnext:main": "index",
|
||
|
"keywords": [
|
||
|
"d3",
|
||
|
"d3-module",
|
||
|
"nest",
|
||
|
"data",
|
||
|
"map",
|
||
|
"set",
|
||
|
"object",
|
||
|
"collection"
|
||
|
],
|
||
|
"license": "BSD-3-Clause",
|
||
|
"main": "build/d3-collection.js",
|
||
|
"module": "index",
|
||
|
"name": "d3-collection",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/d3/d3-collection.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-collection/build/d3-collection.js d3-collection.v1.js && cp ../d3-collection/build/d3-collection.min.js d3-collection.v1.min.js && git add d3-collection.v1.js d3-collection.v1.min.js && git commit -m \"d3-collection ${npm_package_version}\" && git push && cd - && zip -j build/d3-collection.zip -- LICENSE README.md build/d3-collection.js build/d3-collection.min.js",
|
||
|
"prepublish": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-collection.js -c -m -o build/d3-collection.min.js",
|
||
|
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-collection.js -- index.js",
|
||
|
"test": "tape 'test/**/*-test.js' && eslint index.js src"
|
||
|
},
|
||
|
"version": "1.0.4"
|
||
|
}
|