Skip to main content
Module

x/run_exclusive/package.json

βš‘πŸ”’ Wait queue for function execution πŸ”’ ⚑
Go to Latest
File
{ "name": "run-exclusive", "version": "2.1.11", "description": "Generate functions that do not allow parallel executions", "repository": { "type": "git", "url": "git://github.com/garronej/run_exclusive.git" }, "main": "./dist/lib/runExclusive.js", "types": "./dist/lib/runExclusive.d.ts", "scripts": { "tsc": "npx tsc", "denoify": "npx denoify", "build": "npm run tsc && npm run denoify", "test": "node ./dist/test/index && deno ./deno_dist/test/deno_index.ts" }, "author": "Joseph Garrone", "license": "MIT", "keywords": [ "deno", "mutex", "async-await", "lock", "callback", "promise", "typescript", "type-safe" ], "homepage": "https://garronej.github.io/run_exclusive", "dependencies": { "minimal-polyfills": "^1.0.3" }, "devDependencies": { "@types/node": "^10.3.2", "ts-evt": "^4.3.3", "typescript": "^3.8.3", "denoify": "github:garronej/denoify" }, "files": [ "/dist/lib", "/src/lib", "/tsconfig.json" ], "deno": { "url": "https://deno.land/x/run_exclusive/mod.ts" }}