summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/package.json
blob: fafc088e725c0cf6b72fc11f3b2a495cfe8a5b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
  "_args": [
    [
      "lru-cache@^4.0.0",
      "/Users/rebecca/code/npm/node_modules/request/node_modules/aws4"
    ]
  ],
  "_from": "lru-cache@>=4.0.0 <5.0.0",
  "_id": "lru-cache@4.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/aws4/lru-cache",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/lru-cache-4.0.1.tgz_1458667372415_0.8005518841091543"
  },
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "3.7.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "lru-cache",
    "raw": "lru-cache@^4.0.0",
    "rawSpec": "^4.0.0",
    "scope": null,
    "spec": ">=4.0.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request/aws4"
  ],
  "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.1.tgz",
  "_shasum": "1343955edaf2e37d9b9e7ee7241e27c4b9fb72be",
  "_shrinkwrap": null,
  "_spec": "lru-cache@^4.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/aws4",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-lru-cache/issues"
  },
  "dependencies": {
    "pseudomap": "^1.0.1",
    "yallist": "^2.0.0"
  },
  "description": "A cache object that deletes the least-recently-used items.",
  "devDependencies": {
    "standard": "^5.4.1",
    "tap": "^5.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "1343955edaf2e37d9b9e7ee7241e27c4b9fb72be",
    "tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-4.0.1.tgz"
  },
  "files": [
    "lib/lru-cache.js"
  ],
  "gitHead": "6cd8c8a43cf56c585bdb696faae94f9836cb9e28",
  "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  "keywords": [
    "mru",
    "lru",
    "cache"
  ],
  "license": "ISC",
  "main": "lib/lru-cache.js",
  "maintainers": [
    {
      "email": "isaacs@npmjs.com",
      "name": "isaacs"
    },
    {
      "email": "ogd@aoaioxxysz.net",
      "name": "othiym23"
    }
  ],
  "name": "lru-cache",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-lru-cache.git"
  },
  "scripts": {
    "posttest": "standard test/*.js lib/*.js",
    "test": "tap test --branches=100 --functions=100 --lines=100 --statements=100"
  },
  "version": "4.0.1"
}