File: //usr/share/nodejs/json-stringify-safe/node_modules/kindof/package.json
{
"name": "kindof",
"version": "2.0.0",
"description": "A proper typeof that works with primitives, built-in value objects and those from other execution contexts.",
"keywords": [
"kind",
"tostring",
"type",
"typeof"
],
"homepage": "https://github.com/moll/js-kindof",
"bugs": "https://github.com/moll/js-kindof/issues",
"author": {
"name": "Andri Möll",
"email": "andri@dot.ee",
"url": "http://themoll.com"
},
"repository": {
"type": "git",
"url": "git://github.com/moll/js-kindof.git"
},
"licenses": [{
"type": "LAGPL",
"url": "https://github.com/moll/js-kindof/blob/master/LICENSE"
}],
"main": "kindof.js",
"scripts": {"test": "make test"},
"devDependencies": {
"mocha": ">= 1.12.0 < 2"
}
}