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/npm-pick-manifest/package.json
{
  "name": "npm-pick-manifest",
  "version": "6.1.0",
  "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
  "main": "index.js",
  "files": [
    "*.js"
  ],
  "scripts": {
    "coverage": "tap",
    "lint": "standard",
    "postrelease": "npm publish",
    "posttest": "npm run lint",
    "prepublishOnly": "git push --follow-tags",
    "prerelease": "npm t",
    "release": "standard-version -s",
    "test": "tap"
  },
  "repository": "https://github.com/npm/npm-pick-manifest",
  "keywords": [
    "npm",
    "semver",
    "package manager"
  ],
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@sykosomatic.org",
    "twitter": "maybekatz"
  },
  "license": "ISC",
  "dependencies": {
    "npm-install-checks": "^4.0.0",
    "npm-package-arg": "^8.0.0",
    "semver": "^7.0.0"
  },
  "devDependencies": {
    "standard": "^14.3.1",
    "standard-version": "^7.0.1",
    "tap": "^14.10.2"
  },
  "tap": {
    "check-coverage": true
  }
}