123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_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": "H:\\gs_nuxt\\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"
- }
|