HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/nodejs/errno/package.json
{
  "name": "errno",
  "authors": [
    "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
  ],
  "description": "libuv errno details exposed",
  "keywords": [
    "errors",
    "errno",
    "libuv"
  ],
  "version": "1.0.0",
  "main": "errno.js",
  "dependencies": {
    "prr": "~1.0.1"
  },
  "bin": {
    "errno": "./cli.js"
  },
  "devDependencies": {
    "error-stack-parser": "^2.0.1",
    "inherits": "^2.0.3",
    "tape": "~4.8.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/node-errno.git"
  },
  "license": "MIT",
  "scripts": {
    "test": "node --use_strict test.js"
  }
}