doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
109 lines (108 loc) • 3.49 kB
JSON
{
"_args": [
[
{
"raw": "d3-selection@1.2.0",
"scope": null,
"escapedName": "d3-selection",
"name": "d3-selection",
"rawSpec": "1.2.0",
"spec": "1.2.0",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-selection@1.2.0",
"_id": "d3-selection@1.2.0",
"_inCache": true,
"_location": "/d3-selection",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/d3-selection-1.2.0.tgz_1511300662869_0.9016733223106712"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "d3-selection@1.2.0",
"scope": null,
"escapedName": "d3-selection",
"name": "d3-selection",
"rawSpec": "1.2.0",
"spec": "1.2.0",
"type": "version"
},
"_requiredBy": [
"/d3",
"/d3-brush",
"/d3-drag",
"/d3-transition",
"/d3-zoom"
],
"_resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.2.0.tgz",
"_shasum": "1b8ec1c7cedadfb691f2ba20a4a3cfbeb71bbc88",
"_shrinkwrap": null,
"_spec": "d3-selection@1.2.0",
"_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "https://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-selection/issues"
},
"dependencies": {},
"description": "Data-driven DOM manipulation: select elements and join them to data.",
"devDependencies": {
"eslint": "3",
"jsdom": "11",
"package-preamble": "0.1",
"rollup": "0.41",
"tape": "4",
"uglify-js": "^2.8.11"
},
"directories": {},
"dist": {
"integrity": "sha512-xW2Pfcdzh1gOaoI+LGpPsLR2VpBQxuFoxvrvguK8ZmrJbPIVvfNG6pU6GNfK41D6Qz15sj61sbW/AFYuukwaLQ==",
"shasum": "1b8ec1c7cedadfb691f2ba20a4a3cfbeb71bbc88",
"tarball": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.2.0.tgz"
},
"gitHead": "dba77502ad4659d7e24fcac984cb93a01036d67c",
"homepage": "https://d3js.org/d3-selection/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"dom",
"selection",
"data-join"
],
"license": "BSD-3-Clause",
"main": "build/d3-selection.js",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-selection",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-selection.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-selection/build/d3-selection.js d3-selection.v1.js && cp ../d3-selection/build/d3-selection.min.js d3-selection.v1.min.js && git add d3-selection.v1.js d3-selection.v1.min.js && git commit -m \"d3-selection ${npm_package_version}\" && git push && cd - && zip -j build/d3-selection.zip -- LICENSE README.md build/d3-selection.js build/d3-selection.min.js",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-selection.js -c -m -o build/d3-selection.min.js",
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-selection.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "1.2.0"
}