Created
November 4, 2012 21:19
-
-
Save knewter/4013824 to your computer and use it in GitHub Desktop.
yeoman install fails?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', | |
1 verbose cli '/usr/local/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli 'yeoman', | |
1 verbose cli '-g' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose read json /usr/local/lib/package.json | |
5 verbose read json /usr/local/lib/package.json | |
6 verbose cache add [ 'yeoman', null ] | |
7 silly cache add name=undefined spec="yeoman" args=["yeoman",null] | |
8 verbose parsed url { pathname: 'yeoman', path: 'yeoman', href: 'yeoman' } | |
9 silly lockFile 6b23522e-yeoman yeoman | |
10 verbose lock yeoman /home/jadams/.npm/6b23522e-yeoman.lock | |
11 silly lockFile 6b23522e-yeoman yeoman | |
12 verbose addNamed [ 'yeoman', '' ] | |
13 verbose addNamed [ null, '' ] | |
14 silly lockFile 70747b36-yeoman yeoman@ | |
15 verbose lock yeoman@ /home/jadams/.npm/70747b36-yeoman.lock | |
16 silly addNameRange { name: 'yeoman', range: '', hasData: false } | |
17 verbose url raw yeoman | |
18 verbose url resolving [ 'https://registry.npmjs.org/', './yeoman' ] | |
19 verbose url resolved https://registry.npmjs.org/yeoman | |
20 info trying registry request attempt 1 at 15:20:03 | |
21 verbose etag "CF9HR920590AP4EKD7NXF8AL9" | |
22 http GET https://registry.npmjs.org/yeoman | |
23 http 304 https://registry.npmjs.org/yeoman | |
24 silly registry.get cb [ 304, | |
24 silly registry.get { server: 'CouchDB/1.2.0 (Erlang OTP/R15B)', | |
24 silly registry.get etag: '"CF9HR920590AP4EKD7NXF8AL9"', | |
24 silly registry.get date: 'Sun, 04 Nov 2012 21:16:32 GMT', | |
24 silly registry.get 'content-length': '0' } ] | |
25 verbose etag yeoman from cache | |
26 silly addNameRange number 2 { name: 'yeoman', range: '', hasData: true } | |
27 silly addNameRange versions [ 'yeoman', | |
27 silly addNameRange [ '0.0.1', | |
27 silly addNameRange '0.7.0', | |
27 silly addNameRange '0.7.1', | |
27 silly addNameRange '0.7.2', | |
27 silly addNameRange '0.7.3', | |
27 silly addNameRange '0.9.0', | |
27 silly addNameRange '0.9.1', | |
27 silly addNameRange '0.9.2', | |
27 silly addNameRange '0.9.3', | |
27 silly addNameRange '0.9.4' ] ] | |
28 verbose addNamed [ 'yeoman', '0.9.4' ] | |
29 verbose addNamed [ '0.9.4', '0.9.4' ] | |
30 silly lockFile c4640af2-yeoman-0-9-4 [email protected] | |
31 verbose lock [email protected] /home/jadams/.npm/c4640af2-yeoman-0-9-4.lock | |
32 verbose read json /home/jadams/.npm/yeoman/0.9.4/package/package.json | |
33 silly lockFile c4640af2-yeoman-0-9-4 [email protected] | |
34 silly lockFile 70747b36-yeoman yeoman@ | |
35 silly resolved [ { name: 'yeoman', | |
35 silly resolved version: '0.9.4', | |
35 silly resolved description: 'The Yeoman CLI presents a command line interface for creating, building, maintaining, and shipping a project.', | |
35 silly resolved keywords: | |
35 silly resolved [ 'front-end', | |
35 silly resolved 'development', | |
35 silly resolved 'dev', | |
35 silly resolved 'build', | |
35 silly resolved 'web', | |
35 silly resolved 'tool', | |
35 silly resolved 'cli', | |
35 silly resolved 'scaffold', | |
35 silly resolved 'stack' ], | |
35 silly resolved homepage: 'http://yeoman.io', | |
35 silly resolved bugs: 'https://github.com/yeoman/yeoman/issues', | |
35 silly resolved author: { name: 'Chrome Developer Relations' }, | |
35 silly resolved main: './yeoman', | |
35 silly resolved bin: | |
35 silly resolved { yeoman: './bin/yeoman', | |
35 silly resolved _yeomaninsight: './bin/yeomaninsight.py' }, | |
35 silly resolved directories: { man: './man' }, | |
35 silly resolved repository: { type: 'git', url: 'git://github.com/yeoman/yeoman.git' }, | |
35 silly resolved scripts: | |
35 silly resolved { test: 'node node_modules/mocha/bin/mocha test/test-*.js', | |
35 silly resolved manpages: './scripts/docs-build' }, | |
35 silly resolved dependencies: | |
35 silly resolved { grunt: 'http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529', | |
35 silly resolved 'yeoman-generators': 'http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd', | |
35 silly resolved bower: '~0.2.0', | |
35 silly resolved open: '0.0.2', | |
35 silly resolved rimraf: '~2.0.1', | |
35 silly resolved mkdirp: '~0.3.1', | |
35 silly resolved requirejs: '~2.0.2', | |
35 silly resolved 'clean-css': '~0.3.2', | |
35 silly resolved connect: '~2.2.1', | |
35 silly resolved request: '~2.9.200', | |
35 silly resolved 'html-minifier': '~0.4.5', | |
35 silly resolved which: '~1.0.5', | |
35 silly resolved cheerio: '~0.9.2', | |
35 silly resolved fstream: '~0.1.18', | |
35 silly resolved 'fstream-ignore': '0.0.5', | |
35 silly resolved tar: '~0.1.13', | |
35 silly resolved 'coffee-script': '~1.3.3', | |
35 silly resolved 'grunt-jasmine-task': '~0.2.2', | |
35 silly resolved 'faye-websocket': '~0.4.2', | |
35 silly resolved shelljs: '~0.0.6', | |
35 silly resolved prompt: '~0.1.12', | |
35 silly resolved colors: '~0.6.0', | |
35 silly resolved 'grunt-mocha': '~0.1.3', | |
35 silly resolved 'es6-collections': '>=0.2.0', | |
35 silly resolved 'grunt-contrib-coffee': '~0.3.1' }, | |
35 silly resolved devDependencies: { mocha: '~1.4.0', ronn: '~0.3.8' }, | |
35 silly resolved engines: { node: '>=0.8.0' }, | |
35 silly resolved man: | |
35 silly resolved [ '/home/jadams/.npm/yeoman/0.9.4/package/man/bower.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/build.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/faq.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/folders.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/gruntfile.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/init.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/insight.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/serve.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/server.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/test.1', | |
35 silly resolved '/home/jadams/.npm/yeoman/0.9.4/package/man/yeoman.1' ], | |
35 silly resolved readme: '# Yeoman CLI\n\nThe Yeoman CLI presents a command-line interface for creating, building, maintaining, and shipping a project.\n\nFor more information, see the project [readme](https://github.com/yeoman/yeoman#welcome-friend).\n', | |
35 silly resolved readmeFilename: 'readme.md', | |
35 silly resolved _id: '[email protected]', | |
35 silly resolved _from: 'yeoman' } ] | |
36 info install [email protected] into /usr/local/lib | |
37 info installOne [email protected] | |
38 verbose from cache /home/jadams/.npm/yeoman/0.9.4/package/package.json | |
39 info /usr/local/lib/node_modules/yeoman unbuild | |
40 verbose read json /usr/local/lib/node_modules/yeoman/package.json | |
41 verbose tar unpack /home/jadams/.npm/yeoman/0.9.4/package.tgz | |
42 silly lockFile 264c2969-sr-local-lib-node-modules-yeoman /usr/local/lib/node_modules/yeoman | |
43 verbose lock /usr/local/lib/node_modules/yeoman /home/jadams/.npm/264c2969-sr-local-lib-node-modules-yeoman.lock | |
44 silly gunzTarPerm modes [ '755', '644' ] | |
45 silly gunzTarPerm extractEntry package.json | |
46 silly gunzTarPerm extractEntry Gruntfile.js | |
47 silly gunzTarPerm extractEntry yeoman.js | |
48 silly gunzTarPerm extractEntry scripts/docs-build | |
49 silly gunzTarPerm extractEntry scripts/pre-commit | |
50 silly gunzTarPerm extractEntry man/faq.1 | |
51 silly gunzTarPerm extractEntry man/yeoman.1 | |
52 silly gunzTarPerm extractEntry man/gruntfile.1 | |
53 silly gunzTarPerm extractEntry man/serve.1 | |
54 silly gunzTarPerm extractEntry man/insight.1 | |
55 silly gunzTarPerm extractEntry man/folders.1 | |
56 silly gunzTarPerm extractEntry man/build.1 | |
57 silly gunzTarPerm extractEntry man/test.1 | |
58 silly gunzTarPerm extractEntry man/bower.1 | |
59 silly gunzTarPerm extractEntry man/init.1 | |
60 silly gunzTarPerm extractEntry man/server.1 | |
61 silly gunzTarPerm extractEntry test/test-bower.js | |
62 silly gunzTarPerm extractEntry test/test-build.js | |
63 silly gunzTarPerm extractEntry test/test-usemin.js | |
64 silly gunzTarPerm extractEntry test/helpers/runnable.js | |
65 silly gunzTarPerm extractEntry test/helpers/index.js | |
66 silly gunzTarPerm extractEntry test/mocha.opts | |
67 silly gunzTarPerm extractEntry test/test-insight.py | |
68 silly gunzTarPerm extractEntry test/fixtures/usemin.html | |
69 silly gunzTarPerm extractEntry .jshintrc | |
70 silly gunzTarPerm extractEntry .test/images/misc/2a436.test.png | |
71 silly gunzTarPerm extractEntry .test/images/23012.test.png | |
72 silly gunzTarPerm extractEntry .test/images/23012.foo.png | |
73 silly gunzTarPerm extractEntry .test/css/23012.main.css | |
74 silly gunzTarPerm extractEntry bin/yeomaninsight.py | |
75 silly gunzTarPerm extractEntry bin/yeoman | |
76 silly gunzTarPerm extractEntry bin/help.txt | |
77 silly gunzTarPerm extractEntry lib/plugins/updater.js | |
78 silly gunzTarPerm extractEntry lib/plugins/insight.js | |
79 silly gunzTarPerm extractEntry lib/support/confess.js | |
80 silly gunzTarPerm extractEntry lib/support/confess.json | |
81 silly gunzTarPerm extractEntry lib/utils/index.js | |
82 silly gunzTarPerm extractEntry lib/utils/fetch.js | |
83 silly gunzTarPerm extractEntry readme.md | |
84 silly gunzTarPerm extractEntry doc/yeoman.md | |
85 silly gunzTarPerm extractEntry doc/insight.md | |
86 silly gunzTarPerm extractEntry doc/folders.md | |
87 silly gunzTarPerm extractEntry doc/faq.md | |
88 silly gunzTarPerm extractEntry doc/bower.md | |
89 silly gunzTarPerm extractEntry doc/init.md | |
90 silly gunzTarPerm extractEntry doc/gruntfile.md | |
91 silly gunzTarPerm extractEntry doc/test.md | |
92 silly gunzTarPerm extractEntry doc/build.md | |
93 silly gunzTarPerm extractEntry doc/server.md | |
94 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/package.json | |
95 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/.npmignore | |
96 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/Gruntfile.js | |
97 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/test/spec/introduction.js | |
98 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/test/index.html | |
99 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/test/lib/jasmine-1.2.0/jasmine.js | |
100 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/test/lib/jasmine-1.2.0/jasmine-html.js | |
101 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/test/lib/jasmine-1.2.0/jasmine.css | |
102 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/test/lib/jasmine-1.2.0/MIT.LICENSE | |
103 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/test/runner/headless.js | |
104 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/test/runner/html.js | |
105 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/img/.npmignore | |
106 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/img/destroy.png | |
107 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/img/nyan.gif | |
108 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/favicon.ico | |
109 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/style.css | |
110 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/_compass_twitter_bootstrap_awesome.sass | |
111 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/_compass_twitter_bootstrap.sass | |
112 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/_compass_twitter_bootstrap_responsive.sass | |
113 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_carousel.sass | |
114 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_tooltip.sass | |
115 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_pagination.sass | |
116 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_responsive-767px-max.sass | |
117 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_buttons.sass | |
118 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_responsive-utilities.sass | |
119 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_popovers.sass | |
120 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_scaffolding.sass | |
121 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_labels-badges.sass | |
122 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_alerts.sass | |
123 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_type.sass | |
124 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_component-animations.sass | |
125 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_pager.sass | |
126 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_breadcrumbs.sass | |
127 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_hero-unit.sass | |
128 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_progress-bars.sass | |
129 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_close.sass | |
130 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_thumbnails.sass | |
131 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_reset.sass | |
132 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_utilities.sass | |
133 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_grid.sass | |
134 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_responsive-768px-979px.sass | |
135 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_forms.sass | |
136 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_dropdowns.sass | |
137 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_font-awesome.sass | |
138 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_layouts.sass | |
139 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_button-groups.sass | |
140 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_code.sass | |
141 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_navs.sass | |
142 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_wells.sass | |
143 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_tables.sass | |
144 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_accordion.sass | |
145 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_sprites.sass | |
146 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_responsive-navbar.sass | |
147 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_mixins.sass | |
148 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_responsive-1200px-min.sass | |
149 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_navbar.sass | |
150 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_variables.sass | |
151 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/styles/sass/compass_twitter_bootstrap/_modals.sass | |
152 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/index.html | |
153 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/plugins.js | |
154 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/Tasks.js | |
155 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/TaskApp.js | |
156 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/hm.js | |
157 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/main.js | |
158 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/Task.js | |
159 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/coffee/spineModule.js | |
160 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/coffee/TaskApp.coffee | |
161 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/coffee/Tasks.coffee | |
162 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/coffee/Task.coffee | |
163 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/hm/fun.hm | |
164 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/hm/nyan.hm | |
165 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/README.md | |
166 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/require.js | |
167 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/json2.js | |
168 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/modernizr-2.5.3.min.js | |
169 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/cs.js | |
170 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/underscore.js | |
171 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/jquery.tmpl.js | |
172 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/.jshintrc | |
173 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/speakWorker.js | |
174 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/speakGenerator.js | |
175 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/README.markdown | |
176 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/AUTHORS | |
177 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/ka_dict | |
178 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/el_dict | |
179 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mk_dict | |
180 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/phondata | |
181 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/ml_dict | |
182 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/nl_dict | |
183 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/zhy_dict | |
184 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/sw_dict | |
185 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/kn_dict | |
186 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/cs_dict | |
187 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/ro | |
188 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/hu | |
189 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/en/en | |
190 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/en/en-wi | |
191 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/en/en-n | |
192 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/en/en-us | |
193 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/en/en-sc | |
194 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/en/en-wm | |
195 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/en/en-rp | |
196 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/ka | |
197 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/la | |
198 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/ml | |
199 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/da | |
200 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/sq | |
201 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/sw | |
202 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/f5 | |
203 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/whisper | |
204 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/croak | |
205 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/m3 | |
206 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/f2 | |
207 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/klatt | |
208 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/f1 | |
209 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/m5 | |
210 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/whisperf | |
211 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/m1 | |
212 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/klatt2 | |
213 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/m4 | |
214 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/f3 | |
215 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/m2 | |
216 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/klatt3 | |
217 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/m6 | |
218 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/m7 | |
219 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/!v/f4 | |
220 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/pt-pt | |
221 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/de | |
222 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/lv | |
223 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/ku | |
224 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mk | |
225 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/pl | |
226 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/fr-be | |
227 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/test/jbo | |
228 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/test/pap | |
229 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/test/grc | |
230 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/test/nci | |
231 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/it | |
232 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/sr | |
233 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/bs | |
234 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/fi | |
235 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/default | |
236 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/no | |
237 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-pl1 | |
238 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-nl2 | |
239 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-de6 | |
240 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-br4 | |
241 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-nl2-en | |
242 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-pl1-en | |
243 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-sw2-en | |
244 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-fr1-en | |
245 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-ro1 | |
246 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-us3 | |
247 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-de5 | |
248 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-it4 | |
249 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-de5-en | |
250 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-fr1 | |
251 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-hu1-en | |
252 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-br3 | |
253 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-us2 | |
254 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-af1-en | |
255 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-fr4 | |
256 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-us1 | |
257 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-de6-grc | |
258 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-gr2 | |
259 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-es1 | |
260 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-de2 | |
261 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-br1 | |
262 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-id1 | |
263 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-de4-en | |
264 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-ic1 | |
265 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-it3 | |
266 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-cz2 | |
267 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-pt1 | |
268 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-de4 | |
269 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-af1 | |
270 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-cr1 | |
271 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-es2 | |
272 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-sw1 | |
273 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-en1 | |
274 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-hu1 | |
275 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-de7 | |
276 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-ro1-en | |
277 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-fr4-en | |
278 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-sw1-en | |
279 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-sw2 | |
280 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-tr1 | |
281 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-tr2 | |
282 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-gr2-en | |
283 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/mb/mb-la1 | |
284 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/vi | |
285 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/es | |
286 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/zh | |
287 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/hi | |
288 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/tr | |
289 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/sk | |
290 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/hy | |
291 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/is | |
292 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/hy-west | |
293 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/zh-yue | |
294 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/ru | |
295 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/kn | |
296 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/cy | |
297 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/pt | |
298 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/af | |
299 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/fr | |
300 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/cs | |
301 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/hr | |
302 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/es-la | |
303 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/nl | |
304 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/ta | |
305 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/ca | |
306 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/sv | |
307 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/id | |
308 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/eo | |
309 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/voices/el | |
310 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/tr_dict | |
311 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/ca_dict | |
312 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/is_dict | |
313 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/zh_dict | |
314 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/hbs_dict | |
315 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/da_dict | |
316 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/config | |
317 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/nci_dict | |
318 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/vi_dict | |
319 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/pt_dict | |
320 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/sq_dict | |
321 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/fr_dict | |
322 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/pl_dict | |
323 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/no_dict | |
324 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/fi_dict | |
325 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/es_dict | |
326 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/sk_dict | |
327 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/ru_dict | |
328 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/phonindex | |
329 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/de_dict | |
330 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/intonations | |
331 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/en_dict | |
332 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/pap_dict | |
333 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/eo_dict | |
334 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/af_dict | |
335 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/phontab | |
336 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/cy_dict | |
337 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/jbo_dict | |
338 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/cs_phtrans | |
339 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/la1_phtrans | |
340 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/es_phtrans | |
341 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/cr1_phtrans | |
342 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/pt_phtrans | |
343 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/ic1_phtrans | |
344 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/ca1_phtrans | |
345 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/pl1_phtrans | |
346 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/sv_phtrans | |
347 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/ptbr_phtrans | |
348 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/id1_phtrans | |
349 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/gr2_phtrans | |
350 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/it3_phtrans | |
351 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/hu1_phtrans | |
352 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/grc-de6_phtrans | |
353 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/sv2_phtrans | |
354 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/de4_phtrans | |
355 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/fr1_phtrans | |
356 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/us_phtrans | |
357 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/en1_phtrans | |
358 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/nl_phtrans | |
359 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/in1_phtrans | |
360 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/de6_phtrans | |
361 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/ptbr4_phtrans | |
362 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/pt1_phtrans | |
363 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/tr1_phtrans | |
364 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/de2_phtrans | |
365 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/us3_phtrans | |
366 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/af1_phtrans | |
367 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/mbrola_ph/ro1_phtrans | |
368 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/ku_dict | |
369 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/id_dict | |
370 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/lv_dict | |
371 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/ro_dict | |
372 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/hy_dict | |
373 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/hu_dict | |
374 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/it_dict | |
375 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/la_dict | |
376 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/hi_dict | |
377 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/grc_dict | |
378 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/ta_dict | |
379 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/espeak-data/sv_dict | |
380 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/helloworld.html | |
381 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/hy_rules | |
382 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/mk_list | |
383 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/zhy_rules | |
384 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/sw_list | |
385 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/eo_list | |
386 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/pap_rules | |
387 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/nl_rules | |
388 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/vi_list | |
389 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/grc_list | |
390 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ro_rules | |
391 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/hi_rules | |
392 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/pt_rules | |
393 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/dict_phonemes | |
394 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/de_rules | |
395 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/es_rules | |
396 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/cy_rules | |
397 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ka_list | |
398 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/nci_list | |
399 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ka_rules | |
400 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/kn_rules | |
401 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/cs_list | |
402 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ta_rules | |
403 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/eo_rules | |
404 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/lv_list | |
405 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/id_rules | |
406 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/pl_rules | |
407 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/sk_list | |
408 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/la_list | |
409 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/mk_rules | |
410 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/tr_rules | |
411 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ml_rules | |
412 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/jbo_list | |
413 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/grc_rules | |
414 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/sv_rules | |
415 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/de_list | |
416 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/hy_list | |
417 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/id_list | |
418 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/fi_rules | |
419 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ta_list | |
420 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/it_listx | |
421 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/nl_list | |
422 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/pl_list | |
423 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/el_list | |
424 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/cy_list | |
425 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/fi_list | |
426 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ReadMe | |
427 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/kn_list | |
428 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/no_list | |
429 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/en_rules | |
430 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/el_rules | |
431 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/hbs_list | |
432 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/es_list | |
433 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ru_rules | |
434 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ca_list | |
435 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/en_list | |
436 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ku_list | |
437 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/zh_rules | |
438 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/da_extra | |
439 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/zh_list | |
440 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/fr_rules | |
441 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/it_list | |
442 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/sv_list | |
443 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/tr_list | |
444 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/sw_rules | |
445 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/lv_rules | |
446 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/sq_rules | |
447 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ku_rules | |
448 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/pt_list | |
449 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/it_rules | |
450 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/vi_rules | |
451 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/cs_rules | |
452 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/hbs_rules | |
453 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ro_list | |
454 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/jbo_rules | |
455 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/da_list | |
456 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ru_list | |
457 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/la_rules | |
458 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/dict_log | |
459 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/af_rules | |
460 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/hi_list | |
461 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/pap_list | |
462 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/da_rules | |
463 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/hu_list | |
464 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/no_rules | |
465 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/af_list | |
466 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/fr_list | |
467 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/is_rules | |
468 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/nci_rules | |
469 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/is_list | |
470 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/hu_rules | |
471 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/sk_rules | |
472 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/sq_list | |
473 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ml_list | |
474 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/dictsource/ca_rules | |
475 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/ChangeLog.txt | |
476 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/License.txt | |
477 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/demo.html | |
478 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/speakClient.hm | |
479 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/speak/ReadMe | |
480 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-typeahead.js | |
481 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-tab.js | |
482 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-modal.js | |
483 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-transition.js | |
484 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-alert.js | |
485 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-collapse.js | |
486 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-popover.js | |
487 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-tooltip.js | |
488 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-dropdown.js | |
489 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-carousel.js | |
490 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-scrollspy.js | |
491 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/vendor/bootstrap/bootstrap-button.js | |
492 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/package.json | |
493 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/.npmignore | |
494 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/README.md | |
495 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/LICENSE | |
496 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/index.js | |
497 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/component.json | |
498 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/route.html | |
499 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/index.html | |
500 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/lib/jquery.js | |
501 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/lib/jasmine.js | |
502 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/lib/jasmine.html.js | |
503 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/lib/jasmine.css | |
504 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/lib/MIT.LICENSE | |
505 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/specs/class.js | |
506 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/specs/model.js | |
507 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/specs/route.js | |
508 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/specs/events.js | |
509 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/specs/model.local.js | |
510 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/specs/manager.js | |
511 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/specs/ajax.js | |
512 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/specs/model.relation.js | |
513 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/specs/controller.js | |
514 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/manager.html | |
515 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/test/ajax.html | |
516 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/src/list.coffee | |
517 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/src/route.coffee | |
518 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/src/local.coffee | |
519 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/src/manager.coffee | |
520 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/src/relation.coffee | |
521 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/src/spine.coffee | |
522 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/src/ajax.coffee | |
523 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/lib/list.js | |
524 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/lib/route.js | |
525 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/lib/spine.js | |
526 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/lib/manager.js | |
527 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/lib/local.js | |
528 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/lib/ajax.js | |
529 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/lib/relation.js | |
530 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/spine/Cakefile | |
531 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/jquery/jquery.js | |
532 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/app/scripts/components/jquery/component.json | |
533 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/.htaccess | |
534 silly gunzTarPerm extractEntry samples/todos_spine_requirejs/config.rb | |
535 silly gunzTarPerm extractEntry tasks/manifest.js | |
536 silly gunzTarPerm extractEntry tasks/compass.js | |
537 silly gunzTarPerm extractEntry tasks/rev.js | |
538 silly gunzTarPerm extractEntry tasks/img.js | |
539 silly gunzTarPerm extractEntry tasks/server.js | |
540 silly gunzTarPerm extractEntry tasks/tar.js | |
541 silly gunzTarPerm extractEntry tasks/misc.js | |
542 silly gunzTarPerm extractEntry tasks/bower.js | |
543 silly gunzTarPerm extractEntry tasks/yeoman.js | |
544 silly gunzTarPerm extractEntry tasks/usemin.js | |
545 silly gunzTarPerm extractEntry tasks/html.js | |
546 silly gunzTarPerm extractEntry tasks/css.js | |
547 silly gunzTarPerm extractEntry tasks/rjs.js | |
548 silly gunzTarPerm extractEntry tasks/livereload/livereload.js | |
549 silly gunzTarPerm extractEntry tasks/init/yeoman.js | |
550 verbose read json /usr/local/lib/node_modules/yeoman/package.json | |
551 silly lockFile 264c2969-sr-local-lib-node-modules-yeoman /usr/local/lib/node_modules/yeoman | |
552 info preinstall [email protected] | |
553 verbose from cache /usr/local/lib/node_modules/yeoman/package.json | |
554 verbose readDependencies using package.json deps | |
555 verbose from cache /usr/local/lib/node_modules/yeoman/package.json | |
556 verbose readDependencies using package.json deps | |
557 verbose cache add [ 'grunt@http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529', | |
557 verbose cache add null ] | |
558 silly cache add name=undefined spec="grunt@http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529" args=["grunt@http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529",null] | |
559 verbose parsed url { pathname: 'grunt@http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529', | |
559 verbose parsed url path: 'grunt@http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529', | |
559 verbose parsed url href: 'grunt@http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529' } | |
560 silly cache add name="grunt" spec="http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529" args=["grunt","http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529"] | |
561 verbose parsed url { protocol: 'http:', | |
561 verbose parsed url slashes: true, | |
561 verbose parsed url host: 'nodeload.github.com', | |
561 verbose parsed url hostname: 'nodeload.github.com', | |
561 verbose parsed url href: 'http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529', | |
561 verbose parsed url pathname: '/gruntjs/grunt/tarball/0ba6d4b529', | |
561 verbose parsed url path: '/gruntjs/grunt/tarball/0ba6d4b529' } | |
562 silly lockFile 9a95ff42-gruntjs-grunt-tarball-0ba6d4b529 http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529 | |
563 verbose lock http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529 /home/jadams/.npm/9a95ff42-gruntjs-grunt-tarball-0ba6d4b529.lock | |
564 verbose cache add [ 'yeoman-generators@http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd', | |
564 verbose cache add null ] | |
565 silly cache add name=undefined spec="yeoman-generators@http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd" args=["yeoman-generators@http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd",null] | |
566 verbose parsed url { pathname: 'yeoman-generators@http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd', | |
566 verbose parsed url path: 'yeoman-generators@http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd', | |
566 verbose parsed url href: 'yeoman-generators@http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd' } | |
567 silly cache add name="yeoman-generators" spec="http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd" args=["yeoman-generators","http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd"] | |
568 verbose parsed url { protocol: 'http:', | |
568 verbose parsed url slashes: true, | |
568 verbose parsed url host: 'nodeload.github.com', | |
568 verbose parsed url hostname: 'nodeload.github.com', | |
568 verbose parsed url href: 'http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd', | |
568 verbose parsed url pathname: '/yeoman/generators/tarball/3d709c61cd', | |
568 verbose parsed url path: '/yeoman/generators/tarball/3d709c61cd' } | |
569 silly lockFile fa3cd516-an-generators-tarball-3d709c61cd http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd | |
570 verbose lock http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd /home/jadams/.npm/fa3cd516-an-generators-tarball-3d709c61cd.lock | |
571 verbose addRemoteTarball [ 'http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529', | |
571 verbose addRemoteTarball null ] | |
572 verbose addRemoteTarball [ 'http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd', | |
572 verbose addRemoteTarball null ] | |
573 verbose cache add [ 'bower@~0.2.0', null ] | |
574 silly cache add name=undefined spec="bower@~0.2.0" args=["bower@~0.2.0",null] | |
575 verbose parsed url { pathname: 'bower@~0.2.0', | |
575 verbose parsed url path: 'bower@~0.2.0', | |
575 verbose parsed url href: 'bower@~0.2.0' } | |
576 silly cache add name="bower" spec="~0.2.0" args=["bower","~0.2.0"] | |
577 verbose parsed url { pathname: '~0.2.0', path: '~0.2.0', href: '~0.2.0' } | |
578 verbose addNamed [ 'bower', '~0.2.0' ] | |
579 verbose addNamed [ null, '>=0.2.0- <0.3.0-' ] | |
580 silly lockFile ce66d0bf-bower-0-2-0 bower@~0.2.0 | |
581 verbose lock bower@~0.2.0 /home/jadams/.npm/ce66d0bf-bower-0-2-0.lock | |
582 verbose cache add [ '[email protected]', null ] | |
583 silly cache add name=undefined spec="[email protected]" args=["[email protected]",null] | |
584 verbose parsed url { pathname: '[email protected]', | |
584 verbose parsed url path: '[email protected]', | |
584 verbose parsed url href: '[email protected]' } | |
585 silly cache add name="open" spec="0.0.2" args=["open","0.0.2"] | |
586 verbose parsed url { pathname: '0.0.2', path: '0.0.2', href: '0.0.2' } | |
587 verbose addNamed [ 'open', '0.0.2' ] | |
588 verbose addNamed [ '0.0.2', '0.0.2' ] | |
589 silly lockFile 14da5d7e-open-0-0-2 [email protected] | |
590 verbose lock [email protected] /home/jadams/.npm/14da5d7e-open-0-0-2.lock | |
591 verbose cache add [ 'rimraf@~2.0.1', null ] | |
592 silly cache add name=undefined spec="rimraf@~2.0.1" args=["rimraf@~2.0.1",null] | |
593 verbose parsed url { pathname: 'rimraf@~2.0.1', | |
593 verbose parsed url path: 'rimraf@~2.0.1', | |
593 verbose parsed url href: 'rimraf@~2.0.1' } | |
594 silly cache add name="rimraf" spec="~2.0.1" args=["rimraf","~2.0.1"] | |
595 verbose parsed url { pathname: '~2.0.1', path: '~2.0.1', href: '~2.0.1' } | |
596 verbose addNamed [ 'rimraf', '~2.0.1' ] | |
597 verbose addNamed [ null, '>=2.0.1- <2.1.0-' ] | |
598 silly lockFile f13b63b4-rimraf-2-0-1 rimraf@~2.0.1 | |
599 verbose lock rimraf@~2.0.1 /home/jadams/.npm/f13b63b4-rimraf-2-0-1.lock | |
600 silly addNameRange { name: 'bower', range: '>=0.2.0- <0.3.0-', hasData: false } | |
601 silly addNameRange { name: 'rimraf', range: '>=2.0.1- <2.1.0-', hasData: false } | |
602 info retry fetch attempt 1 at 15:20:05 | |
603 verbose fetch to= /home/jadams/tmp/npm-5241/1352064005883-0.3264356192667037/tmp.tgz | |
604 info retry fetch attempt 1 at 15:20:05 | |
605 verbose fetch to= /home/jadams/tmp/npm-5241/1352064005883-0.32091049617156386/tmp.tgz | |
606 http GET http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529 | |
607 verbose url raw bower | |
608 verbose url resolving [ 'https://registry.npmjs.org/', './bower' ] | |
609 verbose url resolved https://registry.npmjs.org/bower | |
610 info trying registry request attempt 1 at 15:20:05 | |
611 verbose etag "F4JFCR7WS13NM6SN9J3HFX38J" | |
612 http GET https://registry.npmjs.org/bower | |
613 http GET http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd | |
614 verbose url raw rimraf | |
615 verbose url resolving [ 'https://registry.npmjs.org/', './rimraf' ] | |
616 verbose url resolved https://registry.npmjs.org/rimraf | |
617 info trying registry request attempt 1 at 15:20:05 | |
618 verbose etag "2D0F8UAL48IZKX5IAEGN7O5YY" | |
619 http GET https://registry.npmjs.org/rimraf | |
620 verbose url raw open/0.0.2 | |
621 verbose url resolving [ 'https://registry.npmjs.org/', './open/0.0.2' ] | |
622 verbose url resolved https://registry.npmjs.org/open/0.0.2 | |
623 info trying registry request attempt 1 at 15:20:05 | |
624 verbose etag "264GW8N0O772PVRE6TPQI5JKH" | |
625 http GET https://registry.npmjs.org/open/0.0.2 | |
626 verbose cache add [ 'mkdirp@~0.3.1', null ] | |
627 silly cache add name=undefined spec="mkdirp@~0.3.1" args=["mkdirp@~0.3.1",null] | |
628 verbose parsed url { pathname: 'mkdirp@~0.3.1', | |
628 verbose parsed url path: 'mkdirp@~0.3.1', | |
628 verbose parsed url href: 'mkdirp@~0.3.1' } | |
629 silly cache add name="mkdirp" spec="~0.3.1" args=["mkdirp","~0.3.1"] | |
630 verbose parsed url { pathname: '~0.3.1', path: '~0.3.1', href: '~0.3.1' } | |
631 verbose addNamed [ 'mkdirp', '~0.3.1' ] | |
632 verbose addNamed [ null, '>=0.3.1- <0.4.0-' ] | |
633 silly lockFile 5fc19bb2-mkdirp-0-3-1 mkdirp@~0.3.1 | |
634 verbose lock mkdirp@~0.3.1 /home/jadams/.npm/5fc19bb2-mkdirp-0-3-1.lock | |
635 verbose cache add [ 'requirejs@~2.0.2', null ] | |
636 silly cache add name=undefined spec="requirejs@~2.0.2" args=["requirejs@~2.0.2",null] | |
637 verbose parsed url { pathname: 'requirejs@~2.0.2', | |
637 verbose parsed url path: 'requirejs@~2.0.2', | |
637 verbose parsed url href: 'requirejs@~2.0.2' } | |
638 silly cache add name="requirejs" spec="~2.0.2" args=["requirejs","~2.0.2"] | |
639 verbose parsed url { pathname: '~2.0.2', path: '~2.0.2', href: '~2.0.2' } | |
640 verbose addNamed [ 'requirejs', '~2.0.2' ] | |
641 verbose addNamed [ null, '>=2.0.2- <2.1.0-' ] | |
642 silly lockFile 0bb51518-requirejs-2-0-2 requirejs@~2.0.2 | |
643 verbose lock requirejs@~2.0.2 /home/jadams/.npm/0bb51518-requirejs-2-0-2.lock | |
644 verbose cache add [ 'clean-css@~0.3.2', null ] | |
645 silly cache add name=undefined spec="clean-css@~0.3.2" args=["clean-css@~0.3.2",null] | |
646 verbose parsed url { pathname: 'clean-css@~0.3.2', | |
646 verbose parsed url path: 'clean-css@~0.3.2', | |
646 verbose parsed url href: 'clean-css@~0.3.2' } | |
647 silly cache add name="clean-css" spec="~0.3.2" args=["clean-css","~0.3.2"] | |
648 verbose parsed url { pathname: '~0.3.2', path: '~0.3.2', href: '~0.3.2' } | |
649 verbose addNamed [ 'clean-css', '~0.3.2' ] | |
650 verbose addNamed [ null, '>=0.3.2- <0.4.0-' ] | |
651 silly lockFile e88db108-clean-css-0-3-2 clean-css@~0.3.2 | |
652 verbose lock clean-css@~0.3.2 /home/jadams/.npm/e88db108-clean-css-0-3-2.lock | |
653 verbose cache add [ 'connect@~2.2.1', null ] | |
654 silly cache add name=undefined spec="connect@~2.2.1" args=["connect@~2.2.1",null] | |
655 verbose parsed url { pathname: 'connect@~2.2.1', | |
655 verbose parsed url path: 'connect@~2.2.1', | |
655 verbose parsed url href: 'connect@~2.2.1' } | |
656 silly cache add name="connect" spec="~2.2.1" args=["connect","~2.2.1"] | |
657 verbose parsed url { pathname: '~2.2.1', path: '~2.2.1', href: '~2.2.1' } | |
658 verbose addNamed [ 'connect', '~2.2.1' ] | |
659 verbose addNamed [ null, '>=2.2.1- <2.3.0-' ] | |
660 silly lockFile c4784122-connect-2-2-1 connect@~2.2.1 | |
661 verbose lock connect@~2.2.1 /home/jadams/.npm/c4784122-connect-2-2-1.lock | |
662 verbose cache add [ 'request@~2.9.200', null ] | |
663 silly cache add name=undefined spec="request@~2.9.200" args=["request@~2.9.200",null] | |
664 verbose parsed url { pathname: 'request@~2.9.200', | |
664 verbose parsed url path: 'request@~2.9.200', | |
664 verbose parsed url href: 'request@~2.9.200' } | |
665 silly cache add name="request" spec="~2.9.200" args=["request","~2.9.200"] | |
666 verbose parsed url { pathname: '~2.9.200', path: '~2.9.200', href: '~2.9.200' } | |
667 verbose addNamed [ 'request', '~2.9.200' ] | |
668 verbose addNamed [ null, '>=2.9.200- <2.10.0-' ] | |
669 silly lockFile 1659c081-request-2-9-200 request@~2.9.200 | |
670 verbose lock request@~2.9.200 /home/jadams/.npm/1659c081-request-2-9-200.lock | |
671 verbose cache add [ 'html-minifier@~0.4.5', null ] | |
672 silly cache add name=undefined spec="html-minifier@~0.4.5" args=["html-minifier@~0.4.5",null] | |
673 verbose parsed url { pathname: 'html-minifier@~0.4.5', | |
673 verbose parsed url path: 'html-minifier@~0.4.5', | |
673 verbose parsed url href: 'html-minifier@~0.4.5' } | |
674 silly cache add name="html-minifier" spec="~0.4.5" args=["html-minifier","~0.4.5"] | |
675 verbose parsed url { pathname: '~0.4.5', path: '~0.4.5', href: '~0.4.5' } | |
676 verbose addNamed [ 'html-minifier', '~0.4.5' ] | |
677 verbose addNamed [ null, '>=0.4.5- <0.5.0-' ] | |
678 silly lockFile bd8a6d97-html-minifier-0-4-5 html-minifier@~0.4.5 | |
679 verbose lock html-minifier@~0.4.5 /home/jadams/.npm/bd8a6d97-html-minifier-0-4-5.lock | |
680 verbose cache add [ 'which@~1.0.5', null ] | |
681 silly cache add name=undefined spec="which@~1.0.5" args=["which@~1.0.5",null] | |
682 verbose parsed url { pathname: 'which@~1.0.5', | |
682 verbose parsed url path: 'which@~1.0.5', | |
682 verbose parsed url href: 'which@~1.0.5' } | |
683 silly cache add name="which" spec="~1.0.5" args=["which","~1.0.5"] | |
684 verbose parsed url { pathname: '~1.0.5', path: '~1.0.5', href: '~1.0.5' } | |
685 verbose addNamed [ 'which', '~1.0.5' ] | |
686 verbose addNamed [ null, '>=1.0.5- <1.1.0-' ] | |
687 silly lockFile d158d65e-which-1-0-5 which@~1.0.5 | |
688 verbose lock which@~1.0.5 /home/jadams/.npm/d158d65e-which-1-0-5.lock | |
689 verbose cache add [ 'cheerio@~0.9.2', null ] | |
690 silly cache add name=undefined spec="cheerio@~0.9.2" args=["cheerio@~0.9.2",null] | |
691 verbose parsed url { pathname: 'cheerio@~0.9.2', | |
691 verbose parsed url path: 'cheerio@~0.9.2', | |
691 verbose parsed url href: 'cheerio@~0.9.2' } | |
692 silly cache add name="cheerio" spec="~0.9.2" args=["cheerio","~0.9.2"] | |
693 verbose parsed url { pathname: '~0.9.2', path: '~0.9.2', href: '~0.9.2' } | |
694 verbose addNamed [ 'cheerio', '~0.9.2' ] | |
695 verbose addNamed [ null, '>=0.9.2- <0.10.0-' ] | |
696 silly lockFile 7f3e93b9-cheerio-0-9-2 cheerio@~0.9.2 | |
697 verbose lock cheerio@~0.9.2 /home/jadams/.npm/7f3e93b9-cheerio-0-9-2.lock | |
698 verbose cache add [ 'fstream@~0.1.18', null ] | |
699 silly cache add name=undefined spec="fstream@~0.1.18" args=["fstream@~0.1.18",null] | |
700 verbose parsed url { pathname: 'fstream@~0.1.18', | |
700 verbose parsed url path: 'fstream@~0.1.18', | |
700 verbose parsed url href: 'fstream@~0.1.18' } | |
701 silly cache add name="fstream" spec="~0.1.18" args=["fstream","~0.1.18"] | |
702 verbose parsed url { pathname: '~0.1.18', path: '~0.1.18', href: '~0.1.18' } | |
703 verbose addNamed [ 'fstream', '~0.1.18' ] | |
704 verbose addNamed [ null, '>=0.1.18- <0.2.0-' ] | |
705 silly lockFile 69d1cbab-fstream-0-1-18 fstream@~0.1.18 | |
706 verbose lock fstream@~0.1.18 /home/jadams/.npm/69d1cbab-fstream-0-1-18.lock | |
707 verbose cache add [ '[email protected]', null ] | |
708 silly cache add name=undefined spec="[email protected]" args=["[email protected]",null] | |
709 verbose parsed url { pathname: '[email protected]', | |
709 verbose parsed url path: '[email protected]', | |
709 verbose parsed url href: '[email protected]' } | |
710 silly cache add name="fstream-ignore" spec="0.0.5" args=["fstream-ignore","0.0.5"] | |
711 verbose parsed url { pathname: '0.0.5', path: '0.0.5', href: '0.0.5' } | |
712 verbose addNamed [ 'fstream-ignore', '0.0.5' ] | |
713 verbose addNamed [ '0.0.5', '0.0.5' ] | |
714 silly lockFile 2284ac87-fstream-ignore-0-0-5 [email protected] | |
715 verbose lock [email protected] /home/jadams/.npm/2284ac87-fstream-ignore-0-0-5.lock | |
716 verbose cache add [ 'tar@~0.1.13', null ] | |
717 silly cache add name=undefined spec="tar@~0.1.13" args=["tar@~0.1.13",null] | |
718 verbose parsed url { pathname: 'tar@~0.1.13', | |
718 verbose parsed url path: 'tar@~0.1.13', | |
718 verbose parsed url href: 'tar@~0.1.13' } | |
719 silly cache add name="tar" spec="~0.1.13" args=["tar","~0.1.13"] | |
720 verbose parsed url { pathname: '~0.1.13', path: '~0.1.13', href: '~0.1.13' } | |
721 verbose addNamed [ 'tar', '~0.1.13' ] | |
722 verbose addNamed [ null, '>=0.1.13- <0.2.0-' ] | |
723 silly lockFile e648d358-tar-0-1-13 tar@~0.1.13 | |
724 verbose lock tar@~0.1.13 /home/jadams/.npm/e648d358-tar-0-1-13.lock | |
725 verbose cache add [ 'coffee-script@~1.3.3', null ] | |
726 silly cache add name=undefined spec="coffee-script@~1.3.3" args=["coffee-script@~1.3.3",null] | |
727 verbose parsed url { pathname: 'coffee-script@~1.3.3', | |
727 verbose parsed url path: 'coffee-script@~1.3.3', | |
727 verbose parsed url href: 'coffee-script@~1.3.3' } | |
728 silly cache add name="coffee-script" spec="~1.3.3" args=["coffee-script","~1.3.3"] | |
729 verbose parsed url { pathname: '~1.3.3', path: '~1.3.3', href: '~1.3.3' } | |
730 verbose addNamed [ 'coffee-script', '~1.3.3' ] | |
731 verbose addNamed [ null, '>=1.3.3- <1.4.0-' ] | |
732 silly lockFile f72bb580-coffee-script-1-3-3 coffee-script@~1.3.3 | |
733 verbose lock coffee-script@~1.3.3 /home/jadams/.npm/f72bb580-coffee-script-1-3-3.lock | |
734 verbose cache add [ 'grunt-jasmine-task@~0.2.2', null ] | |
735 silly cache add name=undefined spec="grunt-jasmine-task@~0.2.2" args=["grunt-jasmine-task@~0.2.2",null] | |
736 verbose parsed url { pathname: 'grunt-jasmine-task@~0.2.2', | |
736 verbose parsed url path: 'grunt-jasmine-task@~0.2.2', | |
736 verbose parsed url href: 'grunt-jasmine-task@~0.2.2' } | |
737 silly cache add name="grunt-jasmine-task" spec="~0.2.2" args=["grunt-jasmine-task","~0.2.2"] | |
738 verbose parsed url { pathname: '~0.2.2', path: '~0.2.2', href: '~0.2.2' } | |
739 verbose addNamed [ 'grunt-jasmine-task', '~0.2.2' ] | |
740 verbose addNamed [ null, '>=0.2.2- <0.3.0-' ] | |
741 silly lockFile c212c3e3-grunt-jasmine-task-0-2-2 grunt-jasmine-task@~0.2.2 | |
742 verbose lock grunt-jasmine-task@~0.2.2 /home/jadams/.npm/c212c3e3-grunt-jasmine-task-0-2-2.lock | |
743 verbose cache add [ 'faye-websocket@~0.4.2', null ] | |
744 silly cache add name=undefined spec="faye-websocket@~0.4.2" args=["faye-websocket@~0.4.2",null] | |
745 verbose parsed url { pathname: 'faye-websocket@~0.4.2', | |
745 verbose parsed url path: 'faye-websocket@~0.4.2', | |
745 verbose parsed url href: 'faye-websocket@~0.4.2' } | |
746 silly cache add name="faye-websocket" spec="~0.4.2" args=["faye-websocket","~0.4.2"] | |
747 verbose parsed url { pathname: '~0.4.2', path: '~0.4.2', href: '~0.4.2' } | |
748 verbose addNamed [ 'faye-websocket', '~0.4.2' ] | |
749 verbose addNamed [ null, '>=0.4.2- <0.5.0-' ] | |
750 silly lockFile c74c85de-faye-websocket-0-4-2 faye-websocket@~0.4.2 | |
751 verbose lock faye-websocket@~0.4.2 /home/jadams/.npm/c74c85de-faye-websocket-0-4-2.lock | |
752 verbose cache add [ 'shelljs@~0.0.6', null ] | |
753 silly cache add name=undefined spec="shelljs@~0.0.6" args=["shelljs@~0.0.6",null] | |
754 verbose parsed url { pathname: 'shelljs@~0.0.6', | |
754 verbose parsed url path: 'shelljs@~0.0.6', | |
754 verbose parsed url href: 'shelljs@~0.0.6' } | |
755 silly cache add name="shelljs" spec="~0.0.6" args=["shelljs","~0.0.6"] | |
756 verbose parsed url { pathname: '~0.0.6', path: '~0.0.6', href: '~0.0.6' } | |
757 verbose addNamed [ 'shelljs', '~0.0.6' ] | |
758 verbose addNamed [ null, '>=0.0.6- <0.1.0-' ] | |
759 silly lockFile 51fc5c5c-shelljs-0-0-6 shelljs@~0.0.6 | |
760 verbose lock shelljs@~0.0.6 /home/jadams/.npm/51fc5c5c-shelljs-0-0-6.lock | |
761 verbose cache add [ 'prompt@~0.1.12', null ] | |
762 silly cache add name=undefined spec="prompt@~0.1.12" args=["prompt@~0.1.12",null] | |
763 verbose parsed url { pathname: 'prompt@~0.1.12', | |
763 verbose parsed url path: 'prompt@~0.1.12', | |
763 verbose parsed url href: 'prompt@~0.1.12' } | |
764 silly cache add name="prompt" spec="~0.1.12" args=["prompt","~0.1.12"] | |
765 verbose parsed url { pathname: '~0.1.12', path: '~0.1.12', href: '~0.1.12' } | |
766 verbose addNamed [ 'prompt', '~0.1.12' ] | |
767 verbose addNamed [ null, '>=0.1.12- <0.2.0-' ] | |
768 silly lockFile 39e4a135-prompt-0-1-12 prompt@~0.1.12 | |
769 verbose lock prompt@~0.1.12 /home/jadams/.npm/39e4a135-prompt-0-1-12.lock | |
770 verbose cache add [ 'colors@~0.6.0', null ] | |
771 silly cache add name=undefined spec="colors@~0.6.0" args=["colors@~0.6.0",null] | |
772 verbose parsed url { pathname: 'colors@~0.6.0', | |
772 verbose parsed url path: 'colors@~0.6.0', | |
772 verbose parsed url href: 'colors@~0.6.0' } | |
773 silly cache add name="colors" spec="~0.6.0" args=["colors","~0.6.0"] | |
774 verbose parsed url { pathname: '~0.6.0', path: '~0.6.0', href: '~0.6.0' } | |
775 verbose addNamed [ 'colors', '~0.6.0' ] | |
776 verbose addNamed [ null, '>=0.6.0- <0.7.0-' ] | |
777 silly lockFile 87ce7fc7-colors-0-6-0 colors@~0.6.0 | |
778 verbose lock colors@~0.6.0 /home/jadams/.npm/87ce7fc7-colors-0-6-0.lock | |
779 verbose cache add [ 'grunt-mocha@~0.1.3', null ] | |
780 silly cache add name=undefined spec="grunt-mocha@~0.1.3" args=["grunt-mocha@~0.1.3",null] | |
781 verbose parsed url { pathname: 'grunt-mocha@~0.1.3', | |
781 verbose parsed url path: 'grunt-mocha@~0.1.3', | |
781 verbose parsed url href: 'grunt-mocha@~0.1.3' } | |
782 silly cache add name="grunt-mocha" spec="~0.1.3" args=["grunt-mocha","~0.1.3"] | |
783 verbose parsed url { pathname: '~0.1.3', path: '~0.1.3', href: '~0.1.3' } | |
784 verbose addNamed [ 'grunt-mocha', '~0.1.3' ] | |
785 verbose addNamed [ null, '>=0.1.3- <0.2.0-' ] | |
786 silly lockFile 0b644ca0-grunt-mocha-0-1-3 grunt-mocha@~0.1.3 | |
787 verbose lock grunt-mocha@~0.1.3 /home/jadams/.npm/0b644ca0-grunt-mocha-0-1-3.lock | |
788 verbose cache add [ 'es6-collections@>=0.2.0', null ] | |
789 silly cache add name=undefined spec="es6-collections@>=0.2.0" args=["es6-collections@>=0.2.0",null] | |
790 verbose parsed url { pathname: 'es6-collections@%3E=0.2.0', | |
790 verbose parsed url path: 'es6-collections@%3E=0.2.0', | |
790 verbose parsed url href: 'es6-collections@%3E=0.2.0' } | |
791 silly cache add name="es6-collections" spec=">=0.2.0" args=["es6-collections",">=0.2.0"] | |
792 verbose parsed url { pathname: '%3E=0.2.0', path: '%3E=0.2.0', href: '%3E=0.2.0' } | |
793 verbose addNamed [ 'es6-collections', '>=0.2.0' ] | |
794 verbose addNamed [ null, '>=0.2.0' ] | |
795 silly lockFile e426cb81-es6-collections-0-2-0 es6-collections@>=0.2.0 | |
796 verbose lock es6-collections@>=0.2.0 /home/jadams/.npm/e426cb81-es6-collections-0-2-0.lock | |
797 verbose cache add [ 'grunt-contrib-coffee@~0.3.1', null ] | |
798 silly cache add name=undefined spec="grunt-contrib-coffee@~0.3.1" args=["grunt-contrib-coffee@~0.3.1",null] | |
799 verbose parsed url { pathname: 'grunt-contrib-coffee@~0.3.1', | |
799 verbose parsed url path: 'grunt-contrib-coffee@~0.3.1', | |
799 verbose parsed url href: 'grunt-contrib-coffee@~0.3.1' } | |
800 silly cache add name="grunt-contrib-coffee" spec="~0.3.1" args=["grunt-contrib-coffee","~0.3.1"] | |
801 verbose parsed url { pathname: '~0.3.1', path: '~0.3.1', href: '~0.3.1' } | |
802 verbose addNamed [ 'grunt-contrib-coffee', '~0.3.1' ] | |
803 verbose addNamed [ null, '>=0.3.1- <0.4.0-' ] | |
804 silly lockFile fc10f0e7-grunt-contrib-coffee-0-3-1 grunt-contrib-coffee@~0.3.1 | |
805 verbose lock grunt-contrib-coffee@~0.3.1 /home/jadams/.npm/fc10f0e7-grunt-contrib-coffee-0-3-1.lock | |
806 silly addNameRange { name: 'mkdirp', range: '>=0.3.1- <0.4.0-', hasData: false } | |
807 silly addNameRange { name: 'requirejs', range: '>=2.0.2- <2.1.0-', hasData: false } | |
808 silly addNameRange { name: 'clean-css', range: '>=0.3.2- <0.4.0-', hasData: false } | |
809 silly addNameRange { name: 'connect', range: '>=2.2.1- <2.3.0-', hasData: false } | |
810 silly addNameRange { name: 'request', range: '>=2.9.200- <2.10.0-', hasData: false } | |
811 silly addNameRange { name: 'html-minifier', | |
811 silly addNameRange range: '>=0.4.5- <0.5.0-', | |
811 silly addNameRange hasData: false } | |
812 silly addNameRange { name: 'which', range: '>=1.0.5- <1.1.0-', hasData: false } | |
813 silly addNameRange { name: 'cheerio', range: '>=0.9.2- <0.10.0-', hasData: false } | |
814 silly addNameRange { name: 'fstream', range: '>=0.1.18- <0.2.0-', hasData: false } | |
815 silly addNameRange { name: 'tar', range: '>=0.1.13- <0.2.0-', hasData: false } | |
816 silly addNameRange { name: 'coffee-script', | |
816 silly addNameRange range: '>=1.3.3- <1.4.0-', | |
816 silly addNameRange hasData: false } | |
817 silly addNameRange { name: 'grunt-jasmine-task', | |
817 silly addNameRange range: '>=0.2.2- <0.3.0-', | |
817 silly addNameRange hasData: false } | |
818 silly addNameRange { name: 'faye-websocket', | |
818 silly addNameRange range: '>=0.4.2- <0.5.0-', | |
818 silly addNameRange hasData: false } | |
819 silly addNameRange { name: 'shelljs', range: '>=0.0.6- <0.1.0-', hasData: false } | |
820 silly addNameRange { name: 'prompt', range: '>=0.1.12- <0.2.0-', hasData: false } | |
821 silly addNameRange { name: 'colors', range: '>=0.6.0- <0.7.0-', hasData: false } | |
822 silly addNameRange { name: 'grunt-mocha', | |
822 silly addNameRange range: '>=0.1.3- <0.2.0-', | |
822 silly addNameRange hasData: false } | |
823 silly addNameRange { name: 'es6-collections', range: '>=0.2.0', hasData: false } | |
824 silly addNameRange { name: 'grunt-contrib-coffee', | |
824 silly addNameRange range: '>=0.3.1- <0.4.0-', | |
824 silly addNameRange hasData: false } | |
825 verbose url raw mkdirp | |
826 verbose url resolving [ 'https://registry.npmjs.org/', './mkdirp' ] | |
827 verbose url resolved https://registry.npmjs.org/mkdirp | |
828 info trying registry request attempt 1 at 15:20:06 | |
829 verbose etag "4VY93YHIIJ11G0NNP12CLD9IC" | |
830 http GET https://registry.npmjs.org/mkdirp | |
831 verbose url raw requirejs | |
832 verbose url resolving [ 'https://registry.npmjs.org/', './requirejs' ] | |
833 verbose url resolved https://registry.npmjs.org/requirejs | |
834 info trying registry request attempt 1 at 15:20:06 | |
835 verbose etag "1JCP76H1PC8X3P0R81RKW9UO8" | |
836 http GET https://registry.npmjs.org/requirejs | |
837 verbose url raw clean-css | |
838 verbose url resolving [ 'https://registry.npmjs.org/', './clean-css' ] | |
839 verbose url resolved https://registry.npmjs.org/clean-css | |
840 info trying registry request attempt 1 at 15:20:06 | |
841 verbose etag "2LN3C2X1I5853VFQJGT8RLWOQ" | |
842 http GET https://registry.npmjs.org/clean-css | |
843 verbose url raw connect | |
844 verbose url resolving [ 'https://registry.npmjs.org/', './connect' ] | |
845 verbose url resolved https://registry.npmjs.org/connect | |
846 info trying registry request attempt 1 at 15:20:06 | |
847 verbose etag "IAK9645ABRNVLK96SC77H7LO" | |
848 http GET https://registry.npmjs.org/connect | |
849 verbose url raw request | |
850 verbose url resolving [ 'https://registry.npmjs.org/', './request' ] | |
851 verbose url resolved https://registry.npmjs.org/request | |
852 info trying registry request attempt 1 at 15:20:06 | |
853 verbose etag "B8JN59M53O7I3HWS5MWC6U6LW" | |
854 http GET https://registry.npmjs.org/request | |
855 verbose url raw html-minifier | |
856 verbose url resolving [ 'https://registry.npmjs.org/', './html-minifier' ] | |
857 verbose url resolved https://registry.npmjs.org/html-minifier | |
858 info trying registry request attempt 1 at 15:20:06 | |
859 verbose etag "ILH7U80KM0UXAR6WZMY38L46" | |
860 http GET https://registry.npmjs.org/html-minifier | |
861 verbose url raw which | |
862 verbose url resolving [ 'https://registry.npmjs.org/', './which' ] | |
863 verbose url resolved https://registry.npmjs.org/which | |
864 info trying registry request attempt 1 at 15:20:06 | |
865 verbose etag "9C3J5QDY4T90ON5CQIYWKU6EC" | |
866 http GET https://registry.npmjs.org/which | |
867 verbose url raw cheerio | |
868 verbose url resolving [ 'https://registry.npmjs.org/', './cheerio' ] | |
869 verbose url resolved https://registry.npmjs.org/cheerio | |
870 info trying registry request attempt 1 at 15:20:06 | |
871 verbose etag "7937FFOWKIJPVDTUBVPCNWDGR" | |
872 http GET https://registry.npmjs.org/cheerio | |
873 verbose url raw fstream | |
874 verbose url resolving [ 'https://registry.npmjs.org/', './fstream' ] | |
875 verbose url resolved https://registry.npmjs.org/fstream | |
876 info trying registry request attempt 1 at 15:20:06 | |
877 verbose etag "B2CI8M2OHR88ZQ1755DS1A80Q" | |
878 http GET https://registry.npmjs.org/fstream | |
879 verbose url raw fstream-ignore/0.0.5 | |
880 verbose url resolving [ 'https://registry.npmjs.org/', './fstream-ignore/0.0.5' ] | |
881 verbose url resolved https://registry.npmjs.org/fstream-ignore/0.0.5 | |
882 info trying registry request attempt 1 at 15:20:06 | |
883 verbose etag "741J5EYGCUAU0CI58TDYYNG00" | |
884 http GET https://registry.npmjs.org/fstream-ignore/0.0.5 | |
885 verbose url raw tar | |
886 verbose url resolving [ 'https://registry.npmjs.org/', './tar' ] | |
887 verbose url resolved https://registry.npmjs.org/tar | |
888 info trying registry request attempt 1 at 15:20:06 | |
889 verbose etag "4K8E1PQH9R7PRJD6AFTZN1SQB" | |
890 http GET https://registry.npmjs.org/tar | |
891 verbose url raw coffee-script | |
892 verbose url resolving [ 'https://registry.npmjs.org/', './coffee-script' ] | |
893 verbose url resolved https://registry.npmjs.org/coffee-script | |
894 info trying registry request attempt 1 at 15:20:06 | |
895 verbose etag "ESZQCOM8YM1Y9HYG857TA69QC" | |
896 http GET https://registry.npmjs.org/coffee-script | |
897 verbose url raw grunt-jasmine-task | |
898 verbose url resolving [ 'https://registry.npmjs.org/', './grunt-jasmine-task' ] | |
899 verbose url resolved https://registry.npmjs.org/grunt-jasmine-task | |
900 info trying registry request attempt 1 at 15:20:06 | |
901 verbose etag "9MK7KSNC5I9OS9I0VDQAST2HD" | |
902 http GET https://registry.npmjs.org/grunt-jasmine-task | |
903 verbose url raw faye-websocket | |
904 verbose url resolving [ 'https://registry.npmjs.org/', './faye-websocket' ] | |
905 verbose url resolved https://registry.npmjs.org/faye-websocket | |
906 info trying registry request attempt 1 at 15:20:06 | |
907 verbose etag "807X5ZERCE5BZBBUYMR3GJXOC" | |
908 http GET https://registry.npmjs.org/faye-websocket | |
909 verbose url raw shelljs | |
910 verbose url resolving [ 'https://registry.npmjs.org/', './shelljs' ] | |
911 verbose url resolved https://registry.npmjs.org/shelljs | |
912 info trying registry request attempt 1 at 15:20:06 | |
913 verbose etag "DQHFSR0GGW1US7XKVJEMY3UHZ" | |
914 http GET https://registry.npmjs.org/shelljs | |
915 verbose url raw prompt | |
916 verbose url resolving [ 'https://registry.npmjs.org/', './prompt' ] | |
917 verbose url resolved https://registry.npmjs.org/prompt | |
918 info trying registry request attempt 1 at 15:20:06 | |
919 verbose etag "EJXI5G97VVLR9C2T6RLXO3P3" | |
920 http GET https://registry.npmjs.org/prompt | |
921 verbose url raw colors | |
922 verbose url resolving [ 'https://registry.npmjs.org/', './colors' ] | |
923 verbose url resolved https://registry.npmjs.org/colors | |
924 info trying registry request attempt 1 at 15:20:06 | |
925 verbose etag "1K6WW6RVIO8OOUJFDXZ68Z25Z" | |
926 http GET https://registry.npmjs.org/colors | |
927 verbose url raw grunt-mocha | |
928 verbose url resolving [ 'https://registry.npmjs.org/', './grunt-mocha' ] | |
929 verbose url resolved https://registry.npmjs.org/grunt-mocha | |
930 info trying registry request attempt 1 at 15:20:06 | |
931 verbose etag "8BGJ1WNZRNXGH4ECBJQVOQT7E" | |
932 http GET https://registry.npmjs.org/grunt-mocha | |
933 verbose url raw es6-collections | |
934 verbose url resolving [ 'https://registry.npmjs.org/', './es6-collections' ] | |
935 verbose url resolved https://registry.npmjs.org/es6-collections | |
936 info trying registry request attempt 1 at 15:20:06 | |
937 verbose etag "4VZZMD1CPNAH4NMH16BCVUE9V" | |
938 http GET https://registry.npmjs.org/es6-collections | |
939 verbose url raw grunt-contrib-coffee | |
940 verbose url resolving [ 'https://registry.npmjs.org/', './grunt-contrib-coffee' ] | |
941 verbose url resolved https://registry.npmjs.org/grunt-contrib-coffee | |
942 info trying registry request attempt 1 at 15:20:06 | |
943 verbose etag "AOVTR8GR00Q4KFF827RDLPU9R" | |
944 http GET https://registry.npmjs.org/grunt-contrib-coffee | |
945 http 404 http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529 | |
946 http 404 http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd | |
947 error fetch failed http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529 | |
948 silly lockFile 9a95ff42-gruntjs-grunt-tarball-0ba6d4b529 http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529 | |
949 error fetch failed http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd | |
950 silly lockFile fa3cd516-an-generators-tarball-3d709c61cd http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd | |
951 verbose about to build /usr/local/lib/node_modules/yeoman | |
952 info /usr/local/lib/node_modules/yeoman unbuild | |
953 verbose from cache /usr/local/lib/node_modules/yeoman/package.json | |
954 info preuninstall [email protected] | |
955 info uninstall [email protected] | |
956 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild [email protected] | |
957 verbose /usr/local/bin,[object Object] binRoot | |
958 info postuninstall [email protected] | |
959 error Error: 404 Not Found | |
959 error at null.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/fetch.js:47:16) | |
959 error at EventEmitter.emit (events.js:126:20) | |
959 error at WriteStream.flush (fs.js:1517:12) | |
959 error at fs.close (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:90:5) | |
959 error at Object.oncomplete (fs.js:297:15) | |
960 error If you need help, you may report this log at: | |
960 error <http://github.com/isaacs/npm/issues> | |
960 error or email it to: | |
960 error <[email protected]> | |
961 error System Linux 3.2.0-31-generic | |
962 error command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "yeoman" "-g" | |
963 error cwd /home/jadams/javascript/simcity_angular | |
964 error node -v v0.8.14 | |
965 error npm -v 1.1.65 | |
966 verbose exit [ 1, true ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo npm install yeoman -g | |
npm http GET https://registry.npmjs.org/yeoman | |
npm http 304 https://registry.npmjs.org/yeoman | |
npm http GET http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529 | |
npm http GET https://registry.npmjs.org/bower | |
npm http GET http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd | |
npm http GET https://registry.npmjs.org/rimraf | |
npm http GET https://registry.npmjs.org/open/0.0.2 | |
npm http GET https://registry.npmjs.org/mkdirp | |
npm http GET https://registry.npmjs.org/requirejs | |
npm http GET https://registry.npmjs.org/clean-css | |
npm http GET https://registry.npmjs.org/connect | |
npm http GET https://registry.npmjs.org/request | |
npm http GET https://registry.npmjs.org/html-minifier | |
npm http GET https://registry.npmjs.org/which | |
npm http GET https://registry.npmjs.org/cheerio | |
npm http GET https://registry.npmjs.org/fstream | |
npm http GET https://registry.npmjs.org/fstream-ignore/0.0.5 | |
npm http GET https://registry.npmjs.org/tar | |
npm http GET https://registry.npmjs.org/coffee-script | |
npm http GET https://registry.npmjs.org/grunt-jasmine-task | |
npm http GET https://registry.npmjs.org/faye-websocket | |
npm http GET https://registry.npmjs.org/shelljs | |
npm http GET https://registry.npmjs.org/prompt | |
npm http GET https://registry.npmjs.org/colors | |
npm http GET https://registry.npmjs.org/grunt-mocha | |
npm http GET https://registry.npmjs.org/es6-collections | |
npm http GET https://registry.npmjs.org/grunt-contrib-coffee | |
npm http 404 http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529 | |
npm http 404 http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd | |
npm ERR! fetch failed http://nodeload.github.com/gruntjs/grunt/tarball/0ba6d4b529 | |
npm ERR! fetch failed http://nodeload.github.com/yeoman/generators/tarball/3d709c61cd | |
npm ERR! Error: 404 Not Found | |
npm ERR! at null.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/fetch.js:47:16) | |
npm ERR! at EventEmitter.emit (events.js:126:20) | |
npm ERR! at WriteStream.flush (fs.js:1517:12) | |
npm ERR! at fs.close (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:90:5) | |
npm ERR! at Object.oncomplete (fs.js:297:15) | |
npm ERR! If you need help, you may report this log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> | |
npm ERR! System Linux 3.2.0-31-generic | |
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "yeoman" "-g" | |
npm ERR! cwd /home/jadams/javascript/simcity_angular | |
npm ERR! node -v v0.8.14 | |
npm ERR! npm -v 1.1.65 | |
npm http 304 https://registry.npmjs.org/bower | |
npm http 304 https://registry.npmjs.org/rimraf | |
npm http 304 https://registry.npmjs.org/clean-css | |
npm http 304 https://registry.npmjs.org/connect | |
npm WARN package.json [email protected] No README.md file found! | |
npm http 304 https://registry.npmjs.org/open/0.0.2 | |
npm http 304 https://registry.npmjs.org/request | |
npm http 304 https://registry.npmjs.org/html-minifier | |
npm http 304 https://registry.npmjs.org/mkdirp | |
npm http 304 https://registry.npmjs.org/requirejs | |
npm http 304 https://registry.npmjs.org/which | |
npm http 304 https://registry.npmjs.org/cheerio | |
npm http 304 https://registry.npmjs.org/fstream | |
npm http 304 https://registry.npmjs.org/fstream-ignore/0.0.5 | |
npm http 304 https://registry.npmjs.org/tar | |
npm http 304 https://registry.npmjs.org/coffee-script | |
npm http 304 https://registry.npmjs.org/grunt-jasmine-task | |
npm http 304 https://registry.npmjs.org/faye-websocket | |
npm http 304 https://registry.npmjs.org/shelljs | |
npm http 304 https://registry.npmjs.org/prompt | |
npm http 304 https://registry.npmjs.org/colors | |
npm http 304 https://registry.npmjs.org/grunt-mocha | |
npm http 304 https://registry.npmjs.org/es6-collections | |
npm http 304 https://registry.npmjs.org/grunt-contrib-coffee | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /home/jadams/javascript/simcity_angular/npm-debug.log | |
npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment