Home
last modified time | relevance | path

Searched refs:jashkenas (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/test/tap/
Downer.js18 var jashkenas = { variable
43 .reply(200, { _id: 'underscore', _rev: 1, maintainers: [jashkenas] })
46 { _id: 'underscore', _rev: 1, maintainers: [jashkenas, othiym23] },
48 ).reply(200, { _id: 'underscore', _rev: 2, maintainers: [jashkenas, othiym23] })
61 .reply(200, { _id: 'underscore', _rev: 2, maintainers: [jashkenas, othiym23] })
65 .reply(200, { _id: 'underscore', _rev: 2, maintainers: [jashkenas, othiym23] })
68 { _id: 'underscore', _rev: 2, maintainers: [jashkenas] },
70 ).reply(200, { _id: 'underscore', _rev: 3, maintainers: [jashkenas] })
130 t.equal(stdout, shrt(jashkenas) + shrt(othiym23), 'got expected ls output')
/third_party/node/
DAUTHORS54 Jeremy Ashkenas <jashkenas@gmail.com>