{ "_args": [ [ "d3-hexbin@0.2.2", "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp" ] ], "_from": "d3-hexbin@0.2.2", "_id": "d3-hexbin@0.2.2", "_inBundle": false, "_integrity": "sha1-nFg32s/UcasFM3qeke8Qv8T5iDE=", "_location": "/d3-hexbin", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-hexbin@0.2.2", "name": "d3-hexbin", "escapedName": "d3-hexbin", "rawSpec": "0.2.2", "saveSpec": null, "fetchSpec": "0.2.2" }, "_requiredBy": [ "/react-vis" ], "_resolved": "https://registry.npmjs.org/d3-hexbin/-/d3-hexbin-0.2.2.tgz", "_spec": "0.2.2", "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-hexbin/issues" }, "description": "Group two-dimensional points into hexagonal bins.", "devDependencies": { "eslint": "3", "package-preamble": "0.0", "rollup": "0.41", "tape": "4", "uglify-js": "2" }, "homepage": "https://github.com/d3/d3-hexbin", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "hexbin", "hexagonal", "binning" ], "license": "BSD-3-Clause", "main": "build/d3-hexbin.js", "module": "index", "name": "d3-hexbin", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-hexbin.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-hexbin/build/d3-hexbin.js d3-hexbin.v0.2.js && cp ../d3-hexbin/build/d3-hexbin.min.js d3-hexbin.v0.2.min.js && git add d3-hexbin.v0.2.js d3-hexbin.v0.2.min.js && git commit -m \"d3-hexbin ${npm_package_version}\" && git push && cd - && zip -j build/d3-hexbin.zip -- LICENSE README.md build/d3-hexbin.js build/d3-hexbin.min.js", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-hexbin.js -c -m -o build/d3-hexbin.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-hexbin.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "0.2.2" }