]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/lru-cache/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / lru-cache / package.json
1 {
2   "name": "lru-cache",
3   "description": "A cache object that deletes the least-recently-used items.",
4   "version": "4.0.1",
5   "author": {
6     "name": "Isaac Z. Schlueter",
7     "email": "i@izs.me"
8   },
9   "keywords": [
10     "mru",
11     "lru",
12     "cache"
13   ],
14   "scripts": {
15     "test": "tap test --branches=100 --functions=100 --lines=100 --statements=100",
16     "posttest": "standard test/*.js lib/*.js"
17   },
18   "main": "lib/lru-cache.js",
19   "repository": {
20     "type": "git",
21     "url": "git://github.com/isaacs/node-lru-cache.git"
22   },
23   "devDependencies": {
24     "standard": "^5.4.1",
25     "tap": "^5.1.1"
26   },
27   "license": "ISC",
28   "dependencies": {
29     "pseudomap": "^1.0.1",
30     "yallist": "^2.0.0"
31   },
32   "files": [
33     "lib/lru-cache.js"
34   ],
35   "gitHead": "6cd8c8a43cf56c585bdb696faae94f9836cb9e28",
36   "bugs": {
37     "url": "https://github.com/isaacs/node-lru-cache/issues"
38   },
39   "homepage": "https://github.com/isaacs/node-lru-cache#readme",
40   "_id": "lru-cache@4.0.1",
41   "_shasum": "1343955edaf2e37d9b9e7ee7241e27c4b9fb72be",
42   "_from": "lru-cache@4.0.1",
43   "_npmVersion": "3.7.3",
44   "_nodeVersion": "5.6.0",
45   "_npmUser": {
46     "name": "isaacs",
47     "email": "i@izs.me"
48   },
49   "dist": {
50     "shasum": "1343955edaf2e37d9b9e7ee7241e27c4b9fb72be",
51     "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.1.tgz"
52   },
53   "maintainers": [
54     {
55       "name": "isaacs",
56       "email": "isaacs@npmjs.com"
57     },
58     {
59       "name": "othiym23",
60       "email": "ogd@aoaioxxysz.net"
61     }
62   ],
63   "_npmOperationalInternal": {
64     "host": "packages-12-west.internal.npmjs.com",
65     "tmp": "tmp/lru-cache-4.0.1.tgz_1458667372415_0.8005518841091543"
66   },
67   "directories": {},
68   "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.1.tgz",
69   "readme": "ERROR: No README data found!"
70 }