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/nodejs/@npmcli/node-gyp/package.json
{
  "name": "@npmcli/node-gyp",
  "version": "1.0.1",
  "description": "Tools for dealing with node-gyp packages",
  "scripts": {
    "test": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags"
  },
  "keywords": [
    "npm",
    "cli",
    "node-gyp"
  ],
  "files": [
    "lib/**/*.js"
  ],
  "main": "lib/index.js",
  "author": "Brian Jenkins <bonkydog@bonkydog.com>",
  "license": "ISC",
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "devDependencies": {
    "tap": "^14.10.6",
    "tmp": "^0.2.1"
  }
}