Files
JiboSDK/node_modules/hasown/package.json

33 lines
627 B
JSON
Raw Normal View History

2026-03-22 03:21:45 +02:00
{
"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"
}
}