{
  "_args": [
    [
      "jsonlint@1.6.3",
      "/var/www/html/naka"
    ]
  ],
  "_from": "jsonlint@1.6.3",
  "_id": "jsonlint@1.6.3",
  "_inBundle": false,
  "_integrity": "sha512-jMVTMzP+7gU/IyC6hvKyWpUU8tmTkK5b3BPNuMI9U8Sit+YAWLlZwB6Y6YrdCxfg2kNz05p3XY3Bmm4m26Nv3A==",
  "_location": "/jsonlint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonlint@1.6.3",
    "name": "jsonlint",
    "escapedName": "jsonlint",
    "rawSpec": "1.6.3",
    "saveSpec": null,
    "fetchSpec": "1.6.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jsonlint/-/jsonlint-1.6.3.tgz",
  "_spec": "1.6.3",
  "_where": "/var/www/html/naka",
  "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",
  "optionalDependencies": {},
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/zaach/jsonlint.git"
  },
  "scripts": {
    "test": "node test/all-tests.js"
  },
  "version": "1.6.3"
}
