11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "read-cmd-shim",
31cb0ef41Sopenharmony_ci  "version": "4.0.0",
41cb0ef41Sopenharmony_ci  "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
51cb0ef41Sopenharmony_ci  "main": "lib/index.js",
61cb0ef41Sopenharmony_ci  "devDependencies": {
71cb0ef41Sopenharmony_ci    "@npmcli/eslint-config": "^3.0.1",
81cb0ef41Sopenharmony_ci    "@npmcli/template-oss": "4.5.1",
91cb0ef41Sopenharmony_ci    "cmd-shim": "^5.0.0",
101cb0ef41Sopenharmony_ci    "rimraf": "^3.0.0",
111cb0ef41Sopenharmony_ci    "tap": "^16.0.1"
121cb0ef41Sopenharmony_ci  },
131cb0ef41Sopenharmony_ci  "scripts": {
141cb0ef41Sopenharmony_ci    "test": "tap",
151cb0ef41Sopenharmony_ci    "lint": "eslint \"**/*.js\"",
161cb0ef41Sopenharmony_ci    "postlint": "template-oss-check",
171cb0ef41Sopenharmony_ci    "template-oss-apply": "template-oss-apply --force",
181cb0ef41Sopenharmony_ci    "lintfix": "npm run lint -- --fix",
191cb0ef41Sopenharmony_ci    "snap": "tap",
201cb0ef41Sopenharmony_ci    "posttest": "npm run lint"
211cb0ef41Sopenharmony_ci  },
221cb0ef41Sopenharmony_ci  "tap": {
231cb0ef41Sopenharmony_ci    "check-coverage": true,
241cb0ef41Sopenharmony_ci    "nyc-arg": [
251cb0ef41Sopenharmony_ci      "--exclude",
261cb0ef41Sopenharmony_ci      "tap-snapshots/**"
271cb0ef41Sopenharmony_ci    ]
281cb0ef41Sopenharmony_ci  },
291cb0ef41Sopenharmony_ci  "repository": {
301cb0ef41Sopenharmony_ci    "type": "git",
311cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/read-cmd-shim.git"
321cb0ef41Sopenharmony_ci  },
331cb0ef41Sopenharmony_ci  "license": "ISC",
341cb0ef41Sopenharmony_ci  "homepage": "https://github.com/npm/read-cmd-shim#readme",
351cb0ef41Sopenharmony_ci  "files": [
361cb0ef41Sopenharmony_ci    "bin/",
371cb0ef41Sopenharmony_ci    "lib/"
381cb0ef41Sopenharmony_ci  ],
391cb0ef41Sopenharmony_ci  "author": "GitHub Inc.",
401cb0ef41Sopenharmony_ci  "engines": {
411cb0ef41Sopenharmony_ci    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
421cb0ef41Sopenharmony_ci  },
431cb0ef41Sopenharmony_ci  "templateOSS": {
441cb0ef41Sopenharmony_ci    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
451cb0ef41Sopenharmony_ci    "version": "4.5.1"
461cb0ef41Sopenharmony_ci  }
471cb0ef41Sopenharmony_ci}
48