1{ 2 "name": "read-cmd-shim", 3 "version": "4.0.0", 4 "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", 5 "main": "lib/index.js", 6 "devDependencies": { 7 "@npmcli/eslint-config": "^3.0.1", 8 "@npmcli/template-oss": "4.5.1", 9 "cmd-shim": "^5.0.0", 10 "rimraf": "^3.0.0", 11 "tap": "^16.0.1" 12 }, 13 "scripts": { 14 "test": "tap", 15 "lint": "eslint \"**/*.js\"", 16 "postlint": "template-oss-check", 17 "template-oss-apply": "template-oss-apply --force", 18 "lintfix": "npm run lint -- --fix", 19 "snap": "tap", 20 "posttest": "npm run lint" 21 }, 22 "tap": { 23 "check-coverage": true, 24 "nyc-arg": [ 25 "--exclude", 26 "tap-snapshots/**" 27 ] 28 }, 29 "repository": { 30 "type": "git", 31 "url": "https://github.com/npm/read-cmd-shim.git" 32 }, 33 "license": "ISC", 34 "homepage": "https://github.com/npm/read-cmd-shim#readme", 35 "files": [ 36 "bin/", 37 "lib/" 38 ], 39 "author": "GitHub Inc.", 40 "engines": { 41 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 42 }, 43 "templateOSS": { 44 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 45 "version": "4.5.1" 46 } 47} 48