{ "name": "objectpath", "author": "Mike Marcacci ", "license": "MIT", "version": "1.1.0", "description": "Parse js object paths using both dot and bracket notation. Stringify an array of properties into a valid path.", "main": "lib/ObjectPath.js", "ignore": [ "**/.*", "node_modules", "test", "bower_components", "tests" ], "homepage": "https://github.com/mike-marcacci/objectpath", "authors": [ "Mike Marcacci " ], "moduleType": [ "amd", "globals", "node" ], "keywords": [ "js object", "dot notation", "bracket notation", "path", "parse", "string" ], "_release": "1.1.0", "_resolution": { "type": "version", "tag": "v1.1.0", "commit": "b438ce03c694305138e4a88a6f84f5cc4bfb4348" }, "_source": "git://github.com/mike-marcacci/objectpath.git", "_target": "~1.1.0", "_originalSource": "objectpath" }