@zippytech/hasown
Version:
JavaScript curried hasOwn helper
32 lines • 671 B
JSON
{
"name": "@zippytech/hasown",
"version": "2.0.0",
"description": "JavaScript curried hasOwn helper",
"main": "index.js",
"scripts": {
"test": "make test",
"test-w": "make test-w",
"test-debug": "mocha --debug-brk"
},
"repository": {
"type": "git",
"url": "git://github.com/zippytech/hasown.git"
},
"keywords": [
"own",
"property",
"hasOwn",
"properties",
"object",
"key"
],
"author": "Zippy Technologies <contact@zippyui.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zippytech/has-own/issues"
},
"devDependencies": {
"mocha": "~1.21.0",
"should": "~4.0.4"
}
}