1{ 2 "name": "@npmcli/map-workspaces", 3 "version": "3.0.4", 4 "main": "lib/index.js", 5 "files": [ 6 "bin/", 7 "lib/" 8 ], 9 "engines": { 10 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 11 }, 12 "description": "Retrieves a name:pathname Map for a given workspaces config", 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/npm/map-workspaces.git" 16 }, 17 "keywords": [ 18 "npm", 19 "npmcli", 20 "libnpm", 21 "cli", 22 "workspaces", 23 "map-workspaces" 24 ], 25 "author": "GitHub Inc.", 26 "license": "ISC", 27 "scripts": { 28 "lint": "eslint \"**/*.js\"", 29 "pretest": "npm run lint", 30 "test": "tap", 31 "snap": "tap", 32 "postlint": "template-oss-check", 33 "lintfix": "npm run lint -- --fix", 34 "posttest": "npm run lint", 35 "template-oss-apply": "template-oss-apply --force" 36 }, 37 "tap": { 38 "check-coverage": true, 39 "nyc-arg": [ 40 "--exclude", 41 "tap-snapshots/**" 42 ] 43 }, 44 "devDependencies": { 45 "@npmcli/eslint-config": "^4.0.0", 46 "@npmcli/template-oss": "4.14.1", 47 "tap": "^16.0.1" 48 }, 49 "dependencies": { 50 "@npmcli/name-from-folder": "^2.0.0", 51 "glob": "^10.2.2", 52 "minimatch": "^9.0.0", 53 "read-package-json-fast": "^3.0.0" 54 }, 55 "templateOSS": { 56 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 57 "version": "4.14.1", 58 "publish": "true" 59 } 60} 61