UNPKG

deep-access

Version:

Access nested object properties via strings

50 lines (49 loc) 1.04 kB
{ "name": "deep-access", "description": "Access nested object properties via strings", "version": "0.1.1", "repository": { "type": "git", "url": "git://github.com/juliangruber/deep-access.git" }, "homepage": "https://github.com/juliangruber/deep-access", "main": "index.js", "scripts": { "test": "tape test.js" }, "dependencies": {}, "devDependencies": { "tape": "~1.0.4" }, "keywords": [ "deep", "object", "access", "property", "utility", "nested", "string" ], "author": { "name": "Julian Gruber", "email": "mail@juliangruber.com", "url": "http://juliangruber.com" }, "license": "MIT", "testling": { "files": "test.js", "browsers": [ "ie/8..latest", "firefox/17..latest", "firefox/nightly", "chrome/22..latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2..latest" ] } }