UNPKG

fetch-prop

Version:

A handy utility for defensively extracting props from objects

39 lines (38 loc) 965 B
{ "name": "fetch-prop", "version": "1.0.0", "description": "A handy utility for defensively extracting props from objects", "license": "MIT", "homepage": "https://github.com/lilsweetcaligula/fetch-prop", "contributors": [ ], "author": "Efim Bogdanovsky (https://github.com/lilsweetcaligula)", "bugs": { "url": "https://github.com/lilsweetcaligula/fetch-prop/issues" }, "engines": { "node": ">=8.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/lilsweetcaligula/fetch-prop.git" }, "main": "index.js", "scripts": { "test": "./node_modules/jasmine/bin/jasmine.js --config=./spec/support/jasmine.json" }, "keywords": [ "fetchProp", "fetch_prop", "fetch", "prop", "property", "props", "properties", "object", "defensive", "safe", "assert" ], "devDependencies": { "jasmine": "3.9.0" }, "files": [ "index.js", "README.md", "LICENSE", "package.json" ] }