{"name":"async-mutex","version":"0.4.0","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":"^9.1.2","@types/mocha":"^9.1.1","@types/node":"^18.7.14","@types/sinonjs__fake-timers":"^8.1.2","@typescript-eslint/eslint-plugin":"^5.36.1","@typescript-eslint/parser":"^5.36.1","coveralls":"^3.1.1","eslint":"^8.23.0","import-sort-style-eslint":"^6.0.0","mocha":"^10.0.0","nyc":"^15.1.0","prettier":"^2.7.1","prettier-plugin-import-sort":"^0.0.7","rollup":"^2.56.3","ts-node":"^10.9.1","typescript":"^4.8.2"},"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.4.0"},"gitHead":"3d2d987e60799d0fa222f1df8f99fc90ed570bfd","bugs":{"url":"https://github.com/DirtyHairy/async-mutex/issues"},"homepage":"https://github.com/DirtyHairy/async-mutex#readme","_id":"async-mutex@0.4.0","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"shasum":"ae8048cd4d04ace94347507504b3cf15e631c25f","size":10598,"noattachment":false,"key":"/async-mutex/-/async-mutex-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/async-mutex/download/async-mutex-0.4.0.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.4.0_1662128714751_0.9285192449094033"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-02T14:27:08.777Z","publish_time":1662128714901,"_cnpm_publish_time":1662128714901,"dist-tags":{"latest":"0.5.0"}}