brentburgoyne/only-nested

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "only-nested",
  "version": "0.4.0",
  "description": "Return an object with only whitelisted properties.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "author": "Brent Burgoyne",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^10.2.0",
    "should": "^13.2.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/brentburgoyne/only-nested.git"
  },
  "keywords": [
    "only",
    "filter",
    "whitelist",
    "object"
  ],
  "bugs": {
    "url": "https://github.com/brentburgoyne/only-nested/issues"
  },
  "homepage": "https://github.com/brentburgoyne/only-nested"
}