123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "_args": [
- [
- "log-update@^1.0.2",
- "/home/seleznev/project Angular/Quality system/node_modules/listr"
- ]
- ],
- "_from": "log-update@>=1.0.2 <2.0.0",
- "_id": "log-update@1.0.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/log-update",
- "_nodeVersion": "4.1.1",
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.14.4",
- "_phantomChildren": {
- "exit-hook": "1.1.1"
- },
- "_requested": {
- "name": "log-update",
- "raw": "log-update@^1.0.2",
- "rawSpec": "^1.0.2",
- "scope": null,
- "spec": ">=1.0.2 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/listr",
- "/listr-update-renderer"
- ],
- "_resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz",
- "_shasum": "19929f64c4093d2d2e7075a1dad8af59c296b8d1",
- "_shrinkwrap": null,
- "_spec": "log-update@^1.0.2",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/listr",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/log-update/issues"
- },
- "dependencies": {
- "ansi-escapes": "^1.0.0",
- "cli-cursor": "^1.0.2"
- },
- "description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "19929f64c4093d2d2e7075a1dad8af59c296b8d1",
- "tarball": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "678eddf319511f1bc61060fb40d37c0bc6c9efb3",
- "homepage": "https://github.com/sindresorhus/log-update",
- "keywords": [
- "animation",
- "bar",
- "cli",
- "console",
- "log",
- "logger",
- "logging",
- "output",
- "overwrite",
- "progress",
- "refresh",
- "shell",
- "stdout",
- "term",
- "terminal",
- "update"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "log-update",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/log-update.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.0.2"
- }
|