Initial commit
[yaffs-website] / node_modules / lru-cache / package.json
1 {
2   "_args": [
3     [
4       "lru-cache@2",
5       "/var/www/yaffs/node_modules/globule/node_modules/minimatch"
6     ]
7   ],
8   "_from": "lru-cache@>=2.0.0 <3.0.0",
9   "_id": "lru-cache@2.7.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/lru-cache",
13   "_nodeVersion": "4.0.0",
14   "_npmUser": {
15     "email": "i@izs.me",
16     "name": "isaacs"
17   },
18   "_npmVersion": "3.3.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "lru-cache",
22     "raw": "lru-cache@2",
23     "rawSpec": "2",
24     "scope": null,
25     "spec": ">=2.0.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/globule/minimatch"
30   ],
31   "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
32   "_shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
33   "_shrinkwrap": null,
34   "_spec": "lru-cache@2",
35   "_where": "/var/www/yaffs/node_modules/globule/node_modules/minimatch",
36   "author": {
37     "email": "i@izs.me",
38     "name": "Isaac Z. Schlueter"
39   },
40   "bugs": {
41     "url": "https://github.com/isaacs/node-lru-cache/issues"
42   },
43   "dependencies": {},
44   "description": "A cache object that deletes the least-recently-used items.",
45   "devDependencies": {
46     "tap": "^1.2.0",
47     "weak": ""
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
52     "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
53   },
54   "gitHead": "292048199f6d28b77fbe584279a1898e25e4c714",
55   "homepage": "https://github.com/isaacs/node-lru-cache#readme",
56   "keywords": [
57     "cache",
58     "lru",
59     "mru"
60   ],
61   "license": "ISC",
62   "main": "lib/lru-cache.js",
63   "maintainers": [
64     {
65       "name": "isaacs",
66       "email": "isaacs@npmjs.com"
67     },
68     {
69       "name": "othiym23",
70       "email": "ogd@aoaioxxysz.net"
71     }
72   ],
73   "name": "lru-cache",
74   "optionalDependencies": {},
75   "readme": "ERROR: No README data found!",
76   "repository": {
77     "type": "git",
78     "url": "git://github.com/isaacs/node-lru-cache.git"
79   },
80   "scripts": {
81     "test": "tap test --gc"
82   },
83   "version": "2.7.3"
84 }