UNPKG

@endo/trampoline

Version:
86 lines (85 loc) 2.09 kB
{ "name": "@endo/trampoline", "version": "1.0.5", "description": "Multicolor trampolining for recursive operations", "keywords": [ "trampoline", "recursive", "async", "sync", "generator" ], "author": "Endo contributors", "license": "Apache-2.0", "homepage": "https://github.com/endojs/endo/blob/master/packages/trampoline/README.md", "repository": { "type": "git", "url": "git+https://github.com/endojs/endo.git", "directory": "packages/trampoline" }, "bugs": { "url": "https://github.com/endojs/endo/issues" }, "type": "module", "main": "./index.js", "module": "./index.js", "exports": { ".": { "types": "./types.d.ts", "default": "./index.js" }, "./package.json": "./package.json" }, "types": "./types.d.ts", "scripts": { "build": "exit 0", "build:types": "tsc --build tsconfig.build.json", "clean:types": "git clean -fX \"*.d.ts*\" \"*.d.cts*\" \"*.d.mts*\" \"*.tsbuildinfo\"", "cover": "c8 ava", "lint": "yarn lint:types && yarn lint:eslint", "lint-fix": "eslint --fix .", "lint:eslint": "eslint .", "lint:types": "tsc", "test:types": "yarn build:types && tsd -f \"test/*.test-d.ts\"; yarn clean:types", "test:ava": "ava", "test": "yarn test:types && yarn test:ava" }, "devDependencies": { "ava": "^6.1.2", "babel-eslint": "^10.1.0", "c8": "^7.14.0", "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "prettier": "^3.5.3", "tsd": "^0.31.2", "typescript": "~5.8.3" }, "files": [ "LICENSE*", "SECURITY*", "src", "*.js", "*.ts" ], "eslintConfig": { "extends": [ "plugin:@endo/internal" ] }, "ava": { "files": [ "test/**/*.test.js" ], "timeout": "2m" }, "publishConfig": { "access": "public" }, "typeCoverage": { "atLeast": 96.09 }, "gitHead": "03b92fc383da5d8bb4ea993b90149a0db5799d0b" }