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/npm-package-arg/package.json
{
  "name": "npm-package-arg",
  "version": "8.1.0",
  "description": "Parse the things that can be arguments to `npm install`",
  "main": "npa.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "npa.js"
  ],
  "dependencies": {
    "hosted-git-info": "^3.0.6",
    "semver": "^7.0.0",
    "validate-npm-package-name": "^3.0.0"
  },
  "devDependencies": {
    "tap": "^14.10.2"
  },
  "scripts": {
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "test": "tap",
    "snap": "tap"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/npm-package-arg"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm/npm-package-arg/issues"
  },
  "homepage": "https://github.com/npm/npm-package-arg",
  "engines": {
    "node": ">=10"
  }
}