Files
eewing c0fae761da
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m24s
PWA
2026-02-19 07:41:49 -06:00

34 lines
541 B
JSON

{
"name": "is-obj",
"version": "1.0.1",
"description": "Check if a value is an object",
"license": "MIT",
"repository": "sindresorhus/is-obj",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"obj",
"object",
"is",
"check",
"test",
"type"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}