HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: dawonefr-98 (1071)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/ploi/drdrive.lightweb.kr/node_modules/globals/package.json
{
	"name": "globals",
	"version": "14.0.0",
	"description": "Global identifiers from different JavaScript environments",
	"license": "MIT",
	"repository": "sindresorhus/globals",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"sideEffects": false,
	"engines": {
		"node": ">=18"
	},
	"scripts": {
		"test": "xo && ava && tsd",
		"prepare": "npm run --silent update-types",
		"update-builtin-globals": "node scripts/get-builtin-globals.mjs",
		"update-types": "node scripts/generate-types.mjs > index.d.ts"
	},
	"files": [
		"index.js",
		"index.d.ts",
		"globals.json"
	],
	"keywords": [
		"globals",
		"global",
		"identifiers",
		"variables",
		"vars",
		"jshint",
		"eslint",
		"environments"
	],
	"devDependencies": {
		"ava": "^2.4.0",
		"cheerio": "^1.0.0-rc.12",
		"tsd": "^0.30.4",
		"type-fest": "^4.10.2",
		"xo": "^0.36.1"
	},
	"xo": {
		"ignores": [
			"get-browser-globals.js"
		],
		"rules": {
			"node/no-unsupported-features/es-syntax": "off"
		}
	},
	"tsd": {
		"compilerOptions": {
			"resolveJsonModule": true
		}
	}
}