UNPKG

dot-safe

Version:

access unstructured data without errors

35 lines (34 loc) 686 B
{ "name": "dot-safe", "version": "1.0.5", "description": "access unstructured data without errors", "main": "safe.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Zingle/dot-safe.git" }, "keywords": [ "object", "property", "array", "push", "pop", "proxy" ], "author": "Richard Remer <reanjr@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Zingle/dot-safe/issues" }, "homepage": "https://github.com/Zingle/dot-safe#readme", "devDependencies": { "expect.js": "^0.3.1", "mocha": "^9.2.1" } }