Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Fritz <fritzy@github.com>2021-11-16 21:27:55 +0300
committerNathan Fritz <fritzy@github.com>2021-11-18 22:43:26 +0300
commit44e39ce7042a162f53a708ee4660e84638a66f6b (patch)
tree79af3760604b7ce37e3c733a5aeb3726531ae9c6 /package-lock.json
parentea2906ca32bda348b2833458729dc52081d64cf2 (diff)
separate github actions for workspaces
PR-URL: https://github.com/npm/cli/pull/4050 Credit: @fritzy Close: #4050 Reviewed-by: @wraithgar PR-URL: https://github.com/npm/cli/pull/4050 Credit: @fritzy Close: #4050 Reviewed-by: @wraithgar
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json28
1 files changed, 25 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index d679c9437..421ee2841 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -82,7 +82,7 @@
"license": "Artistic-2.0",
"workspaces": [
"docs",
- "packages/*"
+ "workspaces/*"
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
@@ -4532,7 +4532,7 @@
}
},
"node_modules/libnpmdiff": {
- "resolved": "packages/libnpmdiff",
+ "resolved": "workspaces/libnpmdiff",
"link": true
},
"node_modules/libnpmexec": {
@@ -10045,6 +10045,28 @@
},
"packages/libnpmdiff": {
"version": "2.0.4",
+ "extraneous": true,
+ "license": "ISC",
+ "dependencies": {
+ "@npmcli/disparity-colors": "^1.0.1",
+ "@npmcli/installed-package-contents": "^1.0.7",
+ "binary-extensions": "^2.2.0",
+ "diff": "^5.0.0",
+ "minimatch": "^3.0.4",
+ "npm-package-arg": "^8.1.4",
+ "pacote": "^12.0.0",
+ "tar": "^6.1.0"
+ },
+ "devDependencies": {
+ "eslint": "^8.1.0",
+ "tap": "^15.0.9"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "workspaces/libnpmdiff": {
+ "version": "2.0.4",
"license": "ISC",
"dependencies": {
"@npmcli/disparity-colors": "^1.0.1",
@@ -13321,7 +13343,7 @@
}
},
"libnpmdiff": {
- "version": "file:packages/libnpmdiff",
+ "version": "file:workspaces/libnpmdiff",
"requires": {
"@npmcli/disparity-colors": "^1.0.1",
"@npmcli/installed-package-contents": "^1.0.7",