source: trip-planner-front/node_modules/lru-cache/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "lru-cache@6.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "lru-cache@6.0.0",
10 "_id": "lru-cache@6.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
13 "_location": "/lru-cache",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "lru-cache@6.0.0",
19 "name": "lru-cache",
20 "escapedName": "lru-cache",
21 "rawSpec": "6.0.0",
22 "saveSpec": null,
23 "fetchSpec": "6.0.0"
24 },
25 "_requiredBy": [
26 "/@npmcli/git",
27 "/cacache",
28 "/hosted-git-info",
29 "/make-fetch-happen",
30 "/semver"
31 ],
32 "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
33 "_spec": "6.0.0",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "author": {
36 "name": "Isaac Z. Schlueter",
37 "email": "i@izs.me"
38 },
39 "bugs": {
40 "url": "https://github.com/isaacs/node-lru-cache/issues"
41 },
42 "dependencies": {
43 "yallist": "^4.0.0"
44 },
45 "description": "A cache object that deletes the least-recently-used items.",
46 "devDependencies": {
47 "benchmark": "^2.1.4",
48 "tap": "^14.10.7"
49 },
50 "engines": {
51 "node": ">=10"
52 },
53 "files": [
54 "index.js"
55 ],
56 "homepage": "https://github.com/isaacs/node-lru-cache#readme",
57 "keywords": [
58 "mru",
59 "lru",
60 "cache"
61 ],
62 "license": "ISC",
63 "main": "index.js",
64 "name": "lru-cache",
65 "repository": {
66 "type": "git",
67 "url": "git://github.com/isaacs/node-lru-cache.git"
68 },
69 "scripts": {
70 "postversion": "npm publish",
71 "prepublishOnly": "git push origin --follow-tags",
72 "preversion": "npm test",
73 "snap": "tap",
74 "test": "tap"
75 },
76 "version": "6.0.0"
77}
Note: See TracBrowser for help on using the repository browser.