HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/to-fast-properties/
Upload File :
Current File : //proc/self/root/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"
	}
}