| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "topojson-client@3.x",
- "_id": "topojson-client@3.1.0",
- "_inBundle": false,
- "_integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
- "_location": "/topojson-client",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "topojson-client@3.x",
- "name": "topojson-client",
- "escapedName": "topojson-client",
- "rawSpec": "3.x",
- "saveSpec": null,
- "fetchSpec": "3.x"
- },
- "_requiredBy": [
- "/@turf/concave"
- ],
- "_resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-3.1.0.tgz",
- "_shasum": "22e8b1ed08a2b922feeb4af6f53b6ef09a467b99",
- "_spec": "topojson-client@3.x",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\concave",
- "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": "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"
- }
|