initial commit
This commit is contained in:
32
node_modules/hasown/package.json
generated
vendored
Normal file
32
node_modules/hasown/package.json
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user