{
  "_args": [
    [
      "objection@1.6.11",
      "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda"
    ]
  ],
  "_from": "objection@1.6.11",
  "_id": "objection@1.6.11",
  "_inBundle": false,
  "_integrity": "sha512-/W6iR6+YvFg1U4k5DyX1MrY+xqodDM8AAOU1J0b3HlptsNw8V3uDHjZgTi1cFPPe5+ZeTTMvhIFhNiUP6+nqYQ==",
  "_location": "/objection",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "objection@1.6.11",
    "name": "objection",
    "escapedName": "objection",
    "rawSpec": "1.6.11",
    "saveSpec": null,
    "fetchSpec": "1.6.11"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/objection/-/objection-1.6.11.tgz",
  "_spec": "1.6.11",
  "_where": "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda",
  "author": {
    "name": "Sami Koskimäki",
    "email": "sami@jakso.me",
    "url": "https://github.com/koskimas"
  },
  "bugs": {
    "url": "https://github.com/vincit/objection.js/issues"
  },
  "contributors": [
    {
      "name": "Sami Koskimäki",
      "email": "sami@jakso.me",
      "url": "https://github.com/koskimas"
    },
    {
      "name": "Mikael Lepistö",
      "email": "mikael.lepisto@vincit.com",
      "url": "https://github.com/elhigu"
    },
    {
      "name": "Matthew McEachen",
      "email": "matthew-objection@photostructure.com",
      "url": "https://github.com/mceachen"
    },
    {
      "name": "Jürg Lehni",
      "email": "juerg@scratchdisk.com",
      "url": "https://github.com/lehni"
    },
    {
      "name": "Igor Savin",
      "email": "kibertoad@gmail.com",
      "url": "https://github.com/kibertoad"
    }
  ],
  "dependencies": {
    "ajv": "^6.10.0",
    "bluebird": "^3.5.5",
    "lodash": "^4.17.11"
  },
  "description": "An SQL-friendly ORM for Node.js",
  "devDependencies": {
    "@babel/polyfill": "^7.4.4",
    "@types/node": "^12.7.5",
    "babel-eslint": "^10.0.1",
    "chai": "^4.2.0",
    "chai-subset": "^1.6.0",
    "coveralls": "^3.0.3",
    "cross-env": "^6.0.0",
    "eslint": "^5.16.0",
    "eslint-plugin-prettier": "^3.1.0",
    "expect.js": "^0.3.1",
    "fs-extra": "^8.1.0",
    "glob": "^7.1.3",
    "knex": "^0.17.0",
    "mocha": "^6.2.0",
    "mysql": "^2.17.1",
    "nyc": "^14.1.1",
    "pg": "^7.11.0",
    "prettier": "1.18.2",
    "sqlite3": "^4.0.8",
    "typescript": "^3.4.5",
    "vuepress": "1.1.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "README.md",
    "LICENSE",
    "lib/*",
    "typings/*"
  ],
  "homepage": "https://github.com/vincit/objection.js#readme",
  "keywords": [
    "orm",
    "knex",
    "sql",
    "query",
    "query builder",
    "postgresql",
    "mysql",
    "sqlite3"
  ],
  "license": "MIT",
  "main": "lib/objection.js",
  "name": "objection",
  "nyc": {
    "description": "test coverage",
    "exclude": [
      "lib/queryBuilder/parsers/jsonFieldExpressionParser.js",
      "lib/queryBuilder/parsers/relationExpressionParser.js",
      "testUtils/*",
      "lib/utils/clone.js"
    ],
    "reporter": [
      "lcov",
      "text"
    ],
    "report-dir": "./testCoverage"
  },
  "peerDependencies": {
    "knex": "0.x"
  },
  "publishConfig": {
    "tag": "next"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vincit/objection.js.git"
  },
  "scripts": {
    "coveralls": "cat ./testCoverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "docs:build": "vuepress build doc",
    "docs:dev": "vuepress dev doc",
    "eslint": "eslint --format codeframe \"examples/**/*.js\" \"lib/**/*.js\" \"tests/**/*.js\"",
    "perf": "mocha --slow 60000 --timeout 60000 --reporter spec --recursive perf",
    "perf-debug": "mocha --slow 60000 --timeout 60000 --reporter spec --inspect-brk perf",
    "perf-opt": "mocha --slow 60000 --timeout 60000 --reporter spec --recursive perf --trace_opt --trace_deopt",
    "prettier": "prettier --write \"{examples,lib,tests,typings}/**/*.{js,ts}\"",
    "test": "npm run eslint && mocha --slow 10 --timeout 15000 --reporter spec --recursive tests --exclude \"tests/unit/relations/files/**\"",
    "test-debug": "mocha --slow 10 --timeout 15000 --reporter spec --recursive tests --inspect-brk --exclude \"tests/unit/relations/files/**\"",
    "test-fast": "mocha --slow 10 --timeout 15000 --reporter spec --recursive tests --bail --exclude \"tests/unit/relations/files/**\"",
    "test-opt": "mocha --slow 10 --timeout 15000 --reporter spec --recursive tests --bail --trace_opt --trace_deopt --exclude \"tests/unit/relations/files/**\"",
    "test-sqlite": "cross-env DATABASES=sqlite3 mocha --slow 10 --timeout 15000 --reporter spec --recursive tests --exclude \"tests/unit/relations/files/**\"",
    "test-travis": "npm run eslint && nyc mocha --slow 100 --timeout 60000 --reporter spec --recursive tests --exclude \"tests/unit/relations/files/**\" && npm run test-typings",
    "test-typings": "tsc"
  },
  "types": "./typings/objection/index.d.ts",
  "version": "1.6.11"
}
