polylabel 0.1.11

A Rust implementation of the Polylabel algorithm
Documentation
{
  "_args": [
    [
      {
        "raw": "geojson-flatten@^0.2.1",
        "scope": null,
        "escapedName": "geojson-flatten",
        "name": "geojson-flatten",
        "rawSpec": "^0.2.1",
        "spec": ">=0.2.1 <0.3.0",
        "type": "range"
      },
      "/Users/sth/dev/rust-polylabel/node_modules/geojson-polygon-labels"
    ]
  ],
  "_from": "geojson-flatten@>=0.2.1 <0.3.0",
  "_id": "geojson-flatten@0.2.1",
  "_inCache": true,
  "_location": "/geojson-flatten",
  "_nodeVersion": "4.5.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/geojson-flatten-0.2.1.tgz_1474149613111_0.8486762812826782"
  },
  "_npmUser": {
    "name": "tmcw",
    "email": "tom@macwright.org"
  },
  "_npmVersion": "2.15.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "geojson-flatten@^0.2.1",
    "scope": null,
    "escapedName": "geojson-flatten",
    "name": "geojson-flatten",
    "rawSpec": "^0.2.1",
    "spec": ">=0.2.1 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/geojson-polygon-labels"
  ],
  "_resolved": "https://registry.npmjs.org/geojson-flatten/-/geojson-flatten-0.2.1.tgz",
  "_shasum": "476fc6b041e94d016983ec95400f8777bd60c45c",
  "_shrinkwrap": null,
  "_spec": "geojson-flatten@^0.2.1",
  "_where": "/Users/sth/dev/rust-polylabel/node_modules/geojson-polygon-labels",
  "author": {
    "name": "Tom MacWright"
  },
  "bin": {
    "geojson-flatten": "./geojson-flatten"
  },
  "bugs": {
    "url": "https://github.com/mapbox/geojson-flatten/issues"
  },
  "dependencies": {
    "concat-stream": "~1.2.1",
    "minimist": "0.0.5"
  },
  "description": "transform geojson into single-parts",
  "devDependencies": {
    "browserify": "^12.0.1",
    "eslint": "~1.00.0",
    "eslint-config-unstyled": "^1.1.0",
    "tap": "^2.3.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "476fc6b041e94d016983ec95400f8777bd60c45c",
    "tarball": "https://registry.npmjs.org/geojson-flatten/-/geojson-flatten-0.2.1.tgz"
  },
  "files": [
    "index.js",
    "geojson-flatten"
  ],
  "gitHead": "442d94ff0be9636c8ab113bd3f3632879a613397",
  "homepage": "https://github.com/mapbox/geojson-flatten",
  "keywords": [
    "geojson",
    "maps",
    "flatten"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "maintainers": [
    {
      "name": "tmcw",
      "email": "tom@macwright.org"
    }
  ],
  "name": "geojson-flatten",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/geojson-flatten.git"
  },
  "scripts": {
    "make": "browserify -s geojsonFlatten index.js > geojson-flatten.js",
    "test": "eslint index.js && tap --coverage test/flatten.js"
  },
  "version": "0.2.1"
}