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/libnpmpack/package.json
{
  "name": "libnpmpack",
  "version": "2.0.0",
  "description": "Programmatic API for the bits behind npm pack",
  "author": "npm Inc. <support@npmjs.com>",
  "contributors": [
    "Claudia Hernández <claudia@npmjs.com>"
  ],
  "main": "index.js",
  "files": [
    "*.js"
  ],
  "license": "ISC",
  "scripts": {
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "lint": "standard",
    "test": "tap",
    "posttest": "npm run lint"
  },
  "tap": {
    "check-coverage": true
  },
  "devDependencies": {
    "nock": "^12.0.2",
    "standard": "^14.3.1",
    "tap": "^14.10.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/libnpmpack.git"
  },
  "bugs": "https://github.com/npm/libnpmpack/issues",
  "homepage": "https://npmjs.com/package/libnpmpack",
  "dependencies": {
    "@npmcli/run-script": "^1.3.0",
    "npm-package-arg": "^8.0.0",
    "pacote": "^11.1.4"
  },
  "engines": {
    "node": ">=10"
  }
}