UNPKG

@whatwg-node/disposablestack

Version:

Cross Platform Smart DisposableStack API Ponyfill

44 lines 1.18 kB
{ "name": "@whatwg-node/disposablestack", "version": "0.0.6-alpha-20250225122059-b9fa745cd0710ceae93952a89912c00202daf274", "description": "Cross Platform Smart DisposableStack API Ponyfill", "sideEffects": false, "dependencies": { "@whatwg-node/promise-helpers": "0.0.1-alpha-20250225122059-b9fa745cd0710ceae93952a89912c00202daf274", "tslib": "^2.6.3" }, "repository": { "type": "git", "url": "ardatan/whatwg-node", "directory": "packages/disposablestack" }, "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "license": "MIT", "engines": { "node": ">=18.0.0" }, "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./package.json": "./package.json" } }