{ "_args": [ [ "topojson-client@3.1.0", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "topojson-client@3.1.0", "_id": "topojson-client@3.1.0", "_inBundle": false, "_integrity": "sha1-Iuix7QiiuSL+60r29Ttu8JpGe5k=", "_location": "/topojson-client", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "topojson-client@3.1.0", "name": "topojson-client", "escapedName": "topojson-client", "rawSpec": "3.1.0", "saveSpec": null, "fetchSpec": "3.1.0" }, "_requiredBy": [ "/@antv/data-set" ], "_resolved": "https://registry.npm.taobao.org/topojson-client/download/topojson-client-3.1.0.tgz", "_spec": "3.1.0", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "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" }, "dependencies": { "commander": "2" }, "description": "Manipulate TopoJSON and convert it to GeoJSON.", "devDependencies": { "eslint": "6", "rollup": "1", "rollup-plugin-terser": "5", "tape": "4" }, "files": [ "bin/topo*", "dist/**/*.js", "src/**/*.js" ], "homepage": "https://github.com/topojson/topojson-client", "jsdelivr": "dist/topojson-client.min.js", "keywords": [ "topojson", "topology", "geojson" ], "license": "ISC", "main": "dist/topojson-client.js", "module": "src/index.js", "name": "topojson-client", "repository": { "type": "git", "url": "git+https://github.com/topojson/topojson-client.git" }, "scripts": { "postpublish": "git push && git push --tags && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js", "prepublishOnly": "rm -rf dist && yarn test", "pretest": "rollup -c", "test": "tape 'test/**/*-test.js' && eslint src test" }, "unpkg": "dist/topojson-client.min.js", "version": "3.1.0" }