{
  "_id": "unique-filename@1.1.1",
  "_inBundle": true,
  "_location": "/npm/unique-filename",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/cacache"
  ],
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org/"
  },
  "bugs": {
    "url": "https://github.com/iarna/unique-filename/issues"
  },
  "dependencies": {
    "unique-slug": "^2.0.0"
  },
  "description": "Generate a unique filename for use in temporary directories or caches.",
  "devDependencies": {
    "standard": "^5.4.1",
    "tap": "^2.3.1"
  },
  "homepage": "https://github.com/iarna/unique-filename",
  "keywords": [],
  "license": "ISC",
  "main": "index.js",
  "name": "unique-filename",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/unique-filename.git"
  },
  "scripts": {
    "test": "standard && tap test"
  },
  "version": "1.1.1"
}
