HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: //usr/share/npm/node_modules/read-cmd-shim/package.json
{
  "name": "read-cmd-shim",
  "version": "2.0.0",
  "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
  "main": "index.js",
  "devDependencies": {
    "cmd-shim": "^4.0.0",
    "rimraf": "^3.0.0",
    "tap": "^14.10.6"
  },
  "scripts": {
    "preversion": "npm t",
    "postversion": "npm publish",
    "prepublishOnly": "git push --follow-tags",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/read-cmd-shim.git"
  },
  "license": "ISC",
  "homepage": "https://github.com/npm/read-cmd-shim#readme",
  "files": [
    "index.js"
  ]
}