I hereby claim:
- I am chee on github.
- I am snootgirl (https://keybase.io/snootgirl) on keybase.
- I have a public key whose fingerprint is 1742 C56C E224 1856 DDE1 127C 189A D605 5473 DAFA
To claim this, I am signing this object:
| { | |
| "name": "dep1", | |
| "version": "2.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "install": "[ $(pwd | grep node_modules -o | wc -l) == 1 ] || (echo i am conflicted please help && exit 22)" | |
| }, | |
| "keywords": [], | |
| "author": "chee <chee@snoot.club>", |
| { | |
| "name": "dep1", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "install": "[ $(pwd | grep node_modules -o | wc -l) == 1 ] || (echo i am conflicted please help && exit 22)" | |
| }, | |
| "keywords": [], | |
| "author": "chee <chee@snoot.club>", |
| { | |
| "name": "relyonversion2", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "chee <chee@snoot.club>", |
| { | |
| "name": "relyonversion1", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "chee <chee@snoot.club>", |
| { | |
| "name": "honk", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "chee <chee@snoot.club>", |
| export default (...functions) => (...args) => | |
| functions | |
| .slice(0, -1) | |
| .reduceRight( | |
| (result, fn) => fn(result), | |
| functions[functions.length - 1](...args) | |
| ) |
| #!/usr/bin/env node | |
| function big (str) { | |
| return Array.from(str, letter => letter == ' ' ? ':blank:' : ':b' + letter + ':').join('') | |
| } | |
| function goomba(str) { | |
| const goomba = ':goomba:'; | |
| return goomba.repeat(str.length+2) + '\n' + goomba + big(str) + goomba + '\n' + goomba.repeat(str.length+2); | |
| } |
| module.exports.squonge = function squonge (squimple) { | |
| return `squonge squonge squonge squonge squonge ${squimple}` | |
| } |
| [ | |
| "fticons", | |
| "o-assets", | |
| "o-autoinit", | |
| "o-banner", | |
| "o-brand", | |
| "o-buttons", | |
| "o-colors", | |
| "o-cookie-message", | |
| "o-date", |
I hereby claim:
To claim this, I am signing this object: