Giter Site home page Giter Site logo

lwip's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lwip's Issues

Can not install lwip

Hi,

I want use this library but if I try install it using npm install lwip then I got this:

[email protected] install C:\prace\Posli\Node-Posli\node_modules\lwip
node-gyp rebuild

C:\prace\Posli\Node-Posli\node_modules\lwip>node "C:\Program Files (x86)\nodejs
node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js"
rebuild
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.t
argets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform T
oolset = 'v100') cannot be found. To build using the v100 build tools, please i
nstall Visual Studio 2010 build tools. Alternatively, you may upgrade to the c
urrent Visual Studio tools by selecting the Project menu or right-click the sol
ution, and then selecting "Upgrade Solution...". [C:\prace\Posli\Node-Posli\nod
e_modules\lwip\build\lwip_decoder.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.t
argets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform T
oolset = 'v100') cannot be found. To build using the v100 build tools, please i
nstall Visual Studio 2010 build tools. Alternatively, you may upgrade to the c
urrent Visual Studio tools by selecting the Project menu or right-click the sol
ution, and then selecting "Upgrade Solution...". [C:\prace\Posli\Node-Posli\nod
e_modules\lwip\build\lwip_encoder.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.t
argets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform T
oolset = 'v100') cannot be found. To build using the v100 build tools, please i
nstall Visual Studio 2010 build tools. Alternatively, you may upgrade to the c
urrent Visual Studio tools by selecting the Project menu or right-click the sol
ution, and then selecting "Upgrade Solution...". [C:\prace\Posli\Node-Posli\nod
e_modules\lwip\build\lwip_image.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe fail
ed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Program Files (x86)\nodejs\node_mo
dules\npm\node_modules\node-gyp\lib\build.js:267:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:
12)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "C:\Program Files (x86)\nodejs\node_modules\npm\nod
e_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\prace\Posli\Node-Posli\node_modules\lwip
gyp ERR! node -v v0.10.30
gyp ERR! node-gyp -v v0.13.1
gyp ERR! not ok
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the lwip package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls lwip
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files (x86)\nodejs\node.exe" "C:\Program File
s (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd C:\prace\Posli\Node-Posli
npm ERR! node -v v0.10.30
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\prace\Posli\Node-Posli\npm-debug.log
npm ERR! not ok code 0

Install on windows 7 npm install lwip

Hi, I have a few problems trying to install this module into windows 7.

The first problem was that I wasnt have Python installed, so, I installed python and I added to the Environment.

Now the error is:

C:\Users\Administrador\Documents\folder\folder\folder\server\node_modules
\lwip>node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\nod
e_modules\node-gyp\bin\node-gyp.js" rebuild
gyp ERR! configure error
gyp ERR! stack Error: spawn ENOENT
gyp ERR! stack at errnoException (child_process.js:1000:11)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:791:
34)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "C:\Program Files\nodejs\node_modules\npm\node_modu
les\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\Administrador\Documents\folder\folder\folder\server
\node_modules\lwip
gyp ERR! node -v v0.10.29
gyp ERR! node-gyp -v v0.13.1
gyp ERR! not ok
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the lwip package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls lwip
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install" "lwip"
npm ERR! cwd C:\Users\Administrador\Documents\folder\folder\folder\server

npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\Administrador\Documents\Unvil\folder\folder\server
\npm-debug.log
npm ERR! not ok code 0

(I change the name of the folders here for security reasons of my project).

Also, I try to run the CMD with administrator permition. but is the same.

This is the copy of npm-debug.log:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink C:\Program Files\nodejs\node.exe
5 verbose readDependencies using package.json deps
6 verbose install where, deps [ 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip',
6 verbose install [ 'async', 'decree', 'mkdirp', 'mocha', 'should' ] ]
7 info preinstall [email protected]
8 verbose readDependencies using package.json deps
9 verbose cache add [ 'async@^0.9.0', null ]
10 verbose cache add name=undefined spec="async@^0.9.0" args=["async@^0.9.0",null]
11 verbose parsed url { protocol: null,
11 verbose parsed url slashes: null,
11 verbose parsed url auth: null,
11 verbose parsed url host: null,
11 verbose parsed url port: null,
11 verbose parsed url hostname: null,
11 verbose parsed url hash: null,
11 verbose parsed url search: null,
11 verbose parsed url query: null,
11 verbose parsed url pathname: 'async@^0.9.0',
11 verbose parsed url path: 'async@^0.9.0',
11 verbose parsed url href: 'async@^0.9.0' }
12 verbose cache add [ '[email protected]', null ]
13 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
14 verbose parsed url { protocol: null,
14 verbose parsed url slashes: null,
14 verbose parsed url auth: null,
14 verbose parsed url host: null,
14 verbose parsed url port: null,
14 verbose parsed url hostname: null,
14 verbose parsed url hash: null,
14 verbose parsed url search: null,
14 verbose parsed url query: null,
14 verbose parsed url pathname: '[email protected]',
14 verbose parsed url path: '[email protected]',
14 verbose parsed url href: '[email protected]' }
15 verbose cache add [ 'mkdirp@^0.5.0', null ]
16 verbose cache add name=undefined spec="mkdirp@^0.5.0" args=["mkdirp@^0.5.0",null]
17 verbose parsed url { protocol: null,
17 verbose parsed url slashes: null,
17 verbose parsed url auth: null,
17 verbose parsed url host: null,
17 verbose parsed url port: null,
17 verbose parsed url hostname: null,
17 verbose parsed url hash: null,
17 verbose parsed url search: null,
17 verbose parsed url query: null,
17 verbose parsed url pathname: 'mkdirp@^0.5.0',
17 verbose parsed url path: 'mkdirp@^0.5.0',
17 verbose parsed url href: 'mkdirp@^0.5.0' }
18 verbose cache add [ 'mocha@^1.20.1', null ]
19 verbose cache add name=undefined spec="mocha@^1.20.1" args=["mocha@^1.20.1",null]
20 verbose parsed url { protocol: null,
20 verbose parsed url slashes: null,
20 verbose parsed url auth: null,
20 verbose parsed url host: null,
20 verbose parsed url port: null,
20 verbose parsed url hostname: null,
20 verbose parsed url hash: null,
20 verbose parsed url search: null,
20 verbose parsed url query: null,
20 verbose parsed url pathname: 'mocha@^1.20.1',
20 verbose parsed url path: 'mocha@^1.20.1',
20 verbose parsed url href: 'mocha@^1.20.1' }
21 verbose cache add name="async" spec="^0.9.0" args=["async","^0.9.0"]
22 verbose parsed url { protocol: null,
22 verbose parsed url slashes: null,
22 verbose parsed url auth: null,
22 verbose parsed url host: null,
22 verbose parsed url port: null,
22 verbose parsed url hostname: null,
22 verbose parsed url hash: null,
22 verbose parsed url search: null,
22 verbose parsed url query: null,
22 verbose parsed url pathname: '^0.9.0',
22 verbose parsed url path: '^0.9.0',
22 verbose parsed url href: '^0.9.0' }
23 verbose addNamed [ 'async', '^0.9.0' ]
24 verbose addNamed [ null, '>=0.9.0-0 <0.10.0-0' ]
25 verbose cache add name="decree" spec="0.0.2" args=["decree","0.0.2"]
26 verbose parsed url { protocol: null,
26 verbose parsed url slashes: null,
26 verbose parsed url auth: null,
26 verbose parsed url host: null,
26 verbose parsed url port: null,
26 verbose parsed url hostname: null,
26 verbose parsed url hash: null,
26 verbose parsed url search: null,
26 verbose parsed url query: null,
26 verbose parsed url pathname: '0.0.2',
26 verbose parsed url path: '0.0.2',
26 verbose parsed url href: '0.0.2' }
27 verbose addNamed [ 'decree', '0.0.2' ]
28 verbose addNamed [ '0.0.2', '0.0.2' ]
29 verbose cache add name="mkdirp" spec="^0.5.0" args=["mkdirp","^0.5.0"]
30 verbose parsed url { protocol: null,
30 verbose parsed url slashes: null,
30 verbose parsed url auth: null,
30 verbose parsed url host: null,
30 verbose parsed url port: null,
30 verbose parsed url hostname: null,
30 verbose parsed url hash: null,
30 verbose parsed url search: null,
30 verbose parsed url query: null,
30 verbose parsed url pathname: '^0.5.0',
30 verbose parsed url path: '^0.5.0',
30 verbose parsed url href: '^0.5.0' }
31 verbose addNamed [ 'mkdirp', '^0.5.0' ]
32 verbose addNamed [ null, '>=0.5.0-0 <0.6.0-0' ]
33 verbose cache add name="mocha" spec="^1.20.1" args=["mocha","^1.20.1"]
34 verbose parsed url { protocol: null,
34 verbose parsed url slashes: null,
34 verbose parsed url auth: null,
34 verbose parsed url host: null,
34 verbose parsed url port: null,
34 verbose parsed url hostname: null,
34 verbose parsed url hash: null,
34 verbose parsed url search: null,
34 verbose parsed url query: null,
34 verbose parsed url pathname: '^1.20.1',
34 verbose parsed url path: '^1.20.1',
34 verbose parsed url href: '^1.20.1' }
35 verbose addNamed [ 'mocha', '^1.20.1' ]
36 verbose addNamed [ null, '>=1.20.1-0 <2.0.0-0' ]
37 silly lockFile 7f39d2c2-async-0-9-0 async@^0.9.0
38 verbose lock async@^0.9.0 C:\Users\Administrador\AppData\Roaming\npm-cache\7f39d2c2-async-0-9-0.lock
39 silly lockFile 2cb5663a-decree-0-0-2 [email protected]
40 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\2cb5663a-decree-0-0-2.lock
41 silly lockFile 0879e7d7-mkdirp-0-5-0 mkdirp@^0.5.0
42 verbose lock mkdirp@^0.5.0 C:\Users\Administrador\AppData\Roaming\npm-cache\0879e7d7-mkdirp-0-5-0.lock
43 silly lockFile e745e404-mocha-1-20-1 mocha@^1.20.1
44 verbose lock mocha@^1.20.1 C:\Users\Administrador\AppData\Roaming\npm-cache\e745e404-mocha-1-20-1.lock
45 silly addNameRange { name: 'async', range: '>=0.9.0-0 <0.10.0-0', hasData: false }
46 silly addNameRange { name: 'mkdirp', range: '>=0.5.0-0 <0.6.0-0', hasData: false }
47 silly addNameRange { name: 'mocha', range: '>=1.20.1-0 <2.0.0-0', hasData: false }
48 verbose url raw decree
49 verbose url resolving [ 'https://registry.npmjs.org/', './decree' ]
50 verbose url resolved https://registry.npmjs.org/decree
51 info trying registry request attempt 1 at 11:16:57
52 verbose etag "N8Z0OULIVOEN126UGNGQ17O6"
53 http GET https://registry.npmjs.org/decree
54 verbose cache add [ 'should@^4.0.4', null ]
55 verbose cache add name=undefined spec="should@^4.0.4" args=["should@^4.0.4",null]
56 verbose parsed url { protocol: null,
56 verbose parsed url slashes: null,
56 verbose parsed url auth: null,
56 verbose parsed url host: null,
56 verbose parsed url port: null,
56 verbose parsed url hostname: null,
56 verbose parsed url hash: null,
56 verbose parsed url search: null,
56 verbose parsed url query: null,
56 verbose parsed url pathname: 'should@^4.0.4',
56 verbose parsed url path: 'should@^4.0.4',
56 verbose parsed url href: 'should@^4.0.4' }
57 verbose url raw async
58 verbose url resolving [ 'https://registry.npmjs.org/', './async' ]
59 verbose url resolved https://registry.npmjs.org/async
60 info trying registry request attempt 1 at 11:16:57
61 verbose etag "2H3KDZ3NL2ING9DAIAQ4UVY3U"
62 http GET https://registry.npmjs.org/async
63 verbose cache add name="should" spec="^4.0.4" args=["should","^4.0.4"]
64 verbose parsed url { protocol: null,
64 verbose parsed url slashes: null,
64 verbose parsed url auth: null,
64 verbose parsed url host: null,
64 verbose parsed url port: null,
64 verbose parsed url hostname: null,
64 verbose parsed url hash: null,
64 verbose parsed url search: null,
64 verbose parsed url query: null,
64 verbose parsed url pathname: '^4.0.4',
64 verbose parsed url path: '^4.0.4',
64 verbose parsed url href: '^4.0.4' }
65 verbose addNamed [ 'should', '^4.0.4' ]
66 verbose addNamed [ null, '>=4.0.4-0 <5.0.0-0' ]
67 silly lockFile 0d26194c-should-4-0-4 should@^4.0.4
68 verbose lock should@^4.0.4 C:\Users\Administrador\AppData\Roaming\npm-cache\0d26194c-should-4-0-4.lock
69 silly addNameRange { name: 'should', range: '>=4.0.4-0 <5.0.0-0', hasData: false }
70 verbose url raw mocha
71 verbose url resolving [ 'https://registry.npmjs.org/', './mocha' ]
72 verbose url resolved https://registry.npmjs.org/mocha
73 info trying registry request attempt 1 at 11:16:57
74 verbose etag "6J8XQUQ0E026AEQ2SFUJEG4Y1"
75 http GET https://registry.npmjs.org/mocha
76 info retry will retry, error on last attempt: Error: getaddrinfo EAGAIN
77 verbose url raw mkdirp
78 verbose url resolving [ 'https://registry.npmjs.org/', './mkdirp' ]
79 verbose url resolved https://registry.npmjs.org/mkdirp
80 info trying registry request attempt 1 at 11:16:57
81 verbose etag "F17Q7UKYGSABJTXY4YCL38IZK"
82 http GET https://registry.npmjs.org/mkdirp
83 verbose url raw should
84 verbose url resolving [ 'https://registry.npmjs.org/', './should' ]
85 verbose url resolved https://registry.npmjs.org/should
86 info trying registry request attempt 1 at 11:16:57
87 verbose etag "DOPZ0TO1QSVFPDTN8WQ94SAOX"
88 http GET https://registry.npmjs.org/should
89 info retry will retry, error on last attempt: Error: getaddrinfo EAGAIN
90 http 304 https://registry.npmjs.org/async
91 silly registry.get cb [ 304,
91 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:11 GMT',
91 silly registry.get server: 'Apache',
91 silly registry.get via: '1.1 varnish',
91 silly registry.get 'last-modified': 'Thu, 04 Sep 2014 14:16:15 GMT',
91 silly registry.get 'cache-control': 'max-age=60',
91 silly registry.get etag: '"2H3KDZ3NL2ING9DAIAQ4UVY3U"',
91 silly registry.get 'x-served-by': 'cache-at105-ATL',
91 silly registry.get 'x-cache': 'HIT',
91 silly registry.get 'x-cache-hits': '4',
91 silly registry.get 'x-timer': 'S1409840231.715635,VS0,VE0',
91 silly registry.get vary: 'Accept',
91 silly registry.get 'content-length': '0',
91 silly registry.get 'keep-alive': 'timeout=10, max=50',
91 silly registry.get connection: 'Keep-Alive' } ]
92 verbose etag async from cache
93 silly addNameRange number 2 { name: 'async', range: '>=0.9.0-0 <0.10.0-0', hasData: true }
94 silly addNameRange versions [ 'async',
94 silly addNameRange [ '0.1.0',
94 silly addNameRange '0.1.1',
94 silly addNameRange '0.1.2',
94 silly addNameRange '0.1.3',
94 silly addNameRange '0.1.4',
94 silly addNameRange '0.1.5',
94 silly addNameRange '0.1.6',
94 silly addNameRange '0.1.7',
94 silly addNameRange '0.1.8',
94 silly addNameRange '0.1.9',
94 silly addNameRange '0.1.10',
94 silly addNameRange '0.1.11',
94 silly addNameRange '0.1.12',
94 silly addNameRange '0.1.13',
94 silly addNameRange '0.1.14',
94 silly addNameRange '0.1.15',
94 silly addNameRange '0.1.16',
94 silly addNameRange '0.1.17',
94 silly addNameRange '0.1.18',
94 silly addNameRange '0.1.19',
94 silly addNameRange '0.1.20',
94 silly addNameRange '0.1.21',
94 silly addNameRange '0.1.22',
94 silly addNameRange '0.2.0',
94 silly addNameRange '0.2.1',
94 silly addNameRange '0.2.2',
94 silly addNameRange '0.2.3',
94 silly addNameRange '0.2.4',
94 silly addNameRange '0.2.5',
94 silly addNameRange '0.2.6',
94 silly addNameRange '0.2.7',
94 silly addNameRange '0.2.8',
94 silly addNameRange '0.2.9',
94 silly addNameRange '0.2.10',
94 silly addNameRange '0.3.0',
94 silly addNameRange '0.4.0',
94 silly addNameRange '0.4.1',
94 silly addNameRange '0.5.0',
94 silly addNameRange '0.6.0',
94 silly addNameRange '0.6.1',
94 silly addNameRange '0.6.2',
94 silly addNameRange '0.7.0',
94 silly addNameRange '0.8.0',
94 silly addNameRange '0.9.0' ] ]
95 verbose addNamed [ 'async', '0.9.0' ]
96 verbose addNamed [ '0.9.0', '0.9.0' ]
97 silly lockFile 9a58a886-async-0-9-0 [email protected]
98 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\9a58a886-async-0-9-0.lock
99 silly lockFile 9a58a886-async-0-9-0 [email protected]
100 silly lockFile 9a58a886-async-0-9-0 [email protected]
101 silly lockFile 7f39d2c2-async-0-9-0 async@^0.9.0
102 silly lockFile 7f39d2c2-async-0-9-0 async@^0.9.0
103 http 200 https://registry.npmjs.org/should
104 silly registry.get cb [ 200,
104 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:12 GMT',
104 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
104 silly registry.get etag: '"72TY9ZPDUYN5MMQBNSNR7EOOG"',
104 silly registry.get 'content-type': 'application/json',
104 silly registry.get 'cache-control': 'max-age=60',
104 silly registry.get 'content-length': '67715',
104 silly registry.get 'accept-ranges': 'bytes',
104 silly registry.get via: '1.1 varnish',
104 silly registry.get age: '283',
104 silly registry.get 'x-served-by': 'cache-at51-ATL',
104 silly registry.get 'x-cache': 'HIT',
104 silly registry.get 'x-cache-hits': '2',
104 silly registry.get 'x-timer': 'S1409840232.645736,VS0,VE0',
104 silly registry.get vary: 'Accept',
104 silly registry.get 'keep-alive': 'timeout=10, max=50',
104 silly registry.get connection: 'Keep-Alive' } ]
105 silly addNameRange number 2 { name: 'should', range: '>=4.0.4-0 <5.0.0-0', hasData: true }
106 silly addNameRange versions [ 'should',
106 silly addNameRange [ '0.0.1',
106 silly addNameRange '0.0.2',
106 silly addNameRange '0.0.3',
106 silly addNameRange '0.0.4',
106 silly addNameRange '0.1.0',
106 silly addNameRange '0.2.0',
106 silly addNameRange '0.2.1',
106 silly addNameRange '0.3.0',
106 silly addNameRange '0.3.1',
106 silly addNameRange '0.3.2',
106 silly addNameRange '0.4.0',
106 silly addNameRange '0.4.1',
106 silly addNameRange '0.4.2',
106 silly addNameRange '0.5.0',
106 silly addNameRange '0.5.1',
106 silly addNameRange '0.6.0',
106 silly addNameRange '0.6.1',
106 silly addNameRange '0.6.2',
106 silly addNameRange '0.6.3',
106 silly addNameRange '1.0.0',
106 silly addNameRange '1.1.0',
106 silly addNameRange '1.1.1',
106 silly addNameRange '1.2.0',
106 silly addNameRange '1.2.1',
106 silly addNameRange '1.2.2',
106 silly addNameRange '1.3.0',
106 silly addNameRange '2.0.0',
106 silly addNameRange '2.0.1',
106 silly addNameRange '2.0.2',
106 silly addNameRange '2.1.0',
106 silly addNameRange '2.1.1',
106 silly addNameRange '3.0.0',
106 silly addNameRange '3.0.1',
106 silly addNameRange '3.1.0',
106 silly addNameRange '3.1.1',
106 silly addNameRange '3.1.2',
106 silly addNameRange '3.1.3',
106 silly addNameRange '3.1.4',
106 silly addNameRange '3.2.0-beta1',
106 silly addNameRange '3.2.0',
106 silly addNameRange '3.3.0',
106 silly addNameRange '3.3.1',
106 silly addNameRange '3.3.2',
106 silly addNameRange '4.0.0',
106 silly addNameRange '4.0.1',
106 silly addNameRange '4.0.3',
106 silly addNameRange '4.0.4' ] ]
107 verbose addNamed [ 'should', '4.0.4' ]
108 verbose addNamed [ '4.0.4', '4.0.4' ]
109 silly lockFile 4d7e04e0-should-4-0-4 [email protected]
110 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\4d7e04e0-should-4-0-4.lock
111 silly lockFile 4d7e04e0-should-4-0-4 [email protected]
112 silly lockFile 4d7e04e0-should-4-0-4 [email protected]
113 silly lockFile 0d26194c-should-4-0-4 should@^4.0.4
114 silly lockFile 0d26194c-should-4-0-4 should@^4.0.4
115 http 200 https://registry.npmjs.org/mocha
116 silly registry.get cb [ 200,
116 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:11 GMT',
116 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
116 silly registry.get etag: '"5VJVLV4I3L38BNZO2RN684NJJ"',
116 silly registry.get 'content-type': 'application/json',
116 silly registry.get 'cache-control': 'max-age=60',
116 silly registry.get 'content-length': '101485',
116 silly registry.get 'accept-ranges': 'bytes',
116 silly registry.get via: '1.1 varnish',
116 silly registry.get age: '119',
116 silly registry.get 'x-served-by': 'cache-at50-ATL',
116 silly registry.get 'x-cache': 'HIT',
116 silly registry.get 'x-cache-hits': '1',
116 silly registry.get 'x-timer': 'S1409840231.718839,VS0,VE0',
116 silly registry.get vary: 'Accept',
116 silly registry.get 'keep-alive': 'timeout=10, max=50',
116 silly registry.get connection: 'Keep-Alive' } ]
117 silly addNameRange number 2 { name: 'mocha', range: '>=1.20.1-0 <2.0.0-0', hasData: true }
118 silly addNameRange versions [ 'mocha',
118 silly addNameRange [ '0.0.1-alpha1',
118 silly addNameRange '0.0.1-alpha2',
118 silly addNameRange '0.0.1-alpha3',
118 silly addNameRange '0.0.1-alpha4',
118 silly addNameRange '0.0.1-alpha5',
118 silly addNameRange '0.0.1-alpha6',
118 silly addNameRange '0.0.1',
118 silly addNameRange '0.0.2',
118 silly addNameRange '0.0.3',
118 silly addNameRange '0.0.4',
118 silly addNameRange '0.0.5',
118 silly addNameRange '0.0.6',
118 silly addNameRange '0.0.7',
118 silly addNameRange '0.0.8',
118 silly addNameRange '0.1.0',
118 silly addNameRange '0.2.0',
118 silly addNameRange '0.3.0',
118 silly addNameRange '0.3.1',
118 silly addNameRange '0.3.2',
118 silly addNameRange '0.3.3',
118 silly addNameRange '0.3.4',
118 silly addNameRange '0.3.6',
118 silly addNameRange '0.4.0',
118 silly addNameRange '0.5.0',
118 silly addNameRange '0.6.0',
118 silly addNameRange '0.7.0',
118 silly addNameRange '0.7.1',
118 silly addNameRange '0.8.0',
118 silly addNameRange '0.8.1',
118 silly addNameRange '0.9.0',
118 silly addNameRange '0.10.0',
118 silly addNameRange '0.10.1',
118 silly addNameRange '0.10.2',
118 silly addNameRange '0.11.0',
118 silly addNameRange '0.12.0',
118 silly addNameRange '0.12.1',
118 silly addNameRange '0.13.0',
118 silly addNameRange '0.14.0',
118 silly addNameRange '0.14.1',
118 silly addNameRange '1.0.0',
118 silly addNameRange '1.0.1',
118 silly addNameRange '1.0.2',
118 silly addNameRange '1.0.3',
118 silly addNameRange '1.1.0',
118 silly addNameRange '1.2.0',
118 silly addNameRange '1.2.1',
118 silly addNameRange '1.2.2',
118 silly addNameRange '1.3.0',
118 silly addNameRange '1.3.1',
118 silly addNameRange '1.3.2',
118 silly addNameRange '1.4.0',
118 silly addNameRange '1.4.1',
118 silly addNameRange '1.4.2',
118 silly addNameRange '1.4.3',
118 silly addNameRange '1.5.0',
118 silly addNameRange '1.6.0',
118 silly addNameRange '1.7.0',
118 silly addNameRange '1.7.1',
118 silly addNameRange '1.7.2',
118 silly addNameRange '1.7.3',
118 silly addNameRange '1.7.4',
118 silly addNameRange '1.8.0',
118 silly addNameRange '1.8.1',
118 silly addNameRange '1.8.2',
118 silly addNameRange '1.9.0',
118 silly addNameRange '1.10.0',
118 silly addNameRange '1.11.0',
118 silly addNameRange '1.12.0',
118 silly addNameRange '1.12.1',
118 silly addNameRange '1.13.0',
118 silly addNameRange '1.14.0',
118 silly addNameRange '1.15.0',
118 silly addNameRange '1.15.1',
118 silly addNameRange '1.16.0',
118 silly addNameRange '1.16.1',
118 silly addNameRange '1.16.2',
118 silly addNameRange '1.17.0',
118 silly addNameRange '1.17.1',
118 silly addNameRange '1.18.0',
118 silly addNameRange '1.18.1',
118 silly addNameRange '1.18.2',
118 silly addNameRange '1.19.0',
118 silly addNameRange '1.20.0',
118 silly addNameRange '1.20.1',
118 silly addNameRange '1.21.0',
118 silly addNameRange '1.21.1',
118 silly addNameRange '1.21.2',
118 silly addNameRange '1.21.3',
118 silly addNameRange '1.21.4' ] ]
119 verbose addNamed [ 'mocha', '1.21.4' ]
120 verbose addNamed [ '1.21.4', '1.21.4' ]
121 silly lockFile a6953c81-mocha-1-21-4 [email protected]
122 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\a6953c81-mocha-1-21-4.lock
123 silly lockFile a6953c81-mocha-1-21-4 [email protected]
124 silly lockFile a6953c81-mocha-1-21-4 [email protected]
125 silly lockFile e745e404-mocha-1-20-1 mocha@^1.20.1
126 silly lockFile e745e404-mocha-1-20-1 mocha@^1.20.1
127 info trying registry request attempt 2 at 11:17:07
128 verbose etag "N8Z0OULIVOEN126UGNGQ17O6"
129 http GET https://registry.npmjs.org/decree
130 info trying registry request attempt 2 at 11:17:07
131 verbose etag "F17Q7UKYGSABJTXY4YCL38IZK"
132 http GET https://registry.npmjs.org/mkdirp
133 http 304 https://registry.npmjs.org/decree
134 silly registry.get cb [ 304,
134 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:20 GMT',
134 silly registry.get server: 'Apache',
134 silly registry.get via: '1.1 varnish',
134 silly registry.get 'last-modified': 'Thu, 04 Sep 2014 14:17:20 GMT',
134 silly registry.get 'cache-control': 'max-age=60',
134 silly registry.get etag: '"N8Z0OULIVOEN126UGNGQ17O6"',
134 silly registry.get 'x-served-by': 'cache-at105-ATL',
134 silly registry.get 'x-cache': 'HIT',
134 silly registry.get 'x-cache-hits': '1',
134 silly registry.get 'x-timer': 'S1409840240.900804,VS0,VE33',
134 silly registry.get vary: 'Accept',
134 silly registry.get 'content-length': '0',
134 silly registry.get 'keep-alive': 'timeout=10, max=50',
134 silly registry.get connection: 'Keep-Alive' } ]
135 verbose etag decree from cache
136 silly lockFile 2cb5663a-decree-0-0-2 [email protected]
137 silly lockFile 2cb5663a-decree-0-0-2 [email protected]
138 http 200 https://registry.npmjs.org/mkdirp
139 silly registry.get cb [ 200,
139 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:20 GMT',
139 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)',
139 silly registry.get etag: '"6Q047JT57GUS3BZG6QDXLY71K"',
139 silly registry.get 'content-type': 'application/json',
139 silly registry.get 'cache-control': 'max-age=60',
139 silly registry.get 'content-length': '21507',
139 silly registry.get 'accept-ranges': 'bytes',
139 silly registry.get via: '1.1 varnish',
139 silly registry.get age: '126',
139 silly registry.get 'x-served-by': 'cache-at51-ATL',
139 silly registry.get 'x-cache': 'HIT',
139 silly registry.get 'x-cache-hits': '16',
139 silly registry.get 'x-timer': 'S1409840240.941922,VS0,VE0',
139 silly registry.get vary: 'Accept',
139 silly registry.get 'keep-alive': 'timeout=10, max=50',
139 silly registry.get connection: 'Keep-Alive' } ]
140 silly addNameRange number 2 { name: 'mkdirp', range: '>=0.5.0-0 <0.6.0-0', hasData: true }
141 silly addNameRange versions [ 'mkdirp',
141 silly addNameRange [ '0.0.1',
141 silly addNameRange '0.0.2',
141 silly addNameRange '0.0.3',
141 silly addNameRange '0.0.4',
141 silly addNameRange '0.0.5',
141 silly addNameRange '0.0.6',
141 silly addNameRange '0.0.7',
141 silly addNameRange '0.1.0',
141 silly addNameRange '0.2.0',
141 silly addNameRange '0.2.1',
141 silly addNameRange '0.2.2',
141 silly addNameRange '0.3.0',
141 silly addNameRange '0.3.1',
141 silly addNameRange '0.3.2',
141 silly addNameRange '0.3.3',
141 silly addNameRange '0.3.4',
141 silly addNameRange '0.3.5',
141 silly addNameRange '0.4.0',
141 silly addNameRange '0.4.1',
141 silly addNameRange '0.4.2',
141 silly addNameRange '0.5.0' ] ]
142 verbose addNamed [ 'mkdirp', '0.5.0' ]
143 verbose addNamed [ '0.5.0', '0.5.0' ]
144 silly lockFile bf9ae38d-mkdirp-0-5-0 [email protected]
145 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\bf9ae38d-mkdirp-0-5-0.lock
146 silly lockFile bf9ae38d-mkdirp-0-5-0 [email protected]
147 silly lockFile bf9ae38d-mkdirp-0-5-0 [email protected]
148 silly lockFile 0879e7d7-mkdirp-0-5-0 mkdirp@^0.5.0
149 silly lockFile 0879e7d7-mkdirp-0-5-0 mkdirp@^0.5.0
150 silly resolved [ { name: 'async',
150 silly resolved description: 'Higher-order functions and common patterns for asynchronous code',
150 silly resolved main: './lib/async',
150 silly resolved author: { name: 'Caolan McMahon' },
150 silly resolved version: '0.9.0',
150 silly resolved repository: { type: 'git', url: 'https://github.com/caolan/async.git' },
150 silly resolved bugs: { url: 'https://github.com/caolan/async/issues' },
150 silly resolved licenses: [ [Object] ],
150 silly resolved devDependencies: { nodeunit: '>0.0.0', 'uglify-js': '1.2.x', nodelint: '>0.0.0' },
150 silly resolved jam: { main: 'lib/async.js', include: [Object] },
150 silly resolved scripts: { test: 'nodeunit test/test-async.js' },
150 silly resolved homepage: 'https://github.com/caolan/async',
150 silly resolved _id: '[email protected]',
150 silly resolved dist:
150 silly resolved { shasum: 'ac3613b1da9bed1b47510bb4651b8931e47146c7',
150 silly resolved tarball: 'http://registry.npmjs.org/async/-/async-0.9.0.tgz' },
150 silly resolved _from: 'async@^0.9.0',
150 silly resolved _npmVersion: '1.4.3',
150 silly resolved npmUser: { name: 'caolan', email: '[email protected]' },
150 silly resolved maintainers: [ [Object] ],
150 silly resolved directories: {},
150 silly resolved shasum: 'ac3613b1da9bed1b47510bb4651b8931e47146c7',
150 silly resolved resolved: 'https://registry.npmjs.org/async/-/async-0.9.0.tgz',
150 silly resolved readme: 'ERROR: No README data found!' },
150 silly resolved { name: 'should',
150 silly resolved description: 'test framework agnostic BDD-style assertions',
150 silly resolved version: '4.0.4',
150 silly resolved author: { name: 'TJ Holowaychuk', email: '[email protected]' },
150 silly resolved repository:
150 silly resolved { type: 'git',
150 silly resolved url: 'https://github.com/shouldjs/should.js.git' },
150 silly resolved homepage: 'https://github.com/shouldjs/should.js',
150 silly resolved scripts:
150 silly resolved { test: 'gulp test',
150 silly resolved zuul: 'zuul -- ./test/*
/
.test.js ./test/
.test.js' },
150 silly resolved devDependencies:
150 silly resolved { browserify: 'latest',
150 silly resolved 'mocha-better-spec-reporter': '0.0.2',
150 silly resolved 'gulp-mocha': '^0.4.1',
150 silly resolved 'gulp-uglify': '^0.3.0',
150 silly resolved 'gulp-util': '^2.2.14',
150 silly resolved gulp: '^3.6.2',
150 silly resolved 'vinyl-source-stream2': '^0.1.1',
150 silly resolved 'gulp-load-plugins': '^0.5.1',
150 silly resolved 'gulp-rename': '^1.2.0',
150 silly resolved 'gulp-header': '^1.0.2',
150 silly resolved mocha: '^1.19.0',
150 silly resolved zuul: '^1.6.5' },
150 silly resolved keywords: [ 'test', 'bdd', 'assert' ],
150 silly resolved main: './lib/should.js',
150 silly resolved license: 'MIT',
150 silly resolved bugs: { url: 'https://github.com/shouldjs/should.js/issues' },
150 silly resolved _id: '[email protected]',
150 silly resolved dist:
150 silly resolved { shasum: '8efaa304f1f148cf3d2e955862990f9ab9ea628f',
150 silly resolved tarball: 'http://registry.npmjs.org/should/-/should-4.0.4.tgz' },
150 silly resolved _from: 'should@^4.0.4',
150 silly resolved _npmVersion: '1.4.3',
150 silly resolved _npmUser: { name: 'btd', email: '[email protected]' },
150 silly resolved maintainers: [ [Object], [Object], [Object], [Object] ],
150 silly resolved directories: {},
150 silly resolved _shasum: '8efaa304f1f148cf3d2e955862990f9ab9ea628f',
150 silly resolved _resolved: 'https://registry.npmjs.org/should/-/should-4.0.4.tgz',
150 silly resolved readme: 'ERROR: No README data found!' },
150 silly resolved { name: 'mocha',
150 silly resolved version: '1.21.4',
150 silly resolved description: 'simple, flexible, fun test framework',
150 silly resolved keywords: [ 'mocha', 'test', 'bdd', 'tdd', 'tap' ],
150 silly resolved author: { name: 'TJ Holowaychuk', email: '[email protected]' },
150 silly resolved contributors:
150 silly resolved [ [Object],
150 silly resolved [Object],
150 silly resolved [Object],
150 silly resolved [Object],
150 silly resolved [Object],
150 silly resolved [Object],
150 silly resolved [Object] ],
150 silly resolved repository: { type: 'git', url: 'git://github.com/visionmedia/mocha.git' },
150 silly resolved main: './index',
150 silly resolved browser: './mocha.js',
150 silly resolved bin: { mocha: './bin/mocha', _mocha: './bin/mocha' },
150 silly resolved engines: { node: '>= 0.4.x' },
150 silly resolved scripts: { test: 'make test-all' },
150 silly resolved dependencies:
150 silly resolved { commander: '2.0.0',
150 silly resolved growl: '1.8.x',
150 silly resolved jade: '0.26.3',
150 silly resolved diff: '1.0.7',
150 silly resolved debug: '
',
150 silly resolved mkdirp: '0.3.5',
150 silly resolved glob: '3.2.3' },
150 silly resolved devDependencies: { 'coffee-script': '~1.7.1', should: '~4.0.0' },
150 silly resolved files:
150 silly resolved [ 'bin',
150 silly resolved 'images',
150 silly resolved 'lib',
150 silly resolved 'index.js',
150 silly resolved 'mocha.css',
150 silly resolved 'mocha.js',
150 silly resolved 'LICENSE' ],
150 silly resolved licenses: [ [Object] ],
150 silly resolved bugs: { url: 'https://github.com/visionmedia/mocha/issues' },
150 silly resolved homepage: 'https://github.com/visionmedia/mocha',
150 silly resolved _id: '[email protected]',
150 silly resolved _shasum: 'e77d69c3773ba3e2b4fe6b628c28b5dd43880adc',
150 silly resolved _from: 'mocha@^1.20.1',
150 silly resolved _npmVersion: '1.4.9',
150 silly resolved _npmUser: { name: 'travisjeffery', email: '[email protected]' },
150 silly resolved maintainers: [ [Object], [Object], [Object], [Object] ],
150 silly resolved dist:
150 silly resolved { shasum: 'e77d69c3773ba3e2b4fe6b628c28b5dd43880adc',
150 silly resolved tarball: 'http://registry.npmjs.org/mocha/-/mocha-1.21.4.tgz' },
150 silly resolved directories: {},
150 silly resolved _resolved: 'https://registry.npmjs.org/mocha/-/mocha-1.21.4.tgz',
150 silly resolved readme: 'ERROR: No README data found!' },
150 silly resolved { name: 'decree',
150 silly resolved version: '0.0.2',
150 silly resolved description: 'Declarative arguments-resolver',
150 silly resolved main: 'index.js',
150 silly resolved scripts: { test: 'mocha --reporter spec --recursive tests/' },
150 silly resolved repository: { type: 'git', url: 'https://github.com/EyalAr/Decree.git' },
150 silly resolved keywords: [ 'declarative', 'arguments', 'resolve', 'disambiguate', 'match' ],
150 silly resolved author: { name: 'Eyal Arubas', email: '[email protected]' },
150 silly resolved license: 'MIT',
150 silly resolved bugs: { url: 'https://github.com/EyalAr/Decree/issues' },
150 silly resolved homepage: 'https://github.com/EyalAr/Decree',
150 silly resolved devDependencies: { mocha: '^1.20.1', should: '^4.0.4' },
150 silly resolved dependencies: { clone: '^0.1.18' },
150 silly resolved _id: '[email protected]',
150 silly resolved _shasum: '653b1061dbd295b23584c13865f136c616d99d3c',
150 silly resolved _from: '[email protected]',
150 silly resolved _npmVersion: '1.4.10',
150 silly resolved _npmUser: { name: 'eyalar', email: '[email protected]' },
150 silly resolved maintainers: [ [Object] ],
150 silly resolved dist:
150 silly resolved { shasum: '653b1061dbd295b23584c13865f136c616d99d3c',
150 silly resolved tarball: 'http://registry.npmjs.org/decree/-/decree-0.0.2.tgz' },
150 silly resolved directories: {},
150 silly resolved _resolved: 'https://registry.npmjs.org/decree/-/decree-0.0.2.tgz',
150 silly resolved readme: 'ERROR: No README data found!' },
150 silly resolved { name: 'mkdirp',
150 silly resolved description: 'Recursively mkdir, like mkdir -p',
150 silly resolved version: '0.5.0',
150 silly resolved author:
150 silly resolved { name: 'James Halliday',
150 silly resolved email: '[email protected]',
150 silly resolved url: 'http://substack.net' },
150 silly resolved main: './index',
150 silly resolved keywords: [ 'mkdir', 'directory' ],
150 silly resolved repository:
150 silly resolved { type: 'git',
150 silly resolved url: 'https://github.com/substack/node-mkdirp.git' },
150 silly resolved scripts: { test: 'tap test/*.js' },
150 silly resolved dependencies: { minimist: '0.0.8' },
150 silly resolved devDependencies: { tap: '~0.4.0', 'mock-fs': '~2.2.0' },
150 silly resolved bin: { mkdirp: 'bin/cmd.js' },
150 silly resolved license: 'MIT',
150 silly resolved bugs: { url: 'https://github.com/substack/node-mkdirp/issues' },
150 silly resolved homepage: 'https://github.com/substack/node-mkdirp',
150 silly resolved _id: '[email protected]',
150 silly resolved dist:
150 silly resolved { shasum: '1d73076a6df986cd9344e15e71fcc05a4c9abf12',
150 silly resolved tarball: 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz' },
150 silly resolved _from: 'mkdirp@^0.5.0',
150 silly resolved _npmVersion: '1.4.3',
150 silly resolved _npmUser: { name: 'substack', email: '[email protected]' },
150 silly resolved maintainers: [ [Object] ],
150 silly resolved directories: {},
150 silly resolved _shasum: '1d73076a6df986cd9344e15e71fcc05a4c9abf12',
150 silly resolved _resolved: 'https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz',
150 silly resolved readme: 'ERROR: No README data found!' } ]
151 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip
152 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip
153 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip
154 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip
155 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip
156 info installOne [email protected]
157 info installOne [email protected]
158 info installOne [email protected]
159 info installOne [email protected]
160 info installOne [email protected]
161 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\async unbuild
162 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\should unbuild
163 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha unbuild
164 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree unbuild
165 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp unbuild
166 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\async\0.9.0\package.tgz
167 silly lockFile 188fbd5a--modules-lwip-node-modules-async tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\async
168 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\async C:\Users\Administrador\AppData\Roaming\npm-cache

\188fbd5a--modules-lwip-node-modules-async.lock
169 silly lockFile 554dbb32-pm-cache-async-0-9-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\async\0.9.0\package.tgz
170 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\async\0.9.0\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\554dbb32-pm-cache-async-0-9-0-

package-tgz.lock
171 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\should\4.0.4\package.tgz
172 silly lockFile 8cd55037-modules-lwip-node-modules-should tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\should
173 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\should C:\Users\Administrador\AppData\Roaming\npm-cache\8cd55037

-modules-lwip-node-modules-should.lock
174 silly lockFile 07386ac8-m-cache-should-4-0-4-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\should\4.0.4\package.tgz
175 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\should\4.0.4\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\07386ac8-m-cache-should-4-0-4-

package-tgz.lock
176 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\mocha\1.21.4\package.tgz
177 silly lockFile ed0919b4--modules-lwip-node-modules-mocha tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
178 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha C:\Users\Administrador\AppData\Roaming\npm-cache

\ed0919b4--modules-lwip-node-modules-mocha.lock
179 silly lockFile 3a235fd8-m-cache-mocha-1-21-4-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mocha\1.21.4\package.tgz
180 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mocha\1.21.4\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\3a235fd8-m-cache-mocha-1-21-4-

package-tgz.lock
181 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\decree\0.0.2\package.tgz
182 silly lockFile ba95bb7b-modules-lwip-node-modules-decree tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree
183 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree C:\Users\Administrador\AppData\Roaming\npm-cache

\ba95bb7b-modules-lwip-node-modules-decree.lock
184 silly lockFile 623c322e-m-cache-decree-0-0-2-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\decree\0.0.2\package.tgz
185 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\decree\0.0.2\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\623c322e-m-cache-decree-0-0-2-

package-tgz.lock
186 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.5.0\package.tgz
187 silly lockFile e444d78d-modules-lwip-node-modules-mkdirp tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp
188 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp C:\Users\Administrador\AppData\Roaming\npm-cache

\e444d78d-modules-lwip-node-modules-mkdirp.lock
189 silly lockFile 4a31ccd9-m-cache-mkdirp-0-5-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.5.0\package.tgz
190 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.5.0\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\4a31ccd9-m-cache-mkdirp-0-5-0-

package-tgz.lock
191 silly gunzTarPerm modes [ '755', '644' ]
192 silly gunzTarPerm modes [ '755', '644' ]
193 silly gunzTarPerm modes [ '755', '644' ]
194 silly gunzTarPerm modes [ '755', '644' ]
195 silly gunzTarPerm modes [ '755', '644' ]
196 silly gunzTarPerm extractEntry package.json
197 silly gunzTarPerm extractEntry package.json
198 silly gunzTarPerm extractEntry README.md
199 silly gunzTarPerm extractEntry LICENSE
200 silly gunzTarPerm extractEntry .travis.yml
201 silly gunzTarPerm extractEntry component.json
202 silly gunzTarPerm extractEntry lib/async.js
203 silly gunzTarPerm extractEntry .npmignore
204 silly gunzTarPerm extractEntry README.md
205 silly gunzTarPerm extractEntry package.json
206 silly gunzTarPerm extractEntry LICENSE
207 silly gunzTarPerm extractEntry example.js
208 silly gunzTarPerm extractEntry .npmignore
209 silly gunzTarPerm extractEntry LICENSE
210 silly gunzTarPerm extractEntry index.js
211 silly gunzTarPerm extractEntry tests/test.js
212 silly gunzTarPerm extractEntry should.min.js
213 silly gunzTarPerm extractEntry gulpfile.js
214 silly gunzTarPerm extractEntry index.js
215 silly gunzTarPerm extractEntry should.js
216 silly gunzTarPerm extractEntry .travis.yml
217 silly gunzTarPerm extractEntry .zuul.yml
218 silly gunzTarPerm extractEntry CONTRIBUTING.md
219 silly gunzTarPerm extractEntry lib/eql.js
220 silly gunzTarPerm extractEntry lib/inspect.js
221 silly gunzTarPerm extractEntry lib/should.js
222 silly gunzTarPerm extractEntry lib/util.js
223 silly gunzTarPerm extractEntry lib/ext/assert.js
224 silly gunzTarPerm extractEntry lib/ext/chain.js
225 silly gunzTarPerm extractEntry lib/ext/contain.js
226 silly gunzTarPerm extractEntry lib/ext/eql.js
227 silly gunzTarPerm extractEntry lib/ext/bool.js
228 silly gunzTarPerm extractEntry lib/ext/match.js
229 silly gunzTarPerm extractEntry lib/ext/number.js
230 silly gunzTarPerm extractEntry lib/ext/property.js
231 silly gunzTarPerm extractEntry lib/ext/string.js
232 silly gunzTarPerm extractEntry lib/ext/type.js
233 silly gunzTarPerm extractEntry lib/ext/error.js
234 silly gunzTarPerm extractEntry History.md
235 silly gunzTarPerm extractEntry .idea/misc.xml
236 silly gunzTarPerm extractEntry .idea/codeStyleSettings.xml
237 silly gunzTarPerm extractEntry .idea/jsLibraryMappings.xml
238 silly gunzTarPerm extractEntry .idea/jsLinters/jshint.xml
239 silly gunzTarPerm extractEntry .idea/libraries/Node_js_Dependencies_for_should_js.xml
240 silly gunzTarPerm extractEntry .idea/libraries/should_js_node_modules.xml
241 silly gunzTarPerm extractEntry .idea/encodings.xml
242 silly gunzTarPerm extractEntry .idea/modules.xml
243 silly gunzTarPerm extractEntry .idea/scopes/scope_settings.xml
244 silly gunzTarPerm extractEntry .idea/should.js.iml
245 silly gunzTarPerm extractEntry .idea/vcs.xml
246 silly gunzTarPerm extractEntry .idea/workspace.xml
247 silly gunzTarPerm extractEntry Readme.md
248 silly gunzTarPerm extractEntry package.json
249 silly gunzTarPerm extractEntry .npmignore
250 silly gunzTarPerm extractEntry LICENSE
251 silly gunzTarPerm extractEntry index.js
252 silly gunzTarPerm extractEntry .travis.yml
253 silly gunzTarPerm extractEntry bin/cmd.js
254 silly gunzTarPerm extractEntry bin/usage.txt
255 silly gunzTarPerm extractEntry examples/pow.js
256 silly gunzTarPerm extractEntry readme.markdown
257 silly gunzTarPerm extractEntry package.json
258 silly gunzTarPerm modified mode [ 'package.json', 388, 420 ]
259 silly gunzTarPerm extractEntry LICENSE
260 silly gunzTarPerm extractEntry index.js
261 silly gunzTarPerm extractEntry mocha.js
262 silly gunzTarPerm modified mode [ 'mocha.js', 388, 420 ]
263 silly gunzTarPerm extractEntry Readme.md
264 silly gunzTarPerm extractEntry bin/mocha
265 silly gunzTarPerm modified mode [ 'bin/mocha', 453, 485 ]
266 silly gunzTarPerm extractEntry bin/mocha
267 silly gunzTarPerm extractEntry images/error.png
268 silly gunzTarPerm extractEntry images/ok.png
269 silly gunzTarPerm extractEntry lib/utils.js
270 silly gunzTarPerm extractEntry lib/hook.js
271 silly gunzTarPerm extractEntry test/chmod.js
272 silly gunzTarPerm extractEntry test/opts_fs_sync.js
273 silly gunzTarPerm extractEntry test/perm.js
274 silly gunzTarPerm extractEntry test/perm_sync.js
275 silly gunzTarPerm extractEntry test/opts_fs.js
276 silly gunzTarPerm extractEntry test/rel.js
277 silly gunzTarPerm extractEntry test/return.js
278 silly gunzTarPerm extractEntry test/return_sync.js
279 silly gunzTarPerm extractEntry test/root.js
280 silly gunzTarPerm extractEntry test/sync.js
281 silly gunzTarPerm extractEntry test/mkdirp.js
282 silly gunzTarPerm extractEntry test/umask.js
283 silly gunzTarPerm extractEntry test/clobber.js
284 silly gunzTarPerm extractEntry test/umask_sync.js
285 silly gunzTarPerm extractEntry test/race.js
286 silly gunzTarPerm extractEntry lib/mocha.js
287 silly gunzTarPerm extractEntry lib/ms.js
288 silly gunzTarPerm extractEntry lib/context.js
289 silly gunzTarPerm modified mode [ 'lib/context.js', 388, 420 ]
290 silly gunzTarPerm extractEntry lib/runnable.js
291 silly gunzTarPerm modified mode [ 'lib/runnable.js', 388, 420 ]
292 silly gunzTarPerm extractEntry lib/runner.js
293 silly gunzTarPerm modified mode [ 'lib/runner.js', 388, 420 ]
294 silly gunzTarPerm extractEntry lib/suite.js
295 silly gunzTarPerm modified mode [ 'lib/suite.js', 388, 420 ]
296 silly gunzTarPerm extractEntry lib/test.js
297 silly gunzTarPerm extractEntry lib/interfaces/bdd.js
298 silly gunzTarPerm extractEntry lib/interfaces/exports.js
299 silly gunzTarPerm extractEntry lib/interfaces/index.js
300 silly lockFile ba95bb7b-modules-lwip-node-modules-decree tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree
301 silly lockFile ba95bb7b-modules-lwip-node-modules-decree tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree
302 silly lockFile 623c322e-m-cache-decree-0-0-2-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\decree\0.0.2\package.tgz
303 silly lockFile 623c322e-m-cache-decree-0-0-2-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\decree\0.0.2\package.tgz
304 info preinstall [email protected]
305 verbose readDependencies using package.json deps
306 verbose readDependencies using package.json deps
307 silly lockFile 188fbd5a--modules-lwip-node-modules-async tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\async
308 silly lockFile 188fbd5a--modules-lwip-node-modules-async tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\async
309 silly gunzTarPerm extractEntry lib/interfaces/qunit.js
310 silly gunzTarPerm extractEntry lib/interfaces/tdd.js
311 silly lockFile 554dbb32-pm-cache-async-0-9-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\async\0.9.0\package.tgz
312 silly lockFile 554dbb32-pm-cache-async-0-9-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\async\0.9.0\package.tgz
313 info preinstall [email protected]
314 verbose readDependencies using package.json deps
315 silly gunzTarPerm extractEntry lib/template.html
316 silly gunzTarPerm extractEntry lib/browser/debug.js
317 verbose readDependencies using package.json deps
318 silly resolved []
319 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\async
320 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\async
321 verbose linkStuff [ false,
321 verbose linkStuff false,
321 verbose linkStuff false,
321 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules' ]
322 info linkStuff [email protected]
323 verbose linkBins [email protected]
324 verbose linkMans [email protected]
325 verbose rebuildBundles [email protected]
326 verbose cache add [ 'clone@^0.1.18', null ]
327 verbose cache add name=undefined spec="clone@^0.1.18" args=["clone@^0.1.18",null]
328 verbose parsed url { protocol: null,
328 verbose parsed url slashes: null,
328 verbose parsed url auth: null,
328 verbose parsed url host: null,
328 verbose parsed url port: null,
328 verbose parsed url hostname: null,
328 verbose parsed url hash: null,
328 verbose parsed url search: null,
328 verbose parsed url query: null,
328 verbose parsed url pathname: 'clone@^0.1.18',
328 verbose parsed url path: 'clone@^0.1.18',
328 verbose parsed url href: 'clone@^0.1.18' }
329 info install [email protected]
330 verbose cache add name="clone" spec="^0.1.18" args=["clone","^0.1.18"]
331 verbose parsed url { protocol: null,
331 verbose parsed url slashes: null,
331 verbose parsed url auth: null,
331 verbose parsed url host: null,
331 verbose parsed url port: null,
331 verbose parsed url hostname: null,
331 verbose parsed url hash: null,
331 verbose parsed url search: null,
331 verbose parsed url query: null,
331 verbose parsed url pathname: '^0.1.18',
331 verbose parsed url path: '^0.1.18',
331 verbose parsed url href: '^0.1.18' }
332 verbose addNamed [ 'clone', '^0.1.18' ]
333 verbose addNamed [ null, '>=0.1.18-0 <0.2.0-0' ]
334 silly lockFile 33ea339b-clone-0-1-18 clone@^0.1.18
335 verbose lock clone@^0.1.18 C:\Users\Administrador\AppData\Roaming\npm-cache\33ea339b-clone-0-1-18.lock
336 info postinstall [email protected]
337 silly addNameRange { name: 'clone', range: '>=0.1.18-0 <0.2.0-0', hasData: false }
338 verbose url raw clone
339 verbose url resolving [ 'https://registry.npmjs.org/', './clone' ]
340 verbose url resolved https://registry.npmjs.org/clone
341 info trying registry request attempt 1 at 11:17:08
342 verbose etag "B5P4QO8U3TGL7LCLVHDKJE19G"
343 http GET https://registry.npmjs.org/clone
344 silly gunzTarPerm extractEntry lib/browser/diff.js
345 silly gunzTarPerm modified mode [ 'lib/browser/diff.js', 388, 420 ]
346 silly gunzTarPerm extractEntry lib/browser/events.js
347 silly gunzTarPerm extractEntry lib/browser/fs.js
348 silly gunzTarPerm extractEntry lib/browser/path.js
349 silly gunzTarPerm extractEntry lib/browser/progress.js
350 silly gunzTarPerm extractEntry lib/browser/tty.js
351 silly gunzTarPerm extractEntry lib/reporters/base.js
352 silly gunzTarPerm extractEntry lib/reporters/index.js
353 silly gunzTarPerm extractEntry lib/reporters/json-cov.js
354 silly gunzTarPerm extractEntry lib/reporters/json-stream.js
355 silly gunzTarPerm extractEntry lib/reporters/json.js
356 silly gunzTarPerm modified mode [ 'lib/reporters/json.js', 388, 420 ]
357 silly gunzTarPerm extractEntry lib/reporters/html.js
358 silly gunzTarPerm extractEntry lib/reporters/list.js
359 silly gunzTarPerm extractEntry lib/reporters/markdown.js
360 silly lockFile e444d78d-modules-lwip-node-modules-mkdirp tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp
361 silly lockFile e444d78d-modules-lwip-node-modules-mkdirp tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp
362 silly lockFile 4a31ccd9-m-cache-mkdirp-0-5-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.5.0\package.tgz
363 silly lockFile 4a31ccd9-m-cache-mkdirp-0-5-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.5.0\package.tgz
364 info preinstall [email protected]
365 silly gunzTarPerm extractEntry lib/reporters/min.js
366 silly gunzTarPerm extractEntry lib/reporters/nyan.js
367 verbose readDependencies using package.json deps
368 verbose readDependencies using package.json deps
369 silly gunzTarPerm extractEntry lib/reporters/progress.js
370 silly gunzTarPerm extractEntry lib/reporters/html-cov.js
371 silly gunzTarPerm extractEntry lib/reporters/spec.js
372 silly gunzTarPerm extractEntry lib/reporters/dot.js
373 silly gunzTarPerm modified mode [ 'lib/reporters/dot.js', 388, 420 ]
374 silly gunzTarPerm extractEntry lib/reporters/tap.js
375 silly gunzTarPerm extractEntry lib/reporters/doc.js
376 silly gunzTarPerm modified mode [ 'lib/reporters/doc.js', 388, 420 ]
377 silly gunzTarPerm extractEntry lib/reporters/xunit.js
378 silly gunzTarPerm modified mode [ 'lib/reporters/xunit.js', 388, 420 ]
379 silly gunzTarPerm extractEntry lib/reporters/landing.js
380 silly gunzTarPerm extractEntry lib/reporters/templates/coverage.jade
381 silly gunzTarPerm extractEntry lib/reporters/templates/menu.jade
382 silly gunzTarPerm extractEntry lib/reporters/templates/script.html
383 verbose cache add [ '[email protected]', null ]
384 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
385 verbose parsed url { protocol: null,
385 verbose parsed url slashes: null,
385 verbose parsed url auth: null,
385 verbose parsed url host: null,
385 verbose parsed url port: null,
385 verbose parsed url hostname: null,
385 verbose parsed url hash: null,
385 verbose parsed url search: null,
385 verbose parsed url query: null,
385 verbose parsed url pathname: '[email protected]',
385 verbose parsed url path: '[email protected]',
385 verbose parsed url href: '[email protected]' }
386 verbose cache add name="minimist" spec="0.0.8" args=["minimist","0.0.8"]
387 verbose parsed url { protocol: null,
387 verbose parsed url slashes: null,
387 verbose parsed url auth: null,
387 verbose parsed url host: null,
387 verbose parsed url port: null,
387 verbose parsed url hostname: null,
387 verbose parsed url hash: null,
387 verbose parsed url search: null,
387 verbose parsed url query: null,
387 verbose parsed url pathname: '0.0.8',
387 verbose parsed url path: '0.0.8',
387 verbose parsed url href: '0.0.8' }
388 verbose addNamed [ 'minimist', '0.0.8' ]
389 verbose addNamed [ '0.0.8', '0.0.8' ]
390 silly lockFile 22c6b485-minimist-0-0-8 [email protected]
391 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\22c6b485-minimist-0-0-8.lock
392 silly gunzTarPerm extractEntry lib/reporters/templates/style.html
393 silly gunzTarPerm extractEntry mocha.css
394 verbose url raw minimist
395 verbose url resolving [ 'https://registry.npmjs.org/', './minimist' ]
396 verbose url resolved https://registry.npmjs.org/minimist
397 info trying registry request attempt 1 at 11:17:08
398 verbose etag "69KK13IWXCX7XELJPTNT2R7QS"
399 http GET https://registry.npmjs.org/minimist
400 silly lockFile 8cd55037-modules-lwip-node-modules-should tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\should
401 silly lockFile 8cd55037-modules-lwip-node-modules-should tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\should
402 silly lockFile 07386ac8-m-cache-should-4-0-4-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\should\4.0.4\package.tgz
403 silly lockFile 07386ac8-m-cache-should-4-0-4-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\should\4.0.4\package.tgz
404 info preinstall [email protected]
405 verbose readDependencies using package.json deps
406 verbose readDependencies using package.json deps
407 silly resolved []
408 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\should
409 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\should
410 verbose linkStuff [ false,
410 verbose linkStuff false,
410 verbose linkStuff false,
410 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules' ]
411 info linkStuff [email protected]
412 verbose linkBins [email protected]
413 verbose linkMans [email protected]
414 verbose rebuildBundles [email protected]
415 info install [email protected]
416 info postinstall [email protected]
417 silly lockFile ed0919b4--modules-lwip-node-modules-mocha tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
418 silly lockFile ed0919b4--modules-lwip-node-modules-mocha tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
419 silly lockFile 3a235fd8-m-cache-mocha-1-21-4-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mocha\1.21.4\package.tgz
420 silly lockFile 3a235fd8-m-cache-mocha-1-21-4-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mocha\1.21.4\package.tgz
421 info preinstall [email protected]
422 verbose readDependencies using package.json deps
423 verbose readDependencies using package.json deps
424 verbose cache add [ '[email protected]', null ]
425 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
426 verbose parsed url { protocol: null,
426 verbose parsed url slashes: null,
426 verbose parsed url auth: null,
426 verbose parsed url host: null,
426 verbose parsed url port: null,
426 verbose parsed url hostname: null,
426 verbose parsed url hash: null,
426 verbose parsed url search: null,
426 verbose parsed url query: null,
426 verbose parsed url pathname: '[email protected]',
426 verbose parsed url path: '[email protected]',
426 verbose parsed url href: '[email protected]' }
427 verbose cache add [ '[email protected]', null ]
428 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
429 verbose parsed url { protocol: null,
429 verbose parsed url slashes: null,
429 verbose parsed url auth: null,
429 verbose parsed url host: null,
429 verbose parsed url port: null,
429 verbose parsed url hostname: null,
429 verbose parsed url hash: null,
429 verbose parsed url search: null,
429 verbose parsed url query: null,
429 verbose parsed url pathname: '[email protected]',
429 verbose parsed url path: '[email protected]',
429 verbose parsed url href: '[email protected]' }
430 verbose cache add [ '[email protected]', null ]
431 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
432 verbose parsed url { protocol: null,
432 verbose parsed url slashes: null,
432 verbose parsed url auth: null,
432 verbose parsed url host: null,
432 verbose parsed url port: null,
432 verbose parsed url hostname: null,
432 verbose parsed url hash: null,
432 verbose parsed url search: null,
432 verbose parsed url query: null,
432 verbose parsed url pathname: '[email protected]',
432 verbose parsed url path: '[email protected]',
432 verbose parsed url href: '[email protected]' }
433 verbose cache add [ '[email protected]', null ]
434 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
435 verbose parsed url { protocol: null,
435 verbose parsed url slashes: null,
435 verbose parsed url auth: null,
435 verbose parsed url host: null,
435 verbose parsed url port: null,
435 verbose parsed url hostname: null,
435 verbose parsed url hash: null,
435 verbose parsed url search: null,
435 verbose parsed url query: null,
435 verbose parsed url pathname: '[email protected]',
435 verbose parsed url path: '[email protected]',
435 verbose parsed url href: '[email protected]' }
436 verbose cache add [ 'debug@', null ]
437 verbose cache add name=undefined spec="debug@
" args=["debug@",null]
438 verbose parsed url { protocol: null,
438 verbose parsed url slashes: null,
438 verbose parsed url auth: null,
438 verbose parsed url host: null,
438 verbose parsed url port: null,
438 verbose parsed url hostname: null,
438 verbose parsed url hash: null,
438 verbose parsed url search: null,
438 verbose parsed url query: null,
438 verbose parsed url pathname: 'debug@
',
438 verbose parsed url path: 'debug@',
438 verbose parsed url href: 'debug@
' }
439 verbose cache add [ '[email protected]', null ]
440 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
441 verbose parsed url { protocol: null,
441 verbose parsed url slashes: null,
441 verbose parsed url auth: null,
441 verbose parsed url host: null,
441 verbose parsed url port: null,
441 verbose parsed url hostname: null,
441 verbose parsed url hash: null,
441 verbose parsed url search: null,
441 verbose parsed url query: null,
441 verbose parsed url pathname: '[email protected]',
441 verbose parsed url path: '[email protected]',
441 verbose parsed url href: '[email protected]' }
442 verbose cache add [ '[email protected]', null ]
443 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
444 verbose parsed url { protocol: null,
444 verbose parsed url slashes: null,
444 verbose parsed url auth: null,
444 verbose parsed url host: null,
444 verbose parsed url port: null,
444 verbose parsed url hostname: null,
444 verbose parsed url hash: null,
444 verbose parsed url search: null,
444 verbose parsed url query: null,
444 verbose parsed url pathname: '[email protected]',
444 verbose parsed url path: '[email protected]',
444 verbose parsed url href: '[email protected]' }
445 verbose cache add name="commander" spec="2.0.0" args=["commander","2.0.0"]
446 verbose parsed url { protocol: null,
446 verbose parsed url slashes: null,
446 verbose parsed url auth: null,
446 verbose parsed url host: null,
446 verbose parsed url port: null,
446 verbose parsed url hostname: null,
446 verbose parsed url hash: null,
446 verbose parsed url search: null,
446 verbose parsed url query: null,
446 verbose parsed url pathname: '2.0.0',
446 verbose parsed url path: '2.0.0',
446 verbose parsed url href: '2.0.0' }
447 verbose addNamed [ 'commander', '2.0.0' ]
448 verbose addNamed [ '2.0.0', '2.0.0' ]
449 silly lockFile d5315eb7-commander-2-0-0 [email protected]
450 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\d5315eb7-commander-2-0-0.lock
451 verbose cache add name="growl" spec="1.8.x" args=["growl","1.8.x"]
452 verbose parsed url { protocol: null,
452 verbose parsed url slashes: null,
452 verbose parsed url auth: null,
452 verbose parsed url host: null,
452 verbose parsed url port: null,
452 verbose parsed url hostname: null,
452 verbose parsed url hash: null,
452 verbose parsed url search: null,
452 verbose parsed url query: null,
452 verbose parsed url pathname: '1.8.x',
452 verbose parsed url path: '1.8.x',
452 verbose parsed url href: '1.8.x' }
453 verbose addNamed [ 'growl', '1.8.x' ]
454 verbose addNamed [ null, '>=1.8.0-0 <1.9.0-0' ]
455 silly lockFile 8abaaf62-growl-1-8-x [email protected]
456 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\8abaaf62-growl-1-8-x.lock
457 verbose cache add name="jade" spec="0.26.3" args=["jade","0.26.3"]
458 verbose parsed url { protocol: null,
458 verbose parsed url slashes: null,
458 verbose parsed url auth: null,
458 verbose parsed url host: null,
458 verbose parsed url port: null,
458 verbose parsed url hostname: null,
458 verbose parsed url hash: null,
458 verbose parsed url search: null,
458 verbose parsed url query: null,
458 verbose parsed url pathname: '0.26.3',
458 verbose parsed url path: '0.26.3',
458 verbose parsed url href: '0.26.3' }
459 verbose addNamed [ 'jade', '0.26.3' ]
460 verbose addNamed [ '0.26.3', '0.26.3' ]
461 silly lockFile 7a3d3ea7-jade-0-26-3 [email protected]
462 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\7a3d3ea7-jade-0-26-3.lock
463 verbose cache add name="diff" spec="1.0.7" args=["diff","1.0.7"]
464 verbose parsed url { protocol: null,
464 verbose parsed url slashes: null,
464 verbose parsed url auth: null,
464 verbose parsed url host: null,
464 verbose parsed url port: null,
464 verbose parsed url hostname: null,
464 verbose parsed url hash: null,
464 verbose parsed url search: null,
464 verbose parsed url query: null,
464 verbose parsed url pathname: '1.0.7',
464 verbose parsed url path: '1.0.7',
464 verbose parsed url href: '1.0.7' }
465 verbose addNamed [ 'diff', '1.0.7' ]
466 verbose addNamed [ '1.0.7', '1.0.7' ]
467 silly lockFile 8a87bc9f-diff-1-0-7 [email protected]
468 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\8a87bc9f-diff-1-0-7.lock
469 verbose cache add name="debug" spec="" args=["debug",""]
470 verbose parsed url { protocol: null,
470 verbose parsed url slashes: null,
470 verbose parsed url auth: null,
470 verbose parsed url host: null,
470 verbose parsed url port: null,
470 verbose parsed url hostname: null,
470 verbose parsed url hash: null,
470 verbose parsed url search: null,
470 verbose parsed url query: null,
470 verbose parsed url pathname: '',
470 verbose parsed url path: '
',
470 verbose parsed url href: '' }
471 verbose addNamed [ 'debug', '
' ]
472 verbose addNamed [ null, '' ]
473 silly lockFile 3ac45eff-debug debug@

474 verbose lock debug@* C:\Users\Administrador\AppData\Roaming\npm-cache\3ac45eff-debug.lock
475 verbose cache add name="mkdirp" spec="0.3.5" args=["mkdirp","0.3.5"]
476 verbose parsed url { protocol: null,
476 verbose parsed url slashes: null,
476 verbose parsed url auth: null,
476 verbose parsed url host: null,
476 verbose parsed url port: null,
476 verbose parsed url hostname: null,
476 verbose parsed url hash: null,
476 verbose parsed url search: null,
476 verbose parsed url query: null,
476 verbose parsed url pathname: '0.3.5',
476 verbose parsed url path: '0.3.5',
476 verbose parsed url href: '0.3.5' }
477 verbose addNamed [ 'mkdirp', '0.3.5' ]
478 verbose addNamed [ '0.3.5', '0.3.5' ]
479 silly lockFile 67d2df2a-mkdirp-0-3-5 [email protected]
480 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\67d2df2a-mkdirp-0-3-5.lock
481 verbose cache add name="glob" spec="3.2.3" args=["glob","3.2.3"]
482 verbose parsed url { protocol: null,
482 verbose parsed url slashes: null,
482 verbose parsed url auth: null,
482 verbose parsed url host: null,
482 verbose parsed url port: null,
482 verbose parsed url hostname: null,
482 verbose parsed url hash: null,
482 verbose parsed url search: null,
482 verbose parsed url query: null,
482 verbose parsed url pathname: '3.2.3',
482 verbose parsed url path: '3.2.3',
482 verbose parsed url href: '3.2.3' }
483 verbose addNamed [ 'glob', '3.2.3' ]
484 verbose addNamed [ '3.2.3', '3.2.3' ]
485 silly lockFile 7fc225c9-glob-3-2-3 [email protected]
486 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\7fc225c9-glob-3-2-3.lock
487 silly addNameRange { name: 'growl', range: '>=1.8.0-0 <1.9.0-0', hasData: false }
488 silly addNameRange { name: 'debug', range: '*', hasData: false }
489 verbose registry.get mkdirp not expired, no request
490 verbose url raw diff
491 verbose url resolving [ 'https://registry.npmjs.org/', './diff' ]
492 verbose url resolved https://registry.npmjs.org/diff
493 info trying registry request attempt 1 at 11:17:08
494 verbose etag "40QFIO4OU86OYKMXS0VTF57HJ"
495 http GET https://registry.npmjs.org/diff
496 verbose url raw commander
497 verbose url resolving [ 'https://registry.npmjs.org/', './commander' ]
498 verbose url resolved https://registry.npmjs.org/commander
499 info trying registry request attempt 1 at 11:17:08
500 verbose etag "9KUMHLQFTYO7X5OXCU3XM70U0"
501 http GET https://registry.npmjs.org/commander
502 verbose url raw growl
503 verbose url resolving [ 'https://registry.npmjs.org/', './growl' ]
504 verbose url resolved https://registry.npmjs.org/growl
505 info trying registry request attempt 1 at 11:17:08
506 verbose etag "DTKGCA1K60LY4MJNXJ8YET1YO"
507 http GET https://registry.npmjs.org/growl
508 verbose url raw debug
509 verbose url resolving [ 'https://registry.npmjs.org/', './debug' ]
510 verbose url resolved https://registry.npmjs.org/debug
511 info trying registry request attempt 1 at 11:17:08
512 verbose etag "EMZUF5K337ZNBPCHTC4HQ23C8"
513 http GET https://registry.npmjs.org/debug
514 verbose url raw jade
515 verbose url resolving [ 'https://registry.npmjs.org/', './jade' ]
516 verbose url resolved https://registry.npmjs.org/jade
517 info trying registry request attempt 1 at 11:17:08
518 verbose etag "4DNTB06AXGCD3TJBMQKN3DLOY"
519 http GET https://registry.npmjs.org/jade
520 verbose url raw glob
521 verbose url resolving [ 'https://registry.npmjs.org/', './glob' ]
522 verbose url resolved https://registry.npmjs.org/glob
523 info trying registry request attempt 1 at 11:17:08
524 verbose etag "DQG4BG6FJX4ZG3E458945XZ0C"
525 http GET https://registry.npmjs.org/glob
526 silly lockFile 67d2df2a-mkdirp-0-3-5 [email protected]
527 silly lockFile 67d2df2a-mkdirp-0-3-5 [email protected]
528 http 304 https://registry.npmjs.org/clone
529 silly registry.get cb [ 304,
529 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:22 GMT',
529 silly registry.get server: 'Apache',
529 silly registry.get via: '1.1 varnish',
529 silly registry.get 'last-modified': 'Thu, 04 Sep 2014 14:17:22 GMT',
529 silly registry.get 'cache-control': 'max-age=60',
529 silly registry.get etag: '"B5P4QO8U3TGL7LCLVHDKJE19G"',
529 silly registry.get 'x-served-by': 'cache-at105-ATL',
529 silly registry.get 'x-cache': 'HIT',
529 silly registry.get 'x-cache-hits': '1',
529 silly registry.get 'x-timer': 'S1409840242.227923,VS0,VE21',
529 silly registry.get vary: 'Accept',
529 silly registry.get 'content-length': '0',
529 silly registry.get 'keep-alive': 'timeout=10, max=50',
529 silly registry.get connection: 'Keep-Alive' } ]
530 verbose etag clone from cache
531 silly addNameRange number 2 { name: 'clone', range: '>=0.1.18-0 <0.2.0-0', hasData: true }
532 silly addNameRange versions [ 'clone',
532 silly addNameRange [ '0.0.0',
532 silly addNameRange '0.0.1',
532 silly addNameRange '0.0.2',
532 silly addNameRange '0.0.3',
532 silly addNameRange '0.0.4',
532 silly addNameRange '0.0.5',
532 silly addNameRange '0.0.6',
532 silly addNameRange '0.0.7',
532 silly addNameRange '0.1.0',
532 silly addNameRange '0.1.1',
532 silly addNameRange '0.1.2',
532 silly addNameRange '0.1.3',
532 silly addNameRange '0.1.4',
532 silly addNameRange '0.1.5',
532 silly addNameRange '0.1.6',
532 silly addNameRange '0.1.7',
532 silly addNameRange '0.1.8',
532 silly addNameRange '0.1.9',
532 silly addNameRange '0.1.10',
532 silly addNameRange '0.1.11',
532 silly addNameRange '0.1.12',
532 silly addNameRange '0.1.13',
532 silly addNameRange '0.1.14',
532 silly addNameRange '0.1.15',
532 silly addNameRange '0.1.16',
532 silly addNameRange '0.1.17',
532 silly addNameRange '0.1.18' ] ]
533 verbose addNamed [ 'clone', '0.1.18' ]
534 verbose addNamed [ '0.1.18', '0.1.18' ]
535 silly lockFile d9e5180e-clone-0-1-18 [email protected]
536 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\d9e5180e-clone-0-1-18.lock
537 silly lockFile d9e5180e-clone-0-1-18 [email protected]
538 silly lockFile d9e5180e-clone-0-1-18 [email protected]
539 silly lockFile 33ea339b-clone-0-1-18 clone@^0.1.18
540 silly lockFile 33ea339b-clone-0-1-18 clone@^0.1.18
541 silly resolved [ { name: 'clone',
541 silly resolved description: 'deep cloning of objects and arrays',
541 silly resolved tags: [ 'clone', 'object', 'array', 'function', 'date' ],
541 silly resolved version: '0.1.18',
541 silly resolved repository: { type: 'git', url: 'git://github.com/pvorb/node-clone.git' },
541 silly resolved bugs: { url: 'https://github.com/pvorb/node-clone/issues' },
541 silly resolved main: 'clone.js',
541 silly resolved author:
541 silly resolved { name: 'Paul Vorbach',
541 silly resolved email: '[email protected]',
541 silly resolved url: 'http://paul.vorba.ch/' },
541 silly resolved contributors:
541 silly resolved [ [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object],
541 silly resolved [Object] ],
541 silly resolved license: 'MIT',
541 silly resolved engines: { node: '
' },
541 silly resolved dependencies: {},
541 silly resolved devDependencies: { underscore: '
', nodeunit: '*' },
541 silly resolved optionalDependencies: {},
541 silly resolved scripts: { test: 'nodeunit test.js' },
541 silly resolved gitHead: '17eea36140d61d97a9954c53417d0e04a00525d9',
541 silly resolved homepage: 'https://github.com/pvorb/node-clone',
541 silly resolved _id: '[email protected]',
541 silly resolved _shasum: '64a0d5d57eaa85a1a8af380cd1db8c7b3a895f66',
541 silly resolved _from: 'clone@^0.1.18',
541 silly resolved _npmVersion: '1.4.14',
541 silly resolved _npmUser: { name: 'pvorb', email: '[email protected]' },
541 silly resolved maintainers: [ [Object] ],
541 silly resolved dist:
541 silly resolved { shasum: '64a0d5d57eaa85a1a8af380cd1db8c7b3a895f66',
541 silly resolved tarball: 'http://registry.npmjs.org/clone/-/clone-0.1.18.tgz' },
541 silly resolved directories: {},
541 silly resolved _resolved: 'https://registry.npmjs.org/clone/-/clone-0.1.18.tgz',
541 silly resolved readme: 'ERROR: No README data found!' } ]
542 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree
543 info installOne [email protected]
544 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree\node_modules\clone unbuild
545 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\clone\0.1.18\package.tgz
546 silly lockFile d1fd8f68-odules-decree-node-modules-clone tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree\node_modules

\clone
547 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree\node_modules\clone C:\Users\Administrador\AppData\Roaming

\npm-cache\d1fd8f68-odules-decree-node-modules-clone.lock
548 silly lockFile b7907606-m-cache-clone-0-1-18-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\clone\0.1.18\package.tgz
549 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\clone\0.1.18\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\b7907606-m-cache-clone-0-1-18-

package-tgz.lock
550 silly gunzTarPerm modes [ '755', '644' ]
551 silly gunzTarPerm extractEntry package.json
552 silly gunzTarPerm modified mode [ 'package.json', 438, 420 ]
553 silly gunzTarPerm extractEntry .npmignore
554 silly gunzTarPerm modified mode [ '.npmignore', 438, 420 ]
555 silly gunzTarPerm extractEntry README.md
556 silly gunzTarPerm modified mode [ 'README.md', 438, 420 ]
557 silly gunzTarPerm extractEntry LICENSE
558 silly gunzTarPerm modified mode [ 'LICENSE', 438, 420 ]
559 silly gunzTarPerm extractEntry clone.js
560 silly gunzTarPerm modified mode [ 'clone.js', 438, 420 ]
561 silly gunzTarPerm extractEntry test.js
562 silly gunzTarPerm modified mode [ 'test.js', 438, 420 ]
563 silly gunzTarPerm extractEntry .travis.yml
564 silly gunzTarPerm modified mode [ '.travis.yml', 438, 420 ]
565 silly lockFile d1fd8f68-odules-decree-node-modules-clone tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree\node_modules

\clone
566 silly lockFile d1fd8f68-odules-decree-node-modules-clone tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree\node_modules

\clone
567 silly lockFile b7907606-m-cache-clone-0-1-18-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\clone\0.1.18\package.tgz
568 silly lockFile b7907606-m-cache-clone-0-1-18-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\clone\0.1.18\package.tgz
569 info preinstall [email protected]
570 verbose readDependencies using package.json deps
571 verbose readDependencies using package.json deps
572 silly resolved []
573 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree\node_modules\clone
574 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree\node_modules\clone
575 verbose linkStuff [ false,
575 verbose linkStuff false,
575 verbose linkStuff false,
575 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree\node_modules' ]
576 info linkStuff [email protected]
577 verbose linkBins [email protected]
578 verbose linkMans [email protected]
579 verbose rebuildBundles [email protected]
580 info install [email protected]
581 info postinstall [email protected]
582 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree
583 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\decree
584 verbose linkStuff [ false,
584 verbose linkStuff false,
584 verbose linkStuff false,
584 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules' ]
585 info linkStuff [email protected]
586 verbose linkBins [email protected]
587 verbose linkMans [email protected]
588 verbose rebuildBundles [email protected]
589 verbose rebuildBundles [ 'clone' ]
590 info install [email protected]
591 info postinstall [email protected]
592 http 200 https://registry.npmjs.org/minimist
593 silly registry.get cb [ 200,
593 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:22 GMT',
593 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
593 silly registry.get etag: '"MXLSD2JVPETT7WQI528IU138"',
593 silly registry.get 'content-type': 'application/json',
593 silly registry.get 'cache-control': 'max-age=60',
593 silly registry.get 'content-length': '20304',
593 silly registry.get 'accept-ranges': 'bytes',
593 silly registry.get via: '1.1 varnish',
593 silly registry.get age: '62',
593 silly registry.get 'x-served-by': 'cache-at51-ATL',
593 silly registry.get 'x-cache': 'HIT',
593 silly registry.get 'x-cache-hits': '1',
593 silly registry.get 'x-timer': 'S1409840242.288281,VS0,VE77',
593 silly registry.get vary: 'Accept',
593 silly registry.get 'keep-alive': 'timeout=10, max=50',
593 silly registry.get connection: 'Keep-Alive' } ]
594 silly lockFile f7b98dc7--org-minimist-minimist-0-0-8-tgz https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
595 verbose lock https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\f7b98dc7--org-minimist-minimist-0-0-8-tgz.lock
596 verbose addRemoteTarball [ 'https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
596 verbose addRemoteTarball '857fcabfc3397d2625b8228262e86aa7a011b05d' ]
597 info retry fetch attempt 1 at 11:17:09
598 verbose fetch to= C:\Users\ADMINI1\AppData\Local\Temp\npm-4044-DIcYeKrb\registry.npmjs.org\minimist-\minimist-0.0.8.tgz
599 http GET https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
600 http 200 https://registry.npmjs.org/debug
601 silly registry.get cb [ 200,
601 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:22 GMT',
601 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
601 silly registry.get etag: '"A0H7DJCRL9FSYFV91VFPWKQIF"',
601 silly registry.get 'content-type': 'application/json',
601 silly registry.get 'cache-control': 'max-age=60',
601 silly registry.get 'content-length': '26718',
601 silly registry.get 'accept-ranges': 'bytes',
601 silly registry.get via: '1.1 varnish',
601 silly registry.get age: '230',
601 silly registry.get 'x-served-by': 'cache-at105-ATL',
601 silly registry.get 'x-cache': 'HIT',
601 silly registry.get 'x-cache-hits': '2',
601 silly registry.get 'x-timer': 'S1409840242.502370,VS0,VE0',
601 silly registry.get vary: 'Accept',
601 silly registry.get 'keep-alive': 'timeout=10, max=49',
601 silly registry.get connection: 'Keep-Alive' } ]
602 silly addNameRange number 2 { name: 'debug', range: '_', hasData: true }
603 silly addNameRange versions [ 'debug',
603 silly addNameRange [ '0.0.1',
603 silly addNameRange '0.1.0',
603 silly addNameRange '0.2.0',
603 silly addNameRange '0.3.0',
603 silly addNameRange '0.4.0',
603 silly addNameRange '0.4.1',
603 silly addNameRange '0.5.0',
603 silly addNameRange '0.6.0',
603 silly addNameRange '0.7.0',
603 silly addNameRange '0.7.1',
603 silly addNameRange '0.7.2',
603 silly addNameRange '0.7.3',
603 silly addNameRange '0.7.4',
603 silly addNameRange '0.8.0',
603 silly addNameRange '0.8.1',
603 silly addNameRange '1.0.0',
603 silly addNameRange '1.0.1',
603 silly addNameRange '1.0.2',
603 silly addNameRange '1.0.3',
603 silly addNameRange '1.0.4',
603 silly addNameRange '2.0.0' ] ]
604 verbose addNamed [ 'debug', '2.0.0' ]
605 verbose addNamed [ '2.0.0', '2.0.0' ]
606 silly lockFile 095bd820-debug-2-0-0 [email protected]
607 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\095bd820-debug-2-0-0.lock
608 http 200 https://registry.npmjs.org/diff
609 silly registry.get cb [ 200,
609 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:22 GMT',
609 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
609 silly registry.get etag: '"87YG8VQJR0WS7EG100U8UZO81"',
609 silly registry.get 'content-type': 'application/json',
609 silly registry.get 'cache-control': 'max-age=60',
609 silly registry.get 'content-length': '31643',
609 silly registry.get 'accept-ranges': 'bytes',
609 silly registry.get via: '1.1 varnish',
609 silly registry.get age: '246',
609 silly registry.get 'x-served-by': 'cache-at105-ATL',
609 silly registry.get 'x-cache': 'HIT',
609 silly registry.get 'x-cache-hits': '1',
609 silly registry.get 'x-timer': 'S1409840242.366589,VS0,VE106',
609 silly registry.get vary: 'Accept',
609 silly registry.get 'keep-alive': 'timeout=10, max=50',
609 silly registry.get connection: 'Keep-Alive' } ]
610 silly lockFile fabeaea1-ry-npmjs-org-diff-diff-1-0-7-tgz https://registry.npmjs.org/diff/-/diff-1.0.7.tgz
611 verbose lock https://registry.npmjs.org/diff/-/diff-1.0.7.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\fabeaea1-ry-npmjs-org-diff-diff-1-0-7-tgz.lock
612 verbose addRemoteTarball [ 'https://registry.npmjs.org/diff/-/diff-1.0.7.tgz',
612 verbose addRemoteTarball '24bbb001c4a7d5522169e7cabdb2c2814ed91cf4' ]
613 info retry fetch attempt 1 at 11:17:09
614 verbose fetch to= C:\Users\ADMINI
1\AppData\Local\Temp\npm-4044-DIcYeKrb\registry.npmjs.org\diff-\diff-1.0.7.tgz
615 http GET https://registry.npmjs.org/diff/-/diff-1.0.7.tgz
616 silly lockFile e2182b07--npmjs-org-debug-debug-2-0-0-tgz https://registry.npmjs.org/debug/-/debug-2.0.0.tgz
617 verbose lock https://registry.npmjs.org/debug/-/debug-2.0.0.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\e2182b07--npmjs-org-debug-debug-2-0-0-tgz.lock
618 verbose addRemoteTarball [ 'https://registry.npmjs.org/debug/-/debug-2.0.0.tgz',
618 verbose addRemoteTarball '89bd9df6732b51256bc6705342bba02ed12131ef' ]
619 info retry fetch attempt 1 at 11:17:09
620 verbose fetch to= C:\Users\ADMINI1\AppData\Local\Temp\npm-4044-DIcYeKrb\registry.npmjs.org\debug-\debug-2.0.0.tgz
621 http GET https://registry.npmjs.org/debug/-/debug-2.0.0.tgz
622 http 200 https://registry.npmjs.org/commander
623 silly registry.get cb [ 200,
623 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:22 GMT',
623 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
623 silly registry.get etag: '"BGUSKY72MNW78BPZMC8MCPLHL"',
623 silly registry.get 'content-type': 'application/json',
623 silly registry.get 'cache-control': 'max-age=60',
623 silly registry.get 'content-length': '41415',
623 silly registry.get 'accept-ranges': 'bytes',
623 silly registry.get via: '1.1 varnish',
623 silly registry.get age: '172',
623 silly registry.get 'x-served-by': 'cache-at50-ATL',
623 silly registry.get 'x-cache': 'HIT',
623 silly registry.get 'x-cache-hits': '11',
623 silly registry.get 'x-timer': 'S1409840242.504137,VS0,VE0',
623 silly registry.get vary: 'Accept',
623 silly registry.get 'keep-alive': 'timeout=10, max=50',
623 silly registry.get connection: 'Keep-Alive' } ]
624 silly lockFile 420d0e3b-rg-commander-commander-2-0-0-tgz https://registry.npmjs.org/commander/-/commander-2.0.0.tgz
625 verbose lock https://registry.npmjs.org/commander/-/commander-2.0.0.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\420d0e3b-rg-commander-commander-2-0-0-tgz.lock
626 verbose addRemoteTarball [ 'https://registry.npmjs.org/commander/-/commander-2.0.0.tgz',
626 verbose addRemoteTarball 'd1b86f901f8b64bd941bdeadaf924530393be928' ]
627 info retry fetch attempt 1 at 11:17:09
628 verbose fetch to= C:\Users\ADMINI
1\AppData\Local\Temp\npm-4044-DIcYeKrb\registry.npmjs.org\commander-\commander-2.0.0.tgz
629 http GET https://registry.npmjs.org/commander/-/commander-2.0.0.tgz
630 http 200 https://registry.npmjs.org/glob
631 silly registry.get cb [ 200,
631 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:22 GMT',
631 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)',
631 silly registry.get etag: '"1WSP1RLX0E4IXUZTYMNGTRIOY"',
631 silly registry.get 'content-type': 'application/json',
631 silly registry.get 'cache-control': 'max-age=60',
631 silly registry.get 'content-length': '52257',
631 silly registry.get 'accept-ranges': 'bytes',
631 silly registry.get via: '1.1 varnish',
631 silly registry.get age: '169',
631 silly registry.get 'x-served-by': 'cache-at105-ATL',
631 silly registry.get 'x-cache': 'HIT',
631 silly registry.get 'x-cache-hits': '4',
631 silly registry.get 'x-timer': 'S1409840242.892547,VS0,VE0',
631 silly registry.get vary: 'Accept',
631 silly registry.get 'keep-alive': 'timeout=10, max=48',
631 silly registry.get connection: 'Keep-Alive' } ]
632 silly lockFile a9f6a521-ry-npmjs-org-glob-glob-3-2-3-tgz https://registry.npmjs.org/glob/-/glob-3.2.3.tgz
633 verbose lock https://registry.npmjs.org/glob/-/glob-3.2.3.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\a9f6a521-ry-npmjs-org-glob-glob-3-2-3-tgz.lock
634 verbose addRemoteTarball [ 'https://registry.npmjs.org/glob/-/glob-3.2.3.tgz',
634 verbose addRemoteTarball 'e313eeb249c7affaa5c475286b0e115b59839467' ]
635 info retry fetch attempt 1 at 11:17:10
636 verbose fetch to= C:\Users\ADMINI1\AppData\Local\Temp\npm-4044-DIcYeKrb\registry.npmjs.org\glob-\glob-3.2.3.tgz
637 http GET https://registry.npmjs.org/glob/-/glob-3.2.3.tgz
638 http 200 https://registry.npmjs.org/jade
639 silly registry.get cb [ 200,
639 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:22 GMT',
639 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
639 silly registry.get etag: '"9QPRCUUFX0S5UKWFXX9VECW7A"',
639 silly registry.get 'content-type': 'application/json',
639 silly registry.get 'cache-control': 'max-age=60',
639 silly registry.get 'content-length': '124208',
639 silly registry.get 'accept-ranges': 'bytes',
639 silly registry.get via: '1.1 varnish',
639 silly registry.get age: '124',
639 silly registry.get 'x-served-by': 'cache-at51-ATL',
639 silly registry.get 'x-cache': 'HIT',
639 silly registry.get 'x-cache-hits': '1',
639 silly registry.get 'x-timer': 'S1409840242.771355,VS0,VE21',
639 silly registry.get vary: 'Accept',
639 silly registry.get 'keep-alive': 'timeout=10, max=49',
639 silly registry.get connection: 'Keep-Alive' } ]
640 http 200 https://registry.npmjs.org/diff/-/diff-1.0.7.tgz
641 silly lockFile 44268bc8-y-npmjs-org-jade-jade-0-26-3-tgz https://registry.npmjs.org/jade/-/jade-0.26.3.tgz
642 verbose lock https://registry.npmjs.org/jade/-/jade-0.26.3.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\44268bc8-y-npmjs-org-jade-jade-0-26-3-tgz.lock
643 verbose addRemoteTarball [ 'https://registry.npmjs.org/jade/-/jade-0.26.3.tgz',
643 verbose addRemoteTarball '8f10d7977d8d79f2f6ff862a81b0513ccb25686c' ]
644 info retry fetch attempt 1 at 11:17:10
645 verbose fetch to= C:\Users\ADMINI
1\AppData\Local\Temp\npm-4044-DIcYeKrb\registry.npmjs.org\jade-\jade-0.26.3.tgz
646 http GET https://registry.npmjs.org/jade/-/jade-0.26.3.tgz
647 silly lockFile fabeaea1-ry-npmjs-org-diff-diff-1-0-7-tgz https://registry.npmjs.org/diff/-/diff-1.0.7.tgz
648 silly lockFile fabeaea1-ry-npmjs-org-diff-diff-1-0-7-tgz https://registry.npmjs.org/diff/-/diff-1.0.7.tgz
649 silly lockFile 8a87bc9f-diff-1-0-7 [email protected]
650 silly lockFile 8a87bc9f-diff-1-0-7 [email protected]
651 http 200 https://registry.npmjs.org/commander/-/commander-2.0.0.tgz
652 silly lockFile 420d0e3b-rg-commander-commander-2-0-0-tgz https://registry.npmjs.org/commander/-/commander-2.0.0.tgz
653 silly lockFile 420d0e3b-rg-commander-commander-2-0-0-tgz https://registry.npmjs.org/commander/-/commander-2.0.0.tgz
654 silly lockFile d5315eb7-commander-2-0-0 [email protected]
655 silly lockFile d5315eb7-commander-2-0-0 [email protected]
656 http 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
657 silly lockFile f7b98dc7--org-minimist-minimist-0-0-8-tgz https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
658 silly lockFile f7b98dc7--org-minimist-minimist-0-0-8-tgz https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
659 silly lockFile 22c6b485-minimist-0-0-8 [email protected]
660 silly lockFile 22c6b485-minimist-0-0-8 [email protected]
661 silly resolved [ { name: 'minimist',
661 silly resolved version: '0.0.8',
661 silly resolved description: 'parse argument options',
661 silly resolved main: 'index.js',
661 silly resolved devDependencies: { tape: '~1.0.4', tap: '~0.4.0' },
661 silly resolved scripts: { test: 'tap test/_.js' },
661 silly resolved testling: { files: 'test/*.js', browsers: [Object] },
661 silly resolved repository: { type: 'git', url: 'git://github.com/substack/minimist.git' },
661 silly resolved homepage: 'https://github.com/substack/minimist',
661 silly resolved keywords: [ 'argv', 'getopt', 'parser', 'optimist' ],
661 silly resolved author:
661 silly resolved { name: 'James Halliday',
661 silly resolved email: '[email protected]',
661 silly resolved url: 'http://substack.net' },
661 silly resolved license: 'MIT',
661 silly resolved bugs: { url: 'https://github.com/substack/minimist/issues' },
661 silly resolved _id: '[email protected]',
661 silly resolved dist:
661 silly resolved { shasum: '857fcabfc3397d2625b8228262e86aa7a011b05d',
661 silly resolved tarball: 'http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz' },
661 silly resolved _from: '[email protected]',
661 silly resolved _npmVersion: '1.4.3',
661 silly resolved _npmUser: { name: 'substack', email: '[email protected]' },
661 silly resolved maintainers: [ [Object] ],
661 silly resolved directories: {},
661 silly resolved _shasum: '857fcabfc3397d2625b8228262e86aa7a011b05d',
661 silly resolved _resolved: 'https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz' } ]
662 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp
663 info installOne [email protected]
664 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp\node_modules\minimist unbuild
665 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz
666 silly lockFile d663e975-les-mkdirp-node-modules-minimist tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp\node_modules

\minimist
667 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp\node_modules\minimist C:\Users\Administrador\AppData

\Roaming\npm-cache\d663e975-les-mkdirp-node-modules-minimist.lock
668 silly lockFile 7c37e3e1-cache-minimist-0-0-8-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz
669 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\7c37e3e1-cache-minimist-0-0-8-

package-tgz.lock
670 silly gunzTarPerm modes [ '755', '644' ]
671 silly gunzTarPerm extractEntry package.json
672 silly gunzTarPerm extractEntry LICENSE
673 silly gunzTarPerm extractEntry index.js
674 silly gunzTarPerm extractEntry .travis.yml
675 silly gunzTarPerm extractEntry example/parse.js
676 silly gunzTarPerm extractEntry readme.markdown
677 silly gunzTarPerm extractEntry test/dash.js
678 silly gunzTarPerm extractEntry test/default_bool.js
679 silly gunzTarPerm extractEntry test/dotted.js
680 silly gunzTarPerm extractEntry test/long.js
681 silly gunzTarPerm extractEntry test/parse.js
682 silly gunzTarPerm extractEntry test/parse_modified.js
683 silly gunzTarPerm extractEntry test/short.js
684 silly gunzTarPerm extractEntry test/whitespace.js
685 silly lockFile d663e975-les-mkdirp-node-modules-minimist tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp\node_modules

\minimist
686 silly lockFile d663e975-les-mkdirp-node-modules-minimist tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp\node_modules

\minimist
687 silly lockFile 7c37e3e1-cache-minimist-0-0-8-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz
688 silly lockFile 7c37e3e1-cache-minimist-0-0-8-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz
689 info preinstall [email protected]
690 verbose readDependencies using package.json deps
691 verbose readDependencies using package.json deps
692 silly resolved []
693 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp\node_modules\minimist
694 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp\node_modules\minimist
695 verbose linkStuff [ false,
695 verbose linkStuff false,
695 verbose linkStuff false,
695 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp\node_modules' ]
696 info linkStuff [email protected]
697 verbose linkBins [email protected]
698 verbose linkMans [email protected]
699 verbose rebuildBundles [email protected]
700 info install [email protected]
701 info postinstall [email protected]
702 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp
703 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mkdirp
704 verbose linkStuff [ false,
704 verbose linkStuff false,
704 verbose linkStuff false,
704 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules' ]
705 info linkStuff [email protected]
706 verbose linkBins [email protected]
707 verbose link bins [ { mkdirp: 'bin/cmd.js' },
707 verbose link bins 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules.bin',
707 verbose link bins false ]
708 verbose linkMans [email protected]
709 verbose rebuildBundles [email protected]
710 verbose rebuildBundles [ 'minimist' ]
711 info install [email protected]
712 info postinstall [email protected]
713 http 200 https://registry.npmjs.org/debug/-/debug-2.0.0.tgz
714 http 200 https://registry.npmjs.org/growl
715 silly registry.get cb [ 200,
715 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:23 GMT',
715 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
715 silly registry.get etag: '"9SBXNYJVCHVY2SW0HXKKOY3WR"',
715 silly registry.get 'content-type': 'application/json',
715 silly registry.get 'cache-control': 'max-age=60',
715 silly registry.get 'content-length': '14419',
715 silly registry.get 'accept-ranges': 'bytes',
715 silly registry.get via: '1.1 varnish',
715 silly registry.get age: '415',
715 silly registry.get 'x-served-by': 'cache-at51-ATL',
715 silly registry.get 'x-cache': 'HIT',
715 silly registry.get 'x-cache-hits': '2',
715 silly registry.get 'x-timer': 'S1409840243.809353,VS0,VE0',
715 silly registry.get vary: 'Accept',
715 silly registry.get 'keep-alive': 'timeout=10, max=50',
715 silly registry.get connection: 'Keep-Alive' } ]
716 silly addNameRange number 2 { name: 'growl', range: '>=1.8.0-0 <1.9.0-0', hasData: true }
717 silly addNameRange versions [ 'growl',
717 silly addNameRange [ '1.0.1',
717 silly addNameRange '1.0.2',
717 silly addNameRange '1.1.0',
717 silly addNameRange '1.2.0',
717 silly addNameRange '1.2.1',
717 silly addNameRange '1.3.0',
717 silly addNameRange '1.4.0',
717 silly addNameRange '1.4.1',
717 silly addNameRange '1.5.0',
717 silly addNameRange '1.5.1',
717 silly addNameRange '1.6.0',
717 silly addNameRange '1.6.1',
717 silly addNameRange '1.7.0',
717 silly addNameRange '1.8.0',
717 silly addNameRange '1.8.1' ] ]
718 verbose addNamed [ 'growl', '1.8.1' ]
719 verbose addNamed [ '1.8.1', '1.8.1' ]
720 silly lockFile 76096383-growl-1-8-1 [email protected]
721 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\76096383-growl-1-8-1.lock
722 silly lockFile 76096383-growl-1-8-1 [email protected]
723 silly lockFile 76096383-growl-1-8-1 [email protected]
724 silly lockFile 8abaaf62-growl-1-8-x [email protected]
725 silly lockFile 8abaaf62-growl-1-8-x [email protected]
726 http 200 https://registry.npmjs.org/glob/-/glob-3.2.3.tgz
727 silly lockFile e2182b07--npmjs-org-debug-debug-2-0-0-tgz https://registry.npmjs.org/debug/-/debug-2.0.0.tgz
728 silly lockFile e2182b07--npmjs-org-debug-debug-2-0-0-tgz https://registry.npmjs.org/debug/-/debug-2.0.0.tgz
729 silly lockFile 095bd820-debug-2-0-0 [email protected]
730 silly lockFile 095bd820-debug-2-0-0 [email protected]
731 silly lockFile 3ac45eff-debug debug@*
732 silly lockFile 3ac45eff-debug debug@*
733 silly lockFile a9f6a521-ry-npmjs-org-glob-glob-3-2-3-tgz https://registry.npmjs.org/glob/-/glob-3.2.3.tgz
734 silly lockFile a9f6a521-ry-npmjs-org-glob-glob-3-2-3-tgz https://registry.npmjs.org/glob/-/glob-3.2.3.tgz
735 silly lockFile 7fc225c9-glob-3-2-3 [email protected]
736 silly lockFile 7fc225c9-glob-3-2-3 [email protected]
737 http 200 https://registry.npmjs.org/jade/-/jade-0.26.3.tgz
738 silly lockFile 44268bc8-y-npmjs-org-jade-jade-0-26-3-tgz https://registry.npmjs.org/jade/-/jade-0.26.3.tgz
739 silly lockFile 44268bc8-y-npmjs-org-jade-jade-0-26-3-tgz https://registry.npmjs.org/jade/-/jade-0.26.3.tgz
740 silly lockFile 7a3d3ea7-jade-0-26-3 [email protected]
741 silly lockFile 7a3d3ea7-jade-0-26-3 [email protected]
742 silly resolved [ { name: 'mkdirp',
742 silly resolved description: 'Recursively mkdir, like mkdir -p',
742 silly resolved version: '0.3.5',
742 silly resolved author:
742 silly resolved { name: 'James Halliday',
742 silly resolved email: '[email protected]',
742 silly resolved url: 'http://substack.net' },
742 silly resolved main: './index',
742 silly resolved keywords: [ 'mkdir', 'directory' ],
742 silly resolved repository:
742 silly resolved { type: 'git',
742 silly resolved url: 'http://github.com/substack/node-mkdirp.git' },
742 silly resolved scripts: { test: 'tap test/.js' },
742 silly resolved devDependencies: { tap: '~0.4.0' },
742 silly resolved license: 'MIT',
742 silly resolved _id: '[email protected]',
742 silly resolved dist:
742 silly resolved { shasum: 'de3e5f8961c88c787ee1368df849ac4413eca8d7',
742 silly resolved tarball: 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz' },
742 silly resolved _from: '[email protected]',
742 silly resolved _npmVersion: '1.2.2',
742 silly resolved _npmUser: { name: 'substack', email: '[email protected]' },
742 silly resolved maintainers: [ [Object] ],
742 silly resolved directories: {},
742 silly resolved _shasum: 'de3e5f8961c88c787ee1368df849ac4413eca8d7',
742 silly resolved _resolved: 'https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz',
742 silly resolved bugs: { url: 'https://github.com/substack/node-mkdirp/issues' },
742 silly resolved readme: 'ERROR: No README data found!',
742 silly resolved homepage: 'https://github.com/substack/node-mkdirp' },
742 silly resolved { name: 'diff',
742 silly resolved version: '1.0.7',
742 silly resolved description: 'A javascript text diff implementation.',
742 silly resolved keywords: [ 'diff', 'javascript' ],
742 silly resolved maintainers: [ [Object] ],
742 silly resolved bugs:
742 silly resolved { url: 'http://github.com/kpdecker/jsdiff/issues',
742 silly resolved email: '[email protected]' },
742 silly resolved licenses: [ [Object] ],
742 silly resolved repository: { type: 'git', url: 'git://github.com/kpdecker/jsdiff.git' },
742 silly resolved engines: { node: '>=0.3.1' },
742 silly resolved main: './diff',
742 silly resolved scripts: { test: 'node_modules/.bin/mocha test/
.js' },
742 silly resolved dependencies: {},
742 silly resolved devDependencies: { mocha: '~1.6', should: '~1.2' },
742 silly resolved optionalDependencies: {},
742 silly resolved files: [ 'diff.js' ],
742 silly resolved readme: '# jsdiff\n\nBuild Status\n\nA javascript text differencing implementation.\n\nBased

on the algorithm proposed in\n"An O(ND) Difference Algorithm and its Variations" (Myers, 1986).\n\n## Installation\n\n npm

install diff\n\nor\n\n git clone git://github.com/kpdecker/jsdiff.git\n\n## API\n\n* JsDiff.diffChars(oldStr, newStr)\n Diffs two blocks of text, comparing character by character.\n\n Returns a list of

change objects (See below).\n\n* JsDiff.diffWords(oldStr, newStr)\n Diffs two blocks of text, comparing word by word.\n\n Returns a list of change objects (See below).\n\n* JsDiff.diffLines(oldStr,

newStr)\n Diffs two blocks of text, comparing line by line.\n\n Returns a list of change objects (See below).\n\n* JsDiff.diffCss(oldStr, newStr)\n Diffs two blocks of text, comparing CSS tokens.\n

\n Returns a list of change objects (See below).\n\n* JsDiff.createPatch(fileName, oldStr, newStr, oldHeader, newHeader)\n Creates a unified diff patch.\n\n Parameters:\n * fileName : String

to be output in the filename sections of the patch\n * oldStr : Original string value\n * newStr : New string value\n * oldHeader : Additional information to include in the old file header\n *

newHeader : Additional information to include in thew new file header\n\n* JsDiff.applyPatch(oldStr, diffStr)\n Applies a unified diff patch.\n\n Return a string containing new version of provided

data.\n\n* convertChangesToXML(changes)\n Converts a list of changes to a serialized XML format\n\n### Change Objects\nMany of the methods above return change objects. These objects are

consist of the following fields:\n\n* value: Text content\n* added: True if the value was inserted into the new string\n* removed: True of the value was removed from the old string\n\nNote that some

cases may omit a particular flag field. Comparison on the flag fields should always be done in a truthy or falsy manner.\n\n## Example\n\n## License\n\nSoftware

License Agreement (BSD License)\n\nCopyright (c) 2009-2011, Kevin Decker [email protected]\n\nAll rights reserved.\n\nRedistribution and use of this software in source and binary forms, with or

without modification,\nare permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above\n copyright notice, this list of conditions and the\n

following disclaimer.\n\n* Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the\n following disclaimer in the documentation and/or other\n

materials provided with the distribution.\n\n* Neither the name of Kevin Decker nor the names of its\n contributors may be used to endorse or promote products\n derived from this software without

specific prior\n written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR\nIMPLIED WARRANTIES, INCLUDING, BUT NOT

LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE

LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER\nIN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING

NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT\nOF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n',
742 silly resolved readmeFilename: 'README.md',
742 silly resolved _id: '[email protected]',
742 silly resolved dist:
742 silly resolved { shasum: '24bbb001c4a7d5522169e7cabdb2c2814ed91cf4',
742 silly resolved tarball: 'http://registry.npmjs.org/diff/-/diff-1.0.7.tgz' },
742 silly resolved _from: '[email protected]',
742 silly resolved _npmVersion: '1.3.5',
742 silly resolved _npmUser: { name: 'kpdecker', email: '[email protected]' },
742 silly resolved directories: {},
742 silly resolved _shasum: '24bbb001c4a7d5522169e7cabdb2c2814ed91cf4',
742 silly resolved _resolved: 'https://registry.npmjs.org/diff/-/diff-1.0.7.tgz' },
742 silly resolved { name: 'commander',
742 silly resolved version: '2.0.0',
742 silly resolved description: 'the complete solution for node.js command-line programs',
742 silly resolved keywords: [ 'command', 'option', 'parser', 'prompt', 'stdin' ],
742 silly resolved author: { name: 'TJ Holowaychuk', email: '[email protected]' },
742 silly resolved repository:
742 silly resolved { type: 'git',
742 silly resolved url: 'https://github.com/visionmedia/commander.js.git' },
742 silly resolved devDependencies: { should: '>= 0.0.1' },
742 silly resolved scripts: { test: 'make test' },
742 silly resolved main: 'index',
742 silly resolved engines: { node: '>= 0.6.x' },
742 silly resolved bugs: { url: 'https://github.com/visionmedia/commander.js/issues' },
742 silly resolved _id: '[email protected]',
742 silly resolved dist:
742 silly resolved { shasum: 'd1b86f901f8b64bd941bdeadaf924530393be928',
742 silly resolved tarball: 'http://registry.npmjs.org/commander/-/commander-2.0.0.tgz' },
742 silly resolved _from: '[email protected]',
742 silly resolved _npmVersion: '1.2.25',
742 silly resolved _npmUser: { name: 'tjholowaychuk', email: '[email protected]' },
742 silly resolved maintainers: [ [Object] ],
742 silly resolved directories: {},
742 silly resolved _shasum: 'd1b86f901f8b64bd941bdeadaf924530393be928',
742 silly resolved _resolved: 'https://registry.npmjs.org/commander/-/commander-2.0.0.tgz' },
742 silly resolved { name: 'growl',
742 silly resolved version: '1.8.1',
742 silly resolved description: 'Growl unobtrusive notifications',
742 silly resolved author: { name: 'TJ Holowaychuk', email: '[email protected]' },
742 silly resolved maintainers: [ [Object], [Object] ],
742 silly resolved repository:
742 silly resolved { type: 'git',
742 silly resolved url: 'git://github.com/visionmedia/node-growl.git' },
742 silly resolved main: './lib/growl.js',
742 silly resolved gitHead: '882ced3155a57f566887c884d5c6dccb7df435c1',
742 silly resolved bugs: { url: 'https://github.com/visionmedia/node-growl/issues' },
742 silly resolved homepage: 'https://github.com/visionmedia/node-growl',
742 silly resolved _id: '[email protected]',
742 silly resolved scripts: {},
742 silly resolved _shasum: '4b2dec8d907e93db336624dcec0183502f8c9428',
742 silly resolved _from: '[email protected]',
742 silly resolved _npmVersion: '1.4.20',
742 silly resolved _npmUser: { name: 'jbnicolai', email: '[email protected]' },
742 silly resolved dist:
742 silly resolved { shasum: '4b2dec8d907e93db336624dcec0183502f8c9428',
742 silly resolved tarball: 'http://registry.npmjs.org/growl/-/growl-1.8.1.tgz' },
742 silly resolved directories: {},
742 silly resolved resolved: 'https://registry.npmjs.org/growl/-/growl-1.8.1.tgz',
742 silly resolved readme: 'ERROR: No README data found!' },
742 silly resolved { name: 'debug',
742 silly resolved version: '2.0.0',
742 silly resolved repository: { type: 'git', url: 'git://github.com/visionmedia/debug.git' },
742 silly resolved description: 'small debugging utility',
742 silly resolved keywords: [ 'debug', 'log', 'debugger' ],
742 silly resolved author: { name: 'TJ Holowaychuk', email: '[email protected]' },
742 silly resolved contributors: [ [Object] ],
742 silly resolved dependencies: { ms: '0.6.2' },
742 silly resolved devDependencies: { browserify: '5.11.0', mocha: '
' },
742 silly resolved main: './node.js',
742 silly resolved browser: './browser.js',
742 silly resolved component: { scripts: [Object] },
742 silly resolved gitHead: 'c61ae82bde19c6fdedfc6684817ff7eb541ff029',
742 silly resolved bugs: { url: 'https://github.com/visionmedia/debug/issues' },
742 silly resolved homepage: 'https://github.com/visionmedia/debug',
742 silly resolved _id: '[email protected]',
742 silly resolved scripts: {},
742 silly resolved _shasum: '89bd9df6732b51256bc6705342bba02ed12131ef',
742 silly resolved from: 'debug@',
742 silly resolved _npmVersion: '1.4.21',
742 silly resolved npmUser: { name: 'tootallnate', email: '[email protected]' },
742 silly resolved maintainers: [ [Object], [Object] ],
742 silly resolved dist:
742 silly resolved { shasum: '89bd9df6732b51256bc6705342bba02ed12131ef',
742 silly resolved tarball: 'http://registry.npmjs.org/debug/-/debug-2.0.0.tgz' },
742 silly resolved directories: {},
742 silly resolved resolved: 'https://registry.npmjs.org/debug/-/debug-2.0.0.tgz' },
742 silly resolved { author:
742 silly resolved { name: 'Isaac Z. Schlueter',
742 silly resolved email: '[email protected]',
742 silly resolved url: 'http://blog.izs.me/' },
742 silly resolved name: 'glob',
742 silly resolved description: 'a little globber',
742 silly resolved version: '3.2.3',
742 silly resolved repository: { type: 'git', url: 'git://github.com/isaacs/node-glob.git' },
742 silly resolved main: 'glob.js',
742 silly resolved engines: { node: '
' },
742 silly resolved dependencies: { minimatch: '~0.2.11', 'graceful-fs': '~2.0.0', inherits: '2' },
742 silly resolved devDependencies: { tap: '~0.4.0', mkdirp: '0', rimraf: '1' },
742 silly resolved scripts: { test: 'tap test/
.js' },
742 silly resolved license: 'BSD',
742 silly resolved bugs: { url: 'https://github.com/isaacs/node-glob/issues' },
742 silly resolved id: '[email protected]',
742 silly resolved dist:
742 silly resolved { shasum: 'e313eeb249c7affaa5c475286b0e115b59839467',
742 silly resolved tarball: 'http://registry.npmjs.org/glob/-/glob-3.2.3.tgz' },
742 silly resolved from: '[email protected]',
742 silly resolved npmVersion: '1.3.2',
742 silly resolved npmUser: { name: 'isaacs', email: '[email protected]' },
742 silly resolved maintainers: [ [Object] ],
742 silly resolved directories: {},
742 silly resolved shasum: 'e313eeb249c7affaa5c475286b0e115b59839467',
742 silly resolved resolved: 'https://registry.npmjs.org/glob/-/glob-3.2.3.tgz' },
742 silly resolved { name: 'jade',
742 silly resolved description: 'Jade template engine',
742 silly resolved version: '0.26.3',
742 silly resolved author: { name: 'TJ Holowaychuk', email: '[email protected]' },
742 silly resolved repository: { type: 'git', url: 'git://github.com/visionmedia/jade' },
742 silly resolved main: './index.js',
742 silly resolved bin: { jade: './bin/jade' },
742 silly resolved man: [ './jade.1' ],
742 silly resolved dependencies: { commander: '0.6.1', mkdirp: '0.3.0' },
742 silly resolved devDependencies:
742 silly resolved { mocha: '
',
742 silly resolved markdown: '
',
742 silly resolved stylus: '
',
742 silly resolved uubench: '
',
742 silly resolved should: '
',
742 silly resolved less: '
',
742 silly resolved 'uglify-js': '*' },
742 silly resolved component: { scripts: [Object] },
742 silly resolved scripts: { prepublish: 'npm prune' },
742 silly resolved _id: '[email protected]',
742 silly resolved dist:
742 silly resolved { shasum: '8f10d7977d8d79f2f6ff862a81b0513ccb25686c',
742 silly resolved tarball: 'http://registry.npmjs.org/jade/-/jade-0.26.3.tgz' },
742 silly resolved maintainers: [ [Object] ],
742 silly resolved directories: {},
742 silly resolved _shasum: '8f10d7977d8d79f2f6ff862a81b0513ccb25686c',
742 silly resolved _from: '[email protected]',
742 silly resolved _resolved: 'https://registry.npmjs.org/jade/-/jade-0.26.3.tgz' } ]
743 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
744 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
745 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
746 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
747 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
748 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
749 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
750 info installOne [email protected]
751 info installOne [email protected]
752 info installOne [email protected]
753 info installOne [email protected]
754 info installOne [email protected]
755 info installOne [email protected]
756 info installOne [email protected]
757 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\mkdirp unbuild
758 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\growl unbuild
759 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.5\package.tgz
760 silly lockFile 6033e8de-odules-mocha-node-modules-mkdirp tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\mkdirp
761 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\mkdirp C:\Users\Administrador\AppData

\Roaming\npm-cache\6033e8de-odules-mocha-node-modules-mkdirp.lock
762 silly lockFile d385cab7-m-cache-mkdirp-0-3-5-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.5\package.tgz
763 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.5\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\d385cab7-m-cache-mkdirp-0-3-5-

package-tgz.lock
764 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\diff unbuild
765 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\commander unbuild
766 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\growl\1.8.1\package.tgz
767 silly lockFile 7ef74193-modules-mocha-node-modules-growl tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\growl
768 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\growl C:\Users\Administrador\AppData\Roaming

\npm-cache\7ef74193-modules-mocha-node-modules-growl.lock
769 silly lockFile b5b0078f-pm-cache-growl-1-8-1-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\growl\1.8.1\package.tgz
770 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\growl\1.8.1\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\b5b0078f-pm-cache-growl-1-8-1-package-

tgz.lock
771 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug unbuild
772 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob unbuild
773 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade unbuild
774 silly gunzTarPerm modes [ '755', '644' ]
775 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\diff\1.0.7\package.tgz
776 silly lockFile 83680207--modules-mocha-node-modules-diff tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\diff
777 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\diff C:\Users\Administrador\AppData\Roaming

\npm-cache\83680207--modules-mocha-node-modules-diff.lock
778 silly lockFile 4b49a0d4-npm-cache-diff-1-0-7-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\diff\1.0.7\package.tgz
779 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\diff\1.0.7\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\4b49a0d4-npm-cache-diff-1-0-7-package-

tgz.lock
780 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\commander\2.0.0\package.tgz
781 silly lockFile 4101ee6d-les-mocha-node-modules-commander tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\commander
782 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\commander C:\Users\Administrador\AppData

\Roaming\npm-cache\4101ee6d-les-mocha-node-modules-commander.lock
783 silly lockFile 3f1aa5c7-ache-commander-2-0-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\commander\2.0.0\package.tgz
784 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\commander\2.0.0\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\3f1aa5c7-ache-commander-2-0-0-

package-tgz.lock
785 silly gunzTarPerm modes [ '755', '644' ]
786 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\debug\2.0.0\package.tgz
787 silly lockFile f829dfb2-modules-mocha-node-modules-debug tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\debug
788 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug C:\Users\Administrador\AppData

\Roaming\npm-cache\f829dfb2-modules-mocha-node-modules-debug.lock
789 silly lockFile 25a6a0c2-pm-cache-debug-2-0-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\debug\2.0.0\package.tgz
790 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\debug\2.0.0\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\25a6a0c2-pm-cache-debug-2-0-0-

package-tgz.lock
791 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\glob\3.2.3\package.tgz
792 silly lockFile 4255877f--modules-mocha-node-modules-glob tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob
793 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob C:\Users\Administrador\AppData\Roaming

\npm-cache\4255877f--modules-mocha-node-modules-glob.lock
794 silly lockFile 5ff62335-npm-cache-glob-3-2-3-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\glob\3.2.3\package.tgz
795 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\glob\3.2.3\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\5ff62335-npm-cache-glob-3-2-3-package-

tgz.lock
796 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\jade\0.26.3\package.tgz
797 silly lockFile 5e9d2222--modules-mocha-node-modules-jade tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\jade
798 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade C:\Users\Administrador\AppData\Roaming

\npm-cache\5e9d2222--modules-mocha-node-modules-jade.lock
799 silly lockFile 81ccc74d-pm-cache-jade-0-26-3-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\jade\0.26.3\package.tgz
800 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\jade\0.26.3\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\81ccc74d-pm-cache-jade-0-26-3-package-

tgz.lock
801 silly gunzTarPerm modes [ '755', '644' ]
802 silly gunzTarPerm modes [ '755', '644' ]
803 silly gunzTarPerm modes [ '755', '644' ]
804 silly gunzTarPerm modes [ '755', '644' ]
805 silly gunzTarPerm modes [ '755', '644' ]
806 silly gunzTarPerm extractEntry package.json
807 silly gunzTarPerm extractEntry package.json
808 silly gunzTarPerm extractEntry package.json
809 silly gunzTarPerm extractEntry package.json
810 silly gunzTarPerm extractEntry README.md
811 silly gunzTarPerm extractEntry diff.js
812 silly gunzTarPerm extractEntry index.js
813 silly gunzTarPerm extractEntry History.md
814 silly gunzTarPerm extractEntry Readme.md
815 silly gunzTarPerm extractEntry package.json
816 silly gunzTarPerm extractEntry .npmignore
817 silly gunzTarPerm extractEntry README.md
818 silly gunzTarPerm extractEntry .npmignore
819 silly gunzTarPerm extractEntry browser.js
820 silly gunzTarPerm extractEntry package.json
821 silly gunzTarPerm extractEntry .npmignore
822 silly gunzTarPerm extractEntry LICENSE
823 silly gunzTarPerm extractEntry .npmignore
824 silly gunzTarPerm extractEntry LICENSE
825 silly gunzTarPerm extractEntry LICENSE
826 silly gunzTarPerm extractEntry glob.js
827 silly gunzTarPerm extractEntry debug.js
828 silly gunzTarPerm extractEntry node.js
829 silly gunzTarPerm extractEntry index.js
830 silly gunzTarPerm extractEntry jade.js
831 silly gunzTarPerm extractEntry index.js
832 silly gunzTarPerm extractEntry examples/pow.js
833 silly gunzTarPerm extractEntry Readme.md
834 silly gunzTarPerm extractEntry .jshintrc
835 silly gunzTarPerm extractEntry History.md
836 silly gunzTarPerm extractEntry Makefile
837 silly gunzTarPerm extractEntry component.json
838 silly gunzTarPerm extractEntry .travis.yml
839 silly gunzTarPerm extractEntry package.json
840 silly gunzTarPerm extractEntry jade.min.js
841 silly gunzTarPerm extractEntry readme.markdown
842 silly gunzTarPerm extractEntry test/perm.js
843 silly gunzTarPerm extractEntry test.js
844 silly gunzTarPerm extractEntry History.md
845 silly gunzTarPerm extractEntry runtime.js
846 silly gunzTarPerm extractEntry runtime.min.js
847 silly gunzTarPerm extractEntry Readme.md
848 silly gunzTarPerm extractEntry lib/growl.js
849 silly gunzTarPerm extractEntry test/perm_sync.js
850 silly gunzTarPerm extractEntry test/race.js
851 silly gunzTarPerm extractEntry examples/g.js
852 silly gunzTarPerm extractEntry examples/usr-local.js
853 silly gunzTarPerm extractEntry testing/index.js
854 silly gunzTarPerm extractEntry testing/user.js
855 silly gunzTarPerm extractEntry test/rel.js
856 silly lockFile 83680207--modules-mocha-node-modules-diff tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\diff
857 silly lockFile 83680207--modules-mocha-node-modules-diff tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\diff
858 silly lockFile 4b49a0d4-npm-cache-diff-1-0-7-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\diff\1.0.7\package.tgz
859 silly lockFile 4b49a0d4-npm-cache-diff-1-0-7-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\diff\1.0.7\package.tgz
860 silly gunzTarPerm extractEntry test/00-setup.js
861 silly gunzTarPerm extractEntry test/stat.js
862 silly gunzTarPerm extractEntry test/return.js
863 silly gunzTarPerm extractEntry test/clobber.js
864 info preinstall [email protected]
865 verbose readDependencies using package.json deps
866 verbose readDependencies using package.json deps
867 silly resolved []
868 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\diff
869 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\diff
870 verbose linkStuff [ false,
870 verbose linkStuff false,
870 verbose linkStuff false,
870 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules' ]
871 info linkStuff [email protected]
872 verbose linkBins [email protected]
873 verbose linkMans [email protected]
874 verbose rebuildBundles [email protected]
875 info install [email protected]
876 info postinstall [email protected]
877 silly gunzTarPerm extractEntry test/root.js
878 silly gunzTarPerm extractEntry test/umask.js
879 silly gunzTarPerm extractEntry test/sync.js
880 silly gunzTarPerm extractEntry test/chmod.js
881 silly lockFile 4101ee6d-les-mocha-node-modules-commander tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\commander
882 silly lockFile 4101ee6d-les-mocha-node-modules-commander tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\commander
883 silly gunzTarPerm extractEntry test/umask_sync.js
884 silly gunzTarPerm extractEntry test/return_sync.js
885 silly lockFile 3f1aa5c7-ache-commander-2-0-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\commander\2.0.0\package.tgz
886 silly lockFile 3f1aa5c7-ache-commander-2-0-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\commander\2.0.0\package.tgz
887 silly lockFile 7ef74193-modules-mocha-node-modules-growl tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\growl
888 silly lockFile 7ef74193-modules-mocha-node-modules-growl tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\growl
889 silly lockFile b5b0078f-pm-cache-growl-1-8-1-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\growl\1.8.1\package.tgz
890 silly lockFile b5b0078f-pm-cache-growl-1-8-1-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\growl\1.8.1\package.tgz
891 info preinstall [email protected]
892 silly gunzTarPerm extractEntry test/cwd-test.js
893 silly gunzTarPerm extractEntry test/globstar-match.js
894 info preinstall [email protected]
895 verbose readDependencies using package.json deps
896 verbose readDependencies using package.json deps
897 silly resolved []
898 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\commander
899 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\commander
900 verbose linkStuff [ false,
900 verbose linkStuff false,
900 verbose linkStuff false,
900 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules' ]
901 info linkStuff [email protected]
902 verbose linkBins [email protected]
903 verbose linkMans [email protected]
904 verbose rebuildBundles [email protected]
905 info install [email protected]
906 silly gunzTarPerm extractEntry test/mkdirp.js
907 silly gunzTarPerm extractEntry .travis.yml
908 verbose readDependencies using package.json deps
909 verbose readDependencies using package.json deps
910 silly resolved []
911 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\growl
912 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\growl
913 verbose linkStuff [ false,
913 verbose linkStuff false,
913 verbose linkStuff false,
913 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules' ]
914 info linkStuff [email protected]
915 verbose linkBins [email protected]
916 verbose linkMans [email protected]
917 verbose rebuildBundles [email protected]
918 info postinstall [email protected]
919 silly gunzTarPerm extractEntry test/mark.js
920 silly gunzTarPerm extractEntry test/bash-comparison.js
921 info install [email protected]
922 info postinstall [email protected]
923 silly gunzTarPerm extractEntry test/pause-resume.js
924 silly gunzTarPerm extractEntry test/root-nomount.js
925 silly gunzTarPerm extractEntry test/root.js
926 silly gunzTarPerm extractEntry test/zz-cleanup.js
927 silly lockFile f829dfb2-modules-mocha-node-modules-debug tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\debug
928 silly lockFile f829dfb2-modules-mocha-node-modules-debug tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\debug
929 silly lockFile 25a6a0c2-pm-cache-debug-2-0-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\debug\2.0.0\package.tgz
930 silly lockFile 25a6a0c2-pm-cache-debug-2-0-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\debug\2.0.0\package.tgz
931 info preinstall [email protected]
932 silly gunzTarPerm extractEntry test/nocase-nomagic.js
933 silly gunzTarPerm extractEntry test/bash-results.json
934 verbose readDependencies using package.json deps
935 verbose readDependencies using package.json deps
936 verbose cache add [ '[email protected]', null ]
937 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
938 verbose parsed url { protocol: null,
938 verbose parsed url slashes: null,
938 verbose parsed url auth: null,
938 verbose parsed url host: null,
938 verbose parsed url port: null,
938 verbose parsed url hostname: null,
938 verbose parsed url hash: null,
938 verbose parsed url search: null,
938 verbose parsed url query: null,
938 verbose parsed url pathname: '[email protected]',
938 verbose parsed url path: '[email protected]',
938 verbose parsed url href: '[email protected]' }
939 verbose cache add name="ms" spec="0.6.2" args=["ms","0.6.2"]
940 verbose parsed url { protocol: null,
940 verbose parsed url slashes: null,
940 verbose parsed url auth: null,
940 verbose parsed url host: null,
940 verbose parsed url port: null,
940 verbose parsed url hostname: null,
940 verbose parsed url hash: null,
940 verbose parsed url search: null,
940 verbose parsed url query: null,
940 verbose parsed url pathname: '0.6.2',
940 verbose parsed url path: '0.6.2',
940 verbose parsed url href: '0.6.2' }
941 verbose addNamed [ 'ms', '0.6.2' ]
942 verbose addNamed [ '0.6.2', '0.6.2' ]
943 silly lockFile 549cc243-ms-0-6-2 [email protected]
944 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\549cc243-ms-0-6-2.lock
945 silly gunzTarPerm extractEntry testing/head.jade
946 silly gunzTarPerm extractEntry testing/index.jade
947 silly lockFile 6033e8de-odules-mocha-node-modules-mkdirp tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\mkdirp
948 silly lockFile 6033e8de-odules-mocha-node-modules-mkdirp tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\mkdirp
949 silly lockFile d385cab7-m-cache-mkdirp-0-3-5-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.5\package.tgz
950 silly lockFile d385cab7-m-cache-mkdirp-0-3-5-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.5\package.tgz
951 info preinstall [email protected]
952 verbose readDependencies using package.json deps
953 verbose readDependencies using package.json deps
954 silly resolved []
955 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\mkdirp
956 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\mkdirp
957 verbose linkStuff [ false,
957 verbose linkStuff false,
957 verbose linkStuff false,
957 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules' ]
958 info linkStuff [email protected]
959 verbose linkBins [email protected]
960 verbose linkMans [email protected]
961 verbose rebuildBundles [email protected]
962 info install [email protected]
963 info postinstall [email protected]
964 verbose url raw ms
965 verbose url resolving [ 'https://registry.npmjs.org/', './ms' ]
966 verbose url resolved https://registry.npmjs.org/ms
967 info trying registry request attempt 1 at 11:17:12
968 verbose etag "DRQK83FN5JEKTMC2Y495ICOH"
969 http GET https://registry.npmjs.org/ms
970 silly gunzTarPerm extractEntry testing/layout.jade
971 silly gunzTarPerm extractEntry testing/user.jade
972 silly gunzTarPerm extractEntry bin/jade
973 silly gunzTarPerm extractEntry jade.md
974 silly gunzTarPerm extractEntry test.jade
975 silly gunzTarPerm extractEntry lib/compiler.js
976 silly gunzTarPerm extractEntry lib/filters.js
977 silly gunzTarPerm extractEntry lib/inline-tags.js
978 silly lockFile 4255877f--modules-mocha-node-modules-glob tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob
979 silly lockFile 4255877f--modules-mocha-node-modules-glob tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob
980 silly gunzTarPerm extractEntry lib/jade.js
981 silly gunzTarPerm extractEntry lib/doctypes.js
982 silly lockFile 5ff62335-npm-cache-glob-3-2-3-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\glob\3.2.3\package.tgz
983 silly lockFile 5ff62335-npm-cache-glob-3-2-3-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\glob\3.2.3\package.tgz
984 info preinstall [email protected]
985 verbose readDependencies using package.json deps
986 silly gunzTarPerm extractEntry lib/self-closing.js
987 silly gunzTarPerm extractEntry lib/parser.js
988 verbose readDependencies using package.json deps
989 silly gunzTarPerm extractEntry lib/runtime.js
990 silly gunzTarPerm extractEntry lib/utils.js
991 silly gunzTarPerm extractEntry lib/lexer.js
992 silly gunzTarPerm extractEntry lib/nodes/attrs.js
993 silly gunzTarPerm extractEntry lib/nodes/code.js
994 silly gunzTarPerm extractEntry lib/nodes/comment.js
995 silly gunzTarPerm extractEntry lib/nodes/doctype.js
996 silly gunzTarPerm extractEntry lib/nodes/case.js
997 silly gunzTarPerm extractEntry lib/nodes/filter.js
998 silly gunzTarPerm extractEntry lib/nodes/index.js
999 silly gunzTarPerm extractEntry lib/nodes/literal.js
1000 silly gunzTarPerm extractEntry lib/nodes/mixin.js
1001 silly gunzTarPerm extractEntry lib/nodes/node.js
1002 silly gunzTarPerm extractEntry lib/nodes/block.js
1003 silly gunzTarPerm extractEntry lib/nodes/tag.js
1004 silly gunzTarPerm extractEntry lib/nodes/block-comment.js
1005 silly gunzTarPerm extractEntry lib/nodes/text.js
1006 silly gunzTarPerm extractEntry lib/nodes/each.js
1007 verbose cache add [ 'minimatch@~0.2.11', null ]
1008 verbose cache add name=undefined spec="minimatch@~0.2.11" args=["minimatch@~0.2.11",null]
1009 verbose parsed url { protocol: null,
1009 verbose parsed url slashes: null,
1009 verbose parsed url auth: null,
1009 verbose parsed url host: null,
1009 verbose parsed url port: null,
1009 verbose parsed url hostname: null,
1009 verbose parsed url hash: null,
1009 verbose parsed url search: null,
1009 verbose parsed url query: null,
1009 verbose parsed url pathname: 'minimatch@~0.2.11',
1009 verbose parsed url path: 'minimatch@~0.2.11',
1009 verbose parsed url href: 'minimatch@~0.2.11' }
1010 verbose cache add [ 'graceful-fs@~2.0.0', null ]
1011 verbose cache add name=undefined spec="graceful-fs@~2.0.0" args=["graceful-fs@~2.0.0",null]
1012 verbose parsed url { protocol: null,
1012 verbose parsed url slashes: null,
1012 verbose parsed url auth: null,
1012 verbose parsed url host: null,
1012 verbose parsed url port: null,
1012 verbose parsed url hostname: null,
1012 verbose parsed url hash: null,
1012 verbose parsed url search: null,
1012 verbose parsed url query: null,
1012 verbose parsed url pathname: 'graceful-fs@~2.0.0',
1012 verbose parsed url path: 'graceful-fs@~2.0.0',
1012 verbose parsed url href: 'graceful-fs@~2.0.0' }
1013 verbose cache add [ 'inherits@2', null ]
1014 verbose cache add name=undefined spec="inherits@2" args=["inherits@2",null]
1015 verbose parsed url { protocol: null,
1015 verbose parsed url slashes: null,
1015 verbose parsed url auth: null,
1015 verbose parsed url host: null,
1015 verbose parsed url port: null,
1015 verbose parsed url hostname: null,
1015 verbose parsed url hash: null,
1015 verbose parsed url search: null,
1015 verbose parsed url query: null,
1015 verbose parsed url pathname: 'inherits@2',
1015 verbose parsed url path: 'inherits@2',
1015 verbose parsed url href: 'inherits@2' }
1016 verbose cache add name="minimatch" spec="~0.2.11" args=["minimatch","~0.2.11"]
1017 verbose parsed url { protocol: null,
1017 verbose parsed url slashes: null,
1017 verbose parsed url auth: null,
1017 verbose parsed url host: null,
1017 verbose parsed url port: null,
1017 verbose parsed url hostname: null,
1017 verbose parsed url hash: null,
1017 verbose parsed url search: null,
1017 verbose parsed url query: null,
1017 verbose parsed url pathname: '~0.2.11',
1017 verbose parsed url path: '~0.2.11',
1017 verbose parsed url href: '~0.2.11' }
1018 verbose addNamed [ 'minimatch', '~0.2.11' ]
1019 verbose addNamed [ null, '>=0.2.11-0 <0.3.0-0' ]
1020 silly lockFile 94473efb-minimatch-0-2-11 minimatch@~0.2.11
1021 verbose lock minimatch@~0.2.11 C:\Users\Administrador\AppData\Roaming\npm-cache\94473efb-minimatch-0-2-11.lock
1022 verbose cache add name="graceful-fs" spec="~2.0.0" args=["graceful-fs","~2.0.0"]
1023 verbose parsed url { protocol: null,
1023 verbose parsed url slashes: null,
1023 verbose parsed url auth: null,
1023 verbose parsed url host: null,
1023 verbose parsed url port: null,
1023 verbose parsed url hostname: null,
1023 verbose parsed url hash: null,
1023 verbose parsed url search: null,
1023 verbose parsed url query: null,
1023 verbose parsed url pathname: '~2.0.0',
1023 verbose parsed url path: '~2.0.0',
1023 verbose parsed url href: '~2.0.0' }
1024 verbose addNamed [ 'graceful-fs', '~2.0.0' ]
1025 verbose addNamed [ null, '>=2.0.0-0 <2.1.0-0' ]
1026 silly lockFile 8863dcc9-graceful-fs-2-0-0 graceful-fs@~2.0.0
1027 verbose lock graceful-fs@~2.0.0 C:\Users\Administrador\AppData\Roaming\npm-cache\8863dcc9-graceful-fs-2-0-0.lock
1028 verbose cache add name="inherits" spec="2" args=["inherits","2"]
1029 verbose parsed url { protocol: null,
1029 verbose parsed url slashes: null,
1029 verbose parsed url auth: null,
1029 verbose parsed url host: null,
1029 verbose parsed url port: null,
1029 verbose parsed url hostname: null,
1029 verbose parsed url hash: null,
1029 verbose parsed url search: null,
1029 verbose parsed url query: null,
1029 verbose parsed url pathname: '2',
1029 verbose parsed url path: '2',
1029 verbose parsed url href: '2' }
1030 verbose addNamed [ 'inherits', '2' ]
1031 verbose addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
1032 silly lockFile 1f7ff4de-inherits-2 inherits@2
1033 verbose lock inherits@2 C:\Users\Administrador\AppData\Roaming\npm-cache\1f7ff4de-inherits-2.lock
1034 silly addNameRange { name: 'minimatch',
1034 silly addNameRange range: '>=0.2.11-0 <0.3.0-0',
1034 silly addNameRange hasData: false }
1035 silly addNameRange { name: 'graceful-fs',
1035 silly addNameRange range: '>=2.0.0-0 <2.1.0-0',
1035 silly addNameRange hasData: false }
1036 silly addNameRange { name: 'inherits', range: '>=2.0.0-0 <3.0.0-0', hasData: false }
1037 verbose url raw minimatch
1038 verbose url resolving [ 'https://registry.npmjs.org/', './minimatch' ]
1039 verbose url resolved https://registry.npmjs.org/minimatch
1040 info trying registry request attempt 1 at 11:17:12
1041 verbose etag "54PT5ADJXGOWSHXWFW5U47NQH"
1042 http GET https://registry.npmjs.org/minimatch
1043 silly lockFile 5e9d2222--modules-mocha-node-modules-jade tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\jade
1044 silly lockFile 5e9d2222--modules-mocha-node-modules-jade tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\jade
1045 silly lockFile 81ccc74d-pm-cache-jade-0-26-3-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\jade\0.26.3\package.tgz
1046 silly lockFile 81ccc74d-pm-cache-jade-0-26-3-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\jade\0.26.3\package.tgz
1047 info preinstall [email protected]
1048 verbose url raw graceful-fs
1049 verbose url resolving [ 'https://registry.npmjs.org/', './graceful-fs' ]
1050 verbose url resolved https://registry.npmjs.org/graceful-fs
1051 info trying registry request attempt 1 at 11:17:12
1052 verbose etag "26MG4BGLKHIG9PZ5X65LFK0DT"
1053 http GET https://registry.npmjs.org/graceful-fs
1054 verbose readDependencies using package.json deps
1055 verbose readDependencies using package.json deps
1056 verbose url raw inherits
1057 verbose url resolving [ 'https://registry.npmjs.org/', './inherits' ]
1058 verbose url resolved https://registry.npmjs.org/inherits
1059 info trying registry request attempt 1 at 11:17:12
1060 verbose etag "BCIWT1Q7RLZNUZRQ3GO6GVLNQ"
1061 http GET https://registry.npmjs.org/inherits
1062 verbose cache add [ '[email protected]', null ]
1063 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
1064 verbose parsed url { protocol: null,
1064 verbose parsed url slashes: null,
1064 verbose parsed url auth: null,
1064 verbose parsed url host: null,
1064 verbose parsed url port: null,
1064 verbose parsed url hostname: null,
1064 verbose parsed url hash: null,
1064 verbose parsed url search: null,
1064 verbose parsed url query: null,
1064 verbose parsed url pathname: '[email protected]',
1064 verbose parsed url path: '[email protected]',
1064 verbose parsed url href: '[email protected]' }
1065 verbose cache add [ '[email protected]', null ]
1066 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
1067 verbose parsed url { protocol: null,
1067 verbose parsed url slashes: null,
1067 verbose parsed url auth: null,
1067 verbose parsed url host: null,
1067 verbose parsed url port: null,
1067 verbose parsed url hostname: null,
1067 verbose parsed url hash: null,
1067 verbose parsed url search: null,
1067 verbose parsed url query: null,
1067 verbose parsed url pathname: '[email protected]',
1067 verbose parsed url path: '[email protected]',
1067 verbose parsed url href: '[email protected]' }
1068 verbose cache add name="commander" spec="0.6.1" args=["commander","0.6.1"]
1069 verbose parsed url { protocol: null,
1069 verbose parsed url slashes: null,
1069 verbose parsed url auth: null,
1069 verbose parsed url host: null,
1069 verbose parsed url port: null,
1069 verbose parsed url hostname: null,
1069 verbose parsed url hash: null,
1069 verbose parsed url search: null,
1069 verbose parsed url query: null,
1069 verbose parsed url pathname: '0.6.1',
1069 verbose parsed url path: '0.6.1',
1069 verbose parsed url href: '0.6.1' }
1070 verbose addNamed [ 'commander', '0.6.1' ]
1071 verbose addNamed [ '0.6.1', '0.6.1' ]
1072 silly lockFile fa16a2ce-commander-0-6-1 [email protected]
1073 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\fa16a2ce-commander-0-6-1.lock
1074 verbose cache add name="mkdirp" spec="0.3.0" args=["mkdirp","0.3.0"]
1075 verbose parsed url { protocol: null,
1075 verbose parsed url slashes: null,
1075 verbose parsed url auth: null,
1075 verbose parsed url host: null,
1075 verbose parsed url port: null,
1075 verbose parsed url hostname: null,
1075 verbose parsed url hash: null,
1075 verbose parsed url search: null,
1075 verbose parsed url query: null,
1075 verbose parsed url pathname: '0.3.0',
1075 verbose parsed url path: '0.3.0',
1075 verbose parsed url href: '0.3.0' }
1076 verbose addNamed [ 'mkdirp', '0.3.0' ]
1077 verbose addNamed [ '0.3.0', '0.3.0' ]
1078 silly lockFile 9a6651f3-mkdirp-0-3-0 [email protected]
1079 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\9a6651f3-mkdirp-0-3-0.lock
1080 verbose registry.get commander not expired, no request
1081 verbose registry.get mkdirp not expired, no request
1082 silly lockFile fa16a2ce-commander-0-6-1 [email protected]
1083 silly lockFile fa16a2ce-commander-0-6-1 [email protected]
1084 silly lockFile 9a6651f3-mkdirp-0-3-0 [email protected]
1085 silly lockFile 9a6651f3-mkdirp-0-3-0 [email protected]
1086 silly resolved [ { name: 'commander',
1086 silly resolved version: '0.6.1',
1086 silly resolved description: 'the complete solution for node.js command-line programs',
1086 silly resolved keywords: [ 'command', 'option', 'parser', 'prompt', 'stdin' ],
1086 silly resolved author: { name: 'TJ Holowaychuk', email: '[email protected]' },
1086 silly resolved repository:
1086 silly resolved { type: 'git',
1086 silly resolved url: 'git://github.com/visionmedia/commander.js.git' },
1086 silly resolved dependencies: {},
1086 silly resolved devDependencies: { should: '>= 0.0.1' },
1086 silly resolved scripts: { test: 'make test' },
1086 silly resolved main: 'index',
1086 silly resolved engines: { node: '>= 0.4.x' },
1086 silly resolved _npmUser: { name: 'tjholowaychuk', email: '[email protected]' },
1086 silly resolved _id: '[email protected]',
1086 silly resolved optionalDependencies: {},
1086 silly resolved _engineSupported: true,
1086 silly resolved _npmVersion: '1.1.0-3',
1086 silly resolved _nodeVersion: 'v0.6.12',
1086 silly resolved _defaultsLoaded: true,
1086 silly resolved dist:
1086 silly resolved { shasum: 'fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06',
1086 silly resolved tarball: 'http://registry.npmjs.org/commander/-/commander-0.6.1.tgz' },
1086 silly resolved maintainers: [ [Object] ],
1086 silly resolved directories: {},
1086 silly resolved _shasum: 'fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06',
1086 silly resolved from: '[email protected]',
1086 silly resolved resolved: 'https://registry.npmjs.org/commander/-/commander-0.6.1.tgz',
1086 silly resolved bugs: { url: 'https://github.com/visionmedia/commander.js/issues' },
1086 silly resolved readme: 'ERROR: No README data found!',
1086 silly resolved homepage: 'https://github.com/visionmedia/commander.js' },
1086 silly resolved { name: 'mkdirp',
1086 silly resolved description: 'Recursively mkdir, like mkdir -p',
1086 silly resolved version: '0.3.0',
1086 silly resolved author:
1086 silly resolved { name: 'James Halliday',
1086 silly resolved email: '[email protected]',
1086 silly resolved url: 'http://substack.net' },
1086 silly resolved main: './index',
1086 silly resolved keywords: [ 'mkdir', 'directory' ],
1086 silly resolved repository:
1086 silly resolved { type: 'git',
1086 silly resolved url: 'git://github.com/substack/node-mkdirp.git' },
1086 silly resolved scripts: { test: 'tap test/
.js' },
1086 silly resolved devDependencies: { tap: '0.0.x' },
1086 silly resolved license: 'MIT/X11',
1086 silly resolved engines: { node: '
' },
1086 silly resolved _npmUser: { name: 'substack', email: '[email protected]' },
1086 silly resolved _id: '[email protected]',
1086 silly resolved dependencies: {},
1086 silly resolved _engineSupported: true,
1086 silly resolved _npmVersion: '1.0.106',
1086 silly resolved _nodeVersion: 'v0.4.12',
1086 silly resolved _defaultsLoaded: true,
1086 silly resolved dist:
1086 silly resolved { shasum: '1bbf5ab1ba827af23575143490426455f481fe1e',
1086 silly resolved tarball: 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz' },
1086 silly resolved maintainers: [ [Object] ],
1086 silly resolved directories: {},
1086 silly resolved _shasum: '1bbf5ab1ba827af23575143490426455f481fe1e',
1086 silly resolved _from: '[email protected]',
1086 silly resolved _resolved: 'https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz',
1086 silly resolved bugs: { url: 'https://github.com/substack/node-mkdirp/issues' },
1086 silly resolved readme: 'ERROR: No README data found!',
1086 silly resolved homepage: 'https://github.com/substack/node-mkdirp' } ]
1087 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade
1088 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade
1089 info installOne [email protected]
1090 info installOne [email protected]
1091 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules\commander unbuild
1092 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules\mkdirp unbuild
1093 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\commander\0.6.1\package.tgz
1094 silly lockFile 9a39f466-ules-jade-node-modules-commander tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\jade\node_modules\commander
1095 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules\commander C:\Users

\Administrador\AppData\Roaming\npm-cache\9a39f466-ules-jade-node-modules-commander.lock
1096 silly lockFile 65092257-ache-commander-0-6-1-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\commander\0.6.1\package.tgz
1097 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\commander\0.6.1\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\65092257-ache-commander-0-6-1

-package-tgz.lock
1098 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.0\package.tgz
1099 silly lockFile 1d0e58b9-modules-jade-node-modules-mkdirp tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\jade\node_modules\mkdirp
1100 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules\mkdirp C:\Users

\Administrador\AppData\Roaming\npm-cache\1d0e58b9-modules-jade-node-modules-mkdirp.lock
1101 silly lockFile 575e08a8-m-cache-mkdirp-0-3-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.0\package.tgz
1102 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.0\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\575e08a8-m-cache-mkdirp-0-3-0-

package-tgz.lock
1103 silly gunzTarPerm modes [ '755', '644' ]
1104 silly gunzTarPerm modes [ '755', '644' ]
1105 silly gunzTarPerm extractEntry .npmignore
1106 silly gunzTarPerm extractEntry .travis.yml
1107 silly gunzTarPerm extractEntry History.md
1108 silly gunzTarPerm extractEntry index.js
1109 silly gunzTarPerm extractEntry lib/
1110 silly gunzTarPerm extractEntry index.js
1111 silly gunzTarPerm extractEntry package.json
1112 silly gunzTarPerm extractEntry .gitignore.rej
1113 silly gunzTarPerm extractEntry lib/commander.js
1114 silly gunzTarPerm extractEntry Makefile
1115 silly gunzTarPerm extractEntry package.json
1116 silly gunzTarPerm extractEntry Readme.md
1117 silly gunzTarPerm extractEntry .gitignore.orig
1118 silly gunzTarPerm extractEntry README.markdown
1119 silly gunzTarPerm extractEntry LICENSE
1120 silly gunzTarPerm extractEntry .gitignore
1121 silly gunzTarPerm extractEntry examples/pow.js.rej
1122 silly gunzTarPerm extractEntry examples/pow.js
1123 silly gunzTarPerm extractEntry examples/pow.js.orig
1124 silly gunzTarPerm extractEntry test/perm.js
1125 silly gunzTarPerm extractEntry test/umask_sync.js
1126 silly gunzTarPerm extractEntry test/perm_sync.js
1127 silly gunzTarPerm extractEntry test/race.js
1128 silly gunzTarPerm extractEntry test/rel.js
1129 silly gunzTarPerm extractEntry test/mkdirp.js
1130 silly gunzTarPerm extractEntry test/clobber.js
1131 silly gunzTarPerm extractEntry test/umask.js
1132 silly gunzTarPerm extractEntry test/sync.js
1133 silly gunzTarPerm extractEntry test/chmod.js
1134 silly lockFile 9a39f466-ules-jade-node-modules-commander tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\jade\node_modules\commander
1135 silly lockFile 9a39f466-ules-jade-node-modules-commander tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\jade\node_modules\commander
1136 silly lockFile 65092257-ache-commander-0-6-1-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\commander\0.6.1\package.tgz
1137 silly lockFile 65092257-ache-commander-0-6-1-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\commander\0.6.1\package.tgz
1138 info preinstall [email protected]
1139 verbose readDependencies using package.json deps
1140 verbose readDependencies using package.json deps
1141 silly resolved []
1142 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules\commander
1143 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules\commander
1144 verbose linkStuff [ false,
1144 verbose linkStuff false,
1144 verbose linkStuff false,
1144 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules' ]
1145 info linkStuff [email protected]
1146 verbose linkBins [email protected]
1147 verbose linkMans [email protected]
1148 verbose rebuildBundles [email protected]
1149 info install [email protected]
1150 info postinstall [email protected]
1151 silly lockFile 1d0e58b9-modules-jade-node-modules-mkdirp tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\jade\node_modules\mkdirp
1152 silly lockFile 1d0e58b9-modules-jade-node-modules-mkdirp tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\jade\node_modules\mkdirp
1153 silly lockFile 575e08a8-m-cache-mkdirp-0-3-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.0\package.tgz
1154 silly lockFile 575e08a8-m-cache-mkdirp-0-3-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\mkdirp\0.3.0\package.tgz
1155 info preinstall [email protected]
1156 verbose readDependencies using package.json deps
1157 verbose readDependencies using package.json deps
1158 silly resolved []
1159 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules\mkdirp
1160 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules\mkdirp
1161 verbose linkStuff [ false,
1161 verbose linkStuff false,
1161 verbose linkStuff false,
1161 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade\node_modules' ]
1162 info linkStuff [email protected]
1163 verbose linkBins [email protected]
1164 verbose linkMans [email protected]
1165 verbose rebuildBundles [email protected]
1166 info install [email protected]
1167 info postinstall [email protected]
1168 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade
1169 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\jade
1170 verbose linkStuff [ false,
1170 verbose linkStuff false,
1170 verbose linkStuff false,
1170 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules' ]
1171 info linkStuff [email protected]
1172 verbose linkBins [email protected]
1173 verbose link bins [ { jade: './bin/jade' },
1173 verbose link bins 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules.bin',
1173 verbose link bins false ]
1174 verbose linkMans [email protected]
1175 verbose rebuildBundles [email protected]
1176 verbose rebuildBundles [ 'commander', 'mkdirp' ]
1177 info install [email protected]
1178 info postinstall [email protected]
1179 http 200 https://registry.npmjs.org/inherits
1180 silly registry.get cb [ 200,
1180 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:26 GMT',
1180 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)',
1180 silly registry.get etag: '"7QT3SHOKA6S3CXON3RRL70KOH"',
1180 silly registry.get 'content-type': 'application/json',
1180 silly registry.get 'cache-control': 'max-age=60',
1180 silly registry.get 'content-length': '6890',
1180 silly registry.get 'accept-ranges': 'bytes',
1180 silly registry.get via: '1.1 varnish',
1180 silly registry.get age: '215',
1180 silly registry.get 'x-served-by': 'cache-at51-ATL',
1180 silly registry.get 'x-cache': 'HIT',
1180 silly registry.get 'x-cache-hits': '3',
1180 silly registry.get 'x-timer': 'S1409840246.163715,VS0,VE0',
1180 silly registry.get vary: 'Accept',
1180 silly registry.get 'keep-alive': 'timeout=10, max=50',
1180 silly registry.get connection: 'Keep-Alive' } ]
1181 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.0-0 <3.0.0-0', hasData: true }
1182 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
1183 verbose addNamed [ 'inherits', '2.0.1' ]
1184 verbose addNamed [ '2.0.1', '2.0.1' ]
1185 silly lockFile 2b2e8f1b-inherits-2-0-1 [email protected]
1186 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\2b2e8f1b-inherits-2-0-1.lock
1187 silly lockFile 2b2e8f1b-inherits-2-0-1 [email protected]
1188 silly lockFile 2b2e8f1b-inherits-2-0-1 [email protected]
1189 silly lockFile 1f7ff4de-inherits-2 inherits@2
1190 silly lockFile 1f7ff4de-inherits-2 inherits@2
1191 http 200 https://registry.npmjs.org/ms
1192 silly registry.get cb [ 200,
1192 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:26 GMT',
1192 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)',
1192 silly registry.get etag: '"DTAJZ7I7M2KLE9MPXNM9EJO36"',
1192 silly registry.get 'content-type': 'application/json',
1192 silly registry.get 'cache-control': 'max-age=60',
1192 silly registry.get 'content-length': '15247',
1192 silly registry.get 'accept-ranges': 'bytes',
1192 silly registry.get via: '1.1 varnish',
1192 silly registry.get age: '311',
1192 silly registry.get 'x-served-by': 'cache-at52-ATL',
1192 silly registry.get 'x-cache': 'HIT',
1192 silly registry.get 'x-cache-hits': '1',
1192 silly registry.get 'x-timer': 'S1409840246.070091,VS0,VE0',
1192 silly registry.get vary: 'Accept',
1192 silly registry.get 'keep-alive': 'timeout=10, max=50',
1192 silly registry.get connection: 'Keep-Alive' } ]
1193 silly lockFile 7bcd2b3d-gistry-npmjs-org-ms-ms-0-6-2-tgz https://registry.npmjs.org/ms/-/ms-0.6.2.tgz
1194 verbose lock https://registry.npmjs.org/ms/-/ms-0.6.2.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\7bcd2b3d-gistry-npmjs-org-ms-ms-0-6-2-tgz.lock
1195 verbose addRemoteTarball [ 'https://registry.npmjs.org/ms/-/ms-0.6.2.tgz',
1195 verbose addRemoteTarball 'd89c2124c6fdc1353d65a8b77bf1aac4b193708c' ]
1196 info retry fetch attempt 1 at 11:17:13
1197 verbose fetch to= C:\Users\ADMINI~1\AppData\Local\Temp\npm-4044-DIcYeKrb\registry.npmjs.org\ms-\ms-0.6.2.tgz
1198 http GET https://registry.npmjs.org/ms/-/ms-0.6.2.tgz
1199 http 200 https://registry.npmjs.org/minimatch
1200 silly registry.get cb [ 200,
1200 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:26 GMT',
1200 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)',
1200 silly registry.get etag: '"4USV9OF40B0EP7D5MYVL1M20G"',
1200 silly registry.get 'content-type': 'application/json',
1200 silly registry.get 'cache-control': 'max-age=60',
1200 silly registry.get 'content-length': '32495',
1200 silly registry.get 'accept-ranges': 'bytes',
1200 silly registry.get via: '1.1 varnish',
1200 silly registry.get age: '83',
1200 silly registry.get 'x-served-by': 'cache-at52-ATL',
1200 silly registry.get 'x-cache': 'HIT',
1200 silly registry.get 'x-cache-hits': '4',
1200 silly registry.get 'x-timer': 'S1409840246.374706,VS0,VE0',
1200 silly registry.get vary: 'Accept',
1200 silly registry.get 'keep-alive': 'timeout=10, max=50',
1200 silly registry.get connection: 'Keep-Alive' } ]
1201 silly addNameRange number 2 { name: 'minimatch',
1201 silly addNameRange range: '>=0.2.11-0 <0.3.0-0',
1201 silly addNameRange hasData: true }
1202 silly addNameRange versions [ 'minimatch',
1202 silly addNameRange [ '0.0.1',
1202 silly addNameRange '0.0.2',
1202 silly addNameRange '0.0.4',
1202 silly addNameRange '0.0.5',
1202 silly addNameRange '0.1.1',
1202 silly addNameRange '0.1.2',
1202 silly addNameRange '0.1.3',
1202 silly addNameRange '0.1.4',
1202 silly addNameRange '0.1.5',
1202 silly addNameRange '0.2.0',
1202 silly addNameRange '0.2.2',
1202 silly addNameRange '0.2.3',
1202 silly addNameRange '0.2.4',
1202 silly addNameRange '0.2.5',
1202 silly addNameRange '0.2.6',
1202 silly addNameRange '0.2.7',
1202 silly addNameRange '0.2.8',
1202 silly addNameRange '0.2.9',
1202 silly addNameRange '0.2.10',
1202 silly addNameRange '0.2.11',
1202 silly addNameRange '0.2.12',
1202 silly addNameRange '0.2.13',
1202 silly addNameRange '0.2.14',
1202 silly addNameRange '0.3.0',
1202 silly addNameRange '0.4.0',
1202 silly addNameRange '1.0.0' ] ]
1203 verbose addNamed [ 'minimatch', '0.2.14' ]
1204 verbose addNamed [ '0.2.14', '0.2.14' ]
1205 silly lockFile a72880d0-minimatch-0-2-14 [email protected]
1206 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\a72880d0-minimatch-0-2-14.lock
1207 http 200 https://registry.npmjs.org/graceful-fs
1208 silly registry.get cb [ 200,
1208 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:26 GMT',
1208 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1208 silly registry.get etag: '"E9YRH00D88TBUZYCAP5HULZVR"',
1208 silly registry.get 'content-type': 'application/json',
1208 silly registry.get 'cache-control': 'max-age=60',
1208 silly registry.get 'content-length': '27897',
1208 silly registry.get 'accept-ranges': 'bytes',
1208 silly registry.get via: '1.1 varnish',
1208 silly registry.get age: '86',
1208 silly registry.get 'x-served-by': 'cache-at50-ATL',
1208 silly registry.get 'x-cache': 'HIT',
1208 silly registry.get 'x-cache-hits': '2',
1208 silly registry.get 'x-timer': 'S1409840246.374022,VS0,VE0',
1208 silly registry.get vary: 'Accept',
1208 silly registry.get 'keep-alive': 'timeout=10, max=50',
1208 silly registry.get connection: 'Keep-Alive' } ]
1209 silly addNameRange number 2 { name: 'graceful-fs',
1209 silly addNameRange range: '>=2.0.0-0 <2.1.0-0',
1209 silly addNameRange hasData: true }
1210 silly addNameRange versions [ 'graceful-fs',
1210 silly addNameRange [ '1.0.0',
1210 silly addNameRange '1.0.1',
1210 silly addNameRange '1.0.2',
1210 silly addNameRange '1.1.0',
1210 silly addNameRange '1.1.1',
1210 silly addNameRange '1.1.2',
1210 silly addNameRange '1.1.3',
1210 silly addNameRange '1.1.4',
1210 silly addNameRange '1.1.5',
1210 silly addNameRange '1.1.6',
1210 silly addNameRange '1.1.7',
1210 silly addNameRange '1.1.8',
1210 silly addNameRange '1.1.9',
1210 silly addNameRange '1.1.10',
1210 silly addNameRange '1.1.11',
1210 silly addNameRange '1.1.12',
1210 silly addNameRange '1.1.13',
1210 silly addNameRange '1.1.14',
1210 silly addNameRange '1.2.0',
1210 silly addNameRange '1.2.1',
1210 silly addNameRange '1.2.2',
1210 silly addNameRange '1.2.3',
1210 silly addNameRange '2.0.0',
1210 silly addNameRange '2.0.1',
1210 silly addNameRange '2.0.2',
1210 silly addNameRange '2.0.3',
1210 silly addNameRange '3.0.0',
1210 silly addNameRange '3.0.1',
1210 silly addNameRange '3.0.2' ] ]
1211 verbose addNamed [ 'graceful-fs', '2.0.3' ]
1212 verbose addNamed [ '2.0.3', '2.0.3' ]
1213 silly lockFile aa717173-graceful-fs-2-0-3 [email protected]
1214 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\aa717173-graceful-fs-2-0-3.lock
1215 silly lockFile a72880d0-minimatch-0-2-14 [email protected]
1216 silly lockFile a72880d0-minimatch-0-2-14 [email protected]
1217 silly lockFile 94473efb-minimatch-0-2-11 minimatch@~0.2.11
1218 silly lockFile 94473efb-minimatch-0-2-11 minimatch@~0.2.11
1219 silly lockFile aa717173-graceful-fs-2-0-3 [email protected]
1220 silly lockFile aa717173-graceful-fs-2-0-3 [email protected]
1221 silly lockFile 8863dcc9-graceful-fs-2-0-0 graceful-fs@~2.0.0
1222 silly lockFile 8863dcc9-graceful-fs-2-0-0 graceful-fs@~2.0.0
1223 silly resolved [ { name: 'inherits',
1223 silly resolved description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
1223 silly resolved version: '2.0.1',
1223 silly resolved keywords:
1223 silly resolved [ 'inheritance',
1223 silly resolved 'class',
1223 silly resolved 'klass',
1223 silly resolved 'oop',
1223 silly resolved 'object-oriented',
1223 silly resolved 'inherits',
1223 silly resolved 'browser',
1223 silly resolved 'browserify' ],
1223 silly resolved main: './inherits.js',
1223 silly resolved browser: './inherits_browser.js',
1223 silly resolved repository: { type: 'git', url: 'git://github.com/isaacs/inherits' },
1223 silly resolved license: 'ISC',
1223 silly resolved scripts: { test: 'node test' },
1223 silly resolved readme: 'Browser-friendly inheritance fully compatible with standard node.js\ninherits.\n\nThis

package exports standard inherits from node.js util module in\nnode environment, but also provides alternative browser-friendly\nimplementation through [browser\nfield]

(https://gist.github.com/shtylman/4339901). Alternative\nimplementation is a literal copy of standard one located in standalone\nmodule to avoid requiring of util. It also has a shim for old\nbrowsers

with no Object.create support.\n\nWhile keeping you sure you are using standard inherits\nimplementation in node.js environment, it allows bundlers such as\n[browserify]

(https://github.com/substack/node-browserify) to not\ninclude full util package to your client code if all you need is\njust inherits function. It worth, because browser shim for util\npackage is

large and inherits is often the single function you need\nfrom it.\n\nIt's recommended to use this package instead of\nrequire(\'util\').inherits for any code that has chances to be used\nnot only in

node.js but in browser too.\n\n## usage\n\njs\nvar inherits = require(\'inherits\');\n// then use exactly as the standard one\n\n\n## note on version ~1.0\n\nVersion ~1.0 had completely

different motivation and is not compatible\nneither with 2.0 nor with standard node.js inherits.\n\nIf you are using version ~1.0 and planning to switch to ~2.0, be\ncareful:\n\n* new version uses

super_ instead of super for referencing\n superclass\n* new version overwrites current prototype while old one preserves any\n existing fields on it\n',
1223 silly resolved readmeFilename: 'README.md',
1223 silly resolved bugs: { url: 'https://github.com/isaacs/inherits/issues' },
1223 silly resolved _id: '[email protected]',
1223 silly resolved dist:
1223 silly resolved { shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
1223 silly resolved tarball: 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz' },
1223 silly resolved _from: 'inherits@2',
1223 silly resolved _npmVersion: '1.3.8',
1223 silly resolved _npmUser: { name: 'isaacs', email: '[email protected]' },
1223 silly resolved maintainers: [ [Object] ],
1223 silly resolved directories: {},
1223 silly resolved shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
1223 silly resolved resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
1223 silly resolved homepage: 'https://github.com/isaacs/inherits' },
1223 silly resolved { author:
1223 silly resolved { name: 'Isaac Z. Schlueter',
1223 silly resolved email: '[email protected]',
1223 silly resolved url: 'http://blog.izs.me' },
1223 silly resolved name: 'minimatch',
1223 silly resolved description: 'a glob matcher in javascript',
1223 silly resolved version: '0.2.14',
1223 silly resolved repository: { type: 'git', url: 'git://github.com/isaacs/minimatch.git' },
1223 silly resolved main: 'minimatch.js',
1223 silly resolved scripts: { test: 'tap test/
.js' },
1223 silly resolved engines: { node: '
' },
1223 silly resolved dependencies: { 'lru-cache': '2', sigmund: '~1.0.0' },
1223 silly resolved devDependencies: { tap: '' },
1223 silly resolved license:
1223 silly resolved { type: 'MIT',
1223 silly resolved url: 'http://github.com/isaacs/minimatch/raw/master/LICENSE' },
1223 silly resolved bugs: { url: 'https://github.com/isaacs/minimatch/issues' },
1223 silly resolved homepage: 'https://github.com/isaacs/minimatch',
1223 silly resolved _id: '[email protected]',
1223 silly resolved dist:
1223 silly resolved { shasum: 'c74e780574f63c6f9a090e90efbe6ef53a6a756a',
1223 silly resolved tarball: 'http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz' },
1223 silly resolved _from: 'minimatch@~0.2.11',
1223 silly resolved _npmVersion: '1.3.17',
1223 silly resolved _npmUser: { name: 'isaacs', email: '[email protected]' },
1223 silly resolved maintainers: [ [Object] ],
1223 silly resolved directories: {},
1223 silly resolved _shasum: 'c74e780574f63c6f9a090e90efbe6ef53a6a756a',
1223 silly resolved _resolved: 'https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
1223 silly resolved readme: 'ERROR: No README data found!' },
1223 silly resolved { author:
1223 silly resolved { name: 'Isaac Z. Schlueter',
1223 silly resolved email: '[email protected]',
1223 silly resolved url: 'http://blog.izs.me' },
1223 silly resolved name: 'graceful-fs',
1223 silly resolved description: 'A drop-in replacement for fs, making various improvements.',
1223 silly resolved version: '2.0.3',
1223 silly resolved repository:
1223 silly resolved { type: 'git',
1223 silly resolved url: 'git://github.com/isaacs/node-graceful-fs.git' },
1223 silly resolved main: 'graceful-fs.js',
1223 silly resolved engines: { node: '>=0.4.0' },
1223 silly resolved directories: { test: 'test' },
1223 silly resolved scripts: { test: 'tap test/*.js' },
1223 silly resolved keywords:
1223 silly resolved [ 'fs',
1223 silly resolved 'module',
1223 silly resolved 'reading',
1223 silly resolved 'retry',
1223 silly resolved 'retries',
1223 silly resolved 'queue',
1223 silly resolved 'error',
1223 silly resolved 'errors',
1223 silly resolved 'handling',
1223 silly resolved 'EMFILE',
1223 silly resolved 'EAGAIN',
1223 silly resolved 'EINVAL',
1223 silly resolved 'EPERM',
1223 silly resolved 'EACCESS' ],
1223 silly resolved license: 'BSD',
1223 silly resolved bugs: { url: 'https://github.com/isaacs/node-graceful-fs/issues' },
1223 silly resolved homepage: 'https://github.com/isaacs/node-graceful-fs',
1223 silly resolved _id: '[email protected]',
1223 silly resolved dist:
1223 silly resolved { shasum: '7cd2cdb228a4a3f36e95efa6cc142de7d1a136d0',
1223 silly resolved tarball: 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz' },
1223 silly resolved _from: 'graceful-fs@~2.0.0',
1223 silly resolved _npmVersion: '1.4.6',
1223 silly resolved _npmUser: { name: 'isaacs', email: '[email protected]' },
1223 silly resolved maintainers: [ [Object] ],
1223 silly resolved _shasum: '7cd2cdb228a4a3f36e95efa6cc142de7d1a136d0',
1223 silly resolved _resolved: 'https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz',
1223 silly resolved readme: 'ERROR: No README data found!' } ]
1224 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob
1225 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob
1226 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob
1227 info installOne [email protected]
1228 info installOne [email protected]
1229 info installOne [email protected]
1230 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\inherits unbuild
1231 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch unbuild
1232 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\graceful-fs unbuild
1233 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
1234 silly lockFile 7932b987-dules-glob-node-modules-inherits tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\inherits
1235 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\inherits C:\Users

\Administrador\AppData\Roaming\npm-cache\7932b987-dules-glob-node-modules-inherits.lock
1236 silly lockFile e7bd3e48-cache-inherits-2-0-1-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
1237 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\e7bd3e48-cache-inherits-2-0-1-

package-tgz.lock
1238 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\minimatch\0.2.14\package.tgz
1239 silly lockFile 765ee3ad-ules-glob-node-modules-minimatch tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\minimatch
1240 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch C:\Users

\Administrador\AppData\Roaming\npm-cache\765ee3ad-ules-glob-node-modules-minimatch.lock
1241 silly lockFile 1a0b9f5f-che-minimatch-0-2-14-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\minimatch\0.2.14\package.tgz
1242 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\minimatch\0.2.14\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\1a0b9f5f-che-minimatch-0-2-14-

package-tgz.lock
1243 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package.tgz
1244 silly lockFile 80b51660-es-glob-node-modules-graceful-fs tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\graceful-fs
1245 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\graceful-fs C:\Users

\Administrador\AppData\Roaming\npm-cache\80b51660-es-glob-node-modules-graceful-fs.lock
1246 silly lockFile 501ad0ff-he-graceful-fs-2-0-3-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package.tgz
1247 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\501ad0ff-he-graceful-fs-2-0-3-

package-tgz.lock
1248 silly gunzTarPerm modes [ '755', '644' ]
1249 silly gunzTarPerm modes [ '755', '644' ]
1250 silly gunzTarPerm modes [ '755', '644' ]
1251 silly gunzTarPerm extractEntry package.json
1252 silly gunzTarPerm extractEntry README.md
1253 silly gunzTarPerm extractEntry LICENSE
1254 silly gunzTarPerm extractEntry inherits.js
1255 silly gunzTarPerm extractEntry inherits_browser.js
1256 silly gunzTarPerm extractEntry test.js
1257 silly gunzTarPerm extractEntry package.json
1258 silly gunzTarPerm extractEntry .npmignore
1259 silly gunzTarPerm extractEntry README.md
1260 silly gunzTarPerm extractEntry LICENSE
1261 silly gunzTarPerm extractEntry graceful-fs.js
1262 silly gunzTarPerm extractEntry package.json
1263 silly gunzTarPerm extractEntry polyfills.js
1264 silly gunzTarPerm extractEntry test/open.js
1265 silly gunzTarPerm extractEntry test/readdir-sort.js
1266 silly gunzTarPerm extractEntry .npmignore
1267 silly gunzTarPerm extractEntry README.md
1268 silly gunzTarPerm extractEntry LICENSE
1269 silly gunzTarPerm extractEntry minimatch.js
1270 silly lockFile 7932b987-dules-glob-node-modules-inherits tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\inherits
1271 silly lockFile 7932b987-dules-glob-node-modules-inherits tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\inherits
1272 silly gunzTarPerm extractEntry test/basic.js
1273 silly lockFile e7bd3e48-cache-inherits-2-0-1-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
1274 silly lockFile e7bd3e48-cache-inherits-2-0-1-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
1275 info preinstall [email protected]
1276 verbose readDependencies using package.json deps
1277 verbose readDependencies using package.json deps
1278 silly resolved []
1279 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\inherits
1280 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\inherits
1281 verbose linkStuff [ false,
1281 verbose linkStuff false,
1281 verbose linkStuff false,
1281 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules' ]
1282 info linkStuff [email protected]
1283 verbose linkBins [email protected]
1284 verbose linkMans [email protected]
1285 verbose rebuildBundles [email protected]
1286 info install [email protected]
1287 info postinstall [email protected]
1288 silly gunzTarPerm extractEntry test/brace-expand.js
1289 silly gunzTarPerm extractEntry test/caching.js
1290 silly gunzTarPerm extractEntry test/defaults.js
1291 silly gunzTarPerm extractEntry test/extglob-ending-with-state-char.js
1292 silly lockFile 80b51660-es-glob-node-modules-graceful-fs tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\graceful-fs
1293 silly lockFile 80b51660-es-glob-node-modules-graceful-fs tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\graceful-fs
1294 silly lockFile 501ad0ff-he-graceful-fs-2-0-3-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package.tgz
1295 silly lockFile 501ad0ff-he-graceful-fs-2-0-3-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package.tgz
1296 info preinstall [email protected]
1297 verbose readDependencies using package.json deps
1298 verbose readDependencies using package.json deps
1299 silly resolved []
1300 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\graceful-fs
1301 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\graceful-fs
1302 verbose linkStuff [ false,
1302 verbose linkStuff false,
1302 verbose linkStuff false,
1302 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules' ]
1303 info linkStuff [email protected]
1304 verbose linkBins [email protected]
1305 verbose linkMans [email protected]
1306 verbose rebuildBundles [email protected]
1307 info install [email protected]
1308 info postinstall [email protected]
1309 silly lockFile 765ee3ad-ules-glob-node-modules-minimatch tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\minimatch
1310 silly lockFile 765ee3ad-ules-glob-node-modules-minimatch tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\minimatch
1311 silly lockFile 1a0b9f5f-che-minimatch-0-2-14-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\minimatch\0.2.14\package.tgz
1312 silly lockFile 1a0b9f5f-che-minimatch-0-2-14-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\minimatch\0.2.14\package.tgz
1313 info preinstall [email protected]
1314 verbose readDependencies using package.json deps
1315 verbose readDependencies using package.json deps
1316 verbose cache add [ 'lru-cache@2', null ]
1317 verbose cache add name=undefined spec="lru-cache@2" args=["lru-cache@2",null]
1318 verbose parsed url { protocol: null,
1318 verbose parsed url slashes: null,
1318 verbose parsed url auth: null,
1318 verbose parsed url host: null,
1318 verbose parsed url port: null,
1318 verbose parsed url hostname: null,
1318 verbose parsed url hash: null,
1318 verbose parsed url search: null,
1318 verbose parsed url query: null,
1318 verbose parsed url pathname: 'lru-cache@2',
1318 verbose parsed url path: 'lru-cache@2',
1318 verbose parsed url href: 'lru-cache@2' }
1319 verbose cache add [ 'sigmund@~1.0.0', null ]
1320 verbose cache add name=undefined spec="sigmund@~1.0.0" args=["sigmund@~1.0.0",null]
1321 verbose parsed url { protocol: null,
1321 verbose parsed url slashes: null,
1321 verbose parsed url auth: null,
1321 verbose parsed url host: null,
1321 verbose parsed url port: null,
1321 verbose parsed url hostname: null,
1321 verbose parsed url hash: null,
1321 verbose parsed url search: null,
1321 verbose parsed url query: null,
1321 verbose parsed url pathname: 'sigmund@~1.0.0',
1321 verbose parsed url path: 'sigmund@~1.0.0',
1321 verbose parsed url href: 'sigmund@~1.0.0' }
1322 verbose cache add name="lru-cache" spec="2" args=["lru-cache","2"]
1323 verbose parsed url { protocol: null,
1323 verbose parsed url slashes: null,
1323 verbose parsed url auth: null,
1323 verbose parsed url host: null,
1323 verbose parsed url port: null,
1323 verbose parsed url hostname: null,
1323 verbose parsed url hash: null,
1323 verbose parsed url search: null,
1323 verbose parsed url query: null,
1323 verbose parsed url pathname: '2',
1323 verbose parsed url path: '2',
1323 verbose parsed url href: '2' }
1324 verbose addNamed [ 'lru-cache', '2' ]
1325 verbose addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
1326 silly lockFile b4f9d1ff-lru-cache-2 lru-cache@2
1327 verbose lock lru-cache@2 C:\Users\Administrador\AppData\Roaming\npm-cache\b4f9d1ff-lru-cache-2.lock
1328 verbose cache add name="sigmund" spec="~1.0.0" args=["sigmund","~1.0.0"]
1329 verbose parsed url { protocol: null,
1329 verbose parsed url slashes: null,
1329 verbose parsed url auth: null,
1329 verbose parsed url host: null,
1329 verbose parsed url port: null,
1329 verbose parsed url hostname: null,
1329 verbose parsed url hash: null,
1329 verbose parsed url search: null,
1329 verbose parsed url query: null,
1329 verbose parsed url pathname: '~1.0.0',
1329 verbose parsed url path: '~1.0.0',
1329 verbose parsed url href: '~1.0.0' }
1330 verbose addNamed [ 'sigmund', '~1.0.0' ]
1331 verbose addNamed [ null, '>=1.0.0-0 <1.1.0-0' ]
1332 silly lockFile 584a4a05-sigmund-1-0-0 sigmund@~1.0.0
1333 verbose lock sigmund@~1.0.0 C:\Users\Administrador\AppData\Roaming\npm-cache\584a4a05-sigmund-1-0-0.lock
1334 silly addNameRange { name: 'lru-cache',
1334 silly addNameRange range: '>=2.0.0-0 <3.0.0-0',
1334 silly addNameRange hasData: false }
1335 silly addNameRange { name: 'sigmund', range: '>=1.0.0-0 <1.1.0-0', hasData: false }
1336 verbose url raw lru-cache
1337 verbose url resolving [ 'https://registry.npmjs.org/', './lru-cache' ]
1338 verbose url resolved https://registry.npmjs.org/lru-cache
1339 info trying registry request attempt 1 at 11:17:13
1340 verbose etag "1YCHIO6QBU94HU2SWIDBU93CX"
1341 http GET https://registry.npmjs.org/lru-cache
1342 verbose url raw sigmund
1343 verbose url resolving [ 'https://registry.npmjs.org/', './sigmund' ]
1344 verbose url resolved https://registry.npmjs.org/sigmund
1345 info trying registry request attempt 1 at 11:17:13
1346 verbose etag "3NYK6XPRY4N5X425ZDCCJVB8X"
1347 http GET https://registry.npmjs.org/sigmund
1348 http 200 https://registry.npmjs.org/sigmund
1349 silly registry.get cb [ 200,
1349 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:27 GMT',
1349 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1349 silly registry.get etag: '"5HMQWJYZXXX9JW8JIAUMO8QB2"',
1349 silly registry.get 'content-type': 'application/json',
1349 silly registry.get 'cache-control': 'max-age=60',
1349 silly registry.get 'content-length': '5612',
1349 silly registry.get 'accept-ranges': 'bytes',
1349 silly registry.get via: '1.1 varnish',
1349 silly registry.get age: '53',
1349 silly registry.get 'x-served-by': 'cache-at52-ATL',
1349 silly registry.get 'x-cache': 'HIT',
1349 silly registry.get 'x-cache-hits': '6',
1349 silly registry.get 'x-timer': 'S1409840247.603077,VS0,VE0',
1349 silly registry.get vary: 'Accept',
1349 silly registry.get 'keep-alive': 'timeout=10, max=50',
1349 silly registry.get connection: 'Keep-Alive' } ]
1350 silly addNameRange number 2 { name: 'sigmund', range: '>=1.0.0-0 <1.1.0-0', hasData: true }
1351 silly addNameRange versions [ 'sigmund', [ '1.0.0' ] ]
1352 verbose addNamed [ 'sigmund', '1.0.0' ]
1353 verbose addNamed [ '1.0.0', '1.0.0' ]
1354 silly lockFile 7b2d1244-sigmund-1-0-0 [email protected]
1355 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\7b2d1244-sigmund-1-0-0.lock
1356 silly lockFile 7b2d1244-sigmund-1-0-0 [email protected]
1357 silly lockFile 7b2d1244-sigmund-1-0-0 [email protected]
1358 silly lockFile 584a4a05-sigmund-1-0-0 sigmund@~1.0.0
1359 silly lockFile 584a4a05-sigmund-1-0-0 sigmund@~1.0.0
1360 http 200 https://registry.npmjs.org/lru-cache
1361 silly registry.get cb [ 200,
1361 silly registry.get { date: 'Thu, 04 Sep 2014 14:17:27 GMT',
1361 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1361 silly registry.get etag: '"CUSXX673ACE6W0TNEBFVRH668"',
1361 silly registry.get 'content-type': 'application/json',
1361 silly registry.get 'cache-control': 'max-age=60',
1361 silly registry.get 'content-length': '26419',
1361 silly registry.get 'accept-ranges': 'bytes',
1361 silly registry.get via: '1.1 varnish',
1361 silly registry.get age: '381',
1361 silly registry.get 'x-served-by': 'cache-at51-ATL',
1361 silly registry.get 'x-cache': 'HIT',
1361 silly registry.get 'x-cache-hits': '1',
1361 silly registry.get 'x-timer': 'S1409840247.567643,VS0,VE0',
1361 silly registry.get vary: 'Accept',
1361 silly registry.get 'keep-alive': 'timeout=10, max=50',
1361 silly registry.get connection: 'Keep-Alive' } ]
1362 silly addNameRange number 2 { name: 'lru-cache', range: '>=2.0.0-0 <3.0.0-0', hasData: true }
1363 silly addNameRange versions [ 'lru-cache',
1363 silly addNameRange [ '1.0.1',
1363 silly addNameRange '1.0.2',
1363 silly addNameRange '1.0.3',
1363 silly addNameRange '1.0.4',
1363 silly addNameRange '1.0.5',
1363 silly addNameRange '1.0.6',
1363 silly addNameRange '1.1.0',
1363 silly addNameRange '1.1.1',
1363 silly addNameRange '2.0.0',
1363 silly addNameRange '2.0.1',
1363 silly addNameRange '2.0.2',
1363 silly addNameRange '2.0.3',
1363 silly addNameRange '2.0.4',
1363 silly addNameRange '2.1.0',
1363 silly addNameRange '2.2.0',
1363 silly addNameRange '2.2.1',
1363 silly addNameRange '2.2.2',
1363 silly addNameRange '2.2.4',
1363 silly addNameRange '2.3.0',
1363 silly addNameRange '2.3.1',
1363 silly addNameRange '2.5.0' ] ]
1364 verbose addNamed [ 'lru-cache', '2.5.0' ]
1365 verbose addNamed [ '2.5.0', '2.5.0' ]
1366 silly lockFile 30aa630e-lru-cache-2-5-0 [email protected]
1367 verbose lock [email protected] C:\Users\Administrador\AppData\Roaming\npm-cache\30aa630e-lru-cache-2-5-0.lock
1368 silly lockFile 30aa630e-lru-cache-2-5-0 [email protected]
1369 silly lockFile 30aa630e-lru-cache-2-5-0 [email protected]
1370 silly lockFile b4f9d1ff-lru-cache-2 lru-cache@2
1371 silly lockFile b4f9d1ff-lru-cache-2 lru-cache@2
1372 silly resolved [ { name: 'sigmund',
1372 silly resolved version: '1.0.0',
1372 silly resolved description: 'Quick and dirty signatures for Objects.',
1372 silly resolved main: 'sigmund.js',
1372 silly resolved directories: { test: 'test' },
1372 silly resolved dependencies: {},
1372 silly resolved devDependencies: { tap: '~0.3.0' },
1372 silly resolved scripts: { test: 'tap test/*.js', bench: 'node bench.js' },
1372 silly resolved repository: { type: 'git', url: 'git://github.com/isaacs/sigmund' },
1372 silly resolved keywords: [ 'object', 'signature', 'key', 'data', 'psychoanalysis' ],
1372 silly resolved author:
1372 silly resolved { name: 'Isaac Z. Schlueter',
1372 silly resolved email: '[email protected]',
1372 silly resolved url: 'http://blog.izs.me/' },
1372 silly resolved license: 'BSD',
1372 silly resolved readme: '# sigmund\n\nQuick and dirty signatures for Objects.\n\nThis is like a much faster deepEquals comparison, which returns a\nstring key suitable for caches and the

like.\n\n## Usage\n\n```javascript\nfunction doSomething (someObj) {\n var key = sigmund(someObj, maxDepth) // max depth defaults to 10\n var cached = cache.get(key)\n if (cached) return

cached)\n\n var result = expensiveCalculation(someObj)\n cache.set(key, result)\n return result\n}\n```\n\nThe resulting key will be as unique and reproducible as calling\nJSON.stringify or

util.inspect on the object, but is much faster.\nIn order to achieve this speed, some differences are glossed over.\nFor example, the object {0:\'foo\'} will be treated identically to the\narray `

['foo']`.\n\nAlso, just as there is no way to summon the soul from the scribblings\nof a cocain-addled psychoanalyst, there is no way to revive the object\nfrom the signature string that sigmund gives

you. In fact, it's\nbarely even readable.\n\nAs with sys.inspect and JSON.stringify, larger objects will\nproduce larger signature strings.\n\nBecause sigmund is a bit less strict than the more

thorough\nalternatives, the strings will be shorter, and also there is a\nslightly higher chance for collisions. For example, these objects\nhave the same signature:\n\n var obj1 = {a:'b',c:/def/,g:

['h','i',{j:'',k:'l'}]}\n var obj2 = {a:'b',c:'/def/',g:['h','i','{jkl']}\n\nLike a good Freudian, sigmund is most effective when you already have\nsome understanding of what you're looking

for. It can help you help\nyourself, but you must be willing to do some work as well.\n\nCycles are handled, and cyclical objects are silently omitted (though\nthe key is included in the signature

output.)\n\nThe second argument is the maximum depth, which defaults to 10,\nbecause that is the maximum object traversal depth covered by most\ninsurance carriers.\n',
1372 silly resolved _id: '[email protected]',
1372 silly resolved dist:
1372 silly resolved { shasum: '66a2b3a749ae8b5fb89efd4fcc01dc94fbe02296',
1372 silly resolved tarball: 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz' },
1372 silly resolved _npmVersion: '1.1.48',
1372 silly resolved _npmUser: { name: 'isaacs', email: '[email protected]' },
1372 silly resolved maintainers: [ [Object] ],
1372 silly resolved _shasum: '66a2b3a749ae8b5fb89efd4fcc01dc94fbe02296',
1372 silly resolved _from: 'sigmund@~1.0.0',
1372 silly resolved _resolved: 'https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz',
1372 silly resolved bugs: { url: 'https://github.com/isaacs/sigmund/issues' },
1372 silly resolved homepage: 'https://github.com/isaacs/sigmund' },
1372 silly resolved { name: 'lru-cache',
1372 silly resolved description: 'A cache object that deletes the least-recently-used items.',
1372 silly resolved version: '2.5.0',
1372 silly resolved author: { name: 'Isaac Z. Schlueter', email: '[email protected]' },
1372 silly resolved scripts: { test: 'tap test --gc' },
1372 silly resolved main: 'lib/lru-cache.js',
1372 silly resolved repository:
1372 silly resolved { type: 'git',
1372 silly resolved url: 'git://github.com/isaacs/node-lru-cache.git' },
1372 silly resolved devDependencies: { tap: '', weak: '' },
1372 silly resolved license:
1372 silly resolved { type: 'MIT',
1372 silly resolved url: 'http://github.com/isaacs/node-lru-cache/raw/master/LICENSE' },
1372 silly resolved bugs: { url: 'https://github.com/isaacs/node-lru-cache/issues' },
1372 silly resolved homepage: 'https://github.com/isaacs/node-lru-cache',
1372 silly resolved _id: '[email protected]',
1372 silly resolved dist:
1372 silly resolved { shasum: 'd82388ae9c960becbea0c73bb9eb79b6c6ce9aeb',
1372 silly resolved tarball: 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz' },
1372 silly resolved _from: 'lru-cache@2',
1372 silly resolved _npmVersion: '1.3.15',
1372 silly resolved _npmUser: { name: 'isaacs', email: '[email protected]' },
1372 silly resolved maintainers: [ [Object] ],
1372 silly resolved directories: {},
1372 silly resolved _shasum: 'd82388ae9c960becbea0c73bb9eb79b6c6ce9aeb',
1372 silly resolved _resolved: 'https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz',
1372 silly resolved readme: 'ERROR: No README data found!' } ]
1373 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch
1374 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch
1375 info installOne [email protected]
1376 info installOne [email protected]
1377 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch\node_modules\sigmund

unbuild
1378 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch\node_modules\lru-cache

unbuild
1379 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\sigmund\1.0.0\package.tgz
1380 silly lockFile 4f802812-s-minimatch-node-modules-sigmund tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\minimatch\node_modules\sigmund
1381 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch\node_modules

\sigmund C:\Users\Administrador\AppData\Roaming\npm-cache\4f802812-s-minimatch-node-modules-sigmund.lock
1382 silly lockFile 9c2a5afe--cache-sigmund-1-0-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\sigmund\1.0.0\package.tgz
1383 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\sigmund\1.0.0\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\9c2a5afe--cache-sigmund-1-0-0-

package-tgz.lock
1384 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\lru-cache\2.5.0\package.tgz
1385 silly lockFile 7bfb4a42-minimatch-node-modules-lru-cache tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\minimatch\node_modules\lru-cache
1386 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch\node_modules

\lru-cache C:\Users\Administrador\AppData\Roaming\npm-cache\7bfb4a42-minimatch-node-modules-lru-cache.lock
1387 silly lockFile 3df7d418-ache-lru-cache-2-5-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\lru-cache\2.5.0\package.tgz
1388 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\lru-cache\2.5.0\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\3df7d418-ache-lru-cache-2-5-0-

package-tgz.lock
1389 silly gunzTarPerm modes [ '755', '644' ]
1390 silly gunzTarPerm modes [ '755', '644' ]
1391 silly gunzTarPerm extractEntry package.json
1392 silly gunzTarPerm extractEntry README.md
1393 silly gunzTarPerm extractEntry LICENSE
1394 silly gunzTarPerm extractEntry bench.js
1395 silly gunzTarPerm extractEntry sigmund.js
1396 silly gunzTarPerm extractEntry test/basic.js
1397 silly gunzTarPerm extractEntry package.json
1398 silly gunzTarPerm extractEntry .npmignore
1399 silly gunzTarPerm extractEntry README.md
1400 silly gunzTarPerm extractEntry LICENSE
1401 silly gunzTarPerm extractEntry CONTRIBUTORS
1402 silly gunzTarPerm extractEntry lib/lru-cache.js
1403 silly gunzTarPerm extractEntry test/basic.js
1404 silly gunzTarPerm extractEntry test/foreach.js
1405 silly gunzTarPerm extractEntry test/memory-leak.js
1406 silly lockFile 4f802812-s-minimatch-node-modules-sigmund tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\minimatch\node_modules\sigmund
1407 silly lockFile 4f802812-s-minimatch-node-modules-sigmund tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\minimatch\node_modules\sigmund
1408 silly lockFile 9c2a5afe--cache-sigmund-1-0-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\sigmund\1.0.0\package.tgz
1409 silly lockFile 9c2a5afe--cache-sigmund-1-0-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\sigmund\1.0.0\package.tgz
1410 info preinstall [email protected]
1411 verbose readDependencies using package.json deps
1412 verbose readDependencies using package.json deps
1413 silly resolved []
1414 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch

\node_modules\sigmund
1415 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch\node_modules\sigmund
1416 verbose linkStuff [ false,
1416 verbose linkStuff false,
1416 verbose linkStuff false,
1416 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch\

\node_modules' ]
1417 info linkStuff [email protected]
1418 verbose linkBins [email protected]
1419 verbose linkMans [email protected]
1420 verbose rebuildBundles [email protected]
1421 info install [email protected]
1422 info postinstall [email protected]
1423 silly lockFile 7bfb4a42-minimatch-node-modules-lru-cache tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\minimatch\node_modules\lru-cache
1424 silly lockFile 7bfb4a42-minimatch-node-modules-lru-cache tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\glob\node_modules\minimatch\node_modules\lru-cache
1425 silly lockFile 3df7d418-ache-lru-cache-2-5-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\lru-cache\2.5.0\package.tgz
1426 silly lockFile 3df7d418-ache-lru-cache-2-5-0-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\lru-cache\2.5.0\package.tgz
1427 info preinstall [email protected]
1428 verbose readDependencies using package.json deps
1429 verbose readDependencies using package.json deps
1430 silly resolved []
1431 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch

\node_modules\lru-cache
1432 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch\node_modules\lru-cache
1433 verbose linkStuff [ false,
1433 verbose linkStuff false,
1433 verbose linkStuff false,
1433 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch\

\node_modules' ]
1434 info linkStuff [email protected]
1435 verbose linkBins [email protected]
1436 verbose linkMans [email protected]
1437 verbose rebuildBundles [email protected]
1438 info install [email protected]
1439 info postinstall [email protected]
1440 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch
1441 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules\minimatch
1442 verbose linkStuff [ false,
1442 verbose linkStuff false,
1442 verbose linkStuff false,
1442 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob\node_modules' ]
1443 info linkStuff [email protected]
1444 verbose linkBins [email protected]
1445 verbose linkMans [email protected]
1446 verbose rebuildBundles [email protected]
1447 verbose rebuildBundles [ 'lru-cache', 'sigmund' ]
1448 info install [email protected]
1449 info postinstall [email protected]
1450 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob
1451 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\glob
1452 verbose linkStuff [ false,
1452 verbose linkStuff false,
1452 verbose linkStuff false,
1452 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules' ]
1453 info linkStuff [email protected]
1454 verbose linkBins [email protected]
1455 verbose linkMans [email protected]
1456 verbose rebuildBundles [email protected]
1457 verbose rebuildBundles [ 'graceful-fs', 'inherits', 'minimatch' ]
1458 info install [email protected]
1459 info postinstall [email protected]
1460 http 200 https://registry.npmjs.org/ms/-/ms-0.6.2.tgz
1461 silly lockFile 7bcd2b3d-gistry-npmjs-org-ms-ms-0-6-2-tgz https://registry.npmjs.org/ms/-/ms-0.6.2.tgz
1462 silly lockFile 7bcd2b3d-gistry-npmjs-org-ms-ms-0-6-2-tgz https://registry.npmjs.org/ms/-/ms-0.6.2.tgz
1463 silly lockFile 549cc243-ms-0-6-2 [email protected]
1464 silly lockFile 549cc243-ms-0-6-2 [email protected]
1465 silly resolved [ { name: 'ms',
1465 silly resolved version: '0.6.2',
1465 silly resolved description: 'Tiny ms conversion utility',
1465 silly resolved repository: { type: 'git', url: 'git://github.com/guille/ms.js.git' },
1465 silly resolved main: './index',
1465 silly resolved devDependencies: { mocha: '', 'expect.js': '', serve: '*' },
1465 silly resolved component: { scripts: [Object] },
1465 silly resolved readme: '# ms.js: miliseconds conversion utility\n\n```js\nms('1d') // 86400000\nms('10h') // 36000000\nms('2h') // 7200000\nms('1m') // 60000\nms('5s')

 // 5000\nms(\'100\')     // 100\n```\n\n```js\nms(60000)             // "1m"\nms(2 * 60000)         // "2m"\nms(ms(\'10 hours\'))    // "10h"\n```\n\n```js\nms(60000, { long: true })             // "1 

minute"\nms(2 * 60000, { long: true }) // "2 minutes"\nms(ms('10 hours', { long: true })) // "10 hours"\n```\n\n- Node/Browser compatible. Published asms in NPM.\n- If a number is

supplied to ms, a string with a unit is returned.\n- If a string that contains the number is supplied, it returns it as\na number (e.g: it returns 100 for \'100\').\n- If you pass a string with a number

and a valid unit, the number of\nequivalent ms is returned.\n\n## License\n\nMIT',
1465 silly resolved readmeFilename: 'README.md',
1465 silly resolved bugs: { url: 'https://github.com/guille/ms.js/issues' },
1465 silly resolved _id: '[email protected]',
1465 silly resolved dist:
1465 silly resolved { shasum: 'd89c2124c6fdc1353d65a8b77bf1aac4b193708c',
1465 silly resolved tarball: 'http://registry.npmjs.org/ms/-/ms-0.6.2.tgz' },
1465 silly resolved _from: '[email protected]',
1465 silly resolved _npmVersion: '1.2.30',
1465 silly resolved _npmUser: { name: 'rauchg', email: '[email protected]' },
1465 silly resolved maintainers: [ [Object] ],
1465 silly resolved directories: {},
1465 silly resolved _shasum: 'd89c2124c6fdc1353d65a8b77bf1aac4b193708c',
1465 silly resolved _resolved: 'https://registry.npmjs.org/ms/-/ms-0.6.2.tgz' } ]
1466 info install [email protected] into C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug
1467 info installOne [email protected]
1468 info C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug\node_modules\ms unbuild
1469 verbose tar unpack C:\Users\Administrador\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
1470 silly lockFile a434992d-de-modules-debug-node-modules-ms tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\debug\node_modules\ms
1471 verbose lock tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug\node_modules\ms C:\Users

\Administrador\AppData\Roaming\npm-cache\a434992d-de-modules-debug-node-modules-ms.lock
1472 silly lockFile eb0da74d-g-npm-cache-ms-0-6-2-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
1473 verbose lock tar://C:\Users\Administrador\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz C:\Users\Administrador\AppData\Roaming\npm-cache\eb0da74d-g-npm-cache-ms-0-6-2-package-

tgz.lock
1474 silly gunzTarPerm modes [ '755', '644' ]
1475 silly gunzTarPerm extractEntry package.json
1476 silly gunzTarPerm extractEntry .npmignore
1477 silly gunzTarPerm extractEntry README.md
1478 silly gunzTarPerm extractEntry index.js
1479 silly lockFile a434992d-de-modules-debug-node-modules-ms tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\debug\node_modules\ms
1480 silly lockFile a434992d-de-modules-debug-node-modules-ms tar://C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules

\debug\node_modules\ms
1481 silly lockFile eb0da74d-g-npm-cache-ms-0-6-2-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
1482 silly lockFile eb0da74d-g-npm-cache-ms-0-6-2-package-tgz tar://C:\Users\Administrador\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
1483 info preinstall [email protected]
1484 verbose readDependencies using package.json deps
1485 verbose readDependencies using package.json deps
1486 silly resolved []
1487 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug\node_modules\ms
1488 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug\node_modules\ms
1489 verbose linkStuff [ false,
1489 verbose linkStuff false,
1489 verbose linkStuff false,
1489 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug\node_modules' ]
1490 info linkStuff [email protected]
1491 verbose linkBins [email protected]
1492 verbose linkMans [email protected]
1493 verbose rebuildBundles [email protected]
1494 info install [email protected]
1495 info postinstall [email protected]
1496 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug
1497 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules\debug
1498 verbose linkStuff [ false,
1498 verbose linkStuff false,
1498 verbose linkStuff false,
1498 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha\node_modules' ]
1499 info linkStuff [email protected]
1500 verbose linkBins [email protected]
1501 verbose linkMans [email protected]
1502 verbose rebuildBundles [email protected]
1503 verbose rebuildBundles [ 'ms' ]
1504 info install [email protected]
1505 info postinstall [email protected]
1506 verbose about to build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
1507 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules\mocha
1508 verbose linkStuff [ false,
1508 verbose linkStuff false,
1508 verbose linkStuff false,
1508 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules' ]
1509 info linkStuff [email protected]
1510 verbose linkBins [email protected]
1511 verbose link bins [ { mocha: './bin/mocha', _mocha: './bin/_mocha' },
1511 verbose link bins 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip\node_modules.bin',
1511 verbose link bins false ]
1512 verbose linkMans [email protected]
1513 verbose rebuildBundles [email protected]
1514 verbose rebuildBundles [ '.bin',
1514 verbose rebuildBundles 'commander',
1514 verbose rebuildBundles 'debug',
1514 verbose rebuildBundles 'diff',
1514 verbose rebuildBundles 'glob',
1514 verbose rebuildBundles 'growl',
1514 verbose rebuildBundles 'jade',
1514 verbose rebuildBundles 'mkdirp' ]
1515 info install [email protected]
1516 info postinstall [email protected]
1517 info build C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip
1518 verbose linkStuff [ false,
1518 verbose linkStuff false,
1518 verbose linkStuff false,
1518 verbose linkStuff 'C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules' ]
1519 info linkStuff [email protected]
1520 verbose linkBins [email protected]
1521 verbose linkMans [email protected]
1522 verbose rebuildBundles [email protected]
1523 verbose rebuildBundles [ '.bin', 'async', 'decree', 'mkdirp', 'mocha', 'should' ]
1524 info install [email protected]
1525 verbose unsafe-perm in lifecycle true
1526 info [email protected] Failed to exec install script
1527 error [email protected] install: node-gyp rebuild
1527 error Exit status 1
1528 error Failed at the [email protected] install script.
1528 error This is most likely a problem with the lwip package,
1528 error not with npm itself.
1528 error Tell the author that this fails on your system:
1528 error node-gyp rebuild
1528 error You can get their info via:
1528 error npm owner ls lwip
1528 error There is likely additional logging output above.
1529 error System Windows_NT 6.1.7601
1530 error command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
1531 error cwd C:\Users\Administrador\Documents\folder\folder2\folder2-app\server\node_modules\lwip
1532 error node -v v0.10.29
1533 error npm -v 1.4.14
1534 error code ELIFECYCLE
1535 verbose exit [ 1, true ]

Best
C

Refactor native part

In order to facilitate the transition to NAN (issue #28) and allow more flexibility in image sources other than files on disk (e.g. network, streams) (issue #23); the native module will be broken down to 3 modules:

  1. Decoder - Will receive a Buffer object of an encoded image (JPEG, PNG, GIF, etc.) and will create a buffer of uncompressed pixels data.

    // buffer is a jpeg image loaded from disk (e.g.)
    Decoder.decode(buffer, 'jpeg', function(err, pixbuf){
        // pixbuf is a buffer of RGB pixels.
    });
    
  2. Encoder - The counterpart of 'decoder'. Will receive a Buffer object of uncompressed pixels and will create a buffer of an encoded image.

    Encoder.encode(pixbuf, 'jpeg', function(err, jpegbuf){
        // jpegbuf is a jpeg image
    });
    
  3. Image - Will receive a buffer of uncompressed pixels and create an 'image' object, upon which image operations can be made.

    Image.create(pixbuf, function(err, image){
        // image.resize(...)
    });
    

ICO support

I would suggest a .ico support. The reason why I'm doing this request, is that I was ready to start writing a gulp plugin to auto generate favicon's PNG is fine, but the .ico still play a good portion of it... There is already a node plugin that does such thing, but it requires imagemagick to be installed and I was looking for an alternative base only on node and not dependent on external stuff...

Batch operations

Allow to queue image manipulation operations and perform all of them as a batch operation.

The idea: Generate a 'batch' object from an image and queue operations on this object. This object will have an 'exec' method which will run all the queued operations and call a callback with the modified image.

Something like this:

var lwip = require('lwip');
lwip.open('image.jpg', function(err,image){
    // check err...
    image.batch()
        .scale(0.5)
        .rotate(45, 'white')
        .padd(15, 'black')
        .exec(function(err, image){
            // 'image' is scaled to 50%, rotated 45degs
            // with white background and padded 15px
            // with black background.
        });
});

The 'batch' method returns a batch object:

// require, open, etc.
var batch = image.batch();
if (/* some condition */){
    batch.rotate(45, 'white').padd(15,'white');
} else {
    batch.rotate(-45, 'black').padd(15, 'black');
}
batch.exec(...);

An image can have more than one batch object, but all batch objects modify the same underlying image. This means the order of execution matters.

var batch1 = image.batch().rotate('45', 'black');
var batch2 = image.batch().padd(15, 'black');

This will rotate the image 45degs and then padd it with a black border:

batch1.exec(function(err, image){
    batch2.exec(function(err, image){
        // ...
    });
});

While this will padd the image with a black border and then rotate it 45degs:

batch2.exec(function(err, image){
    batch1.exec(function(err, image){
        // ...
    });
});

Need a better error message when file is not found on lwip.open()

If you call

lwip.open(filename, function(err, image){image.batch()....}); 

and the file does not exist, you get the error message:

TypeError: Cannot call method 'batch' of undefined.  

The file should be checked for existence and an appropriate error returned if it does not. Nothing is returned in the err object.

lwip windows8 binding.gyp issue

Please help to resolve this, fighting for long. Did tried every suggestion I found in internet.

  • Installed Phython 2.7
  • Installed Visual Studio 12
  • used --msvs_version=2012

:\Run\External\salewebnode>npm install --msvs_version=2012

[email protected] install D:\Run\External\salewebnode\node_modules\blueimp-file-uploa
d-expressjs\node_modules\lwip
node-gyp rebuild

gyp: binding.gyp not found (cwd: C:) while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: gyp failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (D:\Run\External\salewebnode\node_mo
dules\node-gyp\lib\configure.js:343:16)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:
12)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "D:\Run\External\salewebnode\node_modules\node-gyp
\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:
gyp ERR! node -v v0.10.32
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok

npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the lwip package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls lwip
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd D:\Run\External\salewebnode
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! not ok code 0

Crop image

  • With a crop rectangle
  • By defining how many pixels to cut from the borders

Error for node-webkit 64bit

The first error I get is Module did not self-register. After some digging I realized that that's expected because Node's and node-webkit's ABIs differ so I try rebuilding lwip with nw-gyp instead of node-gyp. It builds successfully but then I get the error dlopen(/path/to/lwip/build/Release/lwip_decoder.node, 1): no suitable image found. Did find: /path/to/lwip_decoder.node: mach-o, but wrong architecture.

Not really sure where to go from here. I was following the guides here and here.

node-webkit 0.10.1 (64bit) on OSX 10.8.5

Install fails at build stage on Windows 7

Hi, after:
npm install lwip

I get:
..\lib\jpeg\jcarith.c(231): warning C4244: '=' : conversion from 'INT32' to 'unsigned char', possible loss of data [F:\cl_bb\node_modules\lwip\build\binding.sln]
..\lib\jpeg\jcarith.c(232): warning C4244: '=' : conversion from 'INT32' to 'unsigned char', possible loss of data [F:\cl_bb\node_modules\lwip\build\binding.sln]
..\lib\jpeg\jdarith.c(153): warning C4244: '=' : conversion from 'INT32' to 'unsigned char', possible loss of data [F:\cl_bb\node_modules\lwip\build\binding.sln]
..\lib\jpeg\jdarith.c(154): warning C4244: '=' : conversion from 'INT32' to 'unsigned char', possible loss of data [F:\cl_bb\node_modules\lwip\build\binding.sln]
f:\cl_bb\node_modules\lwip\src\LwipImage.h(8): fatal error C1083: Cannot open include file: 'string': No such file or directory [F:\cl_bb\node_modules\lwip\build\binding.sln]
f:\cl_bb\node_modules\lwip\src\lwip.h(8): fatal error C1083: Cannot open include file: 'string': No such file or directory [F:\cl_bb\node_modules\lwip\build\binding.sln]
Project : warning PRJ0018: The following environment variables were not found: [F:\cl_bb\node_modules\lwip\build\binding.sln]

Could be a problem on my setup, not sure.
Thanks!

Decode buffer

It would be great to have the possibility to create an image directly from a Buffer. In my case the image is generated internally as a buffer and it is only saved to disk after manipulations.

BMP Support

Could you please implement BMP support, there seems to be a lack of good and independent image processing libraries in Node.js that support it.

Problem during install on node-webkit

Hi, I try to install this package i a node webkit project

so i user this command line (i'm on windows 8 64)
c:\wamp\www\xxx\application\app>npm install lwip --save

and i get this result

npm WARN package.json xxx@ No description
npm WARN package.json xxx@ No repository field.

npm WARN package.json xxx@ No README data

[email protected] install c:\wamp\www\xxx\application\app\node_modules\lwip
node-gyp rebuild

c:\wamp\www\xxx\application\app\node_modules\lwip>node "C:\Program Files\no
dejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp
.js" rebuild
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYT
HON env variable.
gyp ERR! stack at failNoPython (C:\Program Files\nodejs\node_modules\npm\nod
e_modules\node-gyp\lib\configure.js:103:14)
gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node
-gyp\lib\configure.js:64:11
gyp ERR! stack at Object.oncomplete (evalmachine.:107:15)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "C:\Program Files\nodejs\node_modules\npm\node_modu
les\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd c:\wamp\www\xxx\application\app\node_modules\lwip
gyp ERR! node -v v0.10.31
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the lwip package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls lwip
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install" "lwip" "--save"
npm ERR! cwd c:\wamp\www\xxx\application\app
npm ERR! node -v v0.10.31
npm ERR! npm -v 1.4.23
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:\wamp\www\xxx\application\app\npm-debug.log
npm ERR! not ok code 0

do you have an idea ?
thanks

Thanks!

Sorry to clog up your issues, feel free to close this right away, but just wanted to give a big ๐Ÿ‘ for this module. Love the Nodeyness of the module, and the professional approach to maintenance. It's working like a charm on our project, will be following the module closely and submitting PRs if we have the chance. Thanks again :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.