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/libnpmversion/package.json
{
  "name": "libnpmversion",
  "version": "1.0.7",
  "main": "lib/index.js",
  "files": [
    "lib/*.js"
  ],
  "description": "library to do the things that 'npm version' does",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/libnpmversion"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
  "license": "ISC",
  "scripts": {
    "test": "tap",
    "snap": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags"
  },
  "tap": {
    "coverage-map": "map.js",
    "check-coverage": true
  },
  "devDependencies": {
    "require-inject": "^1.4.4",
    "tap": "^14.10.6"
  },
  "dependencies": {
    "@npmcli/git": "^2.0.1",
    "@npmcli/run-script": "^1.2.1",
    "read-package-json-fast": "^1.2.1",
    "semver": "^7.1.3",
    "stringify-package": "^1.0.1"
  }
}