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
var util = require('util'); | |
var Homer = module.exports = function (stream, format) { | |
var homer = this; | |
this.stream = stream; | |
this.format = format || function (lvl, msg) { | |
return util.format('[%s] %s', lvl, msg); | |
}; |
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
{ | |
version: '0.0.1-216', | |
subdomain: 'knack', | |
private: true, | |
engines: { node: '0.6.x' }, | |
domains: [ 'knackhq.com' ], | |
name: 'Knack', | |
dependencies: { | |
clone: '0.0.6', | |
express: '2.5.5', |
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
E:\github\deliverance\client>jitsu deploy | |
info: Welcome to Nodejitsu flufy3d | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in app.js | |
warn: Local version appears to be old | |
warn: Your package.json version will be incremented for you automatically | |
warn: About to write E:\github\deliverance\client\package.json | |
data: | |
data: { |
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
[api]: New apis / changes to apis | |
[test]: Update test/* files | |
[dist]: Changes to submodules, version bumps, updates to package.json | |
[minor]: Small changes | |
[doc]: Updates to documentation | |
[ux]: Updates to UX | |
[fix]: Bug fixes | |
[bin]: Update binary scripts associated with the project | |
[merge]: Resolved git merge from upstream or otherwise | |
[refactor]: Refactor of existing code with no external API changes |
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
"jshint_options": | |
{ | |
"passfail": false, | |
"maxerr": 100, | |
"browser": true, | |
"node": true, | |
"rhino": false, | |
"couch": true, | |
"wsh": true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm WARN [email protected] dependencies field should be hash of <name>:<version-range> pairs | |
npm http 304 https://registry.npmjs.org/utile | |
npm http GET https://registry.npmjs.org/utile/-/utile-0.1.3.tgz | |
npm http 304 https://registry.npmjs.org/winston | |
npm http GET https://registry.npmjs.org/winston/-/winston-0.6.2.tgz | |
npm http 304 https://registry.npmjs.org/read | |
npm ERR! error installing [email protected] | |
npm http 304 https://registry.npmjs.org/revalidator | |
npm ERR! error installing [email protected] | |
npm http 200 https://registry.npmjs.org/npm/-/npm-1.1.4.tgz |
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
{ | |
"name": "turbobin", | |
"description": "supercharge your point of sale", | |
"author": "Quan Nguyen", | |
"version": "0.8.6-12", | |
"dependencies": { | |
"express": "2.5.11", | |
"coffee-script": "1.3.3", | |
"socket.io": "0.9.10", | |
"underscore": "1.3.3", |
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
{ | |
"name": "node", | |
"subdomain": "nclud", | |
"scripts": { | |
"start": "server.js" | |
}, | |
"version": "0.1.0-70", | |
"engines": { | |
"node": "0.8.x" | |
}, |
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
{ | |
"name": "pol", | |
"version": "0.0.1-24", | |
"private": true, | |
"scripts": { | |
"start": "app.coffee" | |
}, | |
"dependencies": { | |
"ejs": "0.8.0", | |
"express": "3.0.0rc1", |
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
{ | |
"name": "pol", | |
"version": "0.0.1-24", | |
"private": true, | |
"scripts": { | |
"start": "app.coffee" | |
}, | |
"dependencies": { | |
"ejs": "0.8.0", | |
"express": "3.0.0rc1", |
OlderNewer