{"_id":"clear","_rev":"33-faa096ca740c7b0ed92f85edec841714","name":"clear","description":"Clear the terminal screen if possible","dist-tags":{"latest":"0.1.0"},"versions":{"0.0.0":{"name":"clear","author":{"name":"Dave Eddy","email":"dave@daveeddy.com","url":"http://www.daveeddy.com"},"description":"Clear the terminal screen if possible","version":"0.0.0","repository":{"url":"https://github.com/bahamas10/node-clear.git","type":"git"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"bin":{},"engines":{"node":"*"},"keywords":["ansi","clear","terminal"],"readme":"exec\n====\n\nClear the terminal screen if possible\n\nUsage\n-----\n\n``` js\nvar clear = require('clear');\nclear();\n```\n\nInstallation\n------------\n\n npm install clear\n\nANSI Codes\n----------\n\nhttp://www.inwap.com/pdp10/ansicode.txt\n\nLicense\n-------\n\nMIT\n","_id":"clear@0.0.0","dist":{"shasum":"46369c349ab2ac51c7901c45cd855a752e276b7c","tarball":"https://registry.npmjs.org/clear/-/clear-0.0.0.tgz","integrity":"sha512-go9sOFR5B8FuX2dOPeePiso6Mjvycq4qEwWzE7X16fbpUeOvBBf8HUGPjYkXdcr9lZl+Was0zuKQAR8Qwra4cQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCE9rcMo4lrzIvoPpqXUCa/aN2aQXc+adhTVJbYJfhLoQIgCVirUvtM/EriryI4oETMKn+LVaoVCeEvqmiAfkDSJx4="}]},"maintainers":[{"name":"bahamas10","email":"dave@daveeddy.com"}],"directories":{}},"0.0.1":{"name":"clear","author":{"name":"Dave Eddy","email":"dave@daveeddy.com","url":"http://www.daveeddy.com"},"description":"Clear the terminal screen if possible","version":"0.0.1","repository":{"url":"https://github.com/bahamas10/node-clear.git","type":"git"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"bin":{},"engines":{"node":"*"},"keywords":["ansi","clear","terminal"],"readme":"clear\n=====\n\nClear the terminal screen if possible\n\nUsage\n-----\n\n``` js\nvar clear = require('clear');\nclear();\n```\n\nExample\n-------\n\n![Node Clear](http://daveeddy.com/static/media/github/node-clear.gif)\n\n### clear([bool])\n\nYou can optionally give clear an argument of `false` to prevent it from clearing the screen.\nThis will not remove anything from the screen, but instead move your cursor to\nposition 0,0. Much like printing a `\\r` instead of a `\\n` to reset the current\nline of output.\n\nInstallation\n------------\n\n npm install clear\n\nANSI Codes\n----------\n\nhttp://www.inwap.com/pdp10/ansicode.txt\n\nLicense\n-------\n\nMIT\n","_id":"clear@0.0.1","dist":{"shasum":"e5186e229d99448179c130311b6f9d30bff6b0ba","tarball":"https://registry.npmjs.org/clear/-/clear-0.0.1.tgz","integrity":"sha512-5AGYm7pXgwLPTOmHRIOr1D+/lSO4ma2MJIH008YEggttYzYW125MxaQNOoSt6prk6jzr3YI/rlqMtQKJOK5oZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/9VcHYvWm6HlPs6aduCyxzdZK67n12cVJ4DD0WDVvMQIgeXYtf5MEVQjSkTCcLdFYtcfrEl0X6NrIUq1V96NWaG0="}]},"maintainers":[{"name":"bahamas10","email":"dave@daveeddy.com"}],"directories":{}},"0.1.0":{"name":"clear","author":{"name":"Dave Eddy","email":"dave@daveeddy.com","url":"http://www.daveeddy.com"},"description":"Clear the terminal screen if possible","version":"0.1.0","repository":{"url":"git+https://github.com/bahamas10/node-clear.git","type":"git"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"bin":{},"engines":{"node":"*"},"keywords":["ansi","clear","terminal"],"gitHead":"47ccd5724f5aa62a15c7fdbfdd5fd62af757adc1","bugs":{"url":"https://github.com/bahamas10/node-clear/issues"},"homepage":"https://github.com/bahamas10/node-clear#readme","_id":"clear@0.1.0","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"bahamas10","email":"dave@daveeddy.com"},"dist":{"integrity":"sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==","shasum":"b81b1e03437a716984fd7ac97c87d73bdfe7048a","tarball":"https://registry.npmjs.org/clear/-/clear-0.1.0.tgz","fileCount":6,"unpackedSize":2035,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6UgY5zIqWpBfzVE8tnQ5ViA8tL4d9lxjrJhKmU5vBUgIhAM14r8KseBiMfGL+jgBo99VkN04eIwEsGgJzAKuh0s5/"}]},"maintainers":[{"name":"bahamas10","email":"dave@daveeddy.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/clear_0.1.0_1519757186994_0.04054056740947276"},"_hasShrinkwrap":false}},"readme":"clear\n=====\n\nClear the terminal screen if possible\n\nUsage\n-----\n\n``` js\nvar clear = require('clear');\nclear();\n```\n\nExample\n-------\n\n![Node Clear](http://daveeddy.com/static/media/github/node-clear.gif)\n\n### clear([opts])\n\n- `opts` (Object)\n- `opts.fullClear` (Boolean) Defaults to `true`, setting this to `false` will\n prevent this module from clearing the screen. This will not remove anything\n from the screen, but instead move your cursor to position 0,0. Much like\n printing a `\\r` instead of a `\\n` to reset the current line of output.\n\nInstallation\n------------\n\n npm install clear\n\nANSI Codes\n----------\n\nhttp://www.inwap.com/pdp10/ansicode.txt\n\nLicense\n-------\n\nMIT\n","maintainers":[{"name":"bahamas10","email":"dave@daveeddy.com"}],"time":{"modified":"2023-05-27T00:56:00.878Z","created":"2012-07-29T06:24:34.505Z","0.0.0":"2012-07-29T06:24:36.057Z","0.0.1":"2012-07-30T03:07:02.419Z","0.1.0":"2018-02-27T18:46:27.045Z"},"author":{"name":"Dave Eddy","email":"dave@daveeddy.com","url":"http://www.daveeddy.com"},"repository":{"url":"git+https://github.com/bahamas10/node-clear.git","type":"git"},"users":{"fgribreau":true,"hughsk":true,"coleww":true,"manikantag":true,"ahmed-dinar":true,"phocks":true,"krabello":true,"wickie":true,"yuch4n":true,"eseath":true,"heartnett":true,"peter.forgacs":true,"justdomepaul":true,"wallenberg12":true,"andfaulkner":true,"geeksunny":true,"joshdoescode":true,"davidbwaters":true,"flumpus-dev":true,"panwar2001":true},"homepage":"https://github.com/bahamas10/node-clear#readme","keywords":["ansi","clear","terminal"],"bugs":{"url":"https://github.com/bahamas10/node-clear/issues"},"readmeFilename":"README.md"}