HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //proc/597785/root/usr/share/nodejs/ansi-align/package.json
{
  "name": "ansi-align",
  "version": "3.0.0",
  "description": "align-text with ANSI support for CLIs",
  "main": "index.js",
  "scripts": {
    "pretest": "standard",
    "test": "nyc ava",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "release": "standard-version"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nexdrew/ansi-align.git"
  },
  "keywords": [
    "ansi",
    "align",
    "cli",
    "center",
    "pad"
  ],
  "author": "nexdrew",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nexdrew/ansi-align/issues"
  },
  "homepage": "https://github.com/nexdrew/ansi-align#readme",
  "dependencies": {
    "string-width": "^3.0.0"
  },
  "devDependencies": {
    "ava": "^1.0.1",
    "chalk": "^2.4.1",
    "coveralls": "^3.0.2",
    "nyc": "^13.1.0",
    "standard": "^12.0.1",
    "standard-version": "^4.4.0"
  }
}