wilmoore/selectn.js

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "selectn",
  "description": "Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.",
  "main": "index.js",
  "authors": [
    "Wil Moore III <wil.moore@wilmoore.com>"
  ],
  "license": "MIT",
  "keywords": [
    "Mitigate TypeError",
    "TypeError",
    "TypeErrors",
    "access",
    "accessor",
    "bracket-notation",
    "string",
    "path",
    "browser",
    "callback",
    "composable",
    "compatible",
    "curried",
    "curry",
    "deep",
    "dot-notation",
    "string",
    "path",
    "dot/bracket-notation",
    "dot/bracket-notation",
    "string",
    "path",
    "dref",
    "es3",
    "es3",
    "compatible",
    "functional",
    "functor",
    "higher-order",
    "nested",
    "object",
    "parameter",
    "order",
    "path-lookup",
    "pathval",
    "pointfree",
    "predicate",
    "property",
    "property",
    "access",
    "property",
    "accessor",
    "reach",
    "string",
    "path",
    "to-function"
  ],
  "homepage": "https://www.npmjs.com/package/selectn",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}