- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/lru-cache/package.json
rceaed42 r59329aa 1 1 { 2 "name": "lru-cache", 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 }, 3 45 "description": "A cache object that deletes the least-recently-used items.", 4 "version": "6.0.0", 5 "author": "Isaac Z. Schlueter <i@izs.me>", 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", 6 57 "keywords": [ 7 58 "mru", … … 9 60 "cache" 10 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 }, 11 69 "scripts": { 12 "test": "tap", 70 "postversion": "npm publish", 71 "prepublishOnly": "git push origin --follow-tags", 72 "preversion": "npm test", 13 73 "snap": "tap", 14 "preversion": "npm test", 15 "postversion": "npm publish", 16 "prepublishOnly": "git push origin --follow-tags" 74 "test": "tap" 17 75 }, 18 "main": "index.js", 19 "repository": "git://github.com/isaacs/node-lru-cache.git", 20 "devDependencies": { 21 "benchmark": "^2.1.4", 22 "tap": "^14.10.7" 23 }, 24 "license": "ISC", 25 "dependencies": { 26 "yallist": "^4.0.0" 27 }, 28 "files": [ 29 "index.js" 30 ], 31 "engines": { 32 "node": ">=10" 33 } 76 "version": "6.0.0" 34 77 }
Note:
See TracChangeset
for help on using the changeset viewer.