Skip to content

Instantly share code, notes, and snippets.

$ npm install gulp-browserify
$ npm ls stream-combiner
└─┬ gulp-browserify@0.5.1
└─┬ browserify@3.46.1
├─┬ module-deps@2.0.6
│ └── stream-combiner@0.1.0
└── stream-combiner@0.0.4
$ issueheroes npm/npm
1) isaacs (4666)
2) othiym23 (2659)
3) domenic (1098)
4) luk- (864)
5) smikes (815)
6) timoxley (632)
7) KenanY (492)
8) robertkowalski (475)
9) mfncooper (377)
This file has been truncated, but you can view the full file.
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/home/kenan/.npm-packages/bin/npm',
npm verb cli 'install',
npm verb cli '--loglevel',
npm verb cli 'silly' ]
npm info using npm@2.1.9
npm info using node@v0.10.33
npm WARN package.json @ No description
npm WARN package.json @ No repository field.
This file has been truncated, but you can view the full file.
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/home/kenan/.npm-packages/bin/npm',
npm verb cli 'install',
npm verb cli '--loglevel',
npm verb cli 'silly' ]
npm info using npm@2.1.9
npm info using node@v0.10.33
npm WARN package.json @ No description
npm WARN package.json @ No repository field.
This file has been truncated, but you can view the full file.
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/home/kenan/.npm-packages/bin/npm',
npm verb cli 'install',
npm verb cli '--loglevel',
npm verb cli 'silly' ]
npm info using npm@2.1.9
npm info using node@v0.10.33
npm WARN package.json @ No description
npm WARN package.json @ No repository field.
$ keybase login
warn: No config file found; tried '/home/kenan/.config/keybase/config.json'
Your keybase username or email: kenan
Your keybase login passphrase:
Segmentation fault (core dumped)

Keybase proof

I hereby claim:

  • I am KenanY on github.
  • I am kenan (https://keybase.io/kenan) on keybase.
  • I have a public key whose fingerprint is 739A 17FE CC4A 040D 24E7 99A4 BF74 FD8B 882F 7988

To claim this, I am signing this object:

diff --git a/lib/cache.js b/lib/cache.js
index 281d610..ca99399 100644
--- a/lib/cache.js
+++ b/lib/cache.js
@@ -304,7 +304,7 @@ function addNonLocal (spec, cb) {
maybeGithub(p.spec, cb)
break
default:
- if (p.name) return addNamed(p.name, p.spec, null, cb)
+ if (p.name) return addNamed(p.name, p.rawSpec, null, cb)
@kenany
kenany / gist:68a8789e9a13195506c5
Last active August 29, 2015 14:04
jotto v8 profile with sans-lodash jots implementation
Statistical profiling result from v8.log, (14616 ticks, 1 unaccounted, 0 excluded).
[Unknown]:
ticks total nonlib name
1 0.0%
[Shared libraries]:
ticks total nonlib name
428 2.9% 0.0% /home/kenan/bin/bin/node
65 0.4% 0.0% /usr/lib/libc-2.19.so
@kenany
kenany / gist:be573bf57edea691b4be
Created July 26, 2014 01:42
jotto v8 profile
Statistical profiling result from v8.log, (38883 ticks, 0 unaccounted, 0 excluded).
[Shared libraries]:
ticks total nonlib name
10689 27.5% 0.0% /home/kenan/bin/bin/node
2325 6.0% 0.0% /usr/lib/libc-2.19.so
12 0.0% 0.0% /usr/lib/libpthread-2.19.so
3 0.0% 0.0% 7fffe39a9000-7fffe39ab000
[JavaScript]: