charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
39 lines (38 loc) • 793 B
JSON
{
"name": "is-real-object",
"version": "1.0.2",
"description": "Returns `true` if a value is any type of object, but not an array. Browserify-ready.",
"repository": "tunnckoCore/is-real-object",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"is-extendable": "^0.1.1",
"isarray": "^1.0.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"pre-commit": "*"
},
"files": [
"index.js"
],
"keywords": [
"array",
"assign",
"check",
"date",
"extend",
"extensible",
"function",
"is",
"is-real-object",
"object",
"regex",
"test"
]
}