UNPKG

binding-promise

Version:

A low-level binding for Promise objects.

33 lines (32 loc) 814 B
{ "name": "binding-promise", "version": "1.0.1", "description": "A low-level binding for Promise objects.", "main": "dist/index", "repository": "https://github.com/lshqqytiger/binding-promise.git", "author": "Seunghoon Lee <op@lsh.sh>", "keywords": [ "javascript", "typescript", "promise", "binding", "native", "promisestate", "promise-state", "internal-slot" ], "scripts": { "configure": "node-gyp configure", "build": "node-gyp build && tsc", "prepublish": "yarn build", "install": "node-gyp configure && node-gyp build" }, "devDependencies": { "@tsconfig/node22": "^22.0.0", "@types/node": "^22.4.0", "node-gyp": "^10.2.0", "typescript": "^5.5.4" }, "license": "MIT", "private": false }