package.json 1.6 KB
Newer Older
Patiphan Marak's avatar
Patiphan Marak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
{
  "_from": "single-line-log@^1.1.2",
  "_id": "single-line-log@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-wvg/Jzo+GhbtsJlWYdoO1e8DM2Q=",
  "_location": "/single-line-log",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "single-line-log@^1.1.2",
    "name": "single-line-log",
    "escapedName": "single-line-log",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/nugget"
  ],
  "_resolved": "https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz",
  "_shasum": "c2f83f273a3e1a16edb0995661da0ed5ef033364",
  "_spec": "single-line-log@^1.1.2",
  "_where": "/home/lab1-24/Toua/node-js-60-2/week05/windowapp/node_modules/nugget",
  "author": {
    "name": "Tobias Baunbæk",
    "email": "freeall@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/freeall/single-line-log/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "string-width": "^1.0.1"
  },
  "deprecated": false,
  "description": "Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations",
  "homepage": "https://github.com/freeall/single-line-log#readme",
  "keywords": [
    "single",
    "line",
    "log",
    "output",
    "overwrite",
    "collapse",
    "stdout",
    "terminal",
    "tty",
    "cli",
    "shell"
  ],
  "license": "MIT",
  "name": "single-line-log",
  "repository": {
    "type": "git",
    "url": "git://github.com/freeall/single-line-log.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.1.2"
}