{
  "_args": [
    [
      "dynamoose@2.8.5",
      "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda"
    ]
  ],
  "_from": "dynamoose@2.8.5",
  "_id": "dynamoose@2.8.5",
  "_inBundle": false,
  "_integrity": "sha512-2Y88TvZKcCYroO3hzMwxYYte8FltVj6SN3HKC4tjm4HiKbNbQbppX8KnsPUIhpFRKc52TXWOvrVhl+PXsHxnTA==",
  "_location": "/dynamoose",
  "_phantomChildren": {
    "buffer": "4.9.2",
    "events": "1.1.1",
    "ieee754": "1.1.13",
    "querystring": "0.2.0",
    "url": "0.10.3",
    "xml2js": "0.4.19"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dynamoose@2.8.5",
    "name": "dynamoose",
    "escapedName": "dynamoose",
    "rawSpec": "2.8.5",
    "saveSpec": null,
    "fetchSpec": "2.8.5"
  },
  "_requiredBy": [
    "/@cardx/dynamo"
  ],
  "_resolved": "https://registry.npmjs.org/dynamoose/-/dynamoose-2.8.5.tgz",
  "_spec": "2.8.5",
  "_where": "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda",
  "author": {
    "name": "Charlie Fish",
    "email": "fishcharlie.code@gmail.com",
    "url": "https://charlie.fish"
  },
  "bugs": {
    "url": "https://github.com/dynamoose/dynamoose/issues"
  },
  "contributors": [
    {
      "name": "Brandon Goode"
    }
  ],
  "dependencies": {
    "aws-sdk": "^2.968.0",
    "js-object-utilities": "^2.0.0",
    "source-map-support": "^0.5.19",
    "uuid": "^8.3.2"
  },
  "description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
  "devDependencies": {
    "@types/node": "^16.6.1",
    "@types/source-map-support": "^0.5.4",
    "@typescript-eslint/eslint-plugin": "^4.29.1",
    "@typescript-eslint/parser": "^4.29.1",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.32.0",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.3.5"
  },
  "directories": {
    "doc": "docs"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "dist"
  ],
  "funding": [
    {
      "type": "github-sponsors",
      "url": "https://github.com/sponsors/fishcharlie"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/dynamoose"
    }
  ],
  "homepage": "https://dynamoosejs.com",
  "keywords": [
    "dynamodb",
    "dynamo",
    "mongoose",
    "aws",
    "amazon",
    "document",
    "model",
    "schema",
    "database",
    "data",
    "datastore",
    "query",
    "scan",
    "nosql",
    "db",
    "nosql",
    "store",
    "document store",
    "table",
    "json",
    "object",
    "storage"
  ],
  "license": "Unlicense",
  "main": "dist/index.js",
  "name": "dynamoose",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dynamoose/dynamoose.git"
  },
  "scripts": {
    "build": "tsc",
    "build:clean": "rimraf dist",
    "build:watch": "npm run build -- -w",
    "lint": "eslint . --ext .ts,.js --max-warnings 0",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "npm run build:clean && npm run build",
    "site:build": "cd docs && npm run build",
    "site:install": "cd docs && npm install",
    "site:start": "cd docs && npm start",
    "site:swizzle": "cd docs && npm run swizzle",
    "test": "nyc npm run test:nocoverage",
    "test:debug": "npm run test:nocoverage -- --no-timeout --inspect=9229",
    "test:debug:breakpoint": "npm run test:nocoverage -- --no-timeout --inspect-brk=9229",
    "test:nocoverage": "mocha",
    "test:types": "tsc --project test/types/tsconfig.json"
  },
  "types": "dist/index.d.ts",
  "version": "2.8.5"
}
