You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
604 B
36 lines
604 B
{ |
|
"name": "is-plain-obj", |
|
"version": "1.1.0", |
|
"description": "Check if a value is a plain object", |
|
"license": "MIT", |
|
"repository": "sindresorhus/is-plain-obj", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "node test.js" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"obj", |
|
"object", |
|
"is", |
|
"check", |
|
"test", |
|
"type", |
|
"plain", |
|
"vanilla", |
|
"pure", |
|
"simple" |
|
], |
|
"devDependencies": { |
|
"ava": "0.0.4" |
|
} |
|
}
|
|
|