HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: //lib/node_modules/npm/node_modules/libnpmversion/package.json
{
  "name": "libnpmversion",
  "version": "3.0.1",
  "main": "lib/index.js",
  "files": [
    "bin",
    "lib"
  ],
  "description": "library to do the things that 'npm version' does",
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/cli",
    "directory": "workspaces/libnpmversion"
  },
  "author": "GitHub Inc.",
  "license": "ISC",
  "scripts": {
    "lint": "eslint '**/*.js'",
    "test": "tap",
    "posttest": "npm run lint",
    "snap": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "postlint": "npm-template-check",
    "lintfix": "npm run lint -- --fix",
    "template-copy": "npm-template-copy --force"
  },
  "tap": {
    "coverage-map": "map.js",
    "check-coverage": true
  },
  "devDependencies": {
    "@npmcli/template-oss": "^2.4.2",
    "require-inject": "^1.4.4",
    "tap": "^15"
  },
  "dependencies": {
    "@npmcli/git": "^3.0.0",
    "@npmcli/run-script": "^3.0.0",
    "json-parse-even-better-errors": "^2.3.1",
    "proc-log": "^2.0.0",
    "semver": "^7.3.5",
    "stringify-package": "^1.0.1"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16"
  },
  "templateOSS": {
    "version": "2.9.2"
  }
}