{
  "_from": "randomstring@^1.1.5",
  "_id": "randomstring@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-9FByiB8guWZLbE+akdQiWE3I1I6w7Vn5El4o4y7o5bWQ6DWPcEOp+aLG7Jezc8BVRKKpgJd2ppRX0jnKu1YCfg==",
  "_location": "/@budibase/cli/randomstring",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "randomstring@^1.1.5",
    "name": "randomstring",
    "escapedName": "randomstring",
    "rawSpec": "^1.1.5",
    "saveSpec": null,
    "fetchSpec": "^1.1.5"
  },
  "_requiredBy": [
    "/@budibase/cli"
  ],
  "_resolved": "https://registry.npmjs.org/randomstring/-/randomstring-1.2.2.tgz",
  "_shasum": "61b3d42624c7b1fcaaaba161c53452eb3d8fef1c",
  "_spec": "randomstring@^1.1.5",
  "_where": "/usr/local/lib/node_modules/@budibase/cli",
  "author": {
    "name": "Elias Klughammer",
    "email": "elias@klughammer.com",
    "url": "http://www.klughammer.com"
  },
  "bin": {
    "randomstring": "bin/randomstring"
  },
  "bugs": {
    "url": "https://github.com/klughammer/node-randomstring/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-uniq": "1.0.2",
    "randombytes": "2.0.3"
  },
  "deprecated": false,
  "description": "A module for generating random strings",
  "devDependencies": {
    "mocha": "^1.20.1"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/klughammer/node-randomstring",
  "license": "MIT",
  "main": "./index",
  "name": "randomstring",
  "repository": {
    "type": "git",
    "url": "git://github.com/klughammer/node-randomstring.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.2.2"
}
