bifocal/node_modules/@stdlib/utils-keys/package.json

97 lines
2.2 KiB
JSON

{
"name": "@stdlib/utils-keys",
"version": "0.0.7",
"description": "Return an array of an object's own 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": {
"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-keys.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-own-property": "^0.0.x",
"@stdlib/assert-is-arguments": "^0.0.x",
"@stdlib/assert-is-enumerable-property": "^0.0.x",
"@stdlib/assert-is-object-like": "^0.0.x",
"@stdlib/utils-index-of": "^0.0.x",
"@stdlib/utils-noop": "^0.0.x",
"@stdlib/utils-type-of": "^0.0.x"
},
"devDependencies": {
"@stdlib/assert-has-symbol-support": "^0.0.x",
"@stdlib/assert-is-array": "^0.0.x",
"@stdlib/bench": "^0.0.x",
"@stdlib/random-base-randu": "^0.0.x",
"@stdlib/symbol-ctor": "^0.0.x",
"@stdlib/utils-define-property": "^0.0.x",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
},
"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",
"enumerable",
"own",
"properties",
"props"
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/athan"
}
}