{
  "_from": "randomstring@^1.1.5",
  "_id": "randomstring@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-eMnfell9XuU3jfCx3f4xCaFAt0YMFPZhx9R3PSStmLarDKg5j5vivqKhf/8pvG+VX/YkxsckHK/VPUrKa5V07A==",
  "_location": "/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": [
    "/generator-feathers"
  ],
  "_resolved": "https://registry.npmjs.org/randomstring/-/randomstring-1.2.1.tgz",
  "_shasum": "71cd3cda24ad1b7e0b65286b3aa5c10853019349",
  "_spec": "randomstring@^1.1.5",
  "_where": "/home/editor/editor.api/node_modules/generator-feathers",
  "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.1"
}
