| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- {
- "_args": [
- [
- "lru-cache@8.0.5",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "lru-cache@8.0.5",
- "_id": "lru-cache@8.0.5",
- "_inBundle": false,
- "_integrity": "sha512-MhWWlVnuab1RG5/zMRRcVGXZLCXrZTgfwMikgzCegsPnG62yDQo5JnqKkrK4jO5iKqDAZGItAqN5CtKBCBWRUA==",
- "_location": "/lru-cache",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "lru-cache@8.0.5",
- "name": "lru-cache",
- "escapedName": "lru-cache",
- "rawSpec": "8.0.5",
- "saveSpec": null,
- "fetchSpec": "8.0.5"
- },
- "_requiredBy": [
- "/mysql2"
- ],
- "_resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-8.0.5.tgz",
- "_spec": "8.0.5",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me"
- },
- "bugs": {
- "url": "https://github.com/isaacs/node-lru-cache/issues"
- },
- "description": "A cache object that deletes the least-recently-used items.",
- "devDependencies": {
- "@size-limit/preset-small-lib": "^7.0.8",
- "@types/node": "^17.0.31",
- "@types/tap": "^15.0.6",
- "benchmark": "^2.1.4",
- "c8": "^7.11.2",
- "clock-mock": "^1.0.6",
- "esbuild": "^0.17.11",
- "eslint-config-prettier": "^8.5.0",
- "marked": "^4.2.12",
- "mkdirp": "^2.1.5",
- "prettier": "^2.6.2",
- "size-limit": "^7.0.8",
- "tap": "^16.3.4",
- "ts-node": "^10.7.0",
- "tslib": "^2.4.0",
- "typedoc": "^0.23.24",
- "typescript": "^4.6.4"
- },
- "engines": {
- "node": ">=16.14"
- },
- "exports": {
- "./min": {
- "import": {
- "types": "./dist/mjs/index.d.ts",
- "default": "./dist/mjs/index.min.js"
- },
- "require": {
- "types": "./dist/cjs/index.d.ts",
- "default": "./dist/cjs/index.min.js"
- }
- },
- ".": {
- "import": {
- "types": "./dist/mjs/index.d.ts",
- "default": "./dist/mjs/index.js"
- },
- "require": {
- "types": "./dist/cjs/index.d.ts",
- "default": "./dist/cjs/index-cjs.js"
- }
- }
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/isaacs/node-lru-cache#readme",
- "keywords": [
- "mru",
- "lru",
- "cache"
- ],
- "license": "ISC",
- "main": "./dist/cjs/index-cjs.js",
- "module": "./dist/mjs/index.js",
- "name": "lru-cache",
- "prettier": {
- "semi": false,
- "printWidth": 70,
- "tabWidth": 2,
- "useTabs": false,
- "singleQuote": true,
- "jsxSingleQuote": false,
- "bracketSameLine": true,
- "arrowParens": "avoid",
- "endOfLine": "lf"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/node-lru-cache.git"
- },
- "scripts": {
- "benchmark": "make -C benchmark",
- "benchmark-results-typedoc": "bash scripts/benchmark-results-typedoc.sh",
- "build": "npm run prepare",
- "format": "prettier --write .",
- "postprepare": "bash fixup.sh",
- "postversion": "npm publish",
- "prebenchmark": "npm run prepare",
- "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json",
- "preprepare": "rm -rf dist",
- "preprofile": "npm run prepare",
- "prepublishOnly": "git push origin --follow-tags",
- "presnap": "npm run prepare",
- "pretest": "npm run prepare",
- "preversion": "npm test",
- "profile": "make -C benchmark profile",
- "snap": "c8 tap",
- "test": "c8 tap",
- "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
- },
- "sideEffects": false,
- "size-limit": [
- {
- "path": "./dist/mjs/index.js"
- }
- ],
- "tap": {
- "coverage": false,
- "node-arg": [
- "--expose-gc",
- "--no-warnings",
- "--loader",
- "ts-node/esm"
- ],
- "ts": false
- },
- "types": "./dist/mjs/index.d.ts",
- "version": "8.0.5"
- }
|