{"name":"async-mutex","version":"0.3.1","description":"A mutex for guarding async workflows","scripts":{"lint":"eslint src/**/*.ts test/**/*.ts","build":"tsc && tsc -p tsconfig.es6.json && tsc -p tsconfig.mjs.json && rollup -o index.mjs mjs/index.js","prepublishOnly":"yarn test && yarn build","test":"yarn lint && nyc --reporter=text --reporter=html --reporter=lcov mocha test/*.ts","coveralls":"cat ./coverage/lcov.info | coveralls"},"author":{"name":"Christian Speckner","email":"cnspeckn@googlemail.com","url":"https://github.com/DirtyHairy/"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/DirtyHairy/async-mutex.git"},"prettier":{"printWidth":120,"tabWidth":4,"singleQuote":true,"parser":"typescript"},"importSort":{".js, .jsx, .ts, .tsx":{"style":"eslint","parser":"typescript"}},"eslintConfig":{"root":true,"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint"],"extends":["eslint:recommended","plugin:@typescript-eslint/eslint-recommended","plugin:@typescript-eslint/recommended"],"rules":{"eqeqeq":"error","@typescript-eslint/no-namespace":"off","no-async-promise-executor":"off"}},"keywords":["mutex","async"],"devDependencies":{"@sinonjs/fake-timers":"^6.0.1","@types/mocha":"^8.2.0","@types/node":"^14.14.25","@types/sinonjs__fake-timers":"^6.0.2","@typescript-eslint/eslint-plugin":"^4.14.2","@typescript-eslint/parser":"^4.14.2","coveralls":"^3.1.0","eslint":"^7.19.0","import-sort-style-eslint":"^6.0.0","mocha":"^8.2.1","nyc":"^15.1.0","prettier":"^2.2.1","prettier-plugin-import-sort":"^0.0.6","rollup":"^2.38.5","ts-node":"^9.1.1","typescript":"^4.1.3"},"main":"lib/index.js","module":"es6/index.js","types":"lib/index.d.ts","exports":{".":{"import":"./index.mjs","require":"./lib/index.js","default":"./lib/index.js"},"./package.json":"./package.json"},"dependencies":{"tslib":"^2.1.0"},"gitHead":"93f1ff7d6d69745242ef34e6ace5ca3df60ee52b","bugs":{"url":"https://github.com/DirtyHairy/async-mutex/issues"},"homepage":"https://github.com/DirtyHairy/async-mutex#readme","_id":"async-mutex@0.3.1","_nodeVersion":"15.8.0","_npmVersion":"7.5.0","dist":{"shasum":"7033af665f1c7cebed8b878267a43ba9e77c5f67","size":10721,"noattachment":false,"key":"/async-mutex/-/async-mutex-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/async-mutex/download/async-mutex-0.3.1.tgz"},"_npmUser":{"name":"dirtyhairy","email":"cnspeckn@googlemail.com"},"directories":{},"maintainers":[{"name":"dirtyhairy","email":"cnspeckn@googlemail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/async-mutex_0.3.1_1614025832108_0.8187723692653652"},"_hasShrinkwrap":false,"publish_time":1614025832295,"_cnpm_publish_time":1614025832295,"_cnpmcore_publish_time":"2021-12-16T10:53:56.724Z","dist-tags":{"latest":"0.5.0"}}