{
  "_args": [
    [
      "js-object-utilities@2.1.0",
      "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda"
    ]
  ],
  "_from": "js-object-utilities@2.1.0",
  "_id": "js-object-utilities@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-X62npvVTfyNELV4gPU4jJSzFZbdxk3zH/FxlBrZ6n+AGKpGyhMpsPs00tjtqTLy582zG4bvaG5fuKMm/zA1gng==",
  "_location": "/js-object-utilities",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "js-object-utilities@2.1.0",
    "name": "js-object-utilities",
    "escapedName": "js-object-utilities",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/dynamoose"
  ],
  "_resolved": "https://registry.npmjs.org/js-object-utilities/-/js-object-utilities-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda",
  "author": {
    "name": "rrainn, Inc."
  },
  "bugs": {
    "url": "https://github.com/rrainn/js-object-utilities/issues"
  },
  "description": "JavaScript utilities for nested objects",
  "devDependencies": {
    "@types/node": "^14.14.7",
    "@typescript-eslint/eslint-plugin": "^4.7.0",
    "@typescript-eslint/parser": "^4.7.0",
    "chai": "^4.2.0",
    "eslint": "^7.13.0",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.0.5"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/rrainn/js-object-utilities#readme",
  "keywords": [
    "object",
    "utilities",
    "nested",
    "helper"
  ],
  "license": "UNLICENSE",
  "main": "dist/index.js",
  "name": "js-object-utilities",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rrainn/js-object-utilities.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",
    "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"
  },
  "types": "dist/index.d.ts",
  "version": "2.1.0"
}
