HEX
Server: Apache
System: Linux www 6.18.4-i1-ampere #899 SMP Thu Jan 8 10:39:05 CET 2026 aarch64
User: sws1073755998 (1073755998)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/share/nodejs/to-fast-properties/package.json
{
	"name": "to-fast-properties",
	"version": "3.0.1",
	"description": "Force V8 to use fast properties for an object",
	"license": "MIT",
	"repository": "sindresorhus/to-fast-properties",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"engines": {
		"node": ">=8"
	},
	"scripts": {
		"test": "node --allow-natives-syntax test.js && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"object",
		"properties",
		"props",
		"v8",
		"optimize",
		"fast",
		"convert",
		"mode"
	],
	"devDependencies": {
		"ava": "0.0.4",
		"tsd": "^0.10.0"
	}
}