| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "topojson-server@3.x",
- "_id": "topojson-server@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-/VS9j/ffKr2XAOjlZ9CgyyeLmgJ9dMwq6Y0YEON8O7p/tGGk+dCWnrE03zEdu7i4L7YsFZLEPZPzCvcB7lEEXw==",
- "_location": "/topojson-server",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "topojson-server@3.x",
- "name": "topojson-server",
- "escapedName": "topojson-server",
- "rawSpec": "3.x",
- "saveSpec": null,
- "fetchSpec": "3.x"
- },
- "_requiredBy": [
- "/@turf/concave"
- ],
- "_resolved": "https://registry.npmjs.org/topojson-server/-/topojson-server-3.0.1.tgz",
- "_shasum": "d2b3ec095b6732299be76a48406111b3201a34f5",
- "_spec": "topojson-server@3.x",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\concave",
- "author": {
- "name": "Mike Bostock",
- "url": "https://bost.ocks.org/mike"
- },
- "bin": {
- "geo2topo": "bin/geo2topo"
- },
- "bugs": {
- "url": "https://github.com/topojson/topojson-server/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "commander": "2"
- },
- "deprecated": false,
- "description": "Convert GeoJSON to TopoJSON for smaller files and the power of topology!",
- "devDependencies": {
- "eslint": "6",
- "rollup": "1",
- "rollup-plugin-terser": "5",
- "tape": "4",
- "topojson-client": "3"
- },
- "files": [
- "bin/geo*",
- "dist/**/*.js",
- "src/**/*.js"
- ],
- "homepage": "https://github.com/topojson/topojson-server",
- "jsdelivr": "dist/topojson-server.min.js",
- "keywords": [
- "topojson",
- "geojson"
- ],
- "license": "ISC",
- "main": "dist/topojson-server.js",
- "module": "src/index.js",
- "name": "topojson-server",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/topojson/topojson-server.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-server.min.js",
- "version": "3.0.1"
- }
|