UNPKG

get-own-property

Version:

Retrieves a property only if hasOwnProperty() is true.

32 lines (31 loc) 638 B
{ "name": "get-own-property", "version": "1.0.0", "description": "Retrieves a property only if hasOwnProperty() is true.", "keywords": [ "get", "object", "own", "property", "hasOwnProperty" ], "author": "John Lamansky", "license": "MIT", "homepage": "https://github.com/lamansky/get-own-property", "repository": "lamansky/get-own-property", "main": "index.js", "files": [], "devDependencies": { "eslint-config-lamansky": "^1.0.0", "mocha": "^3.2.0" }, "scripts": { "test": "mocha" }, "eslintConfig": { "extends": "lamansky", "env": { "mocha": true } } }