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/libnpmaccess/package.json
{
  "name": "libnpmaccess",
  "version": "4.0.1",
  "description": "programmatic library for `npm access` commands",
  "author": "Kat Marchán <kzm@sykosomatic.org>",
  "license": "ISC",
  "scripts": {
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --follow-tags",
    "lint": "standard",
    "test": "tap"
  },
  "devDependencies": {
    "nock": "^12.0.1",
    "standard": "^14.3.0",
    "tap": "^14.10.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/libnpmaccess.git"
  },
  "bugs": "https://github.com/npm/libnpmaccess/issues",
  "homepage": "https://npmjs.com/package/libnpmaccess",
  "dependencies": {
    "aproba": "^2.0.0",
    "minipass": "^3.1.1",
    "npm-package-arg": "^8.0.0",
    "npm-registry-fetch": "^9.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "tap": {
    "check-coverage": true
  }
}