@feedoom/nls
Version:
The colorful ls command
39 lines (38 loc) • 748 B
JSON
{
"name": "@feedoom/nls",
"author": {
"name": "feedoom",
"url": "https://github.com/feedoom"
},
"repository": {
"type": "git",
"url": "https://github.com/feedoom/nls.git"
},
"description": "The colorful ls command",
"keywords": [
"color",
"command-line",
"terminal",
"ls",
"node",
"icons",
"nerd-fonts"
],
"version": "1.8.1",
"bin": {
"nls": "./bin/nls.js"
},
"main": "./bin/nls.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"cli-columns": "^3.1.2",
"fs-mode-to-string": "0.0.2",
"g-status": "^2.0.2",
"ignore": "^5.1.8",
"parse-gitignore": "^1.0.1"
}
}