HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/hat/package.json
{
    "name" : "hat",
    "version" : "0.0.3",
    "description" : "generate random IDs and avoid collisions",
    "main" : "index.js",
    "directories" : {
        "lib" : ".",
        "example" : "example",
        "test" : "test"
    },
    "devDependencies" : {
        "expresso" : "0.7.x"
    },
    "scripts" : {
        "test" : "expresso"
    },
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/substack/node-hat.git"
    },
    "keywords" : [
        "id",
        "uid",
        "uuid",
        "random",
        "hat",
        "rack",
        "unique"
    ],
    "author" : {
        "name" : "James Halliday",
        "email" : "mail@substack.net",
        "url" : "http://substack.net"
    },
    "license" : "MIT/X11",
    "engine" : { "node" : ">=0.4" }
}