|
{ |
|
"name": "lin", |
|
"version": "1.0.0", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"name": "lin", |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@rushstack/eslint-patch": "^1.12.0" |
|
}, |
|
"devDependencies": { |
|
"concurrently": "^8.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=16.0.0", |
|
"npm": ">=8.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/runtime": { |
|
"version": "7.28.2", |
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz", |
|
"integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@rushstack/eslint-patch": { |
|
"version": "1.12.0", |
|
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.12.0.tgz", |
|
"integrity": "sha512-5EwMtOqvJMMa3HbmxLlF74e+3/HhwBTMcvt3nqVJgGCozO6hzIPOBlwm8mGVNR9SN2IJpxSnlxczyDjcn7qIyw==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", |
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/ansi-styles": { |
|
"version": "4.3.0", |
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"color-convert": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1" |
|
} |
|
}, |
|
"node_modules/chalk": { |
|
"version": "4.1.2", |
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-styles": "^4.1.0", |
|
"supports-color": "^7.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
} |
|
}, |
|
"node_modules/chalk/node_modules/supports-color": { |
|
"version": "7.2.0", |
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"has-flag": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/cliui": { |
|
"version": "8.0.1", |
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", |
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"string-width": "^4.2.0", |
|
"strip-ansi": "^6.0.1", |
|
"wrap-ansi": "^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/color-convert": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"color-name": "~1.1.4" |
|
}, |
|
"engines": { |
|
"node": ">=7.0.0" |
|
} |
|
}, |
|
"node_modules/color-name": { |
|
"version": "1.1.4", |
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/concurrently": { |
|
"version": "8.2.2", |
|
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.2.tgz", |
|
"integrity": "sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"chalk": "^4.1.2", |
|
"date-fns": "^2.30.0", |
|
"lodash": "^4.17.21", |
|
"rxjs": "^7.8.1", |
|
"shell-quote": "^1.8.1", |
|
"spawn-command": "0.0.2", |
|
"supports-color": "^8.1.1", |
|
"tree-kill": "^1.2.2", |
|
"yargs": "^17.7.2" |
|
}, |
|
"bin": { |
|
"conc": "dist/bin/concurrently.js", |
|
"concurrently": "dist/bin/concurrently.js" |
|
}, |
|
"engines": { |
|
"node": "^14.13.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/open-cli-tools/concurrently?sponsor=1" |
|
} |
|
}, |
|
"node_modules/date-fns": { |
|
"version": "2.30.0", |
|
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", |
|
"integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/runtime": "^7.21.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.11" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/date-fns" |
|
} |
|
}, |
|
"node_modules/emoji-regex": { |
|
"version": "8.0.0", |
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", |
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/escalade": { |
|
"version": "3.2.0", |
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", |
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/get-caller-file": { |
|
"version": "2.0.5", |
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", |
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", |
|
"dev": true, |
|
"license": "ISC", |
|
"engines": { |
|
"node": "6.* || 8.* || >= 10.*" |
|
} |
|
}, |
|
"node_modules/has-flag": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/is-fullwidth-code-point": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", |
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/lodash": { |
|
"version": "4.17.21", |
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/require-directory": { |
|
"version": "2.1.1", |
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", |
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/rxjs": { |
|
"version": "7.8.2", |
|
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", |
|
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"tslib": "^2.1.0" |
|
} |
|
}, |
|
"node_modules/shell-quote": { |
|
"version": "1.8.3", |
|
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", |
|
"integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/spawn-command": { |
|
"version": "0.0.2", |
|
"resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2.tgz", |
|
"integrity": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==", |
|
"dev": true |
|
}, |
|
"node_modules/string-width": { |
|
"version": "4.2.3", |
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", |
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"emoji-regex": "^8.0.0", |
|
"is-fullwidth-code-point": "^3.0.0", |
|
"strip-ansi": "^6.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/strip-ansi": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", |
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/supports-color": { |
|
"version": "8.1.1", |
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", |
|
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"has-flag": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/supports-color?sponsor=1" |
|
} |
|
}, |
|
"node_modules/tree-kill": { |
|
"version": "1.2.2", |
|
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", |
|
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"tree-kill": "cli.js" |
|
} |
|
}, |
|
"node_modules/tslib": { |
|
"version": "2.8.1", |
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", |
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", |
|
"dev": true, |
|
"license": "0BSD" |
|
}, |
|
"node_modules/wrap-ansi": { |
|
"version": "7.0.0", |
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", |
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-styles": "^4.0.0", |
|
"string-width": "^4.1.0", |
|
"strip-ansi": "^6.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
|
} |
|
}, |
|
"node_modules/y18n": { |
|
"version": "5.0.8", |
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", |
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", |
|
"dev": true, |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/yargs": { |
|
"version": "17.7.2", |
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", |
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"cliui": "^8.0.1", |
|
"escalade": "^3.1.1", |
|
"get-caller-file": "^2.0.5", |
|
"require-directory": "^2.1.1", |
|
"string-width": "^4.2.3", |
|
"y18n": "^5.0.5", |
|
"yargs-parser": "^21.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/yargs-parser": { |
|
"version": "21.1.1", |
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", |
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", |
|
"dev": true, |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
} |
|
} |
|
} |
|
|