{ "_args": [ [ "d3-hexjson@1.1.1", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "d3-hexjson@1.1.1", "_id": "d3-hexjson@1.1.1", "_inBundle": false, "_integrity": "sha1-oeJk/5A7sJuPj0vFnHJEepH0YP4=", "_location": "/d3-hexjson", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-hexjson@1.1.1", "name": "d3-hexjson", "escapedName": "d3-hexjson", "rawSpec": "1.1.1", "saveSpec": null, "fetchSpec": "1.1.1" }, "_requiredBy": [ "/@antv/data-set" ], "_resolved": "https://registry.npm.taobao.org/d3-hexjson/download/d3-hexjson-1.1.1.tgz?cache=0&sync_timestamp=1605174916023&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fd3-hexjson%2Fdownload%2Fd3-hexjson-1.1.1.tgz", "_spec": "1.1.1", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "bugs": { "url": "https://github.com/olihawkins/d3-hexjson/issues" }, "dependencies": { "d3-array": "1" }, "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" }