HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/local/lib/node_modules/@ionic/cli/node_modules/hexoid/package.json
{
  "_from": "hexoid@^1.0.0",
  "_id": "hexoid@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==",
  "_location": "/@ionic/cli/hexoid",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hexoid@^1.0.0",
    "name": "hexoid",
    "escapedName": "hexoid",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@ionic/cli/formidable"
  ],
  "_resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz",
  "_shasum": "ad10c6573fb907de23d9ec63a711267d9dc9bc18",
  "_spec": "hexoid@^1.0.0",
  "_where": "/usr/local/lib/node_modules/@ionic/cli/node_modules/formidable",
  "author": {
    "name": "Luke Edwards",
    "email": "luke.edwards05@gmail.com",
    "url": "https://lukeed.com"
  },
  "bugs": {
    "url": "https://github.com/lukeed/hexoid/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A tiny (190B) and extremely fast utility to generate random IDs of fixed length",
  "devDependencies": {
    "bundt": "1.0.0",
    "esm": "3.2.25",
    "tap-spec": "5.0.0",
    "tape": "4.9.1"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "*.d.ts",
    "dist"
  ],
  "homepage": "https://github.com/lukeed/hexoid#readme",
  "keywords": [
    "id",
    "uid",
    "uuid",
    "random",
    "generate"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "name": "hexoid",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukeed/hexoid.git"
  },
  "scripts": {
    "build": "bundt",
    "pretest": "npm run build",
    "test": "tape -r esm test/*.js | tap-spec"
  },
  "types": "hexoid.d.ts",
  "unpkg": "dist/index.min.js",
  "version": "1.0.0"
}