{ "_from": "d3-hexjson@^1.0.1", "_id": "d3-hexjson@1.1.1", "_inBundle": false, "_integrity": "sha512-WMF1juFJwAx6LzdEVKlsCGZz+7QUG7VMJDtg8uD3cfNwWOTgMiy6qBRRGU7LSY2KbmEObu3BV5ZQbq9l/BvUZQ==", "_location": "/d3-hexjson", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "d3-hexjson@^1.0.1", "name": "d3-hexjson", "escapedName": "d3-hexjson", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/@antv/data-set" ], "_resolved": "https://registry.npmmirror.com/d3-hexjson/-/d3-hexjson-1.1.1.tgz", "_shasum": "a1e264ff903bb09b8f8f4bc59c72447a91f460fe", "_spec": "d3-hexjson@^1.0.1", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\@antv\\data-set", "bugs": { "url": "https://github.com/olihawkins/d3-hexjson/issues" }, "bundleDependencies": false, "dependencies": { "d3-array": "1" }, "deprecated": false, "description": "Generate hexmaps from data that uses the Open Data Institute's HexJSON format.", "devDependencies": { "rollup": "0.27", "tape": "4", "uglify-js": "2" }, "homepage": "https://github.com/olihawkins/d3-hexjson", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "hexjson", "hexmap" ], "license": "BSD-3-Clause", "main": "build/d3-hexjson.js", "name": "d3-hexjson", "repository": { "type": "git", "url": "git+https://github.com/olihawkins/d3-hexjson.git" }, "scripts": { "postpublish": "zip -j build/d3-hexjson.zip -- LICENSE README.md build/d3-hexjson.js build/d3-hexjson.min.js", "prepare": "npm run test && uglifyjs build/d3-hexjson.js -c -m -o build/d3-hexjson.min.js", "pretest": "rm -rf build && mkdir build && rollup -f umd -g d3-array:d3 -n d3 -o build/d3-hexjson.js -- index.js", "test": "tape 'test/**/*-test.js'" }, "version": "1.1.1" }