{
  "_args": [
    [
      {
        "raw": "clear@0.0.1",
        "scope": null,
        "escapedName": "clear",
        "name": "clear",
        "rawSpec": "0.0.1",
        "spec": "0.0.1",
        "type": "version"
      },
      "/Users/robertdodson/Documents/htdocs/new-html/node_modules/new-html-init"
    ]
  ],
  "_from": "clear@0.0.1",
  "_id": "clear@0.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/clear",
  "_phantomChildren": {},
  "_requested": {
    "raw": "clear@0.0.1",
    "scope": null,
    "escapedName": "clear",
    "name": "clear",
    "rawSpec": "0.0.1",
    "spec": "0.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/new-html-init"
  ],
  "_resolved": "https://registry.npmjs.org/clear/-/clear-0.0.1.tgz",
  "_shasum": "e5186e229d99448179c130311b6f9d30bff6b0ba",
  "_shrinkwrap": null,
  "_spec": "clear@0.0.1",
  "_where": "/Users/robertdodson/Documents/htdocs/new-html/node_modules/new-html-init",
  "author": {
    "name": "Dave Eddy",
    "email": "dave@daveeddy.com",
    "url": "http://www.daveeddy.com"
  },
  "bin": {},
  "bugs": {
    "url": "https://github.com/bahamas10/node-clear/issues"
  },
  "dependencies": {},
  "description": "Clear the terminal screen if possible",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "e5186e229d99448179c130311b6f9d30bff6b0ba",
    "tarball": "https://registry.npmjs.org/clear/-/clear-0.0.1.tgz"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/bahamas10/node-clear#readme",
  "keywords": [
    "ansi",
    "clear",
    "terminal"
  ],
  "main": "index.js",
  "maintainers": [
    {
      "name": "bahamas10",
      "email": "dave@daveeddy.com"
    }
  ],
  "name": "clear",
  "optionalDependencies": {},
  "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",
  "repository": {
    "url": "git+https://github.com/bahamas10/node-clear.git",
    "type": "git"
  },
  "version": "0.0.1"
}
