{
  "name": "nano",
  "description": "The official CouchDB client for Node.js",
  "license": "Apache-2.0",
  "homepage": "http://github.com/apache/couchdb-nano",
  "repository": "http://github.com/apache/couchdb-nano",
  "version": "9.0.5",
  "author": "Apache CouchDB <dev@couchdb.apache.org> (http://couchdb.apache.org)",
  "keywords": [
    "couchdb",
    "data",
    "request",
    "json",
    "nosql",
    "micro",
    "nano",
    "database"
  ],
  "dependencies": {
    "@types/tough-cookie": "^4.0.0",
    "axios": "^0.21.1",
    "axios-cookiejar-support": "^1.0.1",
    "qs": "^6.9.4",
    "tough-cookie": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^14.14.20",
    "jest": "^26.6.3",
    "nock": "^13.0.5",
    "standard": "^16.0.3",
    "typescript": "^4.1.3"
  },
  "scripts": {
    "standard": "standard --fix",
    "test": "standard && tsc lib/nano.d.ts && npm run jest",
    "jest": "jest test/* --coverage --env node"
  },
  "main": "./lib/nano.js",
  "types": "./lib/nano.d.ts",
  "engines": {
    "node": ">=10"
  },
  "pre-commit": [
    "test"
  ],
  "standard": {
    "env": [
      "jest"
    ]
  }

,"_resolved": "https://registry.npmjs.org/nano/-/nano-9.0.5.tgz"
,"_integrity": "sha512-fEAhwAdXh4hDDnC8cYJtW6D8ivOmpvFAqT90+zEuQREpRkzA/mJPcI4EKv15JUdajaqiLTXNoKK6PaRF+/06DQ=="
,"_from": "nano@9.0.5"
}