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