{
  "_from": "oad-utils@~0.3.0",
  "_id": "oad-utils@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-qjVeIGscc9DBzdpMiVws7ymrcinOcpIaqRYfJHjXhsJeg7/ex+pZ6kfMu98EVBmR7+vulzVRO7L9CrJNyUDvLw==",
  "_location": "/oad-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "oad-utils@~0.3.0",
    "name": "oad-utils",
    "escapedName": "oad-utils",
    "rawSpec": "~0.3.0",
    "saveSpec": null,
    "fetchSpec": "~0.3.0"
  },
  "_requiredBy": [
    "/power-assign",
    "/power-filter"
  ],
  "_resolved": "https://registry.npmjs.org/oad-utils/-/oad-utils-0.3.0.tgz",
  "_shasum": "021a50d8c6d3fb4c059ab0c1ab1aa94c25b54f9a",
  "_spec": "oad-utils@~0.3.0",
  "_where": "/Users/macbookpro/Repo/research/noam/noam.mongoose-diff-history/example/node_modules/power-assign",
  "author": {
    "name": "Shin Suzuki",
    "email": "shinout310@gmail.com"
  },
  "bundleDependencies": false,
  "dependencies": {
    "deepmerge": "^2.0.0",
    "mongolike-operations": "~0.1.5"
  },
  "deprecated": false,
  "description": "Collection of utility functions for OAD: Operations As Data.",
  "devDependencies": {
    "babel-register": "^6.24.1",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0",
    "power-assert": "^1.4.4"
  },
  "files": [
    "src",
    "dist",
    "package.json",
    "jsnext.js",
    "LICENSE",
    "README.md"
  ],
  "jsnext:main": "./jsnext.js",
  "license": "Apache License 2.0",
  "main": "./dist/index.js",
  "name": "oad-utils",
  "repository": {
    "type": "git",
    "url": "https://github.com/phenyl-js/phenyl/tree/master/modules/oad-utils"
  },
  "scripts": {
    "test": "nyc mocha test/*.js --color always"
  },
  "version": "0.3.0"
}
