UNPKG

@stdlib/utils-inherited-writable-property-names

Version:

Return an array of an object's inherited writable property names.

99 lines (98 loc) 2.45 kB
{ "name": "@stdlib/utils-inherited-writable-property-names", "version": "0.2.1", "description": "Return an array of an object's inherited writable 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": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", "lib": "./lib", "test": "./test" }, "types": "./docs/types", "scripts": { "test": "make test", "test-cov": "make test-cov", "examples": "make examples", "benchmark": "make benchmark" }, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/utils-inherited-writable-property-names.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert-has-own-property": "^0.2.2", "@stdlib/assert-is-positive-integer": "^0.2.2", "@stdlib/assert-is-writable-property": "^0.2.2", "@stdlib/constants-float64-max-safe-integer": "^0.2.2", "@stdlib/string-format": "^0.2.2", "@stdlib/utils-get-prototype-of": "^0.2.2", "@stdlib/utils-property-names": "^0.2.2", "@stdlib/error-tools-fmtprodmsg": "^0.2.2" }, "devDependencies": { "@stdlib/assert-is-array": "^0.2.2", "@stdlib/random-base-randu": "^0.2.1", "@stdlib/utils-define-property": "^0.2.4", "@stdlib/utils-index-of": "^0.2.2", "@stdlib/utils-inherit": "^0.2.2", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git", "@stdlib/bench-harness": "^0.2.1" }, "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", "write", "writable", "inherited", "properties", "props" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }