HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/base.komma.pro/node_modules/listr/package.json
{
  "_args": [
    [
      "listr@0.14.3",
      "/Users/julesgraus/webDevelopment/Boilerplate-Base"
    ]
  ],
  "_development": true,
  "_from": "listr@0.14.3",
  "_id": "listr@0.14.3",
  "_inBundle": false,
  "_integrity": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==",
  "_location": "/listr",
  "_phantomChildren": {
    "tslib": "1.13.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "listr@0.14.3",
    "name": "listr",
    "escapedName": "listr",
    "rawSpec": "0.14.3",
    "saveSpec": null,
    "fetchSpec": "0.14.3"
  },
  "_requiredBy": [
    "/cypress"
  ],
  "_resolved": "https://registry.npmjs.org/listr/-/listr-0.14.3.tgz",
  "_spec": "0.14.3",
  "_where": "/Users/julesgraus/webDevelopment/Boilerplate-Base",
  "author": {
    "name": "Sam Verschueren",
    "email": "sam.verschueren@gmail.com",
    "url": "github.com/SamVerschueren"
  },
  "bugs": {
    "url": "https://github.com/SamVerschueren/listr/issues"
  },
  "dependencies": {
    "@samverschueren/stream-to-observable": "^0.3.0",
    "is-observable": "^1.1.0",
    "is-promise": "^2.1.0",
    "is-stream": "^1.1.0",
    "listr-silent-renderer": "^1.1.1",
    "listr-update-renderer": "^0.5.0",
    "listr-verbose-renderer": "^0.5.0",
    "p-map": "^2.0.0",
    "rxjs": "^6.3.3"
  },
  "description": "Terminal task list",
  "devDependencies": {
    "ava": "*",
    "clinton": "*",
    "codecov": "^3.1.0",
    "delay": "^4.1.0",
    "hook-std": "^1.1.0",
    "lint-staged": "^8.0.5",
    "log-symbols": "^2.2.0",
    "nyc": "^13.1.0",
    "pre-commit": "^1.2.2",
    "split": "^1.0.1",
    "xo": "*",
    "zen-observable": "^0.8.11"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/SamVerschueren/listr#readme",
  "keywords": [
    "cli",
    "task",
    "list",
    "tasklist",
    "terminal",
    "term",
    "console",
    "ascii",
    "unicode",
    "loading",
    "indicator",
    "progress",
    "busy",
    "wait",
    "idle"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "xo"
  },
  "name": "listr",
  "pre-commit": "lint:staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SamVerschueren/listr.git"
  },
  "scripts": {
    "lint:staged": "lint-staged",
    "test": "clinton && xo && nyc ava"
  },
  "version": "0.14.3",
  "xo": {
    "rules": {
      "prefer-destructuring": "off"
    }
  }
}