{
  "_args": [
    [
      "uuid-random@1.3.2",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "uuid-random@1.3.2",
  "_id": "uuid-random@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-UOzej0Le/UgkbWEO8flm+0y+G+ljUon1QWTEZOq1rnMAsxo2+SckbiZdKzAHHlVh6gJqI1TjC/xwgR50MuCrBQ==",
  "_location": "/uuid-random",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "uuid-random@1.3.2",
    "name": "uuid-random",
    "escapedName": "uuid-random",
    "rawSpec": "1.3.2",
    "saveSpec": null,
    "fetchSpec": "1.3.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/uuid-random/-/uuid-random-1.3.2.tgz",
  "_spec": "1.3.2",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Wes Roberts"
  },
  "browser": {
    "crypto": false
  },
  "bugs": {
    "url": "https://github.com/jchook/uuid-random/issues"
  },
  "description": "Fastest UUIDv4 with good RNG",
  "homepage": "https://github.com/jchook/uuid-random#readme",
  "keywords": [
    "uuid",
    "fast",
    "random",
    "v4",
    "tiny"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "uuid-random",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jchook/uuid-random.git"
  },
  "scripts": {
    "minify": "minify --js < index.js > uuid-random.min.js",
    "test": "node test.js"
  },
  "types": "index.d.ts",
  "version": "1.3.2"
}
