doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
109 lines (108 loc) • 3.27 kB
JSON
{
"_args": [
[
{
"raw": "d3-drag@1.2.1",
"scope": null,
"escapedName": "d3-drag",
"name": "d3-drag",
"rawSpec": "1.2.1",
"spec": "1.2.1",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-drag@1.2.1",
"_id": "d3-drag@1.2.1",
"_inCache": true,
"_location": "/d3-drag",
"_nodeVersion": "8.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/d3-drag-1.2.1.tgz_1507050299271_0.46886228770017624"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "d3-drag@1.2.1",
"scope": null,
"escapedName": "d3-drag",
"name": "d3-drag",
"rawSpec": "1.2.1",
"spec": "1.2.1",
"type": "version"
},
"_requiredBy": [
"/d3",
"/d3-brush",
"/d3-zoom"
],
"_resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.1.tgz",
"_shasum": "df8dd4c502fb490fc7462046a8ad98a5c479282d",
"_shrinkwrap": null,
"_spec": "d3-drag@1.2.1",
"_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-drag/issues"
},
"dependencies": {
"d3-dispatch": "1",
"d3-selection": "1"
},
"description": "Drag and drop SVG, HTML or Canvas using mouse or touch input.",
"devDependencies": {
"eslint": "4",
"package-preamble": "0.1",
"rollup": "0.50",
"tape": "4",
"uglify-js": "3"
},
"directories": {},
"dist": {
"integrity": "sha512-Cg8/K2rTtzxzrb0fmnYOUeZHvwa4PHzwXOLZZPwtEs2SKLLKLXeYwZKBB+DlOxUvFmarOnmt//cU4+3US2lyyQ==",
"shasum": "df8dd4c502fb490fc7462046a8ad98a5c479282d",
"tarball": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.1.tgz"
},
"gitHead": "d5e9a1d5f125715733b7fb54951bf640c5988e59",
"homepage": "https://d3js.org/d3-drag/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"drag",
"behavior",
"interaction"
],
"license": "BSD-3-Clause",
"main": "build/d3-drag.js",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-drag",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-drag.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-drag/build/d3-drag.js d3-drag.v1.js && cp ../d3-drag/build/d3-drag.min.js d3-drag.v1.min.js && git add d3-drag.v1.js d3-drag.v1.min.js && git commit -m \"d3-drag ${npm_package_version}\" && git push && cd - && zip -j build/d3-drag.zip -- LICENSE README.md build/d3-drag.js build/d3-drag.min.js",
"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-drag.js -c -m -o build/d3-drag.min.js",
"pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "1.2.1"
}