doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
110 lines (109 loc) • 3.42 kB
JSON
{
"_args": [
[
{
"raw": "d3-collection@1.0.4",
"scope": null,
"escapedName": "d3-collection",
"name": "d3-collection",
"rawSpec": "1.0.4",
"spec": "1.0.4",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-collection@1.0.4",
"_id": "d3-collection@1.0.4",
"_inCache": true,
"_location": "/d3-collection",
"_nodeVersion": "7.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/d3-collection-1.0.4.tgz_1498061638063_0.37162580504082143"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "d3-collection@1.0.4",
"scope": null,
"escapedName": "d3-collection",
"name": "d3-collection",
"rawSpec": "1.0.4",
"spec": "1.0.4",
"type": "version"
},
"_requiredBy": [
"/d3",
"/d3-force",
"/d3-request",
"/d3-scale"
],
"_resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.4.tgz",
"_shasum": "342dfd12837c90974f33f1cc0a785aea570dcdc2",
"_shrinkwrap": null,
"_spec": "d3-collection@1.0.4",
"_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-collection/issues"
},
"dependencies": {},
"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"
},
"directories": {},
"dist": {
"shasum": "342dfd12837c90974f33f1cc0a785aea570dcdc2",
"tarball": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.4.tgz"
},
"gitHead": "1eff7233bac174045331d275e7e0cb793dfdaa0d",
"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",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-collection",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}