{ "_from": "topojson-client@^2.1.0", "_id": "topojson-client@2.1.0", "_inBundle": false, "_integrity": "sha1-/59784mRGF4LQoTCsGroNPDqxsg=", "_location": "/topojson-client", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "topojson-client@^2.1.0", "name": "topojson-client", "escapedName": "topojson-client", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "/plotly.js" ], "_resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-2.1.0.tgz", "_shasum": "ff9f7bf38991185e0b4284c2b06ae834f0eac6c8", "_spec": "topojson-client@^2.1.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike" }, "bin": { "topo2geo": "bin/topo2geo", "topomerge": "bin/topomerge", "topoquantize": "bin/topoquantize" }, "bugs": { "url": "https://github.com/topojson/topojson-client/issues" }, "bundleDependencies": false, "dependencies": { "commander": "2" }, "deprecated": false, "description": "Manipulate TopoJSON and convert it to GeoJSON.", "devDependencies": { "eslint": "3", "package-preamble": "0.0", "rollup": "0.36", "tape": "4", "uglify-js": "2" }, "homepage": "https://github.com/topojson/topojson-client", "keywords": [ "topojson", "topology", "geojson" ], "license": "BSD-3-Clause", "main": "dist/topojson-client.js", "module": "index", "name": "topojson-client", "repository": { "type": "git", "url": "git+https://github.com/topojson/topojson-client.git" }, "scripts": { "postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp -v README.md LICENSE.md dist/topojson-client.js dist/topojson-client.min.js ../topojson-bower && cd ../topojson-bower && mv topojson-client.js topojson.js && mv topojson-client.min.js topojson.min.js && git add README.md LICENSE.md topojson.js topojson.min.js && git commit -m \"Release $VERSION.\" && git tag -am \"Release $VERSION.\" v${VERSION} && git push && git push --tags && cd - && cp dist/topojson-client.js ../d3.github.com/topojson.v2.js && cp dist/topojson-client.min.js ../d3.github.com/topojson.v2.min.js && cd ../d3.github.com && git add topojson.v2.js topojson.v2.min.js && git commit -m \"topojson ${VERSION}\" && git push && cd - && zip -j dist/topojson-client.zip -- LICENSE.md README.md dist/topojson-client.js dist/topojson-client.min.js", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" -cm -o dist/topojson-client.min.js -- dist/topojson-client.js", "pretest": "rm -rf dist && mkdir dist && rollup --banner \"$(preamble)\" -f umd -n topojson -o dist/topojson-client.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "2.1.0" }