Created
June 22, 2012 11:31
-
-
Save per-gron/2972216 to your computer and use it in GitHub Desktop.
npm install --link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
npm ERR! 404 'npm-test' is not in the npm registry. | |
npm ERR! 404 You could maybe bug the author to publish it | |
npm ERR! 404 Note that you can also install from a tarball or folder. | |
npm ERR! | |
npm ERR! System Darwin 11.4.0 | |
npm ERR! command "node" "/usr/local/bin/npm" "install" "--link" | |
npm ERR! cwd /Users/per/prog/node/npm-test2 | |
npm ERR! node -v v0.6.15 | |
npm ERR! npm -v 1.0.106 | |
npm ERR! code E404 | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /Users/per/prog/node/npm-test2/npm-debug.log | |
npm not ok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info it worked if it ends with ok | |
verbose cli [ 'node', '/usr/local/bin/npm', 'install', '--link' ] | |
info using [email protected] | |
info using [email protected] | |
verbose config file /Users/per/.npmrc | |
verbose config file /Users/per/local/etc/npmrc | |
verbose config file /usr/local/lib/node_modules/npm/npmrc | |
silly testEngine { name: 'npm-test2', | |
silly testEngine version: '1.0.0', | |
silly testEngine dependencies: { 'npm-test': 'git://github.com/pereckerdal/npm-test.git' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine devDependencies: {}, | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine scripts: {} } | |
verbose caching /Users/per/prog/node/npm-test2/package.json | |
verbose loadDefaults [email protected] | |
verbose where, deps [ '/Users/per/prog/node/npm-test2', [ 'npm-test' ] ] | |
verbose from cache /Users/per/prog/node/npm-test2/package.json | |
info preinstall [email protected] | |
verbose from cache /Users/per/prog/node/npm-test2/package.json | |
verbose into /Users/per/prog/node/npm-test2 [ 'git://github.com/pereckerdal/npm-test.git' ] | |
verbose cache add git://github.com/pereckerdal/npm-test.git | |
verbose cache add [ 'git://github.com/pereckerdal/npm-test.git', null ] | |
silly cache add: name, spec, args [ undefined, | |
silly cache add: name, spec, args 'git://github.com/pereckerdal/npm-test.git', | |
silly cache add: name, spec, args [ 'git://github.com/pereckerdal/npm-test.git', null ] ] | |
verbose parsed url { protocol: 'git:', | |
verbose parsed url slashes: true, | |
verbose parsed url host: 'github.com', | |
verbose parsed url hostname: 'github.com', | |
verbose parsed url href: 'git://github.com/pereckerdal/npm-test.git', | |
verbose parsed url pathname: '/pereckerdal/npm-test.git', | |
verbose parsed url path: '/pereckerdal/npm-test.git' } | |
verbose addRemoteGit [ 'git://github.com/pereckerdal/npm-test.git', 'master' ] | |
verbose mkdir (expected) error ENOENT, stat '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275' | |
verbose mkdir done: /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275 755 | |
silly exec git "clone" "git://github.com/pereckerdal/npm-test.git" "/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815275-0.3100901055149734" | |
silly spawning [ 'git', | |
silly spawning [ 'clone', | |
silly spawning 'git://github.com/pereckerdal/npm-test.git', | |
silly spawning '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815275-0.3100901055149734' ], | |
silly spawning null ] | |
verbose git clone git://github.com/pereckerdal/npm-test.git Cloning into '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815275-0.3100901055149734'... | |
silly exec git "checkout" "master" | |
silly spawning [ 'git', | |
silly spawning [ 'checkout', 'master' ], | |
silly spawning '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815275-0.3100901055149734' ] | |
verbose git checkout master Already on 'master' | |
silly testEngine { name: 'npm-test', | |
silly testEngine description: 'Package to demonstrate weird npm install --link behavior', | |
silly testEngine version: '0.1.0', | |
silly testEngine author: { name: 'Per Eckerdal', email: '[email protected]' }, | |
silly testEngine engines: { node: '>=0.6.0' }, | |
silly testEngine private: true, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine path: '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815275-0.3100901055149734' } | |
verbose caching /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815275-0.3100901055149734/package.json | |
verbose loadDefaults [email protected] | |
verbose pack /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815275-0.3100901055149734 /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/tmp.tgz | |
silly makeList /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815275-0.3100901055149734 | |
verbose mkdir (expected) error ENOENT, stat '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856' | |
verbose mkdir done: /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856 755 | |
verbose mkdir'ed /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856 | |
verbose tar about to write tar and gzip it. | |
silly tar args [ '-czvf', '-', '-T', '-' ] | |
silly spawning [ 'tar', | |
silly spawning [ '-czvf', '-', '-T', '-' ], | |
silly spawning '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275' ] | |
verbose mkdir (expected) error ENOENT, stat '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents' | |
verbose mkdir (expected) error ENOENT, stat '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/___package.npm' | |
verbose mkdir done: /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/___package.npm 755 | |
verbose unpack_ uid, gid [ undefined, undefined ] | |
verbose unpackTarget /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/package | |
silly gunzTarPerm modes [ '755', '644' ] | |
silly spawning [ 'tar', | |
silly spawning [ '-zmvxpf', | |
silly spawning '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/tmp.tgz' ], | |
silly spawning '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/___package.npm' ] | |
silly tar err x 1340362815275-0.3100901055149734/npm-test.js | |
silly tar err x 1340362815275-0.3100901055149734/package.json | |
silly tar exit 0 | |
silly asyncMap in gTP /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/___package.npm/1340362815275-0.3100901055149734 | |
silly asyncMap in gTP /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/___package.npm/1340362815275-0.3100901055149734/npm-test.js | |
silly asyncMap in gTP /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/___package.npm/1340362815275-0.3100901055149734/package.json | |
verbose gunzed /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/___package.npm/1340362815275-0.3100901055149734 | |
verbose rm'ed /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/package | |
verbose renamed [ '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/___package.npm/1340362815275-0.3100901055149734', | |
verbose renamed '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/package' ] | |
silly testEngine { name: 'npm-test', | |
silly testEngine description: 'Package to demonstrate weird npm install --link behavior', | |
silly testEngine version: '0.1.0', | |
silly testEngine author: { name: 'Per Eckerdal', email: '[email protected]' }, | |
silly testEngine engines: { node: '>=0.6.0' }, | |
silly testEngine private: true, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine path: '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/package' } | |
verbose caching /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/package/package.json | |
verbose loadDefaults [email protected] | |
verbose tarball contents [ 'package' ] | |
verbose from cache /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/package/package.json | |
verbose pack /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/package /Users/per/.npm/npm-test/0.1.0/package.tgz | |
silly makeList /var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents/package | |
verbose mkdir'ed /Users/per/.npm/npm-test/0.1.0 | |
verbose tar about to write tar and gzip it. | |
silly tar args [ '-czvf', '-', '-T', '-' ] | |
silly spawning [ 'tar', | |
silly spawning [ '-czvf', '-', '-T', '-' ], | |
silly spawning '/var/folders/f4/cl1skl5j2hbg9k84xmh_ft3w0000gn/T/npm-1340362815275/1340362815865-0.24701428320258856/contents' ] | |
verbose mkdir (expected) error ENOENT, stat '/Users/per/.npm/npm-test/0.1.0/___package.npm' | |
verbose mkdir done: /Users/per/.npm/npm-test/0.1.0/___package.npm 755 | |
verbose unpack_ uid, gid [ undefined, undefined ] | |
verbose unpackTarget /Users/per/.npm/npm-test/0.1.0/package | |
silly gunzTarPerm modes [ '755', '644' ] | |
silly spawning [ 'tar', | |
silly spawning [ '-zmvxpf', '/Users/per/.npm/npm-test/0.1.0/package.tgz' ], | |
silly spawning '/Users/per/.npm/npm-test/0.1.0/___package.npm' ] | |
silly tar err x package/npm-test.js | |
silly tar err x package/package.json | |
silly tar exit 0 | |
silly asyncMap in gTP /Users/per/.npm/npm-test/0.1.0/___package.npm/package | |
silly asyncMap in gTP /Users/per/.npm/npm-test/0.1.0/___package.npm/package/npm-test.js | |
silly asyncMap in gTP /Users/per/.npm/npm-test/0.1.0/___package.npm/package/package.json | |
verbose gunzed /Users/per/.npm/npm-test/0.1.0/___package.npm/package | |
verbose rm'ed /Users/per/.npm/npm-test/0.1.0/package | |
verbose renamed [ '/Users/per/.npm/npm-test/0.1.0/___package.npm/package', | |
verbose renamed '/Users/per/.npm/npm-test/0.1.0/package' ] | |
silly testEngine { name: 'npm-test', | |
silly testEngine description: 'Package to demonstrate weird npm install --link behavior', | |
silly testEngine version: '0.1.0', | |
silly testEngine author: { name: 'Per Eckerdal', email: '[email protected]' }, | |
silly testEngine engines: { node: '>=0.6.0' }, | |
silly testEngine private: true, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine dist: { shasum: '049e8df927e04dc8da4e730115b15eb886965018' } } | |
verbose caching /Users/per/.npm/npm-test/0.1.0/package/package.json | |
verbose loadDefaults [email protected] | |
silly updated sha bytes 10240 | |
info shasum 049e8df927e04dc8da4e730115b15eb886965018 | |
info shasum /Users/per/.npm/npm-test/0.1.0/package.tgz | |
verbose from cache /Users/per/.npm/npm-test/0.1.0/package/package.json | |
verbose chmod /Users/per/.npm/npm-test/0.1.0/package.tgz 644 | |
verbose chown [ '/Users/per/.npm/npm-test/0.1.0/package.tgz', 501, 20 ] | |
silly resolved [ { name: 'npm-test', | |
silly resolved description: 'Package to demonstrate weird npm install --link behavior', | |
silly resolved version: '0.1.0', | |
silly resolved author: { name: 'Per Eckerdal', email: '[email protected]' }, | |
silly resolved engines: { node: '>=0.6.0' }, | |
silly resolved private: true, | |
silly resolved _id: '[email protected]', | |
silly resolved dependencies: {}, | |
silly resolved devDependencies: {}, | |
silly resolved _engineSupported: true, | |
silly resolved _npmVersion: '1.0.106', | |
silly resolved _nodeVersion: 'v0.6.15', | |
silly resolved _defaultsLoaded: true, | |
silly resolved dist: { shasum: '049e8df927e04dc8da4e730115b15eb886965018' } } ] | |
info into /Users/per/prog/node/npm-test2 [email protected] | |
info installOne [email protected] | |
verbose try to link [email protected] | |
verbose install(where, what) [ '/Users/per/local/lib', [ '[email protected]' ] ] | |
silly testEngine { author: { name: 'Vadim Graboys', email: '[email protected]' }, | |
silly testEngine name: 'bintrees', | |
silly testEngine description: 'Binary Search Trees', | |
silly testEngine version: '0.0.7', | |
silly testEngine homepage: 'bitfloor.com', | |
silly testEngine keywords: | |
silly testEngine [ 'binary tree', | |
silly testEngine 'red black tree', | |
silly testEngine 'red-black tree', | |
silly testEngine 'redblack tree' ], | |
silly testEngine repository: { type: 'git', url: 'git://github.com/vadimg/js_bintrees.git' }, | |
silly testEngine directories: { lib: 'lib' }, | |
silly testEngine main: './index.js', | |
silly testEngine scripts: { test: './node_modules/.bin/expresso ./test/test_*.js; ./node_modules/.bin/jshint lib/*.js' }, | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: { underscore: '>=1.1.7', expresso: '>=0.8.1', jshint: '>=0.5.2' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/bintrees/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'connect', | |
silly testEngine version: '2.1.0', | |
silly testEngine description: 'High performance middleware framework', | |
silly testEngine keywords: [ 'framework', 'web', 'middleware', 'connect', 'rack' ], | |
silly testEngine repository: { type: 'git', url: 'git://github.com/senchalabs/connect.git' }, | |
silly testEngine author: | |
silly testEngine { name: 'TJ Holowaychuk', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://tjholowaychuk.com' }, | |
silly testEngine dependencies: | |
silly testEngine { qs: '0.4.2', | |
silly testEngine mime: '1.2.4', | |
silly testEngine formidable: '1.0.9', | |
silly testEngine crc: '0.1.0', | |
silly testEngine debug: '*' }, | |
silly testEngine devDependencies: { should: '*', mocha: '*', jade: '*', dox: '*' }, | |
silly testEngine main: 'index', | |
silly testEngine engines: { node: '>= 0.5.0 < 0.7.0' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/connect/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'express', | |
silly testEngine description: 'Sinatra inspired web development framework', | |
silly testEngine version: '2.5.9', | |
silly testEngine author: { name: 'TJ Holowaychuk', email: '[email protected]' }, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'TJ Holowaychuk', email: '[email protected]' }, | |
silly testEngine { name: 'Aaron Heckmann', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine { name: 'Ciaran Jessup', email: '[email protected]' }, | |
silly testEngine { name: 'Guillermo Rauch', email: '[email protected]' } ], | |
silly testEngine dependencies: { connect: '1.x', mime: '1.2.4', qs: '0.4.x', mkdirp: '0.3.0' }, | |
silly testEngine devDependencies: | |
silly testEngine { 'connect-form': '0.2.1', | |
silly testEngine ejs: '0.4.2', | |
silly testEngine expresso: '0.9.2', | |
silly testEngine hamljs: '0.6.x', | |
silly testEngine jade: '0.16.2', | |
silly testEngine stylus: '0.13.0', | |
silly testEngine should: '0.3.2', | |
silly testEngine 'express-messages': '0.0.2', | |
silly testEngine 'node-markdown': '>= 0.0.1', | |
silly testEngine 'connect-redis': '>= 0.0.1' }, | |
silly testEngine keywords: [ 'framework', 'sinatra', 'web', 'rest', 'restful' ], | |
silly testEngine repository: { type: 'git', url: 'git://github.com/visionmedia/express.git' }, | |
silly testEngine main: 'index', | |
silly testEngine bin: { express: './bin/express' }, | |
silly testEngine scripts: { test: 'make test', prepublish: 'npm prune' }, | |
silly testEngine engines: { node: '>= 0.4.1 < 0.7.0' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/express/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'facebook-api', | |
silly testEngine description: 'offering high level and low level calls against the graph API', | |
silly testEngine version: '0.1.1', | |
silly testEngine author: { name: 'Mark Engel', email: '[email protected]' }, | |
silly testEngine keywords: [ 'facebook' ], | |
silly testEngine main: 'facebook-api.js', | |
silly testEngine directories: { lib: './lib' }, | |
silly testEngine repository: { type: 'git', url: 'git://github.com/mren/facebook-api.git' }, | |
silly testEngine engines: { node: '>= 0.3.6' }, | |
silly testEngine files: [ '' ], | |
silly testEngine homepage: 'https://github.com/mren/facebook-api', | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/facebook-api/package.json | |
verbose loadDefaults [email protected] | |
WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
silly testEngine { name: 'facebook-signed-request', | |
silly testEngine description: 'Facebook Signed Request de- and encoder for node.js', | |
silly testEngine version: '0.0.2', | |
silly testEngine main: './index', | |
silly testEngine author: | |
silly testEngine { name: 'Patrick Huesler', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Patrick Huesler', | |
silly testEngine email: '[email protected]' } ], | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/wooga/node-facebook-signed-request.git' }, | |
silly testEngine bugs: { url: 'http://github.com/wooga/node-facebook-signed-request/issues' }, | |
silly testEngine licenses: | |
silly testEngine [ { type: 'MIT', | |
silly testEngine url: 'http://github.com/wooga/node-facebook-signed-request/master/LICENSE' } ], | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/facebook-signed-request/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'joyentriak', | |
silly testEngine version: '0.4.8', | |
silly testEngine description: 'Riak client with support for HTTP and Protocol Buffers', | |
silly testEngine keywords: [ 'riak', 'nosql', 'database', 'http', 'protobuf' ], | |
silly testEngine maintainers: | |
silly testEngine [ { name: 'Francisco Treacy', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://franciscotreacy.com' }, | |
silly testEngine { name: 'Sean Cribbs', email: '[email protected]' }, | |
silly testEngine { name: 'rick', url: 'technoweenie' } ], | |
silly testEngine bugs: { url: 'http://github.com/frank06/riak-js/issues' }, | |
silly testEngine licenses: | |
silly testEngine [ { type: 'MIT', | |
silly testEngine url: 'http://opensource.org/licenses/mit-license.php' } ], | |
silly testEngine repositories: [ { type: 'git', url: 'git://github.com/frank06/riak-js.git' } ], | |
silly testEngine main: 'index', | |
silly testEngine directories: { lib: './lib' }, | |
silly testEngine dependencies: { 'coffee-script': 'latest' }, | |
silly testEngine devDependencies: { 'coffee-script': 'latest', vows: 'latest' }, | |
silly testEngine engines: { node: '>=0.4.0' }, | |
silly testEngine scripts: { install: 'cake build' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/joyentriak/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'less', | |
silly testEngine description: 'Leaner CSS', | |
silly testEngine url: 'http://lesscss.org', | |
silly testEngine keywords: [ 'css', 'parser', 'lesscss', 'browser' ], | |
silly testEngine author: { name: 'Alexis Sellier', email: '[email protected]' }, | |
silly testEngine contributors: [], | |
silly testEngine version: '1.3.0', | |
silly testEngine bin: { lessc: './bin/lessc' }, | |
silly testEngine main: './lib/less/index', | |
silly testEngine directories: { test: './test' }, | |
silly testEngine engines: { node: '>=0.4.0' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/less/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'mustache', | |
silly testEngine author: { name: 'Jan Lehnardt', email: '[email protected]' }, | |
silly testEngine description: 'Logic-less {{mustache}} templates with JavaScript', | |
silly testEngine keywords: [ 'template', 'templates', 'mustache' ], | |
silly testEngine version: '0.4.0', | |
silly testEngine main: './mustache', | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/mustache/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'node-uuid', | |
silly testEngine description: 'Rigorous implementation of RFC4122 (v1 and v4) UUIDs.', | |
silly testEngine url: 'http://github.com/broofa/node-uuid', | |
silly testEngine keywords: [ 'uuid', 'guid', 'rfc4122' ], | |
silly testEngine author: { name: 'Robert Kieffer', email: '[email protected]' }, | |
silly testEngine contributors: [ { name: 'Christoph Tavan', email: '[email protected]' } ], | |
silly testEngine lib: '.', | |
silly testEngine main: './uuid.js', | |
silly testEngine repository: { type: 'git', url: 'git://github.com/broofa/node-uuid.git' }, | |
silly testEngine version: '1.3.3', | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/node-uuid/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'requirejs', | |
silly testEngine description: 'Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer', | |
silly testEngine version: '1.0.7', | |
silly testEngine homepage: 'http://github.com/jrburke/r.js', | |
silly testEngine author: | |
silly testEngine { name: 'James Burke', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://github.com/jrburke' }, | |
silly testEngine licenses: | |
silly testEngine [ { type: 'BSD', | |
silly testEngine url: 'https://github.com/jrburke/r.js/blob/master/LICENSE' }, | |
silly testEngine { type: 'MIT', | |
silly testEngine url: 'https://github.com/jrburke/r.js/blob/master/LICENSE' } ], | |
silly testEngine main: './bin/r.js', | |
silly testEngine bin: { 'r.js': './bin/r.js' }, | |
silly testEngine engines: { node: '>=0.4.0' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/requirejs/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'socket.io', | |
silly testEngine version: '0.9.6', | |
silly testEngine description: 'Real-time apps made cross-browser & easy with a WebSocket-like API', | |
silly testEngine homepage: 'http://socket.io', | |
silly testEngine keywords: [ 'websocket', 'socket', 'realtime', 'socket.io', 'comet', 'ajax' ], | |
silly testEngine author: { name: 'Guillermo Rauch', email: '[email protected]' }, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Guillermo Rauch', email: '[email protected]' }, | |
silly testEngine { name: 'Arnout Kazemier', email: '[email protected]' }, | |
silly testEngine { name: 'Vladimir Dronnikov', email: '[email protected]' }, | |
silly testEngine { name: 'Einar Otto Stangvik', email: '[email protected]' } ], | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/LearnBoost/socket.io.git' }, | |
silly testEngine dependencies: | |
silly testEngine { 'socket.io-client': '0.9.6', | |
silly testEngine policyfile: '0.0.4', | |
silly testEngine redis: '0.6.7' }, | |
silly testEngine devDependencies: | |
silly testEngine { expresso: '0.9.2', | |
silly testEngine should: '0.0.4', | |
silly testEngine benchmark: '0.2.2', | |
silly testEngine microtime: '0.1.3-1', | |
silly testEngine colors: '0.5.1' }, | |
silly testEngine main: 'index', | |
silly testEngine engines: { node: '>= 0.4.0' }, | |
silly testEngine scripts: { test: 'make test' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/socket.io/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'underscore', | |
silly testEngine description: 'JavaScript\'s functional programming helper library.', | |
silly testEngine homepage: 'http://documentcloud.github.com/underscore/', | |
silly testEngine keywords: [ 'util', 'functional', 'server', 'client', 'browser' ], | |
silly testEngine author: { name: 'Jeremy Ashkenas', email: '[email protected]' }, | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/documentcloud/underscore.git' }, | |
silly testEngine main: 'underscore.js', | |
silly testEngine version: '1.3.1', | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/underscore/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'wrench', | |
silly testEngine description: 'Recursive filesystem (and other) operations that Node *should* have.', | |
silly testEngine version: '1.3.8', | |
silly testEngine author: { name: 'Ryan McGrath', email: '[email protected]' }, | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/ryanmcgrath/wrench-js.git' }, | |
silly testEngine bugs: { url: 'http://github.com/ryanmcgrath/wrench-js/issues' }, | |
silly testEngine directories: { lib: './lib/' }, | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: { nodeunit: '>= 0.6.4', underscore: '>= 1.3.1' }, | |
silly testEngine main: './lib/wrench', | |
silly testEngine engines: { node: '>=0.1.97' }, | |
silly testEngine scripts: { test: './node_modules/nodeunit/bin/nodeunit tests/runner.js' }, | |
silly testEngine licenses: | |
silly testEngine [ { type: 'MIT', | |
silly testEngine url: 'http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE' } ], | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/wrench/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'underscore.string', | |
silly testEngine version: '2.0.0', | |
silly testEngine description: 'String manipulation extensions for Underscore.js javascript library.', | |
silly testEngine homepage: 'http://epeli.github.com/underscore.string/', | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Esa-Matti Suuronen', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://esa-matti.suuronen.org/' }, | |
silly testEngine { name: 'Edward Tsech', email: '[email protected]' }, | |
silly testEngine { name: 'Sasha Koss', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://koss.nocorp.me/' }, | |
silly testEngine { name: 'Vladimir Dronnikov', email: '[email protected]' }, | |
silly testEngine { name: 'Pete Kruckenberg', | |
silly testEngine email: 'https://github.com/kruckenb', | |
silly testEngine url: '<https://github.com/kruckenb>' }, | |
silly testEngine { name: 'Paul Chavard', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: '<http://tchak.net>' }, | |
silly testEngine { name: 'Ed Finkler', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: '<http://funkatron.com>' }, | |
silly testEngine { name: 'Pavel Pravosud', email: '[email protected]' } ], | |
silly testEngine keywords: [ 'underscore', 'string' ], | |
silly testEngine main: './lib/underscore.string', | |
silly testEngine directories: { lib: './lib' }, | |
silly testEngine engines: { node: '*' }, | |
silly testEngine dependencies: {}, | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/epeli/underscore.string.git' }, | |
silly testEngine bugs: { url: 'https://github.com/epeli/underscore.string/issues' }, | |
silly testEngine licenses: [ { type: 'MIT' } ], | |
silly testEngine _id: '[email protected]', | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/underscore.string/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'clarinet', | |
silly testEngine description: 'SAX based evented streaming JSON parser in JavaScript (browser and node)', | |
silly testEngine author: | |
silly testEngine { name: 'Nuno Job', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://nunojob.com/' }, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Nuno Job', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://nunojob.com/' }, | |
silly testEngine { name: 'Jann Horn', email: '[email protected]' } ], | |
silly testEngine version: '0.5.8', | |
silly testEngine main: './clarinet.js', | |
silly testEngine homepage: 'https://github.com/dscape/clarinet', | |
silly testEngine repository: { type: 'git', url: 'git://github.com/dscape/clarinet.git' }, | |
silly testEngine bugs: { name: 'http://github.com/dscape/clarinet/issues' }, | |
silly testEngine keywords: | |
silly testEngine [ 'sax', | |
silly testEngine 'json', | |
silly testEngine 'parser', | |
silly testEngine 'stream', | |
silly testEngine 'streaming', | |
silly testEngine 'event', | |
silly testEngine 'events', | |
silly testEngine 'emitter', | |
silly testEngine 'async', | |
silly testEngine 'streamer', | |
silly testEngine 'browser' ], | |
silly testEngine devDependencies: { mocha: '0.3.6', should: '0.3.2', underscore: '1.2.3' }, | |
silly testEngine scripts: { test: './node_modules/mocha/bin/mocha -r should -t 10000 -s 2000 test/clarinet.js test/npm.js' }, | |
silly testEngine engines: { node: '>=0.3.6', firefox: '>=0.8.0', chrome: '>=16.0.912' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /Users/per/local/lib/node_modules/clarinet/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'npm', | |
silly testEngine publishConfig: { 'proprietary-attribs': false }, | |
silly testEngine description: 'A package manager for node', | |
silly testEngine keywords: [ 'package manager', 'modules', 'install', 'package.json' ], | |
silly testEngine version: '1.1.16', | |
silly testEngine preferGlobal: true, | |
silly testEngine config: { publishtest: false }, | |
silly testEngine homepage: 'http://npmjs.org/', | |
silly testEngine author: | |
silly testEngine { name: 'Isaac Z. Schlueter', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://blog.izs.me' }, | |
silly testEngine repository: { type: 'git', url: 'git://github.com/isaacs/npm.git' }, | |
silly testEngine bugs: | |
silly testEngine { email: '[email protected]', | |
silly testEngine url: 'http://github.com/isaacs/npm/issues' }, | |
silly testEngine directories: { doc: './doc', man: './man', lib: './lib', bin: './bin' }, | |
silly testEngine main: './lib/npm.js', | |
silly testEngine bin: { npm: './bin/npm-cli.js' }, | |
silly testEngine dependencies: | |
silly testEngine { semver: '1', | |
silly testEngine ini: '1', | |
silly testEngine slide: '1', | |
silly testEngine abbrev: '1', | |
silly testEngine 'graceful-fs': '~1.1.1', | |
silly testEngine minimatch: '~0.2', | |
silly testEngine nopt: '1', | |
silly testEngine 'node-uuid': '~1.3', | |
silly testEngine 'proto-list': '1', | |
silly testEngine rimraf: '2', | |
silly testEngine request: '~2.9', | |
silly testEngine which: '1', | |
silly testEngine tar: '~0.1.12', | |
silly testEngine fstream: '~0.1.17', | |
silly testEngine 'block-stream': '*', | |
silly testEngine inherits: '1', | |
silly testEngine mkdirp: '0.3', | |
silly testEngine read: '0', | |
silly testEngine 'lru-cache': '1', | |
silly testEngine 'node-gyp': '~0.3.7', | |
silly testEngine 'fstream-npm': '0 >=0.0.4', | |
silly testEngine 'uid-number': '0', | |
silly testEngine archy: '0', | |
silly testEngine chownr: '0' }, | |
silly testEngine bundleDependencies: | |
silly testEngine [ 'slide', | |
silly testEngine 'ini', | |
silly testEngine 'semver', | |
silly testEngine 'abbrev', | |
silly testEngine 'graceful-fs', | |
silly testEngine 'minimatch', | |
silly testEngine 'nopt', | |
silly testEngine 'node-uuid', | |
silly testEngine 'rimraf', | |
silly testEngine 'request', | |
silly testEngine 'proto-list', | |
silly testEngine 'which', | |
silly testEngine 'tar', | |
silly testEngine 'fstream', | |
silly testEngine 'block-stream', | |
silly testEngine 'inherits', | |
silly testEngine 'mkdirp', | |
silly testEngine 'fast-list', | |
silly testEngine 'read', | |
silly testEngine 'lru-cache', | |
silly testEngine 'node-gyp', | |
silly testEngine 'fstream-npm', | |
silly testEngine 'uid-number', | |
silly testEngine 'archy', | |
silly testEngine 'chownr' ], | |
silly testEngine devDependencies: { ronn: 'https://github.com/isaacs/ronnjs/tarball/master' }, | |
silly testEngine engines: { node: '0.6 || 0.7 || 0.8', npm: '1' }, | |
silly testEngine scripts: | |
silly testEngine { test: 'node ./test/run.js', | |
silly testEngine prepublish: 'npm prune; rm -rf node_modules/*/{test,example,bench}*; make -j4 doc', | |
silly testEngine dumpconf: 'env | grep npm | sort | uniq' }, | |
silly testEngine licenses: | |
silly testEngine [ { type: 'MIT +no-false-attribs', | |
silly testEngine url: 'http://github.com/isaacs/npm/raw/master/LICENSE' } ], | |
silly testEngine _id: '[email protected]', | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Isaac Z. Schlueter', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://blog.izs.me/' }, | |
silly testEngine { name: 'Steve Steiner', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://websaucesoftware.com/blog/' }, | |
silly testEngine { name: 'Mikeal Rogers', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://www.mikealrogers.com/' }, | |
silly testEngine { name: 'Aaron Blohowiak', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://aaronblohowiak.com/' }, | |
silly testEngine { name: 'Martyn Smith', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://dollyfish.net.nz/' }, | |
silly testEngine { name: 'Mathias Pettersson', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://mape.me/' }, | |
silly testEngine { name: 'Brian Hammond', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://fictorial.com/' }, | |
silly testEngine { name: 'Charlie Robbins', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://www.charlierobbins.com/' }, | |
silly testEngine { name: 'Francisco Treacy', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://franciscotreacy.com/' }, | |
silly testEngine { name: 'Cliffano Subagio', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://blog.cliffano.com/' }, | |
silly testEngine { name: 'Christian Eager', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://perpenduum.com' }, | |
silly testEngine { name: 'Dav Glass', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://blog.davglass.com' }, | |
silly testEngine { name: 'Alex K. Wolfe', email: '[email protected]' }, | |
silly testEngine { name: 'James Sanders', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://james-sanders.com/' }, | |
silly testEngine { name: 'Reid Burke', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://reidburke.com/' }, | |
silly testEngine { name: 'Arlo Breault', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://thoughtherder.com/' }, | |
silly testEngine { name: 'Timo Derstappen', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://teemow.com' }, | |
silly testEngine { name: 'Bradley Meck', email: '[email protected]' }, | |
silly testEngine { name: 'Bart Teeuwisse', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://thecodemill.biz/' }, | |
silly testEngine { name: 'Ben Noordhuis', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://bnoordhuis.nl/' }, | |
silly testEngine { name: 'Tor Valamo', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://www.magnimedia.no/' }, | |
silly testEngine { name: 'Whyme.Lyu', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://whyme.kuantu.com/' }, | |
silly testEngine { name: 'Olivier Melcher', email: '[email protected]' }, | |
silly testEngine { name: 'Tomaž Muraus', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://www.tomaz-muraus.info' }, | |
silly testEngine { name: 'Evan Meagher', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://evanmeagher.net/' }, | |
silly testEngine { name: 'Orlando Vazquez', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://2wycked.net/' }, | |
silly testEngine { name: 'George Miroshnykov', email: '[email protected]' }, | |
silly testEngine { name: 'Geoff Flarity', | |
silly testEngine url: 'http://ca.linkedin.com/pub/geoff-flarity/a/536/43a' }, | |
silly testEngine { name: 'Pete Kruckenberg', email: '[email protected]' }, | |
silly testEngine { name: 'Laurie Harper', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://laurie.holoweb.net/' }, | |
silly testEngine { name: 'Chris Wong', email: '[email protected]' }, | |
silly testEngine { name: 'Max Goodman', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://chromacode.com/' }, | |
silly testEngine { name: 'Scott Bronson', email: '[email protected]' }, | |
silly testEngine { name: 'Federico Romero', email: '[email protected]' }, | |
silly testEngine { name: 'Visnu Pitiyanuvath', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://visnup.com' }, | |
silly testEngine { name: 'Irakli Gozalishvili', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://jeditoolkit.com/' }, | |
silly testEngine { name: 'Mark Cahill', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://www.tiemonster.info/' }, | |
silly testEngine { name: 'Zearin', email: '[email protected]' }, | |
silly testEngine { name: 'Iain Sproat', email: '[email protected]' }, | |
silly testEngine { name: 'Trent Mick', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://trentm.com/' }, | |
silly testEngine { name: 'Felix Geisendörfer', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://www.debuggable.com/' }, | |
silly testEngine { name: 'Conny Brunnkvist', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://twitter.com/connyb' }, | |
silly testEngine { name: 'Will Elwood', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'https://github.com/welwood08' }, | |
silly testEngine { name: 'Oleg Efimov', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://sannis.ru' }, | |
silly testEngine { name: 'Martin Cooper', email: '[email protected]' }, | |
silly testEngine { name: 'Jameson Little', email: '[email protected]' }, | |
silly testEngine { name: 'cspotcode', email: '[email protected]' }, | |
silly testEngine { name: 'Maciej Małecki', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine { name: 'Stephen Sugden', email: '[email protected]' }, | |
silly testEngine { name: 'Gautham Pai', email: '[email protected]' }, | |
silly testEngine { name: 'David Trejo', email: '[email protected]' }, | |
silly testEngine { name: 'Paul Vorbach', email: '[email protected]' }, | |
silly testEngine { name: 'George Ornbo', email: '[email protected]' }, | |
silly testEngine { name: 'Tim Oxley', email: '[email protected]' }, | |
silly testEngine { name: 'Tyler Green', email: '[email protected]' }, | |
silly testEngine { name: 'atomizer', email: '[email protected]' }, | |
silly testEngine { name: 'Rod Vagg', email: '[email protected]' }, | |
silly testEngine { name: 'Christian Howe', email: '[email protected]' }, | |
silly testEngine { name: 'Andrew Lunny', email: '[email protected]' }, | |
silly testEngine { name: 'Henrik Hodne', email: '[email protected]' }, | |
silly testEngine { name: 'Adam Blackburn', email: '[email protected]' }, | |
silly testEngine { name: 'Kris Windham', email: '[email protected]' }, | |
silly testEngine { name: 'Jens Grunert', email: '[email protected]' }, | |
silly testEngine { name: 'Joost-Wim Boekesteijn', | |
silly testEngine email: '[email protected]' } ], | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.106', | |
silly testEngine _nodeVersion: 'v0.6.15', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine man: | |
silly testEngine [ 'man/man1/README.1', | |
silly testEngine 'man/man1/adduser.1', | |
silly testEngine 'man/man1/author.1', | |
silly testEngine 'man/man1/bin.1', | |
silly testEngine 'man/man1/bugs.1', | |
silly testEngine 'man/man1/build.1', | |
silly testEngine 'man/man1/bundle.1', | |
silly testEngine 'man/man1/cache.1', | |
silly testEngine 'man/man1/changelog.1', | |
silly testEngine 'man/man1/coding-style.1', | |
silly testEngine 'man/man1/completion.1', | |
silly testEngine 'man/man1/config.1', | |
silly testEngine 'man/man1/deprecate.1', | |
silly testEngine 'man/man1/developers.1', | |
silly testEngine 'man/man1/disputes.1', | |
silly testEngine 'man/man1/docs.1', | |
silly testEngine 'man/man1/edit.1', | |
silly testEngine 'man/man1/explore.1', | |
silly testEngine 'man/man1/faq.1', | |
silly testEngine 'man/man1/find.1', | |
silly testEngine 'man/man1/folders.1', | |
silly testEngine 'man/man1/get.1', | |
silly testEngine 'man/man1/global.1', | |
silly testEngine 'man/man1/help-search.1', | |
silly testEngine 'man/man1/help.1', | |
silly testEngine 'man/man1/home.1', | |
silly testEngine 'man/man1/index.1', | |
silly testEngine 'man/man1/init.1', | |
silly testEngine 'man/man1/install.1', | |
silly testEngine 'man/man1/json.1', | |
silly testEngine 'man/man1/link.1', | |
silly testEngine 'man/man1/list.1', | |
silly testEngine 'man/man1/ln.1', | |
silly testEngine 'man/man1/ls.1', | |
silly testEngine 'man/man1/npm.1', | |
silly testEngine 'man/man1/outdated.1', | |
silly testEngine 'man/man1/owner.1', | |
silly testEngine 'man/man1/pack.1', | |
silly testEngine 'man/man1/prefix.1', | |
silly testEngine 'man/man1/prune.1', | |
silly testEngine 'man/man1/publish.1', | |
silly testEngine 'man/man1/rebuild.1', | |
silly testEngine 'man/man1/registry.1', | |
silly testEngine 'man/man1/removing-npm.1', | |
silly testEngine 'man/man1/restart.1', | |
silly testEngine 'man/man1/rm.1', | |
silly testEngine 'man/man1/root.1', | |
silly testEngine 'man/man1/run-script.1', | |
silly testEngine 'man/man1/scripts.1', | |
silly testEngine 'man/man1/search.1', | |
silly testEngine 'man/man1/semver.1', | |
silly testEngine 'man/man1/set.1', | |
silly testEngine 'man/man1/shrinkwrap.1', | |
silly testEngine 'man/man1/star.1', | |
silly testEngine 'man/man1/start.1', | |
silly testEngine 'man/man1/stop.1', | |
silly testEngine 'man/man1/submodule.1', | |
silly testEngine 'man/man1/tag.1', | |
silly testEngine 'man/man1/test.1', | |
silly testEngine 'man/man1/uninstall.1', | |
silly testEngine 'man/man1/unpublish.1', | |
silly testEngine 'man/man1/update.1', | |
silly testEngine 'man/man1/version.1', | |
silly testEngine 'man/man1/view.1', | |
silly testEngine 'man/man1/whoami.1', | |
silly testEngine 'man/man3/author.3', | |
silly testEngine 'man/man3/bin.3', | |
silly testEngine 'man/man3/bugs.3', | |
silly testEngine 'man/man3/commands.3', | |
silly testEngine 'man/man3/config.3', | |
silly testEngine 'man/man3/deprecate.3', | |
silly testEngine 'man/man3/docs.3', | |
silly testEngine 'man/man3/edit.3', | |
silly testEngine 'man/man3/explore.3', | |
silly testEngine 'man/man3/find.3', | |
silly testEngine 'man/man3/get.3', | |
silly testEngine 'man/man3/help-search.3', | |
silly testEngine 'man/man3/home.3', | |
silly testEngine 'man/man3/init.3', | |
silly testEngine 'man/man3/install.3', | |
silly testEngine 'man/man3/link.3', | |
silly testEngine 'man/man3/list.3', | |
silly testEngine 'man/man3/ln.3', | |
silly testEngine 'man/man3/load.3', | |
silly testEngine 'man/man3/ls.3', | |
silly testEngine 'man/man3/npm.3', | |
silly testEngine 'man/man3/outdated.3', | |
silly testEngine 'man/man3/owner.3', | |
silly testEngine 'man/man3/pack.3', | |
silly testEngine 'man/man3/prefix.3', | |
silly testEngine 'man/man3/prune.3', | |
silly testEngine 'man/man3/publish.3', | |
silly testEngine 'man/man3/rebuild.3', | |
silly testEngine 'man/man3/restart.3', | |
silly testEngine 'man/man3/rm.3', | |
silly testEngine 'man/man3/root.3', | |
silly testEngine 'man/man3/run-script.3', | |
silly testEngine 'man/man3/search.3', | |
silly testEngine 'man/man3/set.3', | |
silly testEngine 'man/man3/shrinkwrap.3', | |
silly testEngine 'man/man3/start.3', | |
silly testEngine 'man/man3/stop.3', | |
silly testEngine 'man/man3/submodule.3', | |
silly testEngine 'man/man3/tag.3', | |
silly testEngine 'man/man3/test.3', | |
silly testEngine 'man/man3/uninstall.3', | |
silly testEngine 'man/man3/unpublish.3', | |
silly testEngine 'man/man3/update.3', | |
silly testEngine 'man/man3/version.3', | |
silly testEngine 'man/man3/view.3', | |
silly testEngine 'man/man3/whoami.3' ] } | |
verbose caching /Users/per/local/lib/node_modules/npm/package.json | |
verbose loadDefaults [email protected] | |
verbose into /Users/per/local/lib [ '[email protected]' ] | |
verbose cache add [email protected] | |
verbose cache add [ '[email protected]', null ] | |
silly cache add: name, spec, args [ undefined, '[email protected]', [ '[email protected]', null ] ] | |
verbose parsed url { pathname: '[email protected]', | |
verbose parsed url path: '[email protected]', | |
verbose parsed url href: '[email protected]' } | |
silly cache add: name, spec, args [ 'npm-test', '0.1.0', [ 'npm-test', '0.1.0' ] ] | |
verbose parsed url { pathname: '0.1.0', path: '0.1.0', href: '0.1.0' } | |
info addNamed [ 'npm-test', '0.1.0' ] | |
verbose addNamed [ '0.1.0', '0.1.0' ] | |
verbose GET npm-test/0.1.0 | |
verbose raw, before any munging npm-test/0.1.0 | |
verbose url resolving [ 'https://registry.npmjs.org/', './npm-test/0.1.0' ] | |
verbose url resolved https://registry.npmjs.org/npm-test/0.1.0 | |
silly get cb [ 404, | |
silly get cb { server: 'CouchDB/1.2.0 (Erlang OTP/R15B)', | |
silly get cb date: 'Fri, 22 Jun 2012 11:00:16 GMT', | |
silly get cb 'content-type': 'application/json', | |
silly get cb 'content-length': '52', | |
silly get cb 'cache-control': 'must-revalidate' } ] | |
ERR! 404 'npm-test' is not in the npm registry. | |
ERR! 404 You could maybe bug the author to publish it | |
ERR! 404 Note that you can also install from a tarball or folder. | |
ERR! | |
ERR! System Darwin 11.4.0 | |
ERR! command "node" "/usr/local/bin/npm" "install" "--link" | |
ERR! cwd /Users/per/prog/node/npm-test2 | |
ERR! node -v v0.6.15 | |
ERR! npm -v 1.0.106 | |
ERR! code E404 | |
verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment