threaded-lock
Version:
A threaded lock for Javascript written in Typescript
33 lines (32 loc) • 747 B
JSON
{
"name": "threaded-lock",
"version": "0.6.1",
"description": "A threaded lock for Javascript written in Typescript",
"main": "dist/index.js",
"typings": "dist/typings/index.d.ts",
"scripts": {
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleplatform/threaded-lock.git"
},
"keywords": [
"lock",
"threaded",
"async"
],
"author": "Petrichor, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cycleplatform/threaded-lock/issues"
},
"homepage": "https://github.com/cycleplatform/threaded-lock#readme",
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^2.0.0"
},
"dependencies": {
"tslib": "^1.6.0"
}
}