HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/nodejs/pify/package.json
{
	"name": "pify",
	"version": "5.0.0",
	"description": "Promisify a callback-style function",
	"license": "MIT",
	"repository": "sindresorhus/pify",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"test": "xo && ava",
		"optimization-test": "node --allow-natives-syntax optimization-test.js"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"promisify",
		"callback",
		"promise",
		"promises",
		"denodify",
		"denodeify",
		"node",
		"then",
		"thenify",
		"convert",
		"transform",
		"wrap",
		"wrapper",
		"bind",
		"async",
		"await",
		"es2015",
		"bluebird"
	],
	"devDependencies": {
		"ava": "^2.4.0",
		"pinkie-promise": "^2.0.0",
		"v8-natives": "^1.1.0",
		"xo": "^0.26.1"
	}
}