ahmedelgabri
Advanced tools
Comparing version 2.0.1 to 2.0.2
#!/usr/bin/env node | ||
// 👆 Used to tell Node.js that this is a CLI tool | ||
@@ -36,3 +35,2 @@ // Pull in our modules | ||
// Actual strings we're going to output | ||
const newline = '\n' | ||
const heading = `${data.name} ${data.handle}` | ||
@@ -47,19 +45,13 @@ const working = `${data.labelWork} ${data.work}` | ||
// Put all our output together into a single variable so we can use boxen effectively | ||
const output = | ||
heading + | ||
newline + | ||
newline + | ||
working + | ||
newline + | ||
twittering + | ||
newline + | ||
githubing + | ||
newline + | ||
linkedining + | ||
newline + | ||
webing + | ||
newline + | ||
newline + | ||
carding | ||
const output = `${heading} | ||
${working} | ||
${twittering} | ||
${githubing} | ||
${linkedining} | ||
${webing} | ||
${carding}` | ||
console.log(chalk.green(boxen(output, options))) |
{ | ||
"name": "ahmedelgabri", | ||
"version": "2.0.1", | ||
"author": "Ahmed El Gabri <ahmed@gabri.me> (https://gabri.me)", | ||
"version": "2.0.2", | ||
"description": "A personal card for Ahmed El Gabri (@ahmedelgabri)", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"homepage": "https://gabri.me", | ||
"main": "/bin/card.js", | ||
"bin": { | ||
"ahmedelgabri": "./bin/card.js" | ||
}, | ||
"scripts": { | ||
"start": "node ./bin/card.js", | ||
"lint": "standard" | ||
}, | ||
"keywords": [ | ||
"card", | ||
"npm", | ||
"npm card", | ||
"npx", | ||
"npx card", | ||
"business card" | ||
], | ||
"files": [ | ||
"bin/card.js" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bnb/bitandbang.git" | ||
"url": "git+https://github.com/ahmedelgabri/ahmedelgabri.git" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"bugs": { | ||
"url": "https://github.com/ahmedelgabri/ahmedelgabri/issues" | ||
}, | ||
"keywords": [], | ||
"author": "Ahmed El Gabri <ahmed@gabri.me> (https://gabri.me)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"boxen": "^2.1.0", | ||
"chalk": "^2.4.1" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"boxen": "^4.0.0", | ||
"chalk": "^2.4.2", | ||
"standard": "^12.0.1" | ||
} | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
0
3784
3
4
46
- Removedboxen@^2.1.0
- Removedchalk@^2.4.1
- Removedansi-align@3.0.1(transitive)
- Removedansi-regex@3.0.14.1.15.0.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedboxen@2.1.0(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcli-boxes@1.0.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedemoji-regex@7.0.38.0.0(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedexeca@0.7.0(transitive)
- Removedget-stream@3.0.0(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedis-fullwidth-code-point@2.0.03.0.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removednpm-run-path@2.0.2(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstring-width@2.1.13.1.04.2.3(transitive)
- Removedstrip-ansi@4.0.05.2.06.0.1(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedterm-size@1.2.0(transitive)
- Removedwhich@1.3.1(transitive)
- Removedwidest-line@2.0.1(transitive)
- Removedyallist@2.1.2(transitive)