doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
108 lines (107 loc) • 3.34 kB
JSON
{
"_args": [
[
{
"raw": "d3-brush@1.0.4",
"scope": null,
"escapedName": "d3-brush",
"name": "d3-brush",
"rawSpec": "1.0.4",
"spec": "1.0.4",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-brush@1.0.4",
"_id": "d3-brush@1.0.4",
"_inCache": true,
"_location": "/d3-brush",
"_nodeVersion": "7.3.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/d3-brush-1.0.4.tgz_1489169705167_0.8677684487774968"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "d3-brush@1.0.4",
"scope": null,
"escapedName": "d3-brush",
"name": "d3-brush",
"rawSpec": "1.0.4",
"spec": "1.0.4",
"type": "version"
},
"_requiredBy": [
"/d3"
],
"_resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.0.4.tgz",
"_shasum": "00c2f238019f24f6c0a194a26d41a1530ffe7bc4",
"_shrinkwrap": null,
"_spec": "d3-brush@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-brush/issues"
},
"dependencies": {
"d3-dispatch": "1",
"d3-drag": "1",
"d3-interpolate": "1",
"d3-selection": "1",
"d3-transition": "1"
},
"description": "Select a one- or two-dimensional region using the mouse or touch.",
"devDependencies": {
"eslint": "3",
"package-preamble": "0.0",
"rollup": "0.41",
"tape": "4",
"uglify-js": "^2.8.11"
},
"directories": {},
"dist": {
"shasum": "00c2f238019f24f6c0a194a26d41a1530ffe7bc4",
"tarball": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.0.4.tgz"
},
"gitHead": "0544e1352d59c24230bb95bd6ba151823c0dde8e",
"homepage": "https://d3js.org/d3-brush/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"brush",
"interaction"
],
"license": "BSD-3-Clause",
"main": "build/d3-brush.js",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-brush",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-brush.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-brush/build/d3-brush.js d3-brush.v1.js && cp ../d3-brush/build/d3-brush.min.js d3-brush.v1.min.js && git add d3-brush.v1.js d3-brush.v1.min.js && git commit -m \"d3-brush ${npm_package_version}\" && git push && cd - && zip -j build/d3-brush.zip -- LICENSE README.md build/d3-brush.js build/d3-brush.min.js",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-brush.js -c -m -o build/d3-brush.min.js",
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-dispatch:d3,d3-drag:d3,d3-interpolate:d3,d3-selection:d3,d3-transition:d3 -f umd -n d3 -o build/d3-brush.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "1.0.4"
}