[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "lru-cache@^5.1.1",
|
---|
| 3 | "_id": "lru-cache@5.1.1",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
---|
| 6 | "_location": "/lru-cache",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "lru-cache@^5.1.1",
|
---|
| 12 | "name": "lru-cache",
|
---|
| 13 | "escapedName": "lru-cache",
|
---|
| 14 | "rawSpec": "^5.1.1",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^5.1.1"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/@babel/helper-compilation-targets"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
---|
| 22 | "_shasum": "1da27e6710271947695daf6848e847f01d84b920",
|
---|
| 23 | "_spec": "lru-cache@^5.1.1",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/helper-compilation-targets",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Isaac Z. Schlueter",
|
---|
| 27 | "email": "i@izs.me"
|
---|
| 28 | },
|
---|
| 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/isaacs/node-lru-cache/issues"
|
---|
| 31 | },
|
---|
| 32 | "bundleDependencies": false,
|
---|
| 33 | "dependencies": {
|
---|
| 34 | "yallist": "^3.0.2"
|
---|
| 35 | },
|
---|
| 36 | "deprecated": false,
|
---|
[d565449] | 37 | "description": "A cache object that deletes the least-recently-used items.",
|
---|
[79a0317] | 38 | "devDependencies": {
|
---|
| 39 | "benchmark": "^2.1.4",
|
---|
| 40 | "tap": "^12.1.0"
|
---|
| 41 | },
|
---|
| 42 | "files": [
|
---|
| 43 | "index.js"
|
---|
| 44 | ],
|
---|
| 45 | "homepage": "https://github.com/isaacs/node-lru-cache#readme",
|
---|
[d565449] | 46 | "keywords": [
|
---|
| 47 | "mru",
|
---|
| 48 | "lru",
|
---|
| 49 | "cache"
|
---|
| 50 | ],
|
---|
[79a0317] | 51 | "license": "ISC",
|
---|
| 52 | "main": "index.js",
|
---|
| 53 | "name": "lru-cache",
|
---|
| 54 | "repository": {
|
---|
| 55 | "type": "git",
|
---|
| 56 | "url": "git://github.com/isaacs/node-lru-cache.git"
|
---|
| 57 | },
|
---|
[d565449] | 58 | "scripts": {
|
---|
| 59 | "coveragerport": "tap --coverage-report=html",
|
---|
[79a0317] | 60 | "postpublish": "git push origin --all; git push origin --tags",
|
---|
[d565449] | 61 | "postversion": "npm publish",
|
---|
[79a0317] | 62 | "preversion": "npm test",
|
---|
| 63 | "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
|
---|
| 64 | "test": "tap test/*.js --100 -J"
|
---|
[d565449] | 65 | },
|
---|
[79a0317] | 66 | "version": "5.1.1"
|
---|
[d565449] | 67 | }
|
---|