| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "ylru@1.4.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "ylru@1.4.0",
- "_id": "ylru@1.4.0",
- "_inBundle": false,
- "_integrity": "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==",
- "_location": "/ylru",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ylru@1.4.0",
- "name": "ylru",
- "escapedName": "ylru",
- "rawSpec": "1.4.0",
- "saveSpec": null,
- "fetchSpec": "1.4.0"
- },
- "_requiredBy": [
- "/cache-content-type"
- ],
- "_resolved": "https://registry.npmmirror.com/ylru/-/ylru-1.4.0.tgz",
- "_spec": "1.4.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "fengmk2"
- },
- "bugs": {
- "url": "https://github.com/node-modules/ylru/issues"
- },
- "ci": {
- "version": "8, 10, 12, 14, 16",
- "type": "github",
- "os": {
- "github": "linux"
- },
- "npminstall": false
- },
- "dependencies": {},
- "description": "Extends LRU base on hashlru",
- "devDependencies": {
- "@types/node": "^12.0.8",
- "beautify-benchmark": "^0.2.4",
- "benchmark": "^2.1.3",
- "egg-bin": "^1.10.0",
- "egg-ci": "^1.19.0",
- "eslint": "^4.19.1",
- "eslint-config-egg": "^6.0.0",
- "git-contributor": "^1.0.10",
- "hashlru": "^1.0.3",
- "ko-sleep": "^1.0.2",
- "lru-cache": "^4.0.2",
- "runscript": "^1.5.2",
- "typescript": "^4.6.2"
- },
- "engines": {
- "node": ">= 4.0.0"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/node-modules/ylru",
- "license": "MIT",
- "main": "index.js",
- "name": "ylru",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/ylru.git"
- },
- "scripts": {
- "ci": "npm run lint && npm run cov",
- "contributor": "git-contributor",
- "cov": "egg-bin cov",
- "lint": "eslint test *.js",
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test"
- },
- "version": "1.4.0"
- }
|