{ "_args": [ [ "proper-lockfile@4.1.1", "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series" ] ], "_from": "proper-lockfile@4.1.1", "_id": "proper-lockfile@4.1.1", "_inBundle": false, "_integrity": "sha512-1w6rxXodisVpn7QYvLk706mzprPTAPCYAqxMvctmPN3ekuRk/kuGkGc82pangZiAt4R3lwSuUzheTTn0/Yb7Zg==", "_location": "/proper-lockfile", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "proper-lockfile@4.1.1", "name": "proper-lockfile", "escapedName": "proper-lockfile", "rawSpec": "4.1.1", "saveSpec": null, "fetchSpec": "4.1.1" }, "_requiredBy": [ "/@nuxt/utils" ], "_resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.1.tgz", "_spec": "4.1.1", "_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series", "author": { "name": "André Cruz", "email": "andre@moxy.studio" }, "bugs": { "url": "https://github.com/moxystudio/node-proper-lockfile/issues" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "graceful-fs": "^4.1.11", "retry": "^0.12.0", "signal-exit": "^3.0.2" }, "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": "^1.0.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 .", "prerelease": "npm t && npm run lint", "release": "standard-version", "test": "jest --env node --coverage --runInBand" }, "standard-version": { "scripts": { "posttag": "git push --follow-tags origin master" } }, "version": "4.1.1" }