{
  "_args": [
    [
      "@mapbox/geojsonhint@2.0.1",
      "/app"
    ]
  ],
  "_from": "@mapbox/geojsonhint@2.0.1",
  "_id": "@mapbox/geojsonhint@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-MtrHMA8Es+uux0tbqYU9+0JTI1Q=",
  "_location": "/@mapbox/geojsonhint",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "isarray": "1.0.0",
    "process-nextick-args": "1.0.7",
    "typedarray": "0.0.6",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@mapbox/geojsonhint@2.0.1",
    "name": "@mapbox/geojsonhint",
    "escapedName": "@mapbox%2fgeojsonhint",
    "scope": "@mapbox",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/waterline/anchor"
  ],
  "_resolved": "https://registry.npmjs.org/@mapbox/geojsonhint/-/geojsonhint-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/app",
  "author": {
    "name": "Tom MacWright"
  },
  "bin": {
    "geojsonhint": "bin/geojsonhint"
  },
  "bugs": {
    "url": "https://github.com/mapbox/geojsonhint/issues"
  },
  "dependencies": {
    "concat-stream": "~1.5.1",
    "jsonlint-lines": "1.7.1",
    "minimist": "1.2.0",
    "vfile": "2.0.0",
    "vfile-reporter": "3.0.0"
  },
  "description": "validate and sanity-check geojson files",
  "devDependencies": {
    "benchmark": "^2.1.0",
    "browserify": "13.1.0",
    "eslint": "^3.0.1",
    "fuzzer": "~0.2.0",
    "glob": "~7.0.5",
    "tap": "7.0.0"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "geojsonhint.js",
    "bin",
    "lib"
  ],
  "homepage": "https://github.com/mapbox/geojsonhint#readme",
  "keywords": [
    "geojson",
    "hint"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@mapbox/geojsonhint",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/geojsonhint.git"
  },
  "scripts": {
    "prepublish": "browserify . --standalone geojsonhint > geojsonhint.js",
    "test": "eslint . && tap test/*.js --coverage"
  },
  "version": "2.0.1"
}
