{
  "_from": "shortid@^2.2.8",
  "_id": "shortid@2.2.8",
  "_inBundle": false,
  "_integrity": "sha1-AzsRfWoul1gE9vCWnb59PQs1UTE=",
  "_location": "/shortid",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "shortid@^2.2.8",
    "name": "shortid",
    "escapedName": "shortid",
    "rawSpec": "^2.2.8",
    "saveSpec": null,
    "fetchSpec": "^2.2.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "http://registry.npm.taobao.org/shortid/download/shortid-2.2.8.tgz",
  "_shasum": "033b117d6a2e975804f6f0969dbe7d3d0b355131",
  "_spec": "shortid@^2.2.8",
  "_where": "/Users/anqin/Documents/workspace/zokor-app",
  "author": {
    "name": "Dylan Greene",
    "email": "dylang@gmail.com"
  },
  "browser": {
    "./lib/util/cluster-worker-id.js": "./lib/util/cluster-worker-id-browser.js",
    "./lib/random/random-byte.js": "./lib/random/random-byte-browser.js"
  },
  "bugs": {
    "url": "https://github.com/dylang/shortid/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Amazingly short non-sequential url-friendly unique id generator.",
  "devDependencies": {
    "chai": "^3.3.0",
    "envify": "^3.4.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.6.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-jshint": "^0.11.3",
    "grunt-contrib-uglify": "^0.9.2",
    "grunt-mocha-test": "^0.12.7",
    "grunt-notify": "^0.4.1",
    "grunt-open": "^0.2.3",
    "grunt-release": "^0.13.0",
    "grunt-templates-dylang": "^1.0.10",
    "load-grunt-tasks": "^3.3.0",
    "mocha": "^2.3.3",
    "time-grunt": "^1.2.1"
  },
  "homepage": "https://github.com/dylang/shortid",
  "keywords": [
    "short",
    "tiny",
    "id",
    "uuid",
    "bitly",
    "shorten",
    "mongoid",
    "shortid",
    "tinyid"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "shortid",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dylang/shortid.git"
  },
  "scripts": {
    "build": "grunt build",
    "readme": "grunt repos readme",
    "test": "grunt test"
  },
  "version": "2.2.8"
}
