Last active
December 14, 2015 21:49
-
-
Save omares/5154292 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[deployment]$ pwd | |
/home/deployment/.npm/pty.js/0.2.1 | |
[deployment]$ ls -lah | |
insgesamt 28K | |
drwxrwxr-x 3 deployment deployment 4,0K 13. Mär 18:22 . | |
drwxrwxr-x 4 deployment deployment 4,0K 13. Mär 17:41 .. | |
drwxrwxr-x 5 deployment deployment 4,0K 13. Mär 18:22 package | |
-rw-r--r-- 1 deployment deployment 13K 13. Mär 18:22 package.tgz | |
[deployment]$ ls -lah package | |
insgesamt 56K | |
drwxrwxr-x 5 deployment deployment 4,0K 13. Mär 18:22 . | |
drwxrwxr-x 3 deployment deployment 4,0K 13. Mär 18:22 .. | |
-rw-r--r-- 1 deployment deployment 820 3. Mär 06:39 binding.gyp | |
-rw-r--r-- 1 deployment deployment 90 3. Mär 06:39 .gitmodules | |
-rw-r--r-- 1 deployment deployment 103 3. Mär 06:39 index.js | |
drwxr-xr-x 2 deployment deployment 4,0K 13. Mär 18:22 lib | |
-rw-r--r-- 1 deployment deployment 1,1K 3. Mär 06:39 LICENSE | |
-rw-r--r-- 1 deployment deployment 344 3. Mär 06:39 Makefile | |
-rw-r--r-- 1 deployment deployment 200 3. Mär 06:39 .npmignore | |
-rw-r--r-- 1 deployment deployment 543 3. Mär 06:39 package.json | |
-rw-r--r-- 1 deployment deployment 915 3. Mär 06:39 README.md | |
drwxr-xr-x 4 deployment deployment 4,0K 13. Mär 18:22 src | |
drwxr-xr-x 3 deployment deployment 4,0K 13. Mär 18:22 test | |
-rw-r--r-- 1 deployment deployment 376 3. Mär 06:39 wscript |
This file contains hidden or 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
[deployment]$ npm install | |
npm WARN package.json [email protected] No README.md file found! | |
npm http GET https://github.com/chjj/pty.js/archive/v0.2.1.tar.gz | |
npm http 200 https://github.com/chjj/pty.js/archive/v0.2.1.tar.gz | |
[deployment]$ npm install | |
npm WARN package.json [email protected] No README.md file found! | |
npm http GET https://github.com/chjj/pty.js/archive/v0.2.1.tar.gz | |
npm http 200 https://github.com/chjj/pty.js/archive/v0.2.1.tar.gz |
This file contains hidden or 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": "hosted-hubot", | |
"version": "2.4.7", | |
"author": "GitHub Inc.", | |
"keywords": "github hubot campfire bot", | |
"description": "A simple helpful Robot for your Company", | |
"licenses": [{ | |
"type": "MIT", | |
"url": "http://github.com/github/hubot/raw/master/LICENSE" | |
}], | |
"repository" : { | |
"type": "git", | |
"url": "https://github.com/github/hubot.git" | |
}, | |
"dependencies": { | |
"hubot": ">=2.4.7", | |
"hubot-scripts": ">= 2.4.1", | |
"optparse": "1.0.3", | |
"xregexp": "2.x", | |
"printf": "0.1.x", | |
"gitty": "1.x", | |
"q": "0.9.x", | |
"pty.js": "https://github.com/chjj/pty.js/archive/v0.2.1.tar.gz" | |
}, | |
"engines": { | |
"node": ">= 0.8.x", | |
"npm": "1.1.x" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment