package.json
{
"name": "@cityssm/map-expire",
"version": "1.1.1",
"description": "A JavaScript map with entries that expire after a given number of seconds.",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000",
"coverage": "nyc mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/map-expire.git"
},
"keywords": [
"map",
"expire",
"capacity",
"cache",
"memory",
"key",
"value"
],
"author": "The Corporation of the City of Sault Ste. Marie",
"contributors": [
"Cavit Keskin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/map-expire/issues"
},
"homepage": "https://github.com/cityssm/map-expire#readme",
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.15.0",
"eslint-config-standard-with-typescript": "^19.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"typescript": "^4.1.3"
},
"dependencies": {}
}