UNPKG

@yarn-tool/yarnlock-error

Version:
54 lines (53 loc) 1.74 kB
{ "name": "@yarn-tool/yarnlock-error", "version": "1.0.17", "description": "", "keywords": [ "yarn", "yarn-tool", "npm", "lerna", "workspaces", "pkg", "dependencies", "packages", "package" ], "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/yarnlock-error#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-error" }, "license": "ISC", "author": "bluelovers", "main": "index.js", "scripts": { "coverage": "yarn run test -- --coverage", "lint": "ynpx --quiet eslint -- **/*.ts", "test": "echo \"Error: no test specified\"", "test:jest": "ynpx --quiet jest -- --coverage --passWithNoTests", "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": { "tslib": ">=2" }, "publishConfig": { "access": "public" }, "gitHead": "089606f66f3c5501a8f3fdfc42e5a85b57f4d0e9" }