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:
Diffstat (limited to 'node_modules/@npmcli/map-workspaces/package.json')
-rw-r--r--node_modules/@npmcli/map-workspaces/package.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/node_modules/@npmcli/map-workspaces/package.json b/node_modules/@npmcli/map-workspaces/package.json
index 17cc4197e..987298c3d 100644
--- a/node_modules/@npmcli/map-workspaces/package.json
+++ b/node_modules/@npmcli/map-workspaces/package.json
@@ -1,11 +1,13 @@
{
"name": "@npmcli/map-workspaces",
- "version": "1.0.4",
+ "version": "2.0.0",
+ "main": "lib/index.js",
"files": [
- "index.js"
+ "bin",
+ "lib"
],
"engines": {
- "node": ">=10"
+ "node": "^12.13.0 || ^14.15.0 || >=16"
},
"description": "Retrieves a name:pathname Map for a given workspaces config",
"repository": "https://github.com/npm/map-workspaces",
@@ -17,23 +19,19 @@
"workspaces",
"map-workspaces"
],
- "author": "npm Inc. <support@npmjs.com>",
- "contributors": [
- {
- "name": "Ruy Adorno",
- "url": "https://ruyadorno.com",
- "twitter": "ruyadorno"
- }
- ],
+ "author": "GitHub Inc.",
"license": "ISC",
"scripts": {
- "lint": "standard",
+ "lint": "eslint '**/*.js'",
"pretest": "npm run lint",
- "test": "tap test*.js",
- "snap": "tap test*.js",
+ "test": "tap",
+ "snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags"
+ "prepublishOnly": "git push origin --follow-tags",
+ "postlint": "npm-template-check",
+ "lintfix": "npm run lint -- --fix",
+ "posttest": "npm run lint"
},
"tap": {
"check-coverage": true
@@ -44,14 +42,16 @@
]
},
"devDependencies": {
+ "eslint": "^8.0.0",
"require-inject": "^1.4.4",
- "standard": "^14.3.4",
- "tap": "^14.10.8"
+ "@npmcli/template-oss": "^2.0.0",
+ "tap": "^15.0.10"
},
"dependencies": {
"@npmcli/name-from-folder": "^1.0.1",
"glob": "^7.1.6",
"minimatch": "^3.0.4",
"read-package-json-fast": "^2.0.1"
- }
+ },
+ "templateVersion": "2.0.0"
}