HEX
Server: Apache
System: Linux server.instantlogomakers.com 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: s2spw (1156)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib/node_modules/forever/node_modules/unique-string/package.json
{
  "name": "unique-string",
  "version": "1.0.0",
  "description": "Generate a unique random string",
  "license": "MIT",
  "repository": "sindresorhus/unique-string",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "unique",
    "string",
    "random",
    "uniq",
    "str",
    "rand",
    "text",
    "id",
    "identifier",
    "slug",
    "hex"
  ],
  "dependencies": {
    "crypto-random-string": "^1.0.0"
  },
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "xo": {
    "esnext": true
  }
}