/usr/lib/nodejs/cli-table/package.json is in node-cli-table 0.3.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | { "name": "cli-table"
, "description": "Pretty unicode tables for the CLI"
, "version": "0.3.1"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "contributors": ["Sonny Michaud <michaud.sonny@gmail.com> (http://github.com/sonnym)"]
, "repository": {
"type": "git",
"url": "https://github.com/Automattic/cli-table.git"
}
, "keywords": ["cli", "colors", "table"]
, "dependencies": {
"colors": "1.0.3"
}
, "devDependencies": {
"expresso": "~0.9"
, "should": "~0.6"
}
, "main": "lib"
, "files": [
"lib"
]
, "scripts": {
"test": "make test"
}
, "engines": { "node": ">= 0.2.0" }
}
|