doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
109 lines (108 loc) • 3.28 kB
JSON
{
"_args": [
[
{
"raw": "d3-geo@1.9.1",
"scope": null,
"escapedName": "d3-geo",
"name": "d3-geo",
"rawSpec": "1.9.1",
"spec": "1.9.1",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-geo@1.9.1",
"_id": "d3-geo@1.9.1",
"_inCache": true,
"_location": "/d3-geo",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/d3-geo-1.9.1.tgz_1512767710881_0.4093592599965632"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "d3-geo@1.9.1",
"scope": null,
"escapedName": "d3-geo",
"name": "d3-geo",
"rawSpec": "1.9.1",
"spec": "1.9.1",
"type": "version"
},
"_requiredBy": [
"/d3"
],
"_resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.9.1.tgz",
"_shasum": "157e3b0f917379d0f73bebfff3be537f49fa7356",
"_shrinkwrap": null,
"_spec": "d3-geo@1.9.1",
"_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "https://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-geo/issues"
},
"dependencies": {
"d3-array": "1"
},
"description": "Shapes and calculators for spherical coordinates.",
"devDependencies": {
"canvas": "1",
"d3-format": "1",
"eslint": "4",
"package-preamble": "0.1",
"rollup": "0.52",
"tape": "4",
"topojson-client": "3",
"uglify-js": "3"
},
"directories": {},
"dist": {
"integrity": "sha512-l9wL/cEQkyZQYXw3xbmLsH3eQ5ij+icNfo4r0GrLa5rOCZR/e/3am45IQ0FvQ5uMsv+77zBRunLc9ufTWSQYFA==",
"shasum": "157e3b0f917379d0f73bebfff3be537f49fa7356",
"tarball": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.9.1.tgz"
},
"gitHead": "453f9b24e2b5fa8e644ee2bfa3fb03b33e5fd3ab",
"homepage": "https://d3js.org/d3-geo/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"geo",
"maps",
"cartography"
],
"license": "BSD-3-Clause",
"main": "build/d3-geo.js",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-geo",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-geo.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-geo/build/d3-geo.js d3-geo.v1.js && cp ../d3-geo/build/d3-geo.min.js d3-geo.v1.min.js && git add d3-geo.v1.js d3-geo.v1.min.js && git commit -m \"d3-geo ${npm_package_version}\" && git push && cd - && zip -j build/d3-geo.zip -- LICENSE README.md build/d3-geo.js build/d3-geo.min.js",
"prepublishOnly": "npm run test && test/compare-images && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-geo.js -c -m -o build/d3-geo.min.js",
"pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
"test": "tape 'test/**/*-test.js' && mkdir -p test/output && eslint index.js src"
},
"version": "1.9.1"
}