Created
November 12, 2011 02:07
-
-
Save cpsubrian/1359901 to your computer and use it in GitHub Desktop.
npm ar errors
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', | |
verbose cli '/home/vagrant/.nvm/v0.4.12/bin/npm', | |
verbose cli 'install' ] | |
info using [email protected] | |
info using [email protected] | |
verbose config file /home/vagrant/.npmrc | |
verbose config file /home/vagrant/.nvm/v0.4.12/etc/npmrc | |
verbose config file /home/vagrant/.nvm/v0.4.12/lib/node_modules/npm/npmrc | |
silly testEngine { name: 'kaching', | |
silly testEngine version: '0.0.1', | |
silly testEngine private: true, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Brian Link', email: '[email protected]' }, | |
silly testEngine { name: 'Carlos Rodriguez', | |
silly testEngine email: '[email protected]' } ], | |
silly testEngine dependencies: | |
silly testEngine { express: '2.4.x', | |
silly testEngine cluster: '0.7.x', | |
silly testEngine less: '1.1.x', | |
silly testEngine jqtpl: '1.0.x', | |
silly testEngine underscore: '1.2.x', | |
silly testEngine mongoose: '2.3.x', | |
silly testEngine mysql: '0.9.x', | |
silly testEngine 'express-resource': '0.2.x', | |
silly testEngine braintree: '0.4.x', | |
silly testEngine 'coffee-script': '1.1.x', | |
silly testEngine vows: '0.5.x', | |
silly testEngine tobi: '0.3.x', | |
silly testEngine should: '0.3.x' }, | |
silly testEngine devDependencies: { vows: '0.5.x', tobi: '0.3.x', should: '0.3.x' }, | |
silly testEngine scripts: { test: 'vows test/app/* --spec' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/package.json | |
verbose loadDefaults [email protected] | |
verbose where, deps [ '/vagrant/projects/kaching', | |
verbose where, deps [ 'express', | |
verbose where, deps 'cluster', | |
verbose where, deps 'less', | |
verbose where, deps 'jqtpl', | |
verbose where, deps 'underscore', | |
verbose where, deps 'mongoose', | |
verbose where, deps 'mysql', | |
verbose where, deps 'express-resource', | |
verbose where, deps 'braintree', | |
verbose where, deps 'coffee-script', | |
verbose where, deps 'vows', | |
verbose where, deps 'tobi', | |
verbose where, deps 'should' ] ] | |
verbose from cache /vagrant/projects/kaching/package.json | |
info preinstall [email protected] | |
silly testEngine { name: 'braintree', | |
silly testEngine version: '0.4.0', | |
silly testEngine description: 'A library for integrating with Braintree.', | |
silly testEngine keywords: [ 'payments' ], | |
silly testEngine homepage: 'http://github.com/braintree/braintree_node', | |
silly testEngine author: | |
silly testEngine { name: 'Braintree', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://www.braintreepayments.com' }, | |
silly testEngine main: './lib/braintree.js', | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/braintree/braintree_node.git' }, | |
silly testEngine dependencies: { 'coffee-script': '~1.1', 'o3-xml': '~0.1.0' }, | |
silly testEngine engines: { node: '~0.4.7' }, | |
silly testEngine devDependencies: { underscore: '=1.1.6', vows: '=0.5.11' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine bundleDependencies: [ 'dateformat' ], | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/braintree/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'cluster', | |
silly testEngine description: 'extensible multi-core server manager', | |
silly testEngine keywords: [ 'server', 'spark', 'fugue', 'tcp', 'workers' ], | |
silly testEngine version: '0.7.7', | |
silly testEngine homepage: 'http://learnboost.github.com/cluster', | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/LearnBoost/cluster.git' }, | |
silly testEngine author: | |
silly testEngine { name: 'TJ Holowaychuk', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://tjholowaychuk.com' }, | |
silly testEngine main: 'index', | |
silly testEngine dependencies: { log: '>= 1.2.0', mkdirp: '>= 0.0.1' }, | |
silly testEngine devDependencies: { should: '0.2.x' }, | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/cluster/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'coffee-script', | |
silly testEngine description: 'Unfancy JavaScript', | |
silly testEngine keywords: [ 'javascript', 'language', 'coffeescript', 'compiler' ], | |
silly testEngine author: { name: 'Jeremy Ashkenas' }, | |
silly testEngine version: '1.1.3', | |
silly testEngine licenses: | |
silly testEngine [ { type: 'MIT', | |
silly testEngine url: 'http://github.com/jashkenas/coffee-script/raw/master/LICENSE' } ], | |
silly testEngine engines: { node: '>=0.4.0' }, | |
silly testEngine directories: { lib: './lib/coffee-script' }, | |
silly testEngine main: './lib/coffee-script/coffee-script', | |
silly testEngine bin: { coffee: './bin/coffee', cake: './bin/cake' }, | |
silly testEngine homepage: 'http://coffeescript.org', | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/jashkenas/coffee-script.git' }, | |
silly testEngine devDependencies: { 'uglify-js': '1.0.6', jison: '0.2.11' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/coffee-script/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'express', | |
silly testEngine description: 'Sinatra inspired web development framework', | |
silly testEngine version: '2.4.7', | |
silly testEngine author: | |
silly testEngine { name: 'TJ Holowaychuk', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'TJ Holowaychuk', | |
silly testEngine 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: | |
silly testEngine { connect: '1.7.x', | |
silly testEngine mime: '>= 0.0.1', | |
silly testEngine qs: '>= 0.3.1', | |
silly testEngine mkdirp: '0.0.7' }, | |
silly testEngine devDependencies: | |
silly testEngine { 'connect-form': '0.2.1', | |
silly testEngine ejs: '0.4.2', | |
silly testEngine expresso: '0.7.2', | |
silly testEngine hamljs: '0.5.1', | |
silly testEngine jade: '0.11.0', | |
silly testEngine stylus: '0.13.0', | |
silly testEngine should: '0.2.1', | |
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: | |
silly testEngine { type: 'git', | |
silly testEngine 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.5.0' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/express/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'express-resource', | |
silly testEngine description: 'Resourceful routing for express', | |
silly testEngine version: '0.2.3', | |
silly testEngine author: | |
silly testEngine { name: 'TJ Holowaychuk', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Daniel Gasienica', | |
silly testEngine email: '[email protected]' } ], | |
silly testEngine dependencies: { lingo: '>= 0.0.4' }, | |
silly testEngine devDependencies: | |
silly testEngine { connect: '1.4.x', | |
silly testEngine express: '2.3.x', | |
silly testEngine ejs: '0.4.x', | |
silly testEngine expresso: '0.7.x', | |
silly testEngine lingo: '0.0.4', | |
silly testEngine qs: '0.1.x', | |
silly testEngine should: '>= 0.0.1' }, | |
silly testEngine keywords: [ 'express', 'rest', 'resource' ], | |
silly testEngine main: 'index', | |
silly testEngine engines: { node: '>= 0.2.0' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/express-resource/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'jqtpl', | |
silly testEngine description: 'A port of jQuery\'s template engine', | |
silly testEngine version: '1.0.7', | |
silly testEngine author: | |
silly testEngine { name: 'Oleg Slobodskoi', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'John Resig', email: '[email protected]' }, | |
silly testEngine { name: 'Boris Moore', email: '[email protected]' } ], | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/kof/node-jqtpl.git' }, | |
silly testEngine keywords: | |
silly testEngine [ 'template', | |
silly testEngine 'engine', | |
silly testEngine 'jquery', | |
silly testEngine 'jquery-tmpl', | |
silly testEngine 'django', | |
silly testEngine 'logicless', | |
silly testEngine 'express' ], | |
silly testEngine directories: { lib: './lib' }, | |
silly testEngine engines: { node: '>= 0.3.7' }, | |
silly testEngine devDependencies: { express: '>= 2.2.1 < 3.0.0', qunit: '0.1.x' }, | |
silly testEngine licenses: | |
silly testEngine [ { type: 'MIT', | |
silly testEngine url: 'http://www.opensource.org/licenses/mit-license.php' } ], | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/jqtpl/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: | |
silly testEngine { name: 'Alexis Sellier', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: [], | |
silly testEngine version: '1.1.4', | |
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.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/less/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'mongoose', | |
silly testEngine description: 'Mongoose MongoDB ODM', | |
silly testEngine version: '2.3.12', | |
silly testEngine author: | |
silly testEngine { name: 'Guillermo Rauch', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine keywords: | |
silly testEngine [ 'mongodb', | |
silly testEngine 'mongoose', | |
silly testEngine 'orm', | |
silly testEngine 'data', | |
silly testEngine 'datastore', | |
silly testEngine 'nosql' ], | |
silly testEngine dependencies: | |
silly testEngine { hooks: '0.1.9', | |
silly testEngine mongodb: '0.9.6-23', | |
silly testEngine colors: '0.5.1' }, | |
silly testEngine devDependencies: { should: '0.2.1', gleak: '0.2.1' }, | |
silly testEngine directories: { lib: './lib/mongoose' }, | |
silly testEngine scripts: { test: 'make test' }, | |
silly testEngine main: './index.js', | |
silly testEngine engines: { node: '>= 0.4.0' }, | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/LearnBoost/mongoose.git' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/mongoose/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'mysql', | |
silly testEngine version: '0.9.4', | |
silly testEngine author: | |
silly testEngine { name: 'Felix Geisendörfer', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://debuggable.com/' }, | |
silly testEngine description: 'A pure node.js JavaScript Client implementing the MySQL protocol.', | |
silly testEngine homepage: 'https://github.com/felixge/node-mysql', | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/felixge/node-mysql.git' }, | |
silly testEngine main: './index', | |
silly testEngine scripts: { test: 'make test' }, | |
silly testEngine dependencies: { hashish: '0.0.4' }, | |
silly testEngine devDependencies: | |
silly testEngine { gently: '0.8.0', | |
silly testEngine far: '0.0.6', | |
silly testEngine 'fast-or-slow': '0.0.5' }, | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/mysql/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'should', | |
silly testEngine description: 'test framework agnostic BDD-style assertions', | |
silly testEngine version: '0.3.2', | |
silly testEngine author: | |
silly testEngine { name: 'TJ Holowaychuk', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Aseem Kishore', | |
silly testEngine email: '[email protected]' } ], | |
silly testEngine devDependencies: { expresso: '0.9.2', should: '*' }, | |
silly testEngine keywords: [ 'test', 'bdd', 'assert' ], | |
silly testEngine main: './lib/should.js', | |
silly testEngine engines: { node: '>= 0.2.0' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/should/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: | |
silly testEngine { name: 'Jeremy Ashkenas', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: [], | |
silly testEngine dependencies: {}, | |
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.2.1', | |
silly testEngine _id: '[email protected]', | |
silly testEngine devDependencies: {}, | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/underscore/package.json | |
verbose loadDefaults [email protected] | |
silly testEngine { name: 'vows', | |
silly testEngine description: 'Asynchronous BDD & continuous integration for node.js', | |
silly testEngine url: 'http://vowsjs.org', | |
silly testEngine keywords: [ 'testing', 'spec', 'test', 'BDD' ], | |
silly testEngine author: | |
silly testEngine { name: 'Alexis Sellier', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Charlie Robbins', | |
silly testEngine email: '[email protected]' } ], | |
silly testEngine dependencies: { eyes: '>=0.1.6' }, | |
silly testEngine main: './lib/vows', | |
silly testEngine bin: { vows: './bin/vows' }, | |
silly testEngine directories: { test: './test', bin: './bin' }, | |
silly testEngine version: '0.5.13', | |
silly testEngine scripts: { test: './bin/vows --spec' }, | |
silly testEngine engines: { node: '>=0.2.6' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /vagrant/projects/kaching/node_modules/vows/package.json | |
verbose loadDefaults [email protected] | |
verbose from cache /vagrant/projects/kaching/package.json | |
verbose into /vagrant/projects/kaching [ '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]', | |
verbose into /vagrant/projects/kaching '[email protected]' ] | |
verbose from cache /vagrant/projects/kaching/node_modules/braintree/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/cluster/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/coffee-script/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/express/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/express-resource/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/jqtpl/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/less/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/mongoose/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/mysql/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/should/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/underscore/package.json | |
verbose from cache /vagrant/projects/kaching/node_modules/vows/package.json | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose already installed in /vagrant/projects/kaching skipping [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]', href: '[email protected]' } | |
silly cache add: name, spec, args [ 'tobi', '0.3.x', [ 'tobi', '0.3.x' ] ] | |
verbose parsed url { pathname: '0.3.x', href: '0.3.x' } | |
info addNamed [ 'tobi', '0.3.x' ] | |
verbose addNamed [ null, '>=0.3.0- <0.4.0-' ] | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose GET tobi | |
verbose raw, before any munging tobi | |
verbose url resolving [ 'https://registry.npmjs.org/', './tobi' ] | |
verbose url resolved https://registry.npmjs.org/tobi | |
verbose etag "AC2AB57B02HYVYPW2IQ1CZRS9" | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
verbose already installed in /vagrant/projects/kaching skipping [email protected] | |
silly get cb [ 304, | |
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)', | |
silly get cb etag: '"AC2AB57B02HYVYPW2IQ1CZRS9"', | |
silly get cb date: 'Sat, 12 Nov 2011 02:05:57 GMT', | |
silly get cb 'content-length': '0' } ] | |
verbose etag tobi from cache | |
verbose GET tobi/0.3.1 | |
verbose raw, before any munging tobi/0.3.1 | |
verbose url resolving [ 'https://registry.npmjs.org/', './tobi/0.3.1' ] | |
verbose url resolved https://registry.npmjs.org/tobi/0.3.1 | |
verbose etag "AC2AB57B02HYVYPW2IQ1CZRS9" | |
silly get cb [ 304, | |
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)', | |
silly get cb etag: '"AC2AB57B02HYVYPW2IQ1CZRS9"', | |
silly get cb date: 'Sat, 12 Nov 2011 02:05:57 GMT', | |
silly get cb 'content-length': '0' } ] | |
verbose etag tobi/0.3.1 from cache | |
verbose bin dist [ '0.4-ares1.7.4-ev4.4-openssl0.9.8k-v83.1.8.26-linux-2.6.32-35-server', | |
verbose bin dist { shasum: 'bfd04e4821659cdccd0af0c528d71d4d968083f0', | |
verbose bin dist tarball: 'http://registry.npmjs.org/tobi/-/tobi-0.3.1.tgz' } ] | |
silly testEngine { name: 'tobi', | |
silly testEngine description: 'expressive server-side functional testing with jQuery and jsdom', | |
silly testEngine version: '0.3.1', | |
silly testEngine author: | |
silly testEngine { name: 'TJ Holowaychuk', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine keywords: [ 'test', 'testing', 'browser', 'jquery', 'css' ], | |
silly testEngine dependencies: | |
silly testEngine { jsdom: '>= 0.1.21', | |
silly testEngine htmlparser: '>= 1.7.3', | |
silly testEngine should: '>= 0.0.4', | |
silly testEngine qs: '>= 0.1.0' }, | |
silly testEngine devDependencies: | |
silly testEngine { express: '2.3.x', | |
silly testEngine expresso: '>= 0.0.1', | |
silly testEngine htmlparser: '>= 0.0.1', | |
silly testEngine jsdom: '>= 0.0.1', | |
silly testEngine qs: '>= 0.0.1', | |
silly testEngine should: '>= 0.0.1', | |
silly testEngine connect: '>= 0.0.1' }, | |
silly testEngine main: './index.js', | |
silly testEngine engines: { node: '0.4.x' }, | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/LearnBoost/tobi.git' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine scripts: {} } | |
verbose caching /home/vagrant/.npm/tobi/0.3.1/package/package.json | |
verbose loadDefaults [email protected] | |
silly resolved [ { name: 'tobi', | |
silly resolved description: 'expressive server-side functional testing with jQuery and jsdom', | |
silly resolved version: '0.3.1', | |
silly resolved author: | |
silly resolved { name: 'TJ Holowaychuk', | |
silly resolved email: '[email protected]' }, | |
silly resolved keywords: [ 'test', 'testing', 'browser', 'jquery', 'css' ], | |
silly resolved dependencies: | |
silly resolved { jsdom: '>= 0.1.21', | |
silly resolved htmlparser: '>= 1.7.3', | |
silly resolved should: '>= 0.0.4', | |
silly resolved qs: '>= 0.1.0' }, | |
silly resolved devDependencies: | |
silly resolved { express: '2.3.x', | |
silly resolved expresso: '>= 0.0.1', | |
silly resolved htmlparser: '>= 0.0.1', | |
silly resolved jsdom: '>= 0.0.1', | |
silly resolved qs: '>= 0.0.1', | |
silly resolved should: '>= 0.0.1', | |
silly resolved connect: '>= 0.0.1' }, | |
silly resolved main: './index.js', | |
silly resolved engines: { node: '0.4.x' }, | |
silly resolved repository: | |
silly resolved { type: 'git', | |
silly resolved url: 'git://github.com/LearnBoost/tobi.git' }, | |
silly resolved _id: '[email protected]', | |
silly resolved _engineSupported: true, | |
silly resolved _npmVersion: '1.0.105', | |
silly resolved _nodeVersion: 'v0.4.12', | |
silly resolved _defaultsLoaded: true, | |
silly resolved scripts: {} } ] | |
info into /vagrant/projects/kaching [email protected] | |
info installOne [email protected] | |
info unbuild /vagrant/projects/kaching/node_modules/tobi | |
verbose from cache /home/vagrant/.npm/tobi/0.3.1/package/package.json | |
verbose mkdir (expected) error ENOENT, No such file or directory '/vagrant/projects/kaching/node_modules/___tobi.npm' | |
verbose mkdir done: /vagrant/projects/kaching/node_modules/___tobi.npm 755 | |
verbose unpack_ uid, gid [ undefined, undefined ] | |
verbose unpackTarget /vagrant/projects/kaching/node_modules/tobi | |
silly gunzTarPerm modes [ '755', '644' ] | |
silly spawning [ 'tar', | |
silly spawning [ '-zmvxpf', | |
silly spawning '/home/vagrant/.npm/tobi/0.3.1/package.tgz' ], | |
silly spawning '/vagrant/projects/kaching/node_modules/___tobi.npm' ] | |
silly tar out package/index.html | |
silly tar out package/Readme.md | |
silly tar out package/.gitmodules | |
silly tar out package/History.md | |
silly tar out package/.gitignore | |
silly tar out package/Makefile | |
silly tar out package/package.json | |
silly tar out package/.npmignore | |
silly tar out package/index.js | |
silly tar out package/examples/login.js | |
silly tar out package/examples/google.js | |
silly tar out package/examples/wizard.js | |
silly tar out package/examples/multiple.js | |
silly tar out package/examples/app.js | |
silly tar out package/test/cookie.jar.test.js | |
silly tar out package/test/cookie.test.js | |
silly tar out package/test/browser.external.test.js | |
silly tar out package/test/browser.test.js | |
silly tar out package/test/browser.context.test.js | |
silly tar out package/test/tobi.test.js | |
silly tar out package/test/browser.navigation.test.js | |
silly tar out package/test/jquery.test.js | |
silly tar out package/test/assertions.test.js | |
silly tar out package/test/scenarios.login.test.js | |
silly tar out package/lib/browser.js | |
silly tar out package/lib/tobi.js | |
silly tar out package/lib/assertions/should.js | |
silly tar out package/lib/jquery/core.js | |
silly tar out package/lib/jquery/fill.js | |
silly tar out package/lib/jquery/index.js | |
silly tar out package/lib/cookie/jar.js | |
silly tar out package/lib/cookie/index.js | |
silly tar exit 0 | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/.gitignore | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/.npmignore | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/.gitmodules | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/index.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/History.md | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/index.html | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/package.json | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/Makefile | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/Readme.md | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/examples | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/examples/app.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/examples/google.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/examples/login.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/examples/multiple.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/examples/wizard.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/assertions.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/browser.context.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/browser.navigation.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/browser.external.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/browser.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/cookie.jar.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/cookie.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/jquery.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/tobi.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/test/scenarios.login.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/browser.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/tobi.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/cookie | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/cookie/jar.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/cookie/index.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/assertions | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/assertions/should.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/jquery | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/jquery/core.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/jquery/fill.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/___tobi.npm/package/lib/jquery/index.js | |
silly chmod package 755 | |
silly chmod .gitignore 755 | |
silly chmod .npmignore 755 | |
silly chmod .gitmodules 755 | |
silly chmod index.js 755 | |
silly chmod History.md 755 | |
silly chmod index.html 755 | |
silly chmod package.json 755 | |
silly chmod Makefile 755 | |
silly chmod Readme.md 755 | |
silly chmod examples 755 | |
silly chmod app.js 755 | |
silly chmod google.js 755 | |
silly chmod login.js 755 | |
silly chmod multiple.js 755 | |
silly chmod wizard.js 755 | |
silly chmod test 755 | |
silly chmod assertions.test.js 755 | |
silly chmod browser.context.test.js 755 | |
silly chmod browser.navigation.test.js 755 | |
silly chmod browser.external.test.js 755 | |
silly chmod browser.test.js 755 | |
silly chmod cookie.jar.test.js 755 | |
silly chmod cookie.test.js 755 | |
silly chmod jquery.test.js 755 | |
silly chmod tobi.test.js 755 | |
silly chmod scenarios.login.test.js 755 | |
silly chmod lib 755 | |
silly chmod browser.js 755 | |
silly chmod tobi.js 755 | |
silly chmod cookie 755 | |
silly chmod jar.js 755 | |
silly chmod index.js 755 | |
silly chmod assertions 755 | |
silly chmod should.js 755 | |
silly chmod jquery 755 | |
silly chmod fill.js 755 | |
silly chmod core.js 755 | |
silly chmod index.js 755 | |
verbose gunzed /vagrant/projects/kaching/node_modules/___tobi.npm/package | |
verbose rm'ed /vagrant/projects/kaching/node_modules/tobi | |
verbose renamed [ '/vagrant/projects/kaching/node_modules/___tobi.npm/package', | |
verbose renamed '/vagrant/projects/kaching/node_modules/tobi' ] | |
silly testEngine { name: 'tobi', | |
silly testEngine description: 'expressive server-side functional testing with jQuery and jsdom', | |
silly testEngine version: '0.3.1', | |
silly testEngine author: | |
silly testEngine { name: 'TJ Holowaychuk', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine keywords: [ 'test', 'testing', 'browser', 'jquery', 'css' ], | |
silly testEngine dependencies: | |
silly testEngine { jsdom: '>= 0.1.21', | |
silly testEngine htmlparser: '>= 1.7.3', | |
silly testEngine should: '>= 0.0.4', | |
silly testEngine qs: '>= 0.1.0' }, | |
silly testEngine devDependencies: | |
silly testEngine { express: '2.3.x', | |
silly testEngine expresso: '>= 0.0.1', | |
silly testEngine htmlparser: '>= 0.0.1', | |
silly testEngine jsdom: '>= 0.0.1', | |
silly testEngine qs: '>= 0.0.1', | |
silly testEngine should: '>= 0.0.1', | |
silly testEngine connect: '>= 0.0.1' }, | |
silly testEngine main: './index.js', | |
silly testEngine engines: { node: '0.4.x' }, | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/LearnBoost/tobi.git' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine scripts: {} } | |
verbose caching /vagrant/projects/kaching/node_modules/tobi/package.json | |
verbose loadDefaults [email protected] | |
info preinstall [email protected] | |
verbose from cache /vagrant/projects/kaching/node_modules/tobi/package.json | |
verbose into /vagrant/projects/kaching/node_modules/tobi [ 'jsdom@>= 0.1.21', | |
verbose into /vagrant/projects/kaching/node_modules/tobi 'htmlparser@>= 1.7.3', | |
verbose into /vagrant/projects/kaching/node_modules/tobi 'qs@>= 0.1.0' ] | |
verbose cache add htmlparser@>= 1.7.3 | |
verbose cache add [ 'htmlparser@>= 1.7.3', null ] | |
silly cache add: name, spec, args [ undefined, | |
silly cache add: name, spec, args 'htmlparser@>= 1.7.3', | |
silly cache add: name, spec, args [ 'htmlparser@>= 1.7.3', null ] ] | |
verbose parsed url { pathname: 'htmlparser@', href: 'htmlparser@' } | |
silly cache add: name, spec, args [ 'htmlparser', | |
silly cache add: name, spec, args '>= 1.7.3', | |
silly cache add: name, spec, args [ 'htmlparser', '>= 1.7.3' ] ] | |
verbose parsed url { pathname: '=', href: '=' } | |
info addNamed [ 'htmlparser', '>= 1.7.3' ] | |
verbose addNamed [ null, '>=1.7.3' ] | |
verbose GET htmlparser | |
verbose raw, before any munging htmlparser | |
verbose url resolving [ 'https://registry.npmjs.org/', './htmlparser' ] | |
verbose url resolved https://registry.npmjs.org/htmlparser | |
verbose etag "9TKXLXN1DOMNKG10LIMIN013V" | |
verbose cache add qs@>= 0.1.0 | |
verbose cache add [ 'qs@>= 0.1.0', null ] | |
silly cache add: name, spec, args [ undefined, 'qs@>= 0.1.0', [ 'qs@>= 0.1.0', null ] ] | |
verbose parsed url { pathname: 'qs@', href: 'qs@' } | |
silly cache add: name, spec, args [ 'qs', '>= 0.1.0', [ 'qs', '>= 0.1.0' ] ] | |
verbose parsed url { pathname: '=', href: '=' } | |
info addNamed [ 'qs', '>= 0.1.0' ] | |
verbose addNamed [ null, '>=0.1.0' ] | |
verbose GET qs | |
verbose raw, before any munging qs | |
verbose url resolving [ 'https://registry.npmjs.org/', './qs' ] | |
verbose url resolved https://registry.npmjs.org/qs | |
verbose etag "DES7FX5S65QRMDGLG7D7NEH06" | |
verbose cache add jsdom@>= 0.1.21 | |
verbose cache add [ 'jsdom@>= 0.1.21', null ] | |
silly cache add: name, spec, args [ undefined, | |
silly cache add: name, spec, args 'jsdom@>= 0.1.21', | |
silly cache add: name, spec, args [ 'jsdom@>= 0.1.21', null ] ] | |
verbose parsed url { pathname: 'jsdom@', href: 'jsdom@' } | |
silly cache add: name, spec, args [ 'jsdom', '>= 0.1.21', [ 'jsdom', '>= 0.1.21' ] ] | |
verbose parsed url { pathname: '=', href: '=' } | |
info addNamed [ 'jsdom', '>= 0.1.21' ] | |
verbose addNamed [ null, '>=0.1.21' ] | |
verbose GET jsdom | |
verbose raw, before any munging jsdom | |
verbose url resolving [ 'https://registry.npmjs.org/', './jsdom' ] | |
verbose url resolved https://registry.npmjs.org/jsdom | |
verbose etag "92BAEDJAQ86WRBIUGA1S8U50R" | |
silly get cb [ 304, | |
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)', | |
silly get cb etag: '"9TKXLXN1DOMNKG10LIMIN013V"', | |
silly get cb date: 'Sat, 12 Nov 2011 02:05:58 GMT', | |
silly get cb 'content-length': '0' } ] | |
verbose etag htmlparser from cache | |
verbose GET htmlparser/1.7.3 | |
verbose raw, before any munging htmlparser/1.7.3 | |
verbose url resolving [ 'https://registry.npmjs.org/', | |
verbose url resolving './htmlparser/1.7.3' ] | |
verbose url resolved https://registry.npmjs.org/htmlparser/1.7.3 | |
verbose etag "9TKXLXN1DOMNKG10LIMIN013V" | |
silly get cb [ 304, | |
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)', | |
silly get cb etag: '"92BAEDJAQ86WRBIUGA1S8U50R"', | |
silly get cb date: 'Sat, 12 Nov 2011 02:05:58 GMT', | |
silly get cb 'content-length': '0' } ] | |
verbose etag jsdom from cache | |
verbose GET jsdom/0.2.9 | |
verbose raw, before any munging jsdom/0.2.9 | |
verbose url resolving [ 'https://registry.npmjs.org/', './jsdom/0.2.9' ] | |
verbose url resolved https://registry.npmjs.org/jsdom/0.2.9 | |
verbose etag "92BAEDJAQ86WRBIUGA1S8U50R" | |
silly get cb [ 304, | |
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)', | |
silly get cb etag: '"DES7FX5S65QRMDGLG7D7NEH06"', | |
silly get cb date: 'Sat, 12 Nov 2011 02:05:58 GMT', | |
silly get cb 'content-length': '0' } ] | |
verbose etag qs from cache | |
verbose GET qs/0.3.2 | |
verbose raw, before any munging qs/0.3.2 | |
verbose url resolving [ 'https://registry.npmjs.org/', './qs/0.3.2' ] | |
verbose url resolved https://registry.npmjs.org/qs/0.3.2 | |
verbose etag "DES7FX5S65QRMDGLG7D7NEH06" | |
silly get cb [ 304, | |
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)', | |
silly get cb etag: '"9TKXLXN1DOMNKG10LIMIN013V"', | |
silly get cb date: 'Sat, 12 Nov 2011 02:05:59 GMT', | |
silly get cb 'content-length': '0' } ] | |
verbose etag htmlparser/1.7.3 from cache | |
verbose bin dist [ '0.4-ares1.7.4-ev4.4-openssl0.9.8k-v83.1.8.26-linux-2.6.32-35-server', | |
verbose bin dist { shasum: '67a98b21aeabbf2a8703bbdd4debe30f80f33217', | |
verbose bin dist tarball: 'http://registry.npmjs.org/htmlparser/-/htmlparser-1.7.3.tgz' } ] | |
WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
silly testEngine { name: 'htmlparser', | |
silly testEngine description: 'Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers', | |
silly testEngine version: '1.7.3', | |
silly testEngine author: | |
silly testEngine { name: 'Chris Winberry', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: [], | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/tautologistics/node-htmlparser.git' }, | |
silly testEngine bugs: | |
silly testEngine { email: '[email protected]', | |
silly testEngine url: 'http://github.com/tautologistics/node-htmlparser/issues' }, | |
silly testEngine os: [ 'linux', 'darwin', 'freebsd', 'win32' ], | |
silly testEngine directories: { lib: './lib/' }, | |
silly testEngine main: './lib/htmlparser', | |
silly testEngine engines: { node: '>=0.1.33' }, | |
silly testEngine licenses: | |
silly testEngine [ { type: 'MIT', | |
silly testEngine url: 'http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE' } ], | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine scripts: {} } | |
verbose caching /home/vagrant/.npm/htmlparser/1.7.3/package/package.json | |
verbose loadDefaults [email protected] | |
silly get cb [ 304, | |
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)', | |
silly get cb etag: '"92BAEDJAQ86WRBIUGA1S8U50R"', | |
silly get cb date: 'Sat, 12 Nov 2011 02:05:59 GMT', | |
silly get cb 'content-length': '0' } ] | |
verbose etag jsdom/0.2.9 from cache | |
verbose bin dist [ '0.4-ares1.7.4-ev4.4-openssl0.9.8k-v83.1.8.26-linux-2.6.32-35-server', | |
verbose bin dist { shasum: '911520cd42049814f186e4a1baf800f987017c1d', | |
verbose bin dist tarball: 'http://registry.npmjs.org/jsdom/-/jsdom-0.2.9.tgz' } ] | |
silly testEngine { name: 'jsdom', | |
silly testEngine version: '0.2.9', | |
silly testEngine description: 'A javascript implementation of the W3C DOM', | |
silly testEngine keywords: [ 'dom', 'w3c', 'javascript' ], | |
silly testEngine maintainers: | |
silly testEngine [ { name: 'Elijah Insua', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://tmpvar.com' } ], | |
silly testEngine contributors: | |
silly testEngine [ { name: 'Vincent Greene', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine { name: 'Dav Glass', email: '[email protected]' }, | |
silly testEngine { name: 'Felix Gnass', email: '[email protected]' }, | |
silly testEngine { name: 'Charlie Robbins', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine { name: 'Aria Stewart', email: '[email protected]' }, | |
silly testEngine { name: 'Matthew', | |
silly testEngine email: 'N.A.', | |
silly testEngine url: 'http://github.com/matthewpflueger/' }, | |
silly testEngine { name: 'Olivier El Mekki', | |
silly testEngine email: 'unknown', | |
silly testEngine url: 'http://blog.olivier-elmekki.com/' }, | |
silly testEngine { name: 'Shimon Dookdin', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine { name: 'Daniel Cassidy', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://www.danielcassidy.me.uk/' }, | |
silly testEngine { name: 'Sam Ruby', | |
silly testEngine email: 'N/A', | |
silly testEngine url: 'http://intertwingly.net/blog/' }, | |
silly testEngine { name: 'hij1nx', url: 'http://github.com/hij1nx' }, | |
silly testEngine { name: 'Daniel Cassidy', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine { name: 'Yonathan Randolph', | |
silly testEngine url: 'http://github.com/yonran' }, | |
silly testEngine { name: 'Martin Davis', | |
silly testEngine url: 'http://github.com/waslogic' }, | |
silly testEngine { name: 'Andreas Lind Petersen', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine { name: 'd-ash', url: 'http://github.com/d-ash' }, | |
silly testEngine { name: 'Robin Zhong', email: '[email protected]' }, | |
silly testEngine { name: 'Alexander Flatter', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine { name: 'Heng Liu', email: '[email protected]' }, | |
silly testEngine { name: 'Brian McDaniel', | |
silly testEngine url: 'http://github.com/brianmcd' }, | |
silly testEngine { name: 'John Hurliman', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine { name: 'Jimmy Mabey' }, | |
silly testEngine { name: 'Gregory Tomlinson' }, | |
silly testEngine { name: 'Jason Davies', | |
silly testEngine url: 'http://www.jasondavies.com/' }, | |
silly testEngine { name: 'Josh Marshall', | |
silly testEngine url: 'http://www.ponderingtheobvious.com/' }, | |
silly testEngine { name: 'Jason Priestley', | |
silly testEngine url: 'https://github.com/jhp' }, | |
silly testEngine { name: 'Derek Lindahl', | |
silly testEngine url: 'https://github.com/dlindahl' } ], | |
silly testEngine bugs: | |
silly testEngine { email: '[email protected]', | |
silly testEngine url: 'http://github.com/tmpvar/jsdom/issues' }, | |
silly testEngine licenses: | |
silly testEngine [ { type: 'MIT', | |
silly testEngine url: 'http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt' } ], | |
silly testEngine repositories: | |
silly testEngine [ { type: 'git', | |
silly testEngine url: 'http://github.com/tmpvar/jsdom.git' } ], | |
silly testEngine implements: [ 'http://www.w3.org/TR/REC-DOM-Level-1' ], | |
silly testEngine dependencies: | |
silly testEngine { htmlparser: '>=1.7.0', | |
silly testEngine request: '>=1.0.0', | |
silly testEngine cssom: '>=0.2.0', | |
silly testEngine contextify: '>=0.0.3' }, | |
silly testEngine devDependencies: | |
silly testEngine { nodeunit: '>=0.5.x', | |
silly testEngine 'console.log': '*', | |
silly testEngine optimist: '*' }, | |
silly testEngine engines: { node: '>=0.1.9' }, | |
silly testEngine directories: { lib: './lib/jsdom' }, | |
silly testEngine main: './lib/jsdom', | |
silly testEngine _id: '[email protected]', | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true } | |
verbose caching /home/vagrant/.npm/jsdom/0.2.9/package/package.json | |
verbose loadDefaults [email protected] | |
silly get cb [ 304, | |
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)', | |
silly get cb etag: '"DES7FX5S65QRMDGLG7D7NEH06"', | |
silly get cb date: 'Sat, 12 Nov 2011 02:05:59 GMT', | |
silly get cb 'content-length': '0' } ] | |
verbose etag qs/0.3.2 from cache | |
verbose bin dist [ '0.4-ares1.7.4-ev4.4-openssl0.9.8k-v83.1.8.26-linux-2.6.32-35-server', | |
verbose bin dist { shasum: '099df444cab947bbadb2bfedda56d33519d6815c', | |
verbose bin dist tarball: 'http://registry.npmjs.org/qs/-/qs-0.3.2.tgz' } ] | |
silly testEngine { name: 'qs', | |
silly testEngine description: 'querystring parser', | |
silly testEngine version: '0.3.2', | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/visionmedia/node-querystring.git' }, | |
silly testEngine devDependencies: { expresso: '0.9.2', should: '*' }, | |
silly testEngine author: | |
silly testEngine { name: 'TJ Holowaychuk', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://tjholowaychuk.com' }, | |
silly testEngine main: 'index', | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine scripts: {} } | |
verbose caching /home/vagrant/.npm/qs/0.3.2/package/package.json | |
verbose loadDefaults [email protected] | |
silly resolved [ { name: 'htmlparser', | |
silly resolved description: 'Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers', | |
silly resolved version: '1.7.3', | |
silly resolved author: | |
silly resolved { name: 'Chris Winberry', | |
silly resolved email: '[email protected]' }, | |
silly resolved contributors: [], | |
silly resolved repository: | |
silly resolved { type: 'git', | |
silly resolved url: 'git://github.com/tautologistics/node-htmlparser.git' }, | |
silly resolved bugs: | |
silly resolved { email: '[email protected]', | |
silly resolved url: 'http://github.com/tautologistics/node-htmlparser/issues' }, | |
silly resolved os: [ 'linux', 'darwin', 'freebsd', 'win32' ], | |
silly resolved directories: { lib: './lib/' }, | |
silly resolved main: './lib/htmlparser', | |
silly resolved engines: { node: '>=0.1.33' }, | |
silly resolved licenses: | |
silly resolved [ { type: 'MIT', | |
silly resolved url: 'http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE' } ], | |
silly resolved _id: '[email protected]', | |
silly resolved dependencies: {}, | |
silly resolved devDependencies: {}, | |
silly resolved _engineSupported: true, | |
silly resolved _npmVersion: '1.0.105', | |
silly resolved _nodeVersion: 'v0.4.12', | |
silly resolved _defaultsLoaded: true, | |
silly resolved scripts: {} }, | |
silly resolved { name: 'jsdom', | |
silly resolved version: '0.2.9', | |
silly resolved description: 'A javascript implementation of the W3C DOM', | |
silly resolved keywords: [ 'dom', 'w3c', 'javascript' ], | |
silly resolved maintainers: | |
silly resolved [ { name: 'Elijah Insua', | |
silly resolved email: '[email protected]', | |
silly resolved url: 'http://tmpvar.com' } ], | |
silly resolved contributors: | |
silly resolved [ { name: 'Vincent Greene', | |
silly resolved email: '[email protected]' }, | |
silly resolved { name: 'Dav Glass', email: '[email protected]' }, | |
silly resolved { name: 'Felix Gnass', email: '[email protected]' }, | |
silly resolved { name: 'Charlie Robbins', | |
silly resolved email: '[email protected]' }, | |
silly resolved { name: 'Aria Stewart', email: '[email protected]' }, | |
silly resolved { name: 'Matthew', | |
silly resolved email: 'N.A.', | |
silly resolved url: 'http://github.com/matthewpflueger/' }, | |
silly resolved { name: 'Olivier El Mekki', | |
silly resolved email: 'unknown', | |
silly resolved url: 'http://blog.olivier-elmekki.com/' }, | |
silly resolved { name: 'Shimon Dookdin', | |
silly resolved email: '[email protected]' }, | |
silly resolved { name: 'Daniel Cassidy', | |
silly resolved email: '[email protected]', | |
silly resolved url: 'http://www.danielcassidy.me.uk/' }, | |
silly resolved { name: 'Sam Ruby', | |
silly resolved email: 'N/A', | |
silly resolved url: 'http://intertwingly.net/blog/' }, | |
silly resolved { name: 'hij1nx', url: 'http://github.com/hij1nx' }, | |
silly resolved { name: 'Daniel Cassidy', | |
silly resolved email: '[email protected]' }, | |
silly resolved { name: 'Yonathan Randolph', | |
silly resolved url: 'http://github.com/yonran' }, | |
silly resolved { name: 'Martin Davis', | |
silly resolved url: 'http://github.com/waslogic' }, | |
silly resolved { name: 'Andreas Lind Petersen', | |
silly resolved email: '[email protected]' }, | |
silly resolved { name: 'd-ash', url: 'http://github.com/d-ash' }, | |
silly resolved { name: 'Robin Zhong', email: '[email protected]' }, | |
silly resolved { name: 'Alexander Flatter', | |
silly resolved email: '[email protected]' }, | |
silly resolved { name: 'Heng Liu', email: '[email protected]' }, | |
silly resolved { name: 'Brian McDaniel', | |
silly resolved url: 'http://github.com/brianmcd' }, | |
silly resolved { name: 'John Hurliman', | |
silly resolved email: '[email protected]' }, | |
silly resolved { name: 'Jimmy Mabey' }, | |
silly resolved { name: 'Gregory Tomlinson' }, | |
silly resolved { name: 'Jason Davies', | |
silly resolved url: 'http://www.jasondavies.com/' }, | |
silly resolved { name: 'Josh Marshall', | |
silly resolved url: 'http://www.ponderingtheobvious.com/' }, | |
silly resolved { name: 'Jason Priestley', | |
silly resolved url: 'https://github.com/jhp' }, | |
silly resolved { name: 'Derek Lindahl', | |
silly resolved url: 'https://github.com/dlindahl' } ], | |
silly resolved bugs: | |
silly resolved { email: '[email protected]', | |
silly resolved url: 'http://github.com/tmpvar/jsdom/issues' }, | |
silly resolved licenses: | |
silly resolved [ { type: 'MIT', | |
silly resolved url: 'http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt' } ], | |
silly resolved repositories: | |
silly resolved [ { type: 'git', | |
silly resolved url: 'http://github.com/tmpvar/jsdom.git' } ], | |
silly resolved implements: [ 'http://www.w3.org/TR/REC-DOM-Level-1' ], | |
silly resolved dependencies: | |
silly resolved { htmlparser: '>=1.7.0', | |
silly resolved request: '>=1.0.0', | |
silly resolved cssom: '>=0.2.0', | |
silly resolved contextify: '>=0.0.3' }, | |
silly resolved devDependencies: | |
silly resolved { nodeunit: '>=0.5.x', | |
silly resolved 'console.log': '*', | |
silly resolved optimist: '*' }, | |
silly resolved engines: { node: '>=0.1.9' }, | |
silly resolved directories: { lib: './lib/jsdom' }, | |
silly resolved main: './lib/jsdom', | |
silly resolved _id: '[email protected]', | |
silly resolved _engineSupported: true, | |
silly resolved _npmVersion: '1.0.105', | |
silly resolved _nodeVersion: 'v0.4.12', | |
silly resolved _defaultsLoaded: true }, | |
silly resolved { name: 'qs', | |
silly resolved description: 'querystring parser', | |
silly resolved version: '0.3.2', | |
silly resolved repository: | |
silly resolved { type: 'git', | |
silly resolved url: 'git://github.com/visionmedia/node-querystring.git' }, | |
silly resolved devDependencies: { expresso: '0.9.2', should: '*' }, | |
silly resolved author: | |
silly resolved { name: 'TJ Holowaychuk', | |
silly resolved email: '[email protected]', | |
silly resolved url: 'http://tjholowaychuk.com' }, | |
silly resolved main: 'index', | |
silly resolved engines: { node: '*' }, | |
silly resolved _id: '[email protected]', | |
silly resolved dependencies: {}, | |
silly resolved _engineSupported: true, | |
silly resolved _npmVersion: '1.0.105', | |
silly resolved _nodeVersion: 'v0.4.12', | |
silly resolved _defaultsLoaded: true, | |
silly resolved scripts: {} } ] | |
info into /vagrant/projects/kaching/node_modules/tobi [email protected] | |
info into /vagrant/projects/kaching/node_modules/tobi [email protected] | |
info into /vagrant/projects/kaching/node_modules/tobi [email protected] | |
info installOne [email protected] | |
info installOne [email protected] | |
info installOne [email protected] | |
info unbuild /vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser | |
info unbuild /vagrant/projects/kaching/node_modules/tobi/node_modules/jsdom | |
info unbuild /vagrant/projects/kaching/node_modules/tobi/node_modules/qs | |
verbose from cache /home/vagrant/.npm/htmlparser/1.7.3/package/package.json | |
verbose from cache /home/vagrant/.npm/jsdom/0.2.9/package/package.json | |
verbose from cache /home/vagrant/.npm/qs/0.3.2/package/package.json | |
verbose mkdir (expected) error ENOENT, No such file or directory '/vagrant/projects/kaching/node_modules/tobi/node_modules' | |
verbose mkdir (expected) error ENOENT, No such file or directory '/vagrant/projects/kaching/node_modules/tobi/node_modules' | |
verbose mkdir (expected) error ENOENT, No such file or directory '/vagrant/projects/kaching/node_modules/tobi/node_modules' | |
verbose mkdir (expected) error ENOENT, No such file or directory '/vagrant/projects/kaching/node_modules/tobi/node_modules/___jsdom.npm' | |
verbose mkdir done: /vagrant/projects/kaching/node_modules/tobi/node_modules/___jsdom.npm 755 | |
verbose mkdir (expected) error ENOENT, No such file or directory '/vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm' | |
verbose mkdir (expected) error ENOENT, No such file or directory '/vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm' | |
verbose unpack_ uid, gid [ undefined, undefined ] | |
verbose unpackTarget /vagrant/projects/kaching/node_modules/tobi/node_modules/jsdom | |
silly gunzTarPerm modes [ '755', '644' ] | |
silly spawning [ 'tar', | |
silly spawning [ '-zmvxpf', | |
silly spawning '/home/vagrant/.npm/jsdom/0.2.9/package.tgz' ], | |
silly spawning '/vagrant/projects/kaching/node_modules/tobi/node_modules/___jsdom.npm' ] | |
verbose mkdir done: /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm 755 | |
verbose mkdir done: /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm 755 | |
verbose unpack_ uid, gid [ undefined, undefined ] | |
verbose unpackTarget /vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser | |
silly gunzTarPerm modes [ '755', '644' ] | |
silly spawning [ 'tar', | |
silly spawning [ '-zmvxpf', | |
silly spawning '/home/vagrant/.npm/htmlparser/1.7.3/package.tgz' ], | |
silly spawning '/vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm' ] | |
verbose unpack_ uid, gid [ undefined, undefined ] | |
verbose unpackTarget /vagrant/projects/kaching/node_modules/tobi/node_modules/qs | |
silly gunzTarPerm modes [ '755', '644' ] | |
silly spawning [ 'tar', | |
silly spawning [ '-zmvxpf', | |
silly spawning '/home/vagrant/.npm/qs/0.3.2/package.tgz' ], | |
silly spawning '/vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm' ] | |
silly tar out package/status.json | |
silly tar out package/changelog | |
silly tar out package/LICENSE.txt | |
silly tar out package/.gitignore | |
silly tar out package/c | |
silly tar out package/README.md | |
silly tar out package/package.json | |
silly tar out package/.project | |
silly tar out package/examples.js | |
silly tar out package/benchmark/mark.js | |
silly tar out package/rssbug.rss | |
silly tar out package/rssbug.js | |
silly tar out package/LICENSE | |
silly tar out package/benchmark/stats.json | |
silly tar out package/CHANGELOG | |
silly tar out package/benchmark.js | |
silly tar out package/example/sizzle/run.js | |
silly tar out package/runtests.min.html | |
silly tar out package/Readme.md | |
silly tar out package/utils_example.js | |
silly tar out package/.gitmodules | |
silly tar out package/profile.js | |
silly tar out package/History.md | |
silly tar out package/example/sizzle/sax.js | |
silly tar out package/runtests.min.js | |
silly tar out package/.gitignore | |
silly tar out package/profile | |
silly tar out package/example/sizzle/sizzle.js | |
silly tar out package/Makefile | |
silly tar out package/v8.log | |
silly tar out package/package.json | |
silly tar out package/index.js | |
silly tar out package/test/stringify.test.js | |
silly tar out package/example/ender/run.js | |
silly tar out package/test/parse.test.js | |
silly tar out package/b | |
silly tar out package/lib/querystring.js | |
silly tar out package/example/ender/ender.js | |
silly tar out package/.tmp_runtests.min.html.92328~ | |
silly tar out package/profileresults.txt | |
silly tar exit 0 | |
silly tar out package/example/browser/browser.js | |
silly tar out package/runtests.html | |
silly tar out package/a | |
silly tar out package/example/node-xml/run.js | |
silly tar out package/profile.getelement.txt | |
silly tar out package/example/node-xml/example.xml | |
silly tar out package/.project.bak | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/.gitmodules | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/.gitignore | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/benchmark.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/History.md | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/index.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/Makefile | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/examples.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/package.json | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/Readme.md | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/lib | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/lib/querystring.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/test | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/test/parse.test.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package/test/stringify.test.js | |
silly tar out package/libxmljs.node | |
silly chmod .gitignore 755 | |
silly tar out package/example/jquery/run.js | |
silly chmod package 755 | |
silly chmod .gitmodules 755 | |
silly chmod benchmark.js 755 | |
silly chmod History.md 755 | |
silly chmod examples.js 755 | |
silly chmod Makefile 755 | |
silly chmod index.js 755 | |
silly tar out package/example/jquery/jquery.js | |
silly chmod Readme.md 755 | |
silly tar out package/node-htmlparser.old.js | |
silly chmod package.json 755 | |
silly chmod lib 755 | |
silly chmod querystring.js 755 | |
silly chmod parse.test.js 755 | |
silly tar out package/newparser.js | |
silly chmod test 755 | |
silly tar out package/snippet.js | |
silly chmod stringify.test.js 755 | |
silly tar out package/.tmp_runtests.html.51164~ | |
silly tar out package/example/pure/sax-test.js | |
silly tar out package/README.md | |
silly tar out package/runtests.js | |
silly tar out package/example/pure/run.js | |
silly tar out package/json2.js | |
silly tar out package/example/pure/sax.js | |
silly tar out package/profile.getelement.js | |
silly tar out package/example/pure/pure.js | |
silly tar out package/package.json | |
verbose gunzed /vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package | |
verbose rm'ed /vagrant/projects/kaching/node_modules/tobi/node_modules/qs | |
silly tar out package/tests/09-unquoted_attrib.js | |
silly tar out package/lib/jsdom.js | |
verbose renamed [ '/vagrant/projects/kaching/node_modules/tobi/node_modules/___qs.npm/package', | |
verbose renamed '/vagrant/projects/kaching/node_modules/tobi/node_modules/qs' ] | |
silly tar out package/tests/03-single_tag_2.js | |
silly testEngine { name: 'qs', | |
silly testEngine description: 'querystring parser', | |
silly testEngine version: '0.3.2', | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/visionmedia/node-querystring.git' }, | |
silly testEngine devDependencies: { expresso: '0.9.2', should: '*' }, | |
silly testEngine author: | |
silly testEngine { name: 'TJ Holowaychuk', | |
silly testEngine email: '[email protected]', | |
silly testEngine url: 'http://tjholowaychuk.com' }, | |
silly testEngine main: 'index', | |
silly testEngine engines: { node: '*' }, | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine scripts: {} } | |
verbose caching /vagrant/projects/kaching/node_modules/tobi/node_modules/qs/package.json | |
verbose loadDefaults [email protected] | |
silly tar out package/lib/jsdom/utils.js | |
silly tar out package/tests/06-comment_in_script.js | |
info preinstall [email protected] | |
silly tar out package/lib/jsdom/level1/core.js | |
silly tar out package/tests/14-comment_in_text_in_script.js | |
verbose from cache /vagrant/projects/kaching/node_modules/tobi/node_modules/qs/package.json | |
verbose into /vagrant/projects/kaching/node_modules/tobi/node_modules/qs [] | |
silly resolved [] | |
verbose about to build /vagrant/projects/kaching/node_modules/tobi/node_modules/qs | |
info build /vagrant/projects/kaching/node_modules/tobi/node_modules/qs | |
verbose from cache /vagrant/projects/kaching/node_modules/tobi/node_modules/qs/package.json | |
verbose linkStuff [ false, | |
verbose linkStuff false, | |
verbose linkStuff false, | |
verbose linkStuff '/vagrant/projects/kaching/node_modules/tobi/node_modules' ] | |
info linkStuff [email protected] | |
verbose linkBins [email protected] | |
verbose linkMans [email protected] | |
verbose rebuildBundles [email protected] | |
silly tar out package/tests/21-atom.js | |
info install [email protected] | |
info postinstall [email protected] | |
silly tar out package/tests/19-ignore_empty_tags.js | |
verbose installOne cb [email protected] | |
silly tar out package/tests/12-text_only.js | |
silly tar out package/lib/jsdom/browser/htmlencoding.js | |
silly tar out package/tests/15-non-verbose.js | |
silly tar out package/tests/18-enforce_empty_tags.js | |
silly tar out package/tests/02-single_tag_1.js | |
silly tar out package/tests/07-unescaped_in_style.js | |
silly tar out package/lib/jsdom/browser/htmltodom.js | |
silly tar out package/tests/20-rss.js | |
silly tar out package/lib/jsdom/browser/documentfeatures.js | |
silly tar out package/tests/13-comment_in_text.js | |
silly tar out package/lib/jsdom/browser/domtohtml.js | |
silly tar out package/tests/05-tags_in_comment.js | |
silly tar out package/lib/jsdom/browser/index.js | |
silly tar out package/tests/01-basic.js | |
silly tar out package/lib/jsdom/selectors/sizzle.js | |
silly tar out package/tests/10-singular_attribute.js | |
silly tar out package/tests/16-ignore_whitespace.js | |
silly tar out package/tests/08-extra_spaces_in_tag.js | |
silly tar out package/tests/04-unescaped_in_script.js | |
silly tar out package/tests/17-xml_namespace.js | |
silly tar out package/lib/jsdom/selectors/index.js | |
silly tar out package/tests/22-position_data.js | |
silly tar out package/lib/jsdom/level3/ls.js | |
silly tar out package/tests/11-text_outside_tags.js | |
silly tar out package/testdata/trackerchecker.html | |
silly tar out package/lib/jsdom/level3/events.js | |
silly tar out package/testdata/.tmp_trackerchecker.html.65425~ | |
silly tar out package/lib/jsdom/level3/html.js | |
silly tar out package/lib/jsdom/level3/core.js | |
silly tar out package/testdata/getelement.html | |
silly tar out package/lib/jsdom/level3/xpath.js | |
silly tar out package/lib/jsdom/level3/index.js | |
silly tar out package/testdata/.tmp_trackerchecker.html.80022~ | |
silly tar out package/lib/jsdom/level2/style.js | |
silly tar out package/testdata/.tmp_trackerchecker2.html.75287~ | |
silly tar out package/testdata/.tmp_trackerchecker.html.76922~ | |
silly tar out package/lib/jsdom/level2/events.js | |
silly tar out package/testdata/.tmp_trackerchecker2.html.51378~ | |
silly tar out package/lib/jsdom/level2/html.js | |
silly tar out package/testdata/.tmp_test.html.2854~ | |
silly tar out package/testdata/api.html | |
silly tar out package/lib/jsdom/level2/core.js | |
silly tar out package/.settings/org.eclipse.wst.jsdt.ui.superType.container | |
silly tar out package/lib/jsdom/level2/index.js | |
silly tar out package/.settings/.jsdtscope | |
silly tar out package/lib/jsdom/level2/languages/javascript.js | |
silly tar out package/.settings/org.eclipse.wst.jsdt.ui.superType.name | |
silly tar out package/lib/node-htmlparser.min.js | |
silly tar out package/lib/htmlparser.min.js | |
silly tar out package/lib/node-htmlparser.js | |
silly tar out package/test/runner | |
silly tar out package/lib/htmlparser.js | |
silly tar out package/pulls/node-htmlparser/LICENSE | |
silly tar out package/test/collector.php | |
silly tar out package/test/LICENSE.txt | |
silly tar out package/pulls/node-htmlparser/CHANGELOG | |
silly tar out package/test/all.js | |
silly tar out package/pulls/node-htmlparser/runtests.min.html | |
silly tar out package/test/gmon.out | |
silly tar out package/pulls/node-htmlparser/utils_example.js | |
silly tar out package/pulls/node-htmlparser/profile.js | |
silly tar out package/pulls/node-htmlparser/runtests.min.js | |
silly tar out package/pulls/node-htmlparser/runtests.html | |
silly tar out package/pulls/node-htmlparser/snippet.js | |
silly tar out package/pulls/node-htmlparser/README.md | |
silly tar out package/pulls/node-htmlparser/runtests.js | |
silly tar out package/pulls/node-htmlparser/json2.js | |
silly tar out package/pulls/node-htmlparser/package.json | |
silly tar out package/pulls/node-htmlparser/tests/09-unquoted_attrib.js | |
silly tar out package/pulls/node-htmlparser/tests/03-single_tag_2.js | |
silly tar out package/pulls/node-htmlparser/tests/06-comment_in_script.js | |
silly tar out package/pulls/node-htmlparser/tests/14-comment_in_text_in_script.js | |
silly tar out package/pulls/node-htmlparser/tests/21-atom.js | |
silly tar out package/pulls/node-htmlparser/tests/19-ignore_empty_tags.js | |
silly tar out package/pulls/node-htmlparser/tests/12-text_only.js | |
silly tar out package/pulls/node-htmlparser/tests/15-non-verbose.js | |
silly tar out package/pulls/node-htmlparser/tests/18-enforce_empty_tags.js | |
silly tar out package/pulls/node-htmlparser/tests/02-single_tag_1.js | |
silly tar out package/pulls/node-htmlparser/tests/07-unescaped_in_style.js | |
silly tar out package/pulls/node-htmlparser/tests/20-rss.js | |
silly tar out package/pulls/node-htmlparser/tests/13-comment_in_text.js | |
silly tar out package/pulls/node-htmlparser/tests/05-tags_in_comment.js | |
silly tar out package/pulls/node-htmlparser/tests/01-basic.js | |
silly tar out package/pulls/node-htmlparser/tests/10-singular_attribute.js | |
silly tar out package/pulls/node-htmlparser/tests/16-ignore_whitespace.js | |
silly tar out package/pulls/node-htmlparser/tests/08-extra_spaces_in_tag.js | |
silly tar out package/pulls/node-htmlparser/tests/04-unescaped_in_script.js | |
silly tar out package/pulls/node-htmlparser/tests/17-xml_namespace.js | |
silly tar out package/pulls/node-htmlparser/tests/11-text_outside_tags.js | |
silly tar out package/pulls/node-htmlparser/lib/node-htmlparser.min.js | |
silly tar out package/pulls/node-htmlparser/lib/node-htmlparser.js | |
silly tar exit 0 | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/.project.bak | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/.tmp_runtests.html.51164~ | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/.project | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/.tmp_runtests.min.html.92328~ | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/b | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/a | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/c | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/json2.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/CHANGELOG | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/libxmljs.node | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/LICENSE | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/newparser.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/package.json | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/profile | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/node-htmlparser.old.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/profile.getelement.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/profile.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/profile.getelement.txt | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/profileresults.txt | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/README.md | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/rssbug.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/rssbug.rss | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/runtests.html | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/runtests.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/runtests.min.html | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/snippet.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/runtests.min.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/utils_example.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/v8.log | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/.settings | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/.settings/org.eclipse.wst.jsdt.ui.superType.container | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/.settings/.jsdtscope | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/.settings/org.eclipse.wst.jsdt.ui.superType.name | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/lib | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/lib/htmlparser.min.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/lib/htmlparser.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/lib/node-htmlparser.min.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/lib/node-htmlparser.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/02-single_tag_1.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/01-basic.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/03-single_tag_2.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/05-tags_in_comment.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/04-unescaped_in_script.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/06-comment_in_script.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/07-unescaped_in_style.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/08-extra_spaces_in_tag.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/09-unquoted_attrib.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/10-singular_attribute.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/12-text_only.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/11-text_outside_tags.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/13-comment_in_text.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/15-non-verbose.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/14-comment_in_text_in_script.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/16-ignore_whitespace.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/17-xml_namespace.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/18-enforce_empty_tags.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/20-rss.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/19-ignore_empty_tags.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/21-atom.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/tests/22-position_data.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata/.tmp_trackerchecker.html.65425~ | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata/.tmp_test.html.2854~ | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata/.tmp_trackerchecker.html.80022~ | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata/.tmp_trackerchecker.html.76922~ | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata/.tmp_trackerchecker2.html.75287~ | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata/.tmp_trackerchecker2.html.51378~ | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata/api.html | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata/getelement.html | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/testdata/trackerchecker.html | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/CHANGELOG | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/json2.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/package.json | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/LICENSE | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/profile.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/README.md | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/runtests.html | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/runtests.min.html | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/runtests.min.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/runtests.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/snippet.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/utils_example.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/lib | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/lib/node-htmlparser.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/lib/node-htmlparser.min.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/01-basic.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/02-single_tag_1.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/03-single_tag_2.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/04-unescaped_in_script.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/05-tags_in_comment.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/06-comment_in_script.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/07-unescaped_in_style.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/08-extra_spaces_in_tag.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/09-unquoted_attrib.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/10-singular_attribute.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/11-text_outside_tags.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/12-text_only.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/13-comment_in_text.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/14-comment_in_text_in_script.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/15-non-verbose.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/16-ignore_whitespace.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/18-enforce_empty_tags.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/17-xml_namespace.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/19-ignore_empty_tags.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/20-rss.js | |
silly asyncMap in gTP /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package/pulls/node-htmlparser/tests/21-atom.js | |
silly chmod package 755 | |
silly chmod .project.bak 755 | |
silly chmod .tmp_runtests.html.51164~ 755 | |
silly chmod .project 755 | |
silly chmod b 755 | |
silly chmod .tmp_runtests.min.html.92328~ 755 | |
silly chmod a 755 | |
silly chmod c 755 | |
silly chmod json2.js 755 | |
silly chmod CHANGELOG 755 | |
silly chmod libxmljs.node 755 | |
silly chmod LICENSE 755 | |
silly chmod newparser.js 755 | |
silly chmod package.json 755 | |
silly chmod profile 755 | |
silly chmod node-htmlparser.old.js 755 | |
silly chmod profile.getelement.js 755 | |
silly chmod profile.js 755 | |
silly chmod profile.getelement.txt 755 | |
silly chmod profileresults.txt 755 | |
silly chmod README.md 755 | |
silly chmod rssbug.js 755 | |
silly chmod rssbug.rss 755 | |
silly chmod runtests.html 755 | |
silly chmod runtests.js 755 | |
silly chmod runtests.min.html 755 | |
silly chmod snippet.js 755 | |
silly chmod runtests.min.js 755 | |
silly chmod utils_example.js 755 | |
silly chmod v8.log 755 | |
silly chmod .settings 755 | |
silly chmod org.eclipse.wst.jsdt.ui.superType.container 755 | |
silly chmod .jsdtscope 755 | |
silly chmod org.eclipse.wst.jsdt.ui.superType.name 755 | |
silly chmod lib 755 | |
silly chmod htmlparser.min.js 755 | |
silly chmod htmlparser.js 755 | |
silly chmod node-htmlparser.min.js 755 | |
silly chmod node-htmlparser.js 755 | |
silly chmod tests 755 | |
silly chmod 01-basic.js 755 | |
silly chmod 02-single_tag_1.js 755 | |
silly chmod 03-single_tag_2.js 755 | |
silly chmod 05-tags_in_comment.js 755 | |
silly chmod 04-unescaped_in_script.js 755 | |
silly chmod 06-comment_in_script.js 755 | |
silly chmod 07-unescaped_in_style.js 755 | |
silly chmod 08-extra_spaces_in_tag.js 755 | |
silly chmod 09-unquoted_attrib.js 755 | |
silly chmod 10-singular_attribute.js 755 | |
silly chmod 12-text_only.js 755 | |
silly chmod 11-text_outside_tags.js 755 | |
silly chmod 13-comment_in_text.js 755 | |
silly chmod 15-non-verbose.js 755 | |
silly chmod 14-comment_in_text_in_script.js 755 | |
silly chmod 16-ignore_whitespace.js 755 | |
silly chmod 17-xml_namespace.js 755 | |
silly chmod 18-enforce_empty_tags.js 755 | |
silly chmod 20-rss.js 755 | |
silly chmod 19-ignore_empty_tags.js 755 | |
silly chmod 21-atom.js 755 | |
silly chmod 22-position_data.js 755 | |
silly chmod testdata 755 | |
silly chmod .tmp_trackerchecker.html.65425~ 755 | |
silly chmod .tmp_test.html.2854~ 755 | |
silly chmod .tmp_trackerchecker.html.80022~ 755 | |
silly chmod .tmp_trackerchecker.html.76922~ 755 | |
silly chmod .tmp_trackerchecker2.html.75287~ 755 | |
silly chmod .tmp_trackerchecker2.html.51378~ 755 | |
silly chmod api.html 755 | |
silly chmod getelement.html 755 | |
silly chmod trackerchecker.html 755 | |
silly chmod pulls 755 | |
silly chmod node-htmlparser 755 | |
silly chmod CHANGELOG 755 | |
silly chmod json2.js 755 | |
silly chmod package.json 755 | |
silly chmod LICENSE 755 | |
silly chmod profile.js 755 | |
silly chmod README.md 755 | |
silly chmod runtests.html 755 | |
silly chmod runtests.min.html 755 | |
silly chmod runtests.min.js 755 | |
silly chmod runtests.js 755 | |
silly chmod snippet.js 755 | |
silly chmod utils_example.js 755 | |
silly chmod lib 755 | |
silly chmod node-htmlparser.js 755 | |
silly chmod node-htmlparser.min.js 755 | |
silly chmod tests 755 | |
silly chmod 01-basic.js 755 | |
silly chmod 02-single_tag_1.js 755 | |
silly chmod 03-single_tag_2.js 755 | |
silly chmod 04-unescaped_in_script.js 755 | |
silly chmod 05-tags_in_comment.js 755 | |
silly chmod 06-comment_in_script.js 755 | |
silly chmod 07-unescaped_in_style.js 755 | |
silly chmod 08-extra_spaces_in_tag.js 755 | |
silly chmod 09-unquoted_attrib.js 755 | |
silly chmod 10-singular_attribute.js 755 | |
silly chmod 11-text_outside_tags.js 755 | |
silly chmod 12-text_only.js 755 | |
silly chmod 13-comment_in_text.js 755 | |
silly chmod 14-comment_in_text_in_script.js 755 | |
silly chmod 15-non-verbose.js 755 | |
silly chmod 16-ignore_whitespace.js 755 | |
silly chmod 18-enforce_empty_tags.js 755 | |
silly chmod 17-xml_namespace.js 755 | |
silly chmod 19-ignore_empty_tags.js 755 | |
silly chmod 20-rss.js 755 | |
silly chmod 21-atom.js 755 | |
verbose gunzed /vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package | |
verbose rm'ed /vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser | |
verbose renamed [ '/vagrant/projects/kaching/node_modules/tobi/node_modules/___htmlparser.npm/package', | |
verbose renamed '/vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser' ] | |
silly testEngine { name: 'htmlparser', | |
silly testEngine description: 'Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers', | |
silly testEngine version: '1.7.3', | |
silly testEngine author: | |
silly testEngine { name: 'Chris Winberry', | |
silly testEngine email: '[email protected]' }, | |
silly testEngine contributors: [], | |
silly testEngine repository: | |
silly testEngine { type: 'git', | |
silly testEngine url: 'git://github.com/tautologistics/node-htmlparser.git' }, | |
silly testEngine bugs: | |
silly testEngine { email: '[email protected]', | |
silly testEngine url: 'http://github.com/tautologistics/node-htmlparser/issues' }, | |
silly testEngine os: [ 'linux', 'darwin', 'freebsd', 'win32' ], | |
silly testEngine directories: { lib: './lib/' }, | |
silly testEngine main: './lib/htmlparser', | |
silly testEngine engines: { node: '>=0.1.33' }, | |
silly testEngine licenses: | |
silly testEngine [ { type: 'MIT', | |
silly testEngine url: 'http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE' } ], | |
silly testEngine _id: '[email protected]', | |
silly testEngine dependencies: {}, | |
silly testEngine devDependencies: {}, | |
silly testEngine _engineSupported: true, | |
silly testEngine _npmVersion: '1.0.105', | |
silly testEngine _nodeVersion: 'v0.4.12', | |
silly testEngine _defaultsLoaded: true, | |
silly testEngine scripts: {} } | |
verbose caching /vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser/package.json | |
verbose loadDefaults [email protected] | |
info preinstall [email protected] | |
verbose from cache /vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser/package.json | |
verbose into /vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser [] | |
silly resolved [] | |
verbose about to build /vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser | |
info build /vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser | |
verbose from cache /vagrant/projects/kaching/node_modules/tobi/node_modules/htmlparser/package.json | |
verbose linkStuff [ false, | |
verbose linkStuff false, | |
verbose linkStuff false, | |
verbose linkStuff '/vagrant/projects/kaching/node_modules/tobi/node_modules' ] | |
info linkStuff [email protected] | |
verbose linkBins [email protected] | |
verbose linkMans [email protected] | |
verbose rebuildBundles [email protected] | |
info install [email protected] | |
info postinstall [email protected] | |
verbose installOne cb [email protected] | |
silly tar out package/test/DOMTestCase.js | |
silly tar out package/test/jsonp/jsonp.js | |
silly tar out package/test/jsonp/jquery-1.6.4.min.js | |
silly tar out package/test/sizzle/index.js | |
silly tar out package/test/sizzle/support/jquery-1.6.2.js | |
silly tar out package/test/sizzle/support/qunit.js | |
silly tar out package/test/sizzle/support/selector.js | |
silly tar out package/test/sizzle/files/index.html | |
silly tar out package/test/sizzle/files/with_fries.xml | |
silly tar out package/test/window/script.js | |
silly tar out package/test/window/frame.js | |
silly tar out package/test/window/index.js | |
silly tar out package/test/window/files/frameset_parent.html | |
silly tar out package/test/window/files/multiple_iframe_parent.html | |
silly tar out package/test/window/files/timer_in_context.js | |
silly tar out package/test/window/files/simple_iframe.html | |
silly tar out package/test/window/files/iframe_parent.html | |
silly tar out package/test/window/files/179.js | |
silly tar out package/test/window/files/iframe.html | |
silly tar out package/test/window/files/163.js | |
silly tar out package/test/jsdom/leak.js | |
silly tar out package/test/jsdom/index.js | |
silly tar out package/test/jsdom/files/env.html | |
silly tar out package/test/jsdom/files/ctx-script2.js | |
silly tar out package/test/jsdom/files/hello.js | |
silly tar out package/test/jsdom/files/jquery.js | |
silly tar out package/test/jsdom/files/ctx-test.html | |
silly tar out package/test/jsdom/files/iframe.html | |
silly tar out package/test/jsdom/files/ender-qwery.js | |
silly tar out package/test/jsdom/files/ctx-script1.js | |
silly tar out package/test/level1/svg.js | |
silly tar out package/test/level1/html.js | |
silly tar out package/test/level1/core.js | |
silly tar out package/test/level1/svg/files/hc_staff.svg.js | |
silly tar out package/test/level1/svg/files/staff.svg.js | |
silly tar out package/test/level1/svg/files/hc_nodtdstaff.svg.js | |
silly tar out package/test/level1/core/files/hc_staff.xml.js | |
silly tar out package/test/level1/core/files/extra.xml.js | |
silly tar out package/test/level1/core/files/staff.xml.js | |
silly tar out package/test/level1/core/files/hc_nodtdstaff.xml.js | |
silly tar out package/test/level1/html/files/hc_staff.html.js | |
silly tar out package/test/level1/html/files/hc_nodtdstaff.html.js | |
silly tar out package/test/browser/index.js | |
silly tar out package/test/browser/files/site.html | |
silly tar out package/test/browser/files/js/jquery.js | |
silly tar out package/test/level2/style.js | |
silly tar out package/test/level2/events.js | |
silly tar out package/test/level2/html.js | |
silly tar out package/test/level2/core.js | |
silly tar out package/test/level2/extra.js | |
silly tar out package/test/level2/style/external_css.html | |
silly tar out package/test/level2/events/files/hc_staff.xml.js | |
silly tar out package/test/level2/core/files/hc_staff.xml.js | |
silly tar out package/test/level2/core/files/staff2.xml.js | |
silly tar out package/test/level2/core/files/staff.xml.js | |
silly tar out package/test/level2/core/files/staffNS.xml.js | |
silly tar out package/test/level2/core/files/orig/staff.svg | |
silly tar out package/test/level2/core/files/orig/staffNS.dtd | |
silly tar out package/test/level2/core/files/orig/index.html | |
silly tar out package/test/level2/core/files/orig/hc_staff.svg | |
silly tar out package/test/level2/core/files/orig/svgunit.js | |
silly tar out package/test/level2/core/files/orig/hc_staff.xml | |
silly tar out package/test/level2/core/files/orig/internalSubset01.js | |
silly tar out package/test/level2/core/files/orig/robots.txt | |
silly tar out package/test/level2/core/files/orig/xhtml1-frameset.dtd | |
silly tar out package/test/level2/core/files/orig/staff2.xml | |
silly tar out package/test/level2/core/files/orig/staff2.svg | |
silly tar out package/test/level2/core/files/orig/nodtdstaff.svg | |
silly tar out package/test/level2/core/files/orig/staff.dtd | |
silly tar out package/test/level2/core/files/orig/xhtml1-strict.dtd | |
silly tar out package/test/level2/core/files/orig/xhtml-special.ent | |
silly tar out package/test/level2/core/files/orig/staff.xml | |
silly tar out package/test/level2/core/files/orig/staffNS.svg | |
silly tar out package/test/level2/core/files/orig/nodtdstaff.xml | |
silly tar out package/test/level2/core/files/orig/hc_staff.html | |
silly tar out package/test/level2/core/files/orig/xhtml-lat1.ent | |
silly tar out package/test/level2/core/files/orig/hc_staff.xhtml | |
silly tar out package/test/level2/core/files/orig/staff2.dtd | |
silly tar out package/test/level2/core/files/orig/xhtml-symbol.ent | |
silly tar out package/test/level2/core/files/orig/xhtml1-transitional.dtd | |
silly tar out package/test/level2/core/files/orig/staffNS.xml | |
silly tar out package/test/level2/core/files/orig/svgtest.js | |
silly tar out package/test/level2/html/files/area.html | |
silly tar out package/test/level2/html/files/div.html | |
silly tar out package/test/level2/html/files/tablecol.html | |
silly tar out package/test/level2/html/files/meta.html | |
silly tar out package/test/level2/html/files/olist.html | |
silly tar out package/test/level2/html/files/w3c_main.png | |
silly tar out package/test/level2/html/files/title.html | |
silly tar out package/test/level2/html/files/hr.html | |
silly tar out package/test/level2/html/files/anchor2.html | |
silly tar out package/test/level2/html/files/head.html | |
silly tar out package/test/level2/html/files/right.png | |
silly tar out package/test/level2/html/files/ulist.html | |
silly tar out package/test/level2/html/files/frame.html | |
silly tar out package/test/level2/html/files/param.html | |
silly tar out package/test/level2/html/files/base.html | |
silly tar out package/test/level2/html/files/optgroup.html | |
silly tar out package/test/level2/html/files/optionscollection.html | |
silly tar out package/test/level2/html/files/map.html | |
silly tar out package/test/level2/html/files/form.html | |
silly tar out package/test/level2/html/files/area2.html | |
silly tar out package/test/level2/html/files/heading.html | |
silly tar out package/test/level2/html/files/tablerow.html | |
silly tar out package/test/level2/html/files/mod.html | |
silly tar out package/test/level2/html/files/frameset.html | |
silly tar out package/test/level2/html/files/form3.html | |
silly tar out package/test/level2/html/files/style.html | |
silly tar out package/test/level2/html/files/button.html | |
silly tar out package/test/level2/html/files/object2.html | |
silly tar out package/test/level2/html/files/img.html | |
silly tar out package/test/level2/html/files/pre.html | |
silly tar out package/test/level2/html/files/script.html | |
silly tar out package/test/level2/html/files/paragraph.html | |
silly tar out package/test/level2/html/files/font.html | |
silly tar out package/test/level2/html/files/li.html | |
silly tar out package/test/level2/html/files/link2.html | |
silly tar out package/test/level2/html/files/option.html | |
silly tar out package/test/level2/html/files/frame2.html | |
silly tar out package/test/level2/html/files/tablecell.html | |
silly tar out package/test/level2/html/files/applet.html | |
silly tar out package/test/level2/html/files/textarea.html | |
silly tar out package/test/level2/html/files/iframe2.html | |
silly tar out package/test/level2/html/files/menu.html | |
silly tar out package/test/level2/html/files/table1.html | |
silly tar out package/test/level2/html/files/isindex.html | |
silly tar out package/test/level2/html/files/legend.html | |
silly tar out package/test/level2/html/files/document.html | |
silly tar out package/test/level2/html/files/select.html | |
silly tar out package/test/level2/html/files/label.html | |
silly tar out package/test/level2/html/files/form2.html | |
silly tar out package/test/level2/html/files/collection.html | |
silly tar out package/test/level2/html/files/link.html | |
silly tar out package/test/level2/html/files/object.html | |
silly tar out package/test/level2/html/files/body.html | |
silly tar out package/test/level2/html/files/br.html | |
silly tar out package/test/level2/html/files/dl.html | |
silly tar out package/test/level2/html/files/base2.html | |
silly tar out package/test/level2/html/files/anchor.html | |
silly tar out package/test/level2/html/files/applet2.html | |
silly tar out package/test/level2/html/files/iframe.html | |
silly tar out package/test/level2/html/files/element.html | |
silly tar out package/test/level2/html/files/fieldset.html | |
silly tar out package/test/level2/html/files/tablecaption.html | |
silly tar out package/test/level2/html/files/quote.html | |
silly tar out package/test/level2/html/files/basefont.html | |
silly tar out package/test/level2/html/files/table.html | |
silly tar out package/test/level2/html/files/directory.html | |
silly tar out package/test/level2/html/files/html.html | |
silly tar out package/test/level2/html/files/tablesection.html | |
silly tar out package/test/level2/html/files/input.html | |
silly tar out package/test/level2/html/files/img/w3c_main.png | |
silly tar out package/test/level2/html/files/img/right.png | |
silly tar out package/test/level2/html/files/js/script1.js | |
silly tar out package/test/level3/ls.js | |
silly tar out package/test/level3/core.js | |
silly tar out package/test/level3/xpath.js | |
silly tar out package/test/level3/ls/files/index.html | |
silly tar out package/test/level3/ls/files/subdir/index.html | |
silly tar out package/test/level3/core/files/barfoo_standalone_yes.xml.js | |
silly tar out package/test/level3/core/files/hc_staff.xml.js | |
silly tar out package/test/level3/core/files/barfoo_utf16.xml.js | |
silly tar out package/test/level3/core/files/barfoo_nodefaultns.xml.js | |
silly tar out package/test/level3/core/files/datatype_normalization.xml.js | |
silly tar out package/test/level3/core/files/external_barfoo.xml.js | |
silly tar out package/test/level3/core/files/barfoo_standalone_no.xml.js | |
silly tar out package/test/level3/core/files/barfoo_utf8.xml.js | |
silly tar out package/test/level3/core/files/hc_nodtdstaff.xml.js | |
silly tar out package/test/level3/core/files/datatype_normalization2.xml.js | |
silly tar out package/test/level3/core/files/typeinfo.xml.js | |
silly tar out package/test/level3/core/files/barfoo.xml.js | |
silly tar out package/test/level3/core/files/orig/canonicalform01.xml | |
silly tar out package/test/level3/core/files/orig/canonicalform03.xhtml | |
silly tar out package/test/level3/core/files/orig/external_barfoo.svg | |
silly tar out package/test/level3/core/files/orig/index.html?C=M;O=A | |
silly tar err tar: | |
silly tar err package/test/level3/core/files/orig/index.html?C=M;O=A: Cannot open | |
silly tar err : Protocol error | |
silly tar out package/test/level3/core/files/orig/index.html?C=N;O=D | |
silly tar err tar: | |
silly tar err package/test/level3/core/files/orig/index.html?C=N;O=D: Cannot open | |
silly tar err : Protocol error | |
silly tar out package/test/level3/core/files/orig/external_barfoo.xhtml | |
silly tar out package/test/level3/core/files/orig/datatype_normalization.xml | |
silly tar out package/test/level3/core/files/orig/datatype_normalization2.xml | |
silly tar out package/test/level3/core/files/orig/index.html?C=S;O=A | |
silly tar err tar: | |
silly tar err package/test/level3/core/files/orig/index.html?C=S;O=A: Cannot open | |
silly tar err : Protocol error | |
silly tar out package/test/level3/core/files/orig/barfoo.xml | |
silly tar out package/test/level3/core/files/orig/index.html | |
silly tar out package/test/level3/core/files/orig/barfoo_utf8.xml | |
silly tar out package/test/level3/core/files/orig/hc_staff.svg | |
silly tar out package/test/level3/core/files/orig/barfoo_standalone_no.xhtml | |
silly tar out package/test/level3/core/files/orig/index.html.2 | |
silly tar out package/test/level3/core/files/orig/svgunit.js | |
silly tar out package/test/level3/core/files/orig/barfoo_nodefaultns.xhtml | |
silly tar out package/test/level3/core/files/orig/Yes | |
silly tar out package/test/level3/core/files/orig/canonicalform03.xml | |
silly tar out package/test/level3/core/files/orig/datatype_normalization.svg | |
silly tar out package/test/level3/core/files/orig/hc_staff.xml | |
silly tar out package/test/level3/core/files/orig/robots.txt | |
silly tar out package/test/level3/core/files/orig/typeinfo.xhtml | |
silly tar out package/test/level3/core/files/orig/hc_nodtdstaff.html.1 | |
silly tar out package/test/level3/core/files/orig/xhtml1-frameset.dtd | |
silly tar out package/test/level3/core/files/orig/hc_nodtdstaff.html | |
silly tar out package/test/level3/core/files/orig/canonicalform04.xml | |
silly tar out package/test/level3/core/files/orig/barfoo.svg | |
silly tar out package/test/level3/core/files/orig/index.html.1 | |
silly tar out package/test/level3/core/files/orig/index.html?C=D;O=A | |
silly tar err tar: | |
silly tar err package/test/level3/core/files/orig/index.html?C=D;O=A: Cannot open | |
silly tar err : Protocol error | |
silly tar out package/test/level3/core/files/orig/external_barfoo.xml | |
silly tar out package/test/level3/core/files/orig/datatype_normalization2.xsd | |
silly tar out package/test/level3/core/files/orig/barfoo_utf8.xhtml | |
silly tar out package/test/level3/core/files/orig/external_widget.ent | |
silly tar out package/test/level3/core/files/orig/canonicalform01.xhtml | |
silly tar out package/test/level3/core/files/orig/barfoo_standalone_yes.xhtml | |
silly tar out package/test/level3/core/files/orig/typeinfo.svg | |
silly tar out package/test/level3/core/files/orig/xhtml1-strict.dtd | |
silly tar out package/test/level3/core/files/orig/xhtml-special.ent | |
silly tar out package/test/level3/core/files/orig/datatype_normalization.xsd | |
silly tar out package/test/level3/core/files/orig/barfoo_nodefaultns.svg | |
silly tar out package/test/level3/core/files/orig/datatype_normalization2.svg.xsd | |
silly tar out package/test/level3/core/files/orig/datatype_normalization.svg.xsd | |
silly tar out package/test/level3/core/files/orig/canonicalform04.xhtml | |
silly tar out package/test/level3/core/files/orig/canonicalform02.svg | |
silly tar out package/test/level3/core/files/orig/hc_nodtdstaff.svg | |
silly tar out package/test/level3/core/files/orig/back.gif | |
silly tar out package/test/level3/core/files/orig/barfoo_utf8.svg | |
silly tar out package/test/level3/core/files/orig/hc_nodtdstaff.xml | |
silly tar out package/test/level3/core/files/orig/canonicalform02.xml | |
silly tar out package/test/level3/core/files/orig/canonicalform03.svg | |
silly tar out package/test/level3/core/files/orig/blank.gif | |
silly tar out package/test/level3/core/files/orig/barfoo_standalone_yes.svg | |
silly tar out package/test/level3/core/files/orig/canonicalform02.xhtml | |
silly tar out package/test/level3/core/files/orig/typeinfo.svg.xsd | |
silly tar out package/test/level3/core/files/orig/datatype_normalization2.svg | |
silly tar out package/test/level3/core/files/orig/hc_nodtdstaff.xhtml | |
silly tar out package/test/level3/core/files/orig/hc_staff.xsd | |
silly tar out package/test/level3/core/files/orig/canonicalform05.xml | |
silly tar out package/test/level3/core/files/orig/barfoo_utf16.xml | |
silly tar out package/test/level3/core/files/orig/xhtml-lat1.ent | |
silly tar out package/test/level3/core/files/orig/typeinfo.xml | |
silly tar out package/test/level3/core/files/orig/hc_staff.svg.xsd | |
silly tar out package/test/level3/core/files/orig/barfoo_base.xml | |
silly tar out package/test/level3/core/files/orig/external_foobr.ent | |
silly tar out package/test/level3/core/files/orig/barfoo_utf16.svg | |
silly tar out package/test/level3/core/files/orig/canonicalform01.svg | |
silly tar out package/test/level3/core/files/orig/datatype_normalization2.xhtml | |
silly tar out package/test/level3/core/files/orig/hc_staff.xhtml | |
silly tar out package/test/level3/core/files/orig/barfoo_base.xml.js | |
silly tar out package/test/level3/core/files/orig/barfoo_standalone_no.svg | |
silly tar out package/test/level3/core/files/orig/text.gif | |
silly tar out package/test/level3/core/files/orig/canonicalform05.svg | |
silly tar out package/test/level3/core/files/orig/barfoo_standalone_yes.xml | |
silly tar out package/test/level3/core/files/orig/canonicalform04.svg | |
silly tar out package/test/level3/core/files/orig/barfoo_utf16.xhtml | |
silly tar out package/test/level3/core/files/orig/barfoo.xhtml | |
silly tar out package/test/level3/core/files/orig/barfoo_base.svg | |
silly tar out package/test/level3/core/files/orig/barfoo_nodefaultns.xml | |
silly tar out package/test/level3/core/files/orig/barfoo_standalone_no.xml | |
silly tar out package/test/level3/core/files/orig/xhtml-symbol.ent | |
silly tar out package/test/level3/core/files/orig/external_foo.ent | |
silly tar out package/test/level3/core/files/orig/barfoo_base.xhtml | |
silly tar out package/test/level3/core/files/orig/xhtml1-transitional.dtd | |
silly tar out package/test/level3/core/files/orig/unknown.gif | |
silly tar out package/test/level3/core/files/orig/svgtest.js | |
silly tar out package/test/level3/core/files/orig/typeinfo.xsd | |
silly tar out package/test/level3/core/files/orig/image2.gif | |
silly tar out package/test/level3/core/files/orig/canonicalform05.xhtml | |
silly tar err tar: | |
silly tar err Exiting with failure status due to previous errors | |
silly tar exit 2 | |
ERR! Failed unpacking /home/vagrant/.npm/jsdom/0.2.9/package.tgz | |
ERR! error installing [email protected] Error: `tar "-zmvxpf" "/home/vagrant/.npm/jsdom/0.2.9/package.tgz"` | |
ERR! error installing [email protected] failed with 2 | |
ERR! error installing [email protected] at ChildProcess.<anonymous> (/home/vagrant/.nvm/v0.4.12/lib/node_modules/npm/lib/utils/tar.js:221:20) | |
ERR! error installing [email protected] at ChildProcess.emit (events.js:67:17) | |
ERR! error installing [email protected] at ChildProcess.onexit (child_process.js:192:12) | |
info unbuild /vagrant/projects/kaching/node_modules/tobi/node_modules/jsdom | |
verbose installOne cb [email protected] | |
verbose about to build /vagrant/projects/kaching/node_modules/tobi | |
ERR! error installing [email protected] Error: `tar "-zmvxpf" "/home/vagrant/.npm/jsdom/0.2.9/package.tgz"` | |
ERR! error installing [email protected] failed with 2 | |
ERR! error installing [email protected] at ChildProcess.<anonymous> (/home/vagrant/.nvm/v0.4.12/lib/node_modules/npm/lib/utils/tar.js:221:20) | |
ERR! error installing [email protected] at ChildProcess.emit (events.js:67:17) | |
ERR! error installing [email protected] at ChildProcess.onexit (child_process.js:192:12) | |
info unbuild /vagrant/projects/kaching/node_modules/tobi | |
verbose from cache /vagrant/projects/kaching/node_modules/tobi/package.json | |
info preuninstall [email protected] | |
info uninstall [email protected] | |
verbose unbuild [email protected] [ true, | |
verbose unbuild [email protected] '/vagrant/projects/kaching/node_modules', | |
verbose unbuild [email protected] '/vagrant/projects/kaching/node_modules' ] | |
info postuninstall [email protected] | |
verbose installOne cb [email protected] | |
ERR! Error: `tar "-zmvxpf" "/home/vagrant/.npm/jsdom/0.2.9/package.tgz"` | |
ERR! failed with 2 | |
ERR! at ChildProcess.<anonymous> (/home/vagrant/.nvm/v0.4.12/lib/node_modules/npm/lib/utils/tar.js:221:20) | |
ERR! at ChildProcess.emit (events.js:67:17) | |
ERR! at ChildProcess.onexit (child_process.js:192:12) | |
ERR! Report this *entire* log at: | |
ERR! <http://github.com/isaacs/npm/issues> | |
ERR! or email it to: | |
ERR! <[email protected]> | |
ERR! | |
ERR! System Linux 2.6.32-35-server | |
ERR! command "node" "/home/vagrant/.nvm/v0.4.12/bin/npm" "install" | |
ERR! cwd /vagrant/projects/kaching | |
ERR! node -v v0.4.12 | |
ERR! npm -v 1.0.105 | |
verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment