{"_id":"expose-gc","_rev":"3484995","name":"expose-gc","description":"Expose GC at runtime without access to comamnd node flags in command line","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"stefangab95","email":""}],"time":{"modified":"2024-08-27T19:50:04.000Z","created":"2018-07-24T14:43:59.453Z","1.0.0":"2018-07-24T14:43:59.453Z"},"users":{},"author":{"name":"Stefan-Gabriel Muscalu","email":"stefan.gabriel.muscalu@gmail.com","url":"http://my.corneroftheinternet.rocks/"},"repository":{"type":"git","url":"git+https://github.com/legraphista/expose-gc.git"},"versions":{"1.0.0":{"name":"expose-gc","version":"1.0.0","description":"Expose GC at runtime without access to comamnd node flags in command line","main":"index.js","scripts":{},"repository":{"type":"git","url":"git+https://github.com/legraphista/expose-gc.git"},"keywords":["expose","gc","runtime","expose-gc"],"author":{"name":"Stefan-Gabriel Muscalu","email":"stefan.gabriel.muscalu@gmail.com","url":"http://my.corneroftheinternet.rocks/"},"license":"MIT","bugs":{"url":"https://github.com/legraphista/expose-gc/issues"},"homepage":"https://github.com/legraphista/expose-gc#readme","engines":{"node":">=4"},"gitHead":"c2ac14f078e8352bdc9f9a02a3071b5d1ff118a4","_id":"expose-gc@1.0.0","_npmVersion":"6.1.0","_nodeVersion":"9.11.1","_npmUser":{"name":"stefangab95","email":"stefan.gabriel.muscalu@gmail.com"},"dist":{"shasum":"ba0e825b390cc3e7ab38fc5b945cd2b4018584b3","size":1543,"noattachment":false,"key":"/expose-gc/-/expose-gc-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/expose-gc/download/expose-gc-1.0.0.tgz"},"maintainers":[{"name":"stefangab95","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/expose-gc_1.0.0_1532443439398_0.6176206314747272"},"_hasShrinkwrap":false,"publish_time":1532443439453,"_cnpm_publish_time":1532443439453,"_cnpmcore_publish_time":"2021-12-17T18:14:26.605Z"}},"readme":"# Expose GC at runtime!\n_Have your cake and eat it too_\n\nIf for some reason you don't have access to how node is started or you haven't bothered with setting v8 flags, this module exposes the real `gc` for you.\n\n## Install\n`npm i expose-gc`\n\n## I want my GC to be global!\n```js\nrequire('expose-gc');\n\nglobal.gc();\n```\n\n## I just want a function, no global please!\n```\nconst gc = require('expose-gc/function');\n\ngc();\n```\n","_attachments":{},"homepage":"https://github.com/legraphista/expose-gc#readme","bugs":{"url":"https://github.com/legraphista/expose-gc/issues"},"license":"MIT"}