aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lru-cache/package.json
blob: 08f94c1895317e7a70e7bcb2273e8bb503660df9 (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
{
  "_args": [
    [
      {
        "raw": "lru-cache@2",
        "scope": null,
        "escapedName": "lru-cache",
        "name": "lru-cache",
        "rawSpec": "2",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/globule/node_modules/minimatch"
    ]
  ],
  "_from": "lru-cache@>=2.0.0 <3.0.0",
  "_id": "lru-cache@2.7.3",
  "_inCache": true,
  "_location": "/lru-cache",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_npmVersion": "3.3.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "lru-cache@2",
    "scope": null,
    "escapedName": "lru-cache",
    "name": "lru-cache",
    "rawSpec": "2",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/globule/minimatch",
    "/mocha/minimatch"
  ],
  "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
  "_shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
  "_shrinkwrap": null,
  "_spec": "lru-cache@2",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/globule/node_modules/minimatch",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-lru-cache/issues"
  },
  "dependencies": {},
  "description": "A cache object that deletes the least-recently-used items.",
  "devDependencies": {
    "tap": "^1.2.0",
    "weak": ""
  },
  "directories": {},
  "dist": {
    "shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
    "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
  },
  "gitHead": "292048199f6d28b77fbe584279a1898e25e4c714",
  "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  "keywords": [
    "mru",
    "lru",
    "cache"
  ],
  "license": "ISC",
  "main": "lib/lru-cache.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "name": "lru-cache",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-lru-cache.git"
  },
  "scripts": {
    "test": "tap test --gc"
  },
  "version": "2.7.3"
}