33 lines
627 B
JSON
33 lines
627 B
JSON
|
|
{
|
||
|
|
"name": "hasown",
|
||
|
|
"version": "1.0.1",
|
||
|
|
"description": "JavaScript curried hasOwn helper",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "make test",
|
||
|
|
"test-w": "make test-w",
|
||
|
|
"test-debug": "mocha --debug-brk"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"mocha": "~1.21.0",
|
||
|
|
"should": "~4.0.4"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git://github.com/radubrehar/hasown.git"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"own",
|
||
|
|
"property",
|
||
|
|
"hasOwn",
|
||
|
|
"properties",
|
||
|
|
"object",
|
||
|
|
"key"
|
||
|
|
],
|
||
|
|
"author": "Radu Brehar",
|
||
|
|
"license": "MIT",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/radubrehar/has-own/issues"
|
||
|
|
}
|
||
|
|
}
|