{
  "name": "on-exit-leak-free",
  "version": "0.2.0",
  "description": "Execute a function on exit without leaking memory, allowing all objects to be garbage collected",
  "main": "index.js",
  "scripts": {
    "test": "standard | snazzy && tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/on-exit-or-gc.git"
  },
  "keywords": [
    "weak",
    "reference",
    "finalization",
    "registry",
    "process",
    "exit",
    "garbage",
    "collector"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mcollina/on-exit-or-gc/issues"
  },
  "homepage": "https://github.com/mcollina/on-exit-or-gc#readme",
  "devDependencies": {
    "snazzy": "^9.0.0",
    "standard": "^16.0.3",
    "tap": "^15.0.9"
  }

,"_resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-0.2.0.tgz"
,"_integrity": "sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg=="
,"_from": "on-exit-leak-free@^0.2.0"
}