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/cmd-shim/package.json
{
  "name": "cmd-shim",
  "version": "4.0.2",
  "description": "Used in npm for command line application support",
  "scripts": {
    "test": "tap",
    "snap": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/cmd-shim.git"
  },
  "license": "ISC",
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "mkdirp-infer-owner": "^2.0.0"
  },
  "devDependencies": {
    "rimraf": "~2.2.8",
    "tap": "^14.10.6"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "tap": {
    "before": "test/00-setup.js",
    "after": "test/zz-cleanup.js",
    "check-coverage": true
  },
  "engines": {
    "node": ">=10"
  }
}