{
  "_args": [
    [
      "nano@*",
      "/usr/share/npm/node_modules/couchapp"
    ]
  ],
  "_from": "nano@*",
  "_id": "nano@6.4.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/nano",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/nano-6.4.0.tgz_1499259404376_0.7632658036891371"
  },
  "_npmUser": {
    "email": "jan@apache.org",
    "name": "jan"
  },
  "_npmVersion": "5.0.4",
  "_phantomChildren": {
    "ms": "2.0.0"
  },
  "_requested": {
    "name": "nano",
    "raw": "nano@*",
    "rawSpec": "*",
    "scope": null,
    "spec": "*",
    "type": "range"
  },
  "_requiredBy": [
    "/couchapp"
  ],
  "_resolved": "https://registry.npmjs.org/nano/-/nano-6.4.0.tgz",
  "_shasum": "a3245a661a42a9ccec70c56e36b88e5c4548b220",
  "_shrinkwrap": null,
  "_spec": "nano@*",
  "_where": "/usr/share/npm/node_modules/couchapp",
  "author": {
    "email": "dev@couchdb.apache.org",
    "name": "Apache CouchDB",
    "url": "http://couchdb.apache.org"
  },
  "bugs": {
    "url": "https://github.com/apache/couchdb-nano/issues"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "errs": "^0.3.2",
    "follow": "^0.12.1",
    "request": "^2.76.0",
    "underscore": "^1.8.3"
  },
  "description": "The official CouchDB client for Node.js",
  "devDependencies": {
    "async": "^2.1.2",
    "endswith": "^0.0.0",
    "istanbul": "^0.4.5",
    "jscs": "^3.0.7",
    "jshint": "^2.9.4",
    "nock": "^9.0.0",
    "tape": "^4.6.2",
    "tape-it": "^0.3.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-+pul+EqAhs0bY9+7/ovAtF2+r5eXHcvw3xB6fxKANL7Ylz6LgpEsfkna9aQzxM0sWoP8Dr6H1YgDZjYKl8E/bQ==",
    "shasum": "a3245a661a42a9ccec70c56e36b88e5c4548b220",
    "tarball": "https://registry.npmjs.org/nano/-/nano-6.4.0.tgz"
  },
  "engines": {
    "node": ">=0.12"
  },
  "gitHead": "cc596f05bbea24c8cd86de1f79ebce8fc4ba9c67",
  "homepage": "http://github.com/apache/couchdb-nano",
  "keywords": [
    "couchdb",
    "data",
    "database",
    "json",
    "micro",
    "nano",
    "nosql",
    "request"
  ],
  "license": "Apache-2.0",
  "main": "./lib/nano.js",
  "maintainers": [
    {
      "name": "dscape",
      "email": "nunojobpinto@gmail.com"
    },
    {
      "name": "garrensmith",
      "email": "garren.smith@gmail.com"
    },
    {
      "name": "glynnbird",
      "email": "glynn.bird@gmail.com"
    },
    {
      "name": "jan",
      "email": "jan@apache.org"
    },
    {
      "name": "jhs",
      "email": "jason.h.smith@gmail.com"
    },
    {
      "name": "jo",
      "email": "schmidt@netzmerk.com"
    },
    {
      "name": "pgte",
      "email": "i@pgte.me"
    }
  ],
  "name": "nano",
  "optionalDependencies": {},
  "pre-commit": [
    "checkcoverage",
    "codestyle",
    "jshint",
    "mocked",
    "test"
  ],
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/apache/couchdb-nano.git"
  },
  "scripts": {
    "checkcoverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "codestyle": "jscs -p google tests/*/*/*.js lib/*.js",
    "coverage": "open coverage/lcov-report/index.html",
    "jshint": "jshint tests/*/*/*.js lib/*.js",
    "mocha": "DEBUG=* NOCK_OFF=true istanbul cover tape tests/*/*/*.js",
    "mocked": "tape tests/*/*/*.js",
    "test": "bash scripts/run_couchdb_on_travis.sh; npm run mocha; bash scripts/stop_couchdb_on_travis.sh",
    "unmocked": "NOCK_OFF=true tape tests/*/*/*.js"
  },
  "version": "6.4.0"
}
