File: //usr/share/opensearch-dashboards/node_modules/mapcap/package.json
{
"name": "mapcap",
"version": "1.0.0",
"description": "Apply a size limit to a Map class or instance",
"author": "Stephen Belanger <admin@stephenbelanger.com>",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/Qard/mapcap#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Qard/mapcap.git"
},
"bugs": {
"url": "https://github.com/Qard/mapcap/issues"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"precoverage:html": "npm run test",
"coverage:html": "nyc report --reporter=html && open coverage/index.html",
"test": "standard && nyc tap test.js"
},
"keywords": [
"map",
"limit",
"cap",
"size",
"lru"
],
"dependencies": {},
"devDependencies": {
"codecov": "^3.5.0",
"nyc": "^14.1.1",
"standard": "^13.1.0",
"tap": "^14.5.0"
}
}