HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
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"
	}
}