{
  "_args": [
    [
      "geojson-rewind@0.3.1",
      "/var/www/html"
    ]
  ],
  "_from": "geojson-rewind@0.3.1",
  "_id": "geojson-rewind@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-IiQHl8hHzC8MHTE+SqDJFa+n8p0=",
  "_location": "/geojson-rewind",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "geojson-rewind@0.3.1",
    "name": "geojson-rewind",
    "escapedName": "geojson-rewind",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/mapbox-gl"
  ],
  "_resolved": "https://registry.npmjs.org/geojson-rewind/-/geojson-rewind-0.3.1.tgz",
  "_spec": "0.3.1",
  "_where": "/var/www/html",
  "author": {
    "name": "Tom MacWright"
  },
  "bin": {
    "geojson-rewind": "geojson-rewind"
  },
  "bugs": {
    "url": "https://github.com/mapbox/geojson-rewind/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@mapbox/geojson-area": "0.2.2",
    "concat-stream": "~1.6.0",
    "minimist": "1.2.0",
    "sharkdown": "^0.1.0"
  },
  "description": "enforce winding order for geojson",
  "devDependencies": {
    "cz-conventional-changelog": "^2.0.0",
    "tape": "^4.8.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/mapbox/geojson-rewind",
  "keywords": [
    "geojson",
    "winding",
    "order",
    "rendering",
    "coordinates"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "geojson-rewind",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/geojson-rewind.git"
  },
  "scripts": {
    "test": "tape test/rewind.js"
  },
  "version": "0.3.1"
}
