{
  "_args": [
    [
      "jsonlint-lines@1.7.1",
      "/app"
    ]
  ],
  "_from": "jsonlint-lines@1.7.1",
  "_id": "jsonlint-lines@1.7.1",
  "_inBundle": false,
  "_integrity": "sha1-UH3mgNP7jEvhZBzFfW9nnynxeP8=",
  "_location": "/jsonlint-lines",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonlint-lines@1.7.1",
    "name": "jsonlint-lines",
    "escapedName": "jsonlint-lines",
    "rawSpec": "1.7.1",
    "saveSpec": null,
    "fetchSpec": "1.7.1"
  },
  "_requiredBy": [
    "/@mapbox/geojsonhint"
  ],
  "_resolved": "https://registry.npmjs.org/jsonlint-lines/-/jsonlint-lines-1.7.1.tgz",
  "_spec": "1.7.1",
  "_where": "/app",
  "author": {
    "name": "Zach Carter",
    "email": "zach@carter.name",
    "url": "http://zaa.ch"
  },
  "bin": {
    "jsonlint": "lib/cli.js"
  },
  "bugs": {
    "url": "http://github.com/zaach/jsonlint/issues"
  },
  "dependencies": {
    "JSV": ">= 4.0.x",
    "nomnom": ">= 1.5.x"
  },
  "description": "Validate JSON",
  "devDependencies": {
    "jison": "*",
    "test": "*",
    "uglify-js": "*"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "homepage": "http://zaach.github.com/jsonlint/",
  "keywords": [
    "json",
    "validation",
    "lint",
    "jsonlint"
  ],
  "main": "lib/jsonlint.js",
  "name": "jsonlint-lines",
  "optionalDependencies": {},
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/zaach/jsonlint.git"
  },
  "scripts": {
    "test": "node test/all-tests.js"
  },
  "version": "1.7.1"
}
