{
  "_from": "nano@^9.0.3",
  "_id": "nano@9.0.3",
  "_inBundle": false,
  "_integrity": "sha512-NFI8+6q5ihnozH6qK+BJ+ilnPfZzBhlUswaFgqUvSp2EN5eJ2BMxbzkYiBsN+waa+N95FculCdbneDmzLWfXaQ==",
  "_location": "/nano",
  "_phantomChildren": {
    "side-channel": "1.0.4"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nano@^9.0.3",
    "name": "nano",
    "escapedName": "nano",
    "rawSpec": "^9.0.3",
    "saveSpec": null,
    "fetchSpec": "^9.0.3"
  },
  "_requiredBy": [
    "/fabric-network"
  ],
  "_resolved": "https://registry.npmjs.org/nano/-/nano-9.0.3.tgz",
  "_shasum": "5f7e75962fbebf27f7791fb520a4f45c2bb425d2",
  "_spec": "nano@^9.0.3",
  "_where": "/home/dev/public_html/trustee-backend/node_modules/fabric-network",
  "author": {
    "name": "Apache CouchDB",
    "email": "dev@couchdb.apache.org",
    "url": "http://couchdb.apache.org"
  },
  "bugs": {
    "url": "https://github.com/apache/couchdb-nano/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "description": "The official CouchDB client for Node.js",
  "devDependencies": {
    "@types/node": "^14.14.20",
    "jest": "^26.6.3",
    "nock": "^13.0.5",
    "standard": "^16.0.3",
    "typescript": "^4.1.3"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "http://github.com/apache/couchdb-nano",
  "keywords": [
    "couchdb",
    "data",
    "request",
    "json",
    "nosql",
    "micro",
    "nano",
    "database"
  ],
  "license": "Apache-2.0",
  "main": "./lib/nano.js",
  "name": "nano",
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/apache/couchdb-nano.git"
  },
  "scripts": {
    "jest": "jest test/* --coverage --env node",
    "standard": "standard --fix",
    "test": "standard && tsc lib/nano.d.ts && npm run jest"
  },
  "standard": {
    "env": [
      "jest"
    ]
  },
  "types": "./lib/nano.d.ts",
  "version": "9.0.3"
}
