HEX
Server: Apache
System: Linux www 6.18.4-i1-ampere #899 SMP Thu Jan 8 10:39:05 CET 2026 aarch64
User: sws1073755998 (1073755998)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/share/nodejs/builtins/package.json
{
  "name": "builtins",
  "version": "5.0.1",
  "description": "List of node.js builtin modules",
  "repository": "juliangruber/builtins",
  "license": "MIT",
  "main": "index.js",
  "files": [],
  "scripts": {
    "test": "prettier-standard && standard && node-core-test"
  },
  "dependencies": {
    "semver": "^7.0.0"
  },
  "devDependencies": {
    "node-core-test": "^1.4.0",
    "prettier-standard": "^15.0.1",
    "standard": "^14.3.4"
  }
}