alvarocastro/volatile-map

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "volatile-map",
  "version": "0.0.0-development",
  "description": "ES6 Map object whose values are deleted after a TTL",
  "main": "index.js",
  "scripts": {
    "test": "xo && c8 ava"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvarocastro/volatile-map.git"
  },
  "keywords": [
    "map",
    "storage",
    "cache",
    "store",
    "volatile"
  ],
  "author": "Alvaro Castro",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alvarocastro/volatile-map/issues"
  },
  "homepage": "https://github.com/alvarocastro/volatile-map#readme",
  "devDependencies": {
    "ava": "^4.0.1",
    "c8": "^7.11.0",
    "semantic-release": "^17.3.9",
    "xo": "^0.48.0"
  }
}