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
| info it worked if it ends with ok | |
| verbose cli [ 'node', '/usr/bin/npm', 'install', 'express' ] | |
| info using npm@1.0.105 | |
| info using node@v0.4.12 | |
| verbose config file /home/jacob/.npmrc | |
| verbose config file /home/jacob/.nvm/v0.4.12/etc/npmrc | |
| verbose config file /usr/lib/nodejs/npm/npmrc | |
| verbose into /home/jacob/git/npmtest [ 'express' ] | |
| verbose cache add express | |
| verbose cache add [ 'express', null ] |
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
| unless typeof Object.extend is 'function' | |
| Object.defineProperty Object, 'extend', | |
| value: (orig, ext) -> | |
| props = {} | |
| for name in Object.getOwnPropertyNames(ext) when name not in orig | |
| props[name] = Object.getOwnPropertyDescriptor ext, name | |
| Object.create orig, props | |
| configurable: true | |
| writable: true |
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
| * { | |
| margin: 0; | |
| padding: 0; | |
| border: 0; | |
| font: inherit; | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| position: relative; | |
| } |
NewerOlder