CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
package.json44 linesDownload Raw Back to ansi-align
1{2  "name": "ansi-align",3  "version": "3.0.1",4  "description": "align-text with ANSI support for CLIs",5  "main": "index.js",6  "scripts": {7    "pretest": "standard",8    "test": "nyc ava",9    "coverage": "nyc report --reporter=text-lcov | coveralls",10    "release": "standard-version"11  },12  "files": [13    "index.js"14  ],15  "repository": {16    "type": "git",17    "url": "git+https://github.com/nexdrew/ansi-align.git"18  },19  "keywords": [20    "ansi",21    "align",22    "cli",23    "center",24    "pad"25  ],26  "author": "nexdrew",27  "license": "ISC",28  "bugs": {29    "url": "https://github.com/nexdrew/ansi-align/issues"30  },31  "homepage": "https://github.com/nexdrew/ansi-align#readme",32  "dependencies": {33    "string-width": "^4.1.0"34  },35  "devDependencies": {36    "ava": "^2.0.0",37    "chalk": "^2.4.2",38    "coveralls": "^3.0.3",39    "nyc": "^14.0.0",40    "standard": "^14.0.0",41    "standard-version": "^7.0.0"42  }43}44 
basant307/AI_Governance_Project · CoolFace