UNPKG

@stdlib/utils-property-names-in

Version:

Return an array of an object's own and inherited enumerable and non-enumerable property names.

78 lines (77 loc) 1.61 kB
{ "name": "@stdlib/utils-property-names-in", "version": "0.2.2", "description": "Return an array of an object's own and inherited enumerable and non-enumerable property names.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "directories": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/utils-property-names-in.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/object-ctor": "^0.2.1", "@stdlib/utils-get-prototype-of": "^0.2.2", "@stdlib/utils-property-names": "^0.2.1" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdutils", "stdutil", "utilities", "utility", "utils", "util", "object", "obj", "names", "keys", "keys-in", "enumerable", "non-enumerable", "own", "inherited", "properties", "props" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }