{
  "_args": [
    [
      "bookshelf@1.2.0",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "bookshelf@1.2.0",
  "_id": "bookshelf@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-rm04YpHkLej6bkNezKUQjzuXV30rbyEHQoaKvfQ3fOyLYxPeB18uBL+h2t6SmeXjfsB+aReMmbhkMF/lUTbtMA==",
  "_location": "/bookshelf",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bookshelf@1.2.0",
    "name": "bookshelf",
    "escapedName": "bookshelf",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/strapi-connector-bookshelf"
  ],
  "_resolved": "https://registry.npmjs.org/bookshelf/-/bookshelf-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Tim Griesser",
    "url": "https://github.com/tgriesser"
  },
  "bugs": {
    "url": "https://github.com/bookshelf/bookshelf/issues"
  },
  "contributors": [
    {
      "name": "Edward Greve",
      "url": "https://github.com/anyong"
    },
    {
      "name": "Rhys van der Waerden",
      "url": "https://github.com/rhys-vdw"
    },
    {
      "name": "Ricardo Graça",
      "url": "https://github.com/ricardograca"
    }
  ],
  "dependencies": {
    "bluebird": "^3.7.2",
    "create-error": "~0.3.1",
    "inflection": "^1.12.0",
    "lodash": "^4.17.15"
  },
  "description": "A lightweight ORM for PostgreSQL, MySQL, and SQLite3",
  "devDependencies": {
    "bookshelf-jsdoc-theme": "^1.0.1",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-prettier": "^3.1.2",
    "husky": "^3.0.5",
    "jsdoc": "^3.6.3",
    "knex": "~0.21.0",
    "lint-staged": "^9.2.5",
    "mocha": "^7.1.2",
    "mysql": "^2.18.1",
    "nyc": "^15.0.0",
    "pg": "^8.0.3",
    "prettier": "^1.18.2",
    "sinon": "^8.1.1",
    "sinon-chai": "^3.3.0",
    "sqlite3": "^4.1.1",
    "uuid": "^3.3.3"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://bookshelfjs.org",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "orm",
    "mysql",
    "postgresql",
    "sqlite",
    "datamapper",
    "active record"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "bookshelf.js",
  "name": "bookshelf",
  "peerDependencies": {
    "knex": ">=0.15.0 <0.22.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bookshelf/bookshelf.git"
  },
  "scripts": {
    "cover": "npm run lint && nyc mocha --check-leaks -t 10000 -b",
    "format": "prettier --write \"{lib,scripts,test}/**/*.js\"",
    "jsdoc": "./scripts/jsdoc.sh",
    "lint": "eslint bookshelf.js lib/",
    "postpublish": "./scripts/postpublish.sh",
    "test": "npm run lint && mocha --check-leaks -t 10000 -b"
  },
  "version": "1.2.0"
}
