Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/quick-lru/package.json

{
  "_from": "quick-lru@^1.0.0",
  "_id": "quick-lru@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=",
  "_location": "/conventional-changelog-cli/quick-lru",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "quick-lru@^1.0.0",
    "name": "quick-lru",
    "escapedName": "quick-lru",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/camelcase-keys"
  ],
  "_resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz",
  "_shasum": "4360b17c61136ad38078397ff11416e186dcfbb8",
  "_spec": "quick-lru@^1.0.0",
  "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli\\node_modules\\camelcase-keys",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/quick-lru/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple \"Least Recently Used\" (LRU) cache",
  "devDependencies": {
    "ava": "*",
    "coveralls": "^2.12.0",
    "nyc": "^11.0.3",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/quick-lru#readme",
  "keywords": [
    "lru",
    "quick",
    "cache",
    "caching",
    "least",
    "recently",
    "used",
    "fast",
    "map",
    "hash",
    "buffer"
  ],
  "license": "MIT",
  "name": "quick-lru",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/quick-lru.git"
  },
  "scripts": {
    "test": "xo && nyc ava"
  },
  "version": "1.1.0"
}