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-12-16 21:01:56 +0300
committerNathan Fritz <fritzy@github.com>2021-12-16 21:05:19 +0300
commitd7265045730555c03b3142c004c7438e9577028c (patch)
tree035d81b3124bdaa09c21854934bf2b2b50e52e44 /package.json
parentd8aac8448e983692cacb427e03f4688cd1b62e30 (diff)
Bring in all libnpm modules + arborist as workspaces (#4166)
Added libnpm workspaces and arborist
Diffstat (limited to 'package.json')
-rw-r--r--package.json46
1 files changed, 34 insertions, 12 deletions
diff --git a/package.json b/package.json
index 636ef21e5..8692a3b09 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.1.1",
+ "@npmcli/arborist": "^4.1.2",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/config": "^2.3.2",
"@npmcli/map-workspaces": "^2.0.0",
@@ -79,17 +79,17 @@
"init-package-json": "^2.0.5",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
- "libnpmaccess": "^4.0.2",
- "libnpmdiff": "^2.0.4",
- "libnpmexec": "^3.0.1",
- "libnpmfund": "^2.0.1",
- "libnpmhook": "^6.0.2",
- "libnpmorg": "^2.0.2",
- "libnpmpack": "^3.0.0",
- "libnpmpublish": "^4.0.1",
- "libnpmsearch": "^3.1.1",
- "libnpmteam": "^2.0.3",
- "libnpmversion": "^2.0.1",
+ "libnpmaccess": "^5.0.0",
+ "libnpmdiff": "^3.0.0",
+ "libnpmexec": "^3.0.2",
+ "libnpmfund": "^2.0.2",
+ "libnpmhook": "^7.0.0",
+ "libnpmorg": "^3.0.0",
+ "libnpmpack": "^3.0.1",
+ "libnpmpublish": "^5.0.0",
+ "libnpmsearch": "^4.0.0",
+ "libnpmteam": "^3.0.0",
+ "libnpmversion": "^2.0.2",
"make-fetch-happen": "^9.1.0",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
@@ -201,6 +201,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^2.0.0",
+ "@npmcli/template-oss": "^2.4.1",
"eslint": "^8.3.0",
"licensee": "^8.2.0",
"spawk": "^1.7.1",
@@ -211,6 +212,7 @@
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
"licenses": "licensee --production --errors-only",
"test": "tap",
+ "test-all": "npm run test --if-present --workspaces --include-workspace-root",
"check-coverage": "tap",
"snap": "tap",
"postsnap": "make -s mandocs",
@@ -235,6 +237,26 @@
"check-coverage": true,
"timeout": 600
},
+ "templateOSS": {
+ "applyRootRepoFiles": false,
+ "applyWorkspaceRepoFiles": true,
+ "applyRootModuleFiles": false,
+ "workspaces": [
+ "arborist",
+ "libnpmaccess",
+ "libnpmdiff",
+ "libnpmfund",
+ "libnpmexec",
+ "libnpmorg",
+ "libnpmhook",
+ "libnpmpack",
+ "libnpmpublish",
+ "libnpmsearch",
+ "libnpmteam",
+ "libnpmversion"
+ ],
+ "version": "2.4.1"
+ },
"license": "Artistic-2.0",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"