summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/@npmcli/map-workspaces/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/@npmcli/map-workspaces/package.json')
-rw-r--r--deps/npm/node_modules/@npmcli/map-workspaces/package.json22
1 files changed, 12 insertions, 10 deletions
diff --git a/deps/npm/node_modules/@npmcli/map-workspaces/package.json b/deps/npm/node_modules/@npmcli/map-workspaces/package.json
index 987298c3d9..aa46ad0f42 100644
--- a/deps/npm/node_modules/@npmcli/map-workspaces/package.json
+++ b/deps/npm/node_modules/@npmcli/map-workspaces/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/map-workspaces",
- "version": "2.0.0",
+ "version": "2.0.1",
"main": "lib/index.js",
"files": [
"bin",
@@ -31,7 +31,8 @@
"prepublishOnly": "git push origin --follow-tags",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
- "posttest": "npm run lint"
+ "posttest": "npm run lint",
+ "template-copy": "npm-template-copy --force"
},
"tap": {
"check-coverage": true
@@ -42,16 +43,17 @@
]
},
"devDependencies": {
- "eslint": "^8.0.0",
- "require-inject": "^1.4.4",
- "@npmcli/template-oss": "^2.0.0",
- "tap": "^15.0.10"
+ "@npmcli/template-oss": "^2.7.1",
+ "eslint": "^8.9.0",
+ "tap": "^15.1.6"
},
"dependencies": {
"@npmcli/name-from-folder": "^1.0.1",
- "glob": "^7.1.6",
- "minimatch": "^3.0.4",
- "read-package-json-fast": "^2.0.1"
+ "glob": "^7.2.0",
+ "minimatch": "^5.0.0",
+ "read-package-json-fast": "^2.0.3"
},
- "templateVersion": "2.0.0"
+ "templateOSS": {
+ "version": "2.7.1"
+ }
}