HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/shahnamag/back-end/node_modules/inspect-with-kind/package.json
{
	"name": "inspect-with-kind",
	"version": "1.0.5",
	"description": "`util.inspect` with additional type information",
	"repository": "shinnn/inspect-with-kind",
	"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
	"license": "ISC",
	"scripts": {
		"pretest": "eslint .",
		"test": "nyc --reporter=html --reporter=text node test.js"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"inspect",
		"format",
		"beautify",
		"clarify",
		"stringify",
		"type",
		"kind",
		"append",
		"additional",
		"info",
		"check"
	],
	"dependencies": {
		"kind-of": "^6.0.2"
	},
	"devDependencies": {
		"@shinnn/eslint-config-node": "^6.0.0",
		"babel-eslint": "^9.0.0",
		"eslint": "^5.4.0",
		"nyc": "^13.0.1",
		"tape": "^4.9.1",
		"zen-observable": "^0.8.9"
	},
	"eslintConfig": {
		"extends": "@shinnn/node",
		"parser": "babel-eslint"
	}
}