HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/async-cache/package.json
{
  "name": "async-cache",
  "version": "1.1.0",
  "description": "Cache your async lookups and don't fetch the same thing more than necessary.",
  "main": "ac.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "ac.js"
  ],
  "dependencies": {
    "lru-cache": "^4.0.0"
  },
  "devDependencies": {
    "standard": "^3.11.0",
    "tap": "^2.0.0"
  },
  "scripts": {
    "test": "standard && tap test/*.js --cov"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/async-cache"
  },
  "keywords": [
    "async",
    "cache",
    "lru"
  ],
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC"
}