1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
| {
| "_from": "proper-lockfile@^4.1.2",
| "_id": "proper-lockfile@4.1.2",
| "_inBundle": false,
| "_integrity": "sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==",
| "_location": "/proper-lockfile",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "proper-lockfile@^4.1.2",
| "name": "proper-lockfile",
| "escapedName": "proper-lockfile",
| "rawSpec": "^4.1.2",
| "saveSpec": null,
| "fetchSpec": "^4.1.2"
| },
| "_requiredBy": [
| "/@nuxt/utils"
| ],
| "_resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
| "_shasum": "c8b9de2af6b2f1601067f98e01ac66baa223141f",
| "_spec": "proper-lockfile@^4.1.2",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\utils",
| "author": {
| "name": "André Cruz",
| "email": "andre@moxy.studio"
| },
| "bugs": {
| "url": "https://github.com/moxystudio/node-proper-lockfile/issues"
| },
| "bundleDependencies": false,
| "commitlint": {
| "extends": [
| "@commitlint/config-conventional"
| ]
| },
| "dependencies": {
| "graceful-fs": "^4.2.4",
| "retry": "^0.12.0",
| "signal-exit": "^3.0.2"
| },
| "deprecated": false,
| "description": "A inter-process and inter-machine lockfile utility that works on a local or network file system",
| "devDependencies": {
| "@commitlint/cli": "^7.0.0",
| "@commitlint/config-conventional": "^7.0.1",
| "@segment/clear-timeouts": "^2.0.0",
| "delay": "^4.1.0",
| "eslint": "^5.3.0",
| "eslint-config-moxy": "^7.1.0",
| "execa": "^1.0.0",
| "husky": "^1.1.4",
| "jest": "^24.5.0",
| "lint-staged": "^8.0.4",
| "mkdirp": "^0.5.1",
| "p-defer": "^2.1.0",
| "rimraf": "^2.6.2",
| "stable": "^0.1.8",
| "standard-version": "^5.0.0",
| "thread-sleep": "^2.1.0"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/moxystudio/node-proper-lockfile",
| "husky": {
| "hooks": {
| "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
| "pre-commit": "lint-staged"
| }
| },
| "keywords": [
| "lock",
| "locking",
| "file",
| "lockfile",
| "fs",
| "cross-process"
| ],
| "license": "MIT",
| "lint-staged": {
| "*.js": [
| "eslint --fix",
| "git add"
| ]
| },
| "main": "index.js",
| "name": "proper-lockfile",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/moxystudio/node-proper-lockfile.git"
| },
| "scripts": {
| "lint": "eslint .",
| "postrelease": "git push --follow-tags origin HEAD && npm publish",
| "prerelease": "npm t && npm run lint",
| "release": "standard-version",
| "test": "jest --env node --coverage --runInBand"
| },
| "version": "4.1.2"
| }
|
|