pnpm
Version:
Fast, disk space efficient package manager
119 lines (118 loc) • 4.6 kB
JSON
{
"_args": [
[
{
"raw": "cli-cursor@3.0.0",
"scope": null,
"escapedName": "cli-cursor",
"name": "cli-cursor",
"rawSpec": "3.0.0",
"spec": "3.0.0",
"type": "version"
},
"/home/zoltan/src/pnpm/pnpm/packages/pnpm/node_modules/@pnpm/default-reporter"
]
],
"_from": "cli-cursor@3.0.0",
"_hasShrinkwrap": false,
"_id": "cli-cursor@3.0.0",
"_location": "/cli-cursor",
"_nodeVersion": "8.15.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/cli-cursor_3.0.0_1554785694351_0.7813029275132335"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "6.9.0",
"_phantomChildren": {},
"_requested": {
"raw": "cli-cursor@3.0.0",
"scope": null,
"escapedName": "cli-cursor",
"name": "cli-cursor",
"rawSpec": "3.0.0",
"spec": "3.0.0",
"type": "version"
},
"_requiredBy": [
"/@pnpm/default-reporter"
],
"_resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.0.0.tgz",
"_shasum": "f6cc68b8ae372a18894e59fbf2ae3bd659731c15",
"_shrinkwrap": null,
"_spec": "cli-cursor@3.0.0",
"_where": "/home/zoltan/src/pnpm/pnpm/packages/pnpm/node_modules/@pnpm/default-reporter",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/cli-cursor/issues"
},
"dependencies": {
"restore-cursor": "^2.0.0"
},
"description": "Toggle the CLI cursor",
"devDependencies": {
"@types/node": "^11.13.0",
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"directories": {},
"dist": {
"integrity": "sha512-m7avcYLWHHQVU+cFxu301q3kKZJlcZcKXQSL9kffYnIvRNtqX+a7gJKXqOKusHoKXr4oquSgiMlAo1R0dDkSZA==",
"shasum": "f6cc68b8ae372a18894e59fbf2ae3bd659731c15",
"tarball": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.0.0.tgz",
"fileCount": 5,
"unpackedSize": 3998,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrCWfCRA9TVsSAnZWagAAQg8P/iqax0Sh5+WqxIR23Gh/\nuMHRC/fMBGwohqF8jCjqDyiR4HFuSqi8i4s9VLD8bpGgUY+9HtB1YFXjgT5p\ntDLo7zfnVrrlq/0UPJJgUaJwDgU5sM6rFIRjjWitnmP/bppzt4w56QT1ZE3w\nCTdTUva5Yu2dWGFv7plN5WNy3lq5V1av4nY8vc16K2e2Dh7gXPH7pTeAXq3Y\nkPWF8sFondZbJEjDk82LuYLbbx4qch1lWjsTk4wiLyn64Bcg7s98LI75xb2a\n3l/21aogVXe9dEB7x+eD97xvV0U46LT5dneXnyHpUJhMhbJLQcET3DEI5BLh\nHGgzhth1KTE4NZcAP9+mqVr9Wk5q0Cp/5nLKWFjspOpnAJ/JX/V/fkVkHulz\nE36P5ZdKqnYGpTirVxRoE3tPBr5lVO20HNq3pxmfLw7K9RY2RwkN8vxOGJhU\nYJ3CgERcygbc2/t4I791OIsr+NFMjPoWZfiaW/8iajlpUvOSnjO2w3+TQWe9\ntPX6IRC/PHFu2alXf9j3rT9GmKRpntQn8yeBQmGR4HVCFph8Y8/1Q6Gf19wt\nniMV9TS8qxx2xaqUMefIkMZYEzXnwNtsJcR9xYruJutKVBe1AJbgNoK8/+X7\n9zZ97xOVQFDVbjItUYODkjHLeLq86MsnW9IkoVrukwWvUbc22tZT84Mx3xa6\nuUsA\r\n=s6Zb\r\n-----END PGP SIGNATURE-----\r\n"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"gitHead": "2a72de1ce73c99f44509be7219ebc4eb90bdfa02",
"homepage": "https://github.com/sindresorhus/cli-cursor#readme",
"keywords": [
"cli",
"cursor",
"ansi",
"toggle",
"display",
"show",
"hide",
"term",
"terminal",
"console",
"tty",
"shell",
"command-line"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "cli-cursor",
"optionalDependencies": {},
"readme": "# cli-cursor [](https://travis-ci.org/sindresorhus/cli-cursor)\n\n> Toggle the CLI cursor\n\nThe cursor is [gracefully restored](https://github.com/sindresorhus/restore-cursor) if the process exits.\n\n\n## Install\n\n```\n$ npm install cli-cursor\n```\n\n\n## Usage\n\n```js\nconst cliCursor = require('cli-cursor');\n\ncliCursor.hide();\n\nconst unicornsAreAwesome = true;\ncliCursor.toggle(unicornsAreAwesome);\n```\n\n\n## API\n\n### .show([stream])\n\n### .hide([stream])\n\n### .toggle([force], [stream])\n\n#### force\n\nIs useful to show or hide the cursor based on a boolean.\n\n#### stream\n\nType: `stream.Writable`<br>\nDefault: `process.stderr`\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/cli-cursor.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.0"
}