js-object-util
Version:
A simple utility to access nested JSON object properties, including arrays. Inspired by Immutable API methods like hasIn and getIn.
36 lines (35 loc) • 869 B
JSON
{
"name": "js-object-util",
"version": "0.3.5",
"description": "A simple utility to access nested JSON object properties, including arrays. Inspired by Immutable API methods like hasIn and getIn.",
"main": "object_util.js",
"scripts": {
"test": "jest"
},
"jest": {
"collectCoverage": "true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfsp-spirit/js-object-util.git"
},
"keywords": [
"js",
"object",
"mutable",
"json",
"getIn",
"hasIn"
],
"author": "Tim Schaefer <ts+code@rcmd.org> (http://rcmd.org/ts/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfsp-spirit/js-object-util/issues"
},
"homepage": "https://github.com/dfsp-spirit/js-object-util#readme",
"devDependencies": {
"coveralls": "^2.11.16",
"istanbul": "^0.4.5",
"jest": "^18.1.0"
}
}