{
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "jest": "^26.6.3"
  },
  "name": "node-singleflight",
  "version": "0.1.2",
  "description": "provides a duplicate function call suppression",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "repository": "git+ssh://git@github.com/mustard-mh/node-singleflight.git",
  "keywords": [
    "singleflight"
  ],
  "author": "mustard-mh",
  "bugs": {
    "url": "https://github.com/mustard-mh/node-singleflight/issues"
  },
  "homepage": "https://github.com/mustard-mh/node-singleflight#readme",
  "license": "MIT"
}
