{
  "_args": [
    [
      "hexoid@1.0.0",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "hexoid@1.0.0",
  "_id": "hexoid@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==",
  "_location": "/hexoid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hexoid@1.0.0",
    "name": "hexoid",
    "escapedName": "hexoid",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/formidable"
  ],
  "_resolved": "https://registry.npmmirror.com/hexoid/-/hexoid-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "author": {
    "name": "Luke Edwards",
    "email": "luke.edwards05@gmail.com",
    "url": "https://lukeed.com"
  },
  "bugs": {
    "url": "https://github.com/lukeed/hexoid/issues"
  },
  "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"
}
