@yarn-tool/yarnlock-dedupe
Version:
Deduplication tool for yarn.lock files. auto detect yarn v1 and berry
68 lines (67 loc) • 2.12 kB
JSON
{
"name": "@yarn-tool/yarnlock-dedupe",
"version": "2.0.2",
"description": "Deduplication tool for yarn.lock files. auto detect yarn v1 and berry",
"keywords": [
"yarn",
"yarn.lock",
"lockfile",
"duplicated",
"package manager",
"dedupe",
"deduplicate",
"berry",
"v1",
"v2",
"yarn-tool",
"npm",
"lerna",
"workspaces",
"pkg",
"dependencies",
"packages",
"package"
],
"homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/yarnlock-dedupe#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-yarn-workspaces/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git",
"directory": "packages/@yarn-tool/yarnlock-dedupe"
},
"license": "ISC",
"author": "bluelovers",
"main": "index.js",
"scripts": {
"coverage": "yarn run test -- --coverage",
"lint": "ynpx --quiet eslint -- **/*.ts",
"test": "jest",
"test:jest": "ynpx --quiet jest -- --coverage",
"test:jest:coverage": "yarn run test:jest -- --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"preversion": "yarn run test",
"prepublishOnly": "echo prepublishOnly",
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"ncu": "yarn-tool ncu -u",
"sort-package-json": "yarn-tool sort",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {
"@yarn-tool/detect-yarnlock-version": "^2.0.2",
"@yarn-tool/yarnlock-banner": "^2.0.2",
"@yarn-tool/yarnlock-stringify": "^2.0.2",
"tslib": ">=2",
"yarn-berry-deduplicate": "^6.1.1",
"yarn-deduplicate": "^6.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "089606f66f3c5501a8f3fdfc42e5a85b57f4d0e9"
}