1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
appwrite/app/sdks/console-web/node_modules/proper-lockfile/package.json
2021-06-23 17:45:27 +05:30

102 lines
2.7 KiB
JSON

{
"_from": "proper-lockfile@^4.1.1",
"_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.1",
"name": "proper-lockfile",
"escapedName": "proper-lockfile",
"rawSpec": "^4.1.1",
"saveSpec": null,
"fetchSpec": "^4.1.1"
},
"_requiredBy": [
"/playwright"
],
"_resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
"_shasum": "c8b9de2af6b2f1601067f98e01ac66baa223141f",
"_spec": "proper-lockfile@^4.1.1",
"_where": "/home/christy/opensource/appwrite/appwrite/app/sdks/console-web/node_modules/playwright",
"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"
}