UNPKG

1.11 kBJSONView Raw
1{
2 "name": "rwlockfile",
3 "description": "lockfile utility with reader/writers",
4 "version": "2.0.25",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/jdxcode/rwlockfile/issues",
7 "dependencies": {
8 "fs-extra": "^5.0.0",
9 "is-process-active": "^1.0.1",
10 "uuid": "^3.2.1"
11 },
12 "devDependencies": {
13 "@cli-engine/util": "^1.2.12",
14 "@types/ansi-styles": "^2.0.30",
15 "@types/fs-extra": "^5.0.0",
16 "@types/jest": "^22.1.1",
17 "@types/lodash": "^4.14.99",
18 "@types/node": "^9.4.0",
19 "@types/uuid": "^3.4.3",
20 "debug": "^3.1.0",
21 "del-cli": "^1.1.0",
22 "jest": "^22.1.1",
23 "lodash": "^4.17.4",
24 "prettier": "^1.10.2",
25 "ts-jest": "^22.0.2",
26 "typescript": "^2.7.1"
27 },
28 "engines": {
29 "node": ">=8.0.0"
30 },
31 "files": [
32 "lib"
33 ],
34 "homepage": "https://github.com/jdxcode/rwlockfile",
35 "keywords": [
36 "lockfile",
37 "locking"
38 ],
39 "license": "ISC",
40 "main": "lib/index.js",
41 "repository": "jdxcode/rwlockfile",
42 "scripts": {
43 "prepare": "cli-engine-util",
44 "test": "cli-engine-util"
45 },
46 "types": "lib/index.d.ts"
47}