I hereby claim:
- I am peterjanes on github.
- I am peterjanes (https://keybase.io/peterjanes) on keybase.
- I have a public key whose fingerprint is 9C2D 6EB1 AC76 42E7 389D 759D AAD6 06F4 8611 1DFE
To claim this, I am signing this object:
| { | |
| "name": "esbuild-1034", | |
| "version": "1.0.0", | |
| "scripts": { | |
| "esbuild": "esbuild test.js --bundle" | |
| }, | |
| "dependencies": { | |
| "validate.js": "^0.13.1" | |
| }, | |
| "devDependencies": { |
| // implementing http://misko.hevery.com/2010/05/29/dependency-injection-and-javascript-closures/ with classes | |
| class Factory { | |
| constructor(alert) { | |
| return { | |
| greetFactory(greeting) { | |
| return new GreetFactory(alert, greeting) | |
| } | |
| } | |
| } | |
| } |
I hereby claim:
To claim this, I am signing this object: