hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.19k stars 4.82k forks source link

Hexo 无法正常安装 #1392

Closed Steven1677 closed 9 years ago

Steven1677 commented 9 years ago

系统:ubuntu 14.04 64 bit 问题:在执行npm install -g hexo-cli命令时,出现错误 log文件: 0 info it worked if it ends with ok 1 verbose cli [ '/home/dacong/.nvm/versions/node/v0.12.7/bin/node', 1 verbose cli '/home/dacong/.nvm/versions/node/v0.12.7/bin/npm', 1 verbose cli 'install', 1 verbose cli '-g', 1 verbose cli 'hexo-cli' ] 2 info using npm@2.11.3 3 info using node@v0.12.7 4 verbose install initial load of /home/dacong/.nvm/versions/node/v0.12.7/lib/package.json 5 verbose readDependencies loading dependencies from /home/dacong/.nvm/versions/node/v0.12.7/lib/package.json 6 silly cache add args [ 'hexo-cli', null ] 7 verbose cache add spec hexo-cli 8 silly cache add parsed spec { raw: 'hexo-cli', 8 silly cache add scope: null, 8 silly cache add name: 'hexo-cli', 8 silly cache add rawSpec: '', 8 silly cache add spec: '', 8 silly cache add type: 'range' } 9 silly addNamed hexo-cli@ 10 verbose addNamed "" is a valid semver range for hexo-cli 11 silly addNameRange { name: 'hexo-cli', range: '', hasData: false } 12 silly mapToRegistry name hexo-cli 13 silly mapToRegistry using default registry 14 silly mapToRegistry registry https://registry.npmjs.org/ 15 silly mapToRegistry uri https://registry.npmjs.org/hexo-cli 16 verbose addNameRange registry:https://registry.npmjs.org/hexo-cli not in flight; fetching 17 verbose request uri https://registry.npmjs.org/hexo-cli 18 verbose request no auth needed 19 info attempt registry request try #1 at 19:25:46 20 verbose request id a18f3f1e07c5eb4b 21 verbose etag "B9TADAH697TUQSLL9BMG5HWSF" 22 http request GET https://registry.npmjs.org/hexo-cli 23 http 304 https://registry.npmjs.org/hexo-cli 24 silly get cb [ 304, 24 silly get { date: 'Thu, 16 Jul 2015 11:26:28 GMT', 24 silly get via: '1.1 varnish', 24 silly get 'cache-control': 'max-age=60', 24 silly get etag: '"B9TADAH697TUQSLL9BMG5HWSF"', 24 silly get age: '0', 24 silly get connection: 'keep-alive', 24 silly get 'x-served-by': 'cache-sjc3133-SJC', 24 silly get 'x-cache': 'HIT', 24 silly get 'x-cache-hits': '1', 24 silly get 'x-timer': 'S1437045988.267978,VS0,VE338', 24 silly get vary: 'Accept' } ] 25 verbose etag https://registry.npmjs.org/hexo-cli from cache 26 verbose get saving hexo-cli to /home/dacong/.npm/registry.npmjs.org/hexo-cli/.cache.json 27 silly addNameRange number 2 { name: 'hexo-cli', range: '_', hasData: true } 28 silly addNameRange versions [ 'hexo-cli', 28 silly addNameRange [ '0.0.1', 28 silly addNameRange '0.1.0', 28 silly addNameRange '0.1.1', 28 silly addNameRange '0.1.2', 28 silly addNameRange '0.1.3', 28 silly addNameRange '0.1.4', 28 silly addNameRange '0.1.5', 28 silly addNameRange '0.1.6', 28 silly addNameRange '0.1.7' ] ] 29 silly addNamed hexo-cli@0.1.7 30 verbose addNamed "0.1.7" is a plain semver version for hexo-cli 31 silly cache afterAdd hexo-cli@0.1.7 32 verbose afterAdd /home/dacong/.npm/hexo-cli/0.1.7/package/package.json not in flight; writing 33 verbose afterAdd /home/dacong/.npm/hexo-cli/0.1.7/package/package.json written 34 silly install resolved [ { name: 'hexo-cli', 34 silly install resolved version: '0.1.7', 34 silly install resolved description: 'Command line interface for Hexo', 34 silly install resolved main: 'lib/index', 34 silly install resolved bin: { hexo: './bin/hexo' }, 34 silly install resolved scripts: { test: 'gulp test' }, 34 silly install resolved directories: { lib: './lib', bin: './bin' }, 34 silly install resolved engines: { node: '>= 0.10.0' }, 34 silly install resolved repository: 34 silly install resolved { type: 'git', 34 silly install resolved url: 'git+https://github.com/hexojs/hexo-cli.git' }, 34 silly install resolved homepage: 'http://hexo.io/', 34 silly install resolved keywords: [ 'website', 'blog', 'cms', 'framework', 'hexo', 'cli' ], 34 silly install resolved author: 34 silly install resolved { name: 'Tommy Chen', 34 silly install resolved email: 'tommy351@gmail.com', 34 silly install resolved url: 'http://zespia.tw' }, 34 silly install resolved license: 'MIT', 34 silly install resolved dependencies: 34 silly install resolved { abbrev: '^1.0.5', 34 silly install resolved bluebird: '^2.9.8', 34 silly install resolved chalk: '^1.0.0', 34 silly install resolved 'hexo-fs': '^0.1.3', 34 silly install resolved minimist: '^1.1.0', 34 silly install resolved tildify: '^1.0.0' }, 34 silly install resolved devDependencies: 34 silly install resolved { chai: '^1.9.1', 34 silly install resolved coveralls: '^2.11.2', 34 silly install resolved del: '^1.1.1', 34 silly install resolved gulp: '^3.8.9', 34 silly install resolved 'gulp-istanbul': '^0.5.0', 34 silly install resolved 'gulp-jshint': '^1.8.6', 34 silly install resolved 'gulp-load-plugins': '^0.8.0', 34 silly install resolved 'gulp-mocha': '^2.0.0', 34 silly install resolved 'hexo-renderer-marked': '^0.2.3', 34 silly install resolved 'jshint-stylish': '^1.0.0', 34 silly install resolved mocha: '^2.0.1', 34 silly install resolved sinon: '^1.12.2' }, 34 silly install resolved readme: '# hexo-cli\n\nBuild Status NPM version Coverage Status Build status\n\nCommand line interface for Hexo.\n\n## Installation\n\nbash\n$ npm install hexo-cli -g\n\n\n## License\n\nMIT', 34 silly install resolved readmeFilename: 'README.md', 34 silly install resolved bugs: { url: 'https://github.com/hexojs/hexo-cli/issues' }, 34 silly install resolved _id: 'hexo-cli@0.1.7', 34 silly install resolved from: 'hexo-cli@' } ] 35 info install hexo-cli@0.1.7 into /home/dacong/.nvm/versions/node/v0.12.7/lib 36 info installOne hexo-cli@0.1.7 37 verbose installOne of hexo-cli to /home/dacong/.nvm/versions/node/v0.12.7/lib not in flight; installing 38 verbose lock using /home/dacong/.npm/_locks/hexo-cli-31c454bb4ed65df2.lock for /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 39 silly install write writing hexo-cli 0.1.7 to /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 40 verbose unbuild lib/node_modules/hexo-cli 41 info preuninstall hexo-cli@0.1.7 42 info uninstall hexo-cli@0.1.7 43 verbose unbuild rmStuff hexo-cli@0.1.7 from /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules 44 silly gentlyRm /home/dacong/.nvm/versions/node/v0.12.7/bin/hexo is being gently removed 45 silly gentlyRm verifying /home/dacong/.nvm/versions/node/v0.12.7 is an npm working directory 46 silly gentlyRm containing path /home/dacong/.nvm/versions/node/v0.12.7 is under npm's control, in /home/dacong/.nvm/versions/node/v0.12.7 47 silly gentlyRm deletion target /home/dacong/.nvm/versions/node/v0.12.7/bin/hexo is under /home/dacong/.nvm/versions/node/v0.12.7 48 verbose gentlyRm vacuuming from /home/dacong/.nvm/versions/node/v0.12.7/bin/hexo up to /home/dacong/.nvm/versions/node/v0.12.7 49 info postuninstall hexo-cli@0.1.7 50 silly gentlyRm /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli is being purged from base /home/dacong/.nvm/versions/node/v0.12.7 51 verbose gentlyRm don't care about contents; nuking /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 52 silly vacuum-fs purging /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 53 silly vacuum-fs quitting because other entries in /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules 54 verbose tar unpack /home/dacong/.npm/hexo-cli/0.1.7/package.tgz 55 verbose tar unpacking to /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 56 silly gentlyRm /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli is being purged 57 verbose gentlyRm don't care about contents; nuking /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 58 silly gunzTarPerm modes [ '775', '664' ] 59 silly gunzTarPerm extractEntry package.json 60 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ] 61 silly gunzTarPerm extractEntry .npmignore 62 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ] 63 silly gunzTarPerm extractEntry README.md 64 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ] 65 silly gunzTarPerm extractEntry LICENSE 66 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ] 67 silly gunzTarPerm extractEntry .gitmodules 68 silly gunzTarPerm modified mode [ '.gitmodules', 420, 436 ] 69 silly gunzTarPerm extractEntry assets/package.json 70 silly gunzTarPerm modified mode [ 'assets/package.json', 420, 436 ] 71 silly gunzTarPerm extractEntry assets/_config.yml 72 silly gunzTarPerm modified mode [ 'assets/_config.yml', 420, 436 ] 73 silly gunzTarPerm extractEntry assets/gitignore 74 silly gunzTarPerm modified mode [ 'assets/gitignore', 420, 436 ] 75 silly gunzTarPerm extractEntry assets/scaffolds/draft.md 76 silly gunzTarPerm modified mode [ 'assets/scaffolds/draft.md', 420, 436 ] 77 silly gunzTarPerm extractEntry assets/scaffolds/page.md 78 silly gunzTarPerm modified mode [ 'assets/scaffolds/page.md', 420, 436 ] 79 silly gunzTarPerm extractEntry assets/scaffolds/post.md 80 silly gunzTarPerm modified mode [ 'assets/scaffolds/post.md', 420, 436 ] 81 silly gunzTarPerm extractEntry assets/source/_posts/hello-world.md 82 silly gunzTarPerm modified mode [ 'assets/source/_posts/hello-world.md', 420, 436 ] 83 silly gunzTarPerm extractEntry assets/themes/landscape/package.json 84 silly gunzTarPerm modified mode [ 'assets/themes/landscape/package.json', 420, 436 ] 85 silly gunzTarPerm extractEntry assets/themes/landscape/.npmignore 86 silly gunzTarPerm modified mode [ 'assets/themes/landscape/.npmignore', 420, 436 ] 87 silly gunzTarPerm extractEntry assets/themes/landscape/README.md 88 silly gunzTarPerm modified mode [ 'assets/themes/landscape/README.md', 420, 436 ] 89 silly gunzTarPerm extractEntry assets/themes/landscape/LICENSE 90 silly gunzTarPerm modified mode [ 'assets/themes/landscape/LICENSE', 420, 436 ] 91 silly gunzTarPerm extractEntry assets/themes/landscape/Gruntfile.js 92 silly gunzTarPerm modified mode [ 'assets/themes/landscape/Gruntfile.js', 420, 436 ] 93 silly gunzTarPerm extractEntry assets/themes/landscape/_config.yml 94 silly gunzTarPerm modified mode [ 'assets/themes/landscape/_config.yml', 420, 436 ] 95 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/google-analytics.ejs 96 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/google-analytics.ejs', 96 silly gunzTarPerm 420, 96 silly gunzTarPerm 436 ] 97 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/after-footer.ejs 98 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/after-footer.ejs', 98 silly gunzTarPerm 420, 98 silly gunzTarPerm 436 ] 99 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/archive.ejs 100 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/archive.ejs', 100 silly gunzTarPerm 420, 100 silly gunzTarPerm 436 ] 101 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/article.ejs 102 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/article.ejs', 102 silly gunzTarPerm 420, 102 silly gunzTarPerm 436 ] 103 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/footer.ejs 104 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/footer.ejs', 104 silly gunzTarPerm 420, 104 silly gunzTarPerm 436 ] 105 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/archive-post.ejs 106 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/archive-post.ejs', 106 silly gunzTarPerm 420, 106 silly gunzTarPerm 436 ] 107 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/head.ejs 108 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/head.ejs', 420, 436 ] 109 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/header.ejs 110 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/header.ejs', 110 silly gunzTarPerm 420, 110 silly gunzTarPerm 436 ] 111 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/mobile-nav.ejs 112 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/mobile-nav.ejs', 112 silly gunzTarPerm 420, 112 silly gunzTarPerm 436 ] 113 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/post/category.ejs 114 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/post/category.ejs', 114 silly gunzTarPerm 420, 114 silly gunzTarPerm 436 ] 115 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/post/date.ejs 116 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/post/date.ejs', 116 silly gunzTarPerm 420, 116 silly gunzTarPerm 436 ] 117 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/post/gallery.ejs 118 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/post/gallery.ejs', 118 silly gunzTarPerm 420, 118 silly gunzTarPerm 436 ] 119 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/post/nav.ejs 120 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/post/nav.ejs', 120 silly gunzTarPerm 420, 120 silly gunzTarPerm 436 ] 121 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/post/tag.ejs 122 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/post/tag.ejs', 122 silly gunzTarPerm 420, 122 silly gunzTarPerm 436 ] 123 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/post/title.ejs 124 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/post/title.ejs', 124 silly gunzTarPerm 420, 124 silly gunzTarPerm 436 ] 125 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_partial/sidebar.ejs 126 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_partial/sidebar.ejs', 126 silly gunzTarPerm 420, 126 silly gunzTarPerm 436 ] 127 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_widget/archive.ejs 128 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_widget/archive.ejs', 128 silly gunzTarPerm 420, 128 silly gunzTarPerm 436 ] 129 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_widget/category.ejs 130 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_widget/category.ejs', 130 silly gunzTarPerm 420, 130 silly gunzTarPerm 436 ] 131 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_widget/recent_posts.ejs 132 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_widget/recent_posts.ejs', 132 silly gunzTarPerm 420, 132 silly gunzTarPerm 436 ] 133 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_widget/tag.ejs 134 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_widget/tag.ejs', 420, 436 ] 135 silly gunzTarPerm extractEntry assets/themes/landscape/layout/_widget/tagcloud.ejs 136 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/_widget/tagcloud.ejs', 136 silly gunzTarPerm 420, 136 silly gunzTarPerm 436 ] 137 silly gunzTarPerm extractEntry assets/themes/landscape/layout/archive.ejs 138 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/archive.ejs', 420, 436 ] 139 silly gunzTarPerm extractEntry assets/themes/landscape/layout/category.ejs 140 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/category.ejs', 420, 436 ] 141 silly gunzTarPerm extractEntry assets/themes/landscape/layout/index.ejs 142 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/index.ejs', 420, 436 ] 143 silly gunzTarPerm extractEntry assets/themes/landscape/layout/layout.ejs 144 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/layout.ejs', 420, 436 ] 145 silly gunzTarPerm extractEntry assets/themes/landscape/layout/page.ejs 146 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/page.ejs', 420, 436 ] 147 silly gunzTarPerm extractEntry assets/themes/landscape/layout/post.ejs 148 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/post.ejs', 420, 436 ] 149 silly gunzTarPerm extractEntry assets/themes/landscape/layout/tag.ejs 150 silly gunzTarPerm modified mode [ 'assets/themes/landscape/layout/tag.ejs', 420, 436 ] 151 silly gunzTarPerm extractEntry assets/themes/landscape/scripts/fancybox.js 152 silly gunzTarPerm modified mode [ 'assets/themes/landscape/scripts/fancybox.js', 420, 436 ] 153 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_extend.styl 154 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_extend.styl', 420, 436 ] 155 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/archive.styl 156 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/archive.styl', 156 silly gunzTarPerm 420, 156 silly gunzTarPerm 436 ] 157 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/article.styl 158 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/article.styl', 158 silly gunzTarPerm 420, 158 silly gunzTarPerm 436 ] 159 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/comment.styl 160 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/comment.styl', 160 silly gunzTarPerm 420, 160 silly gunzTarPerm 436 ] 161 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/footer.styl 162 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/footer.styl', 162 silly gunzTarPerm 420, 162 silly gunzTarPerm 436 ] 163 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/header.styl 164 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/header.styl', 164 silly gunzTarPerm 420, 164 silly gunzTarPerm 436 ] 165 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/highlight.styl 166 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/highlight.styl', 166 silly gunzTarPerm 420, 166 silly gunzTarPerm 436 ] 167 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/mobile.styl 168 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/mobile.styl', 168 silly gunzTarPerm 420, 168 silly gunzTarPerm 436 ] 169 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/sidebar-aside.styl 170 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/sidebar-aside.styl', 170 silly gunzTarPerm 420, 170 silly gunzTarPerm 436 ] 171 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/sidebar-bottom.styl 172 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/sidebar-bottom.styl', 172 silly gunzTarPerm 420, 172 silly gunzTarPerm 436 ] 173 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_partial/sidebar.styl 174 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_partial/sidebar.styl', 174 silly gunzTarPerm 420, 174 silly gunzTarPerm 436 ] 175 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_util/grid.styl 176 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_util/grid.styl', 176 silly gunzTarPerm 420, 176 silly gunzTarPerm 436 ] 177 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_util/mixin.styl 178 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_util/mixin.styl', 178 silly gunzTarPerm 420, 178 silly gunzTarPerm 436 ] 179 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/_variables.styl 180 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/_variables.styl', 180 silly gunzTarPerm 420, 180 silly gunzTarPerm 436 ] 181 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/fonts/FontAwesome.otf 182 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/fonts/FontAwesome.otf', 182 silly gunzTarPerm 420, 182 silly gunzTarPerm 436 ] 183 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/fonts/fontawesome-webfont.eot 184 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/fonts/fontawesome-webfont.eot', 184 silly gunzTarPerm 420, 184 silly gunzTarPerm 436 ] 185 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/fonts/fontawesome-webfont.svg 186 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/fonts/fontawesome-webfont.svg', 186 silly gunzTarPerm 420, 186 silly gunzTarPerm 436 ] 187 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/fonts/fontawesome-webfont.ttf 188 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/fonts/fontawesome-webfont.ttf', 188 silly gunzTarPerm 420, 188 silly gunzTarPerm 436 ] 189 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/fonts/fontawesome-webfont.woff 190 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/fonts/fontawesome-webfont.woff', 190 silly gunzTarPerm 420, 190 silly gunzTarPerm 436 ] 191 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/images/banner.jpg 192 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/images/banner.jpg', 192 silly gunzTarPerm 420, 192 silly gunzTarPerm 436 ] 193 silly gunzTarPerm extractEntry assets/themes/landscape/source/css/style.styl 194 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/css/style.styl', 420, 436 ] 195 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/jquery.fancybox.js 196 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/jquery.fancybox.js', 196 silly gunzTarPerm 420, 196 silly gunzTarPerm 436 ] 197 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/jquery.fancybox.pack.js 198 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/jquery.fancybox.pack.js', 198 silly gunzTarPerm 420, 198 silly gunzTarPerm 436 ] 199 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/blank.gif 200 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/blank.gif', 420, 436 ] 201 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/fancybox_loading.gif 202 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/fancybox_loading.gif', 202 silly gunzTarPerm 420, 202 silly gunzTarPerm 436 ] 203 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/fancybox_loading@2x.gif 204 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/fancybox_loading@2x.gif', 204 silly gunzTarPerm 420, 204 silly gunzTarPerm 436 ] 205 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/fancybox_overlay.png 206 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/fancybox_overlay.png', 206 silly gunzTarPerm 420, 206 silly gunzTarPerm 436 ] 207 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/fancybox_sprite.png 208 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/fancybox_sprite.png', 208 silly gunzTarPerm 420, 208 silly gunzTarPerm 436 ] 209 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/fancybox_sprite@2x.png 210 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/fancybox_sprite@2x.png', 210 silly gunzTarPerm 420, 210 silly gunzTarPerm 436 ] 211 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-buttons.js 212 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-buttons.js', 212 silly gunzTarPerm 420, 212 silly gunzTarPerm 436 ] 213 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-media.js 214 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-media.js', 214 silly gunzTarPerm 420, 214 silly gunzTarPerm 436 ] 215 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-thumbs.js 216 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-thumbs.js', 216 silly gunzTarPerm 420, 216 silly gunzTarPerm 436 ] 217 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/helpers/fancybox_buttons.png 218 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/helpers/fancybox_buttons.png', 218 silly gunzTarPerm 420, 218 silly gunzTarPerm 436 ] 219 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-buttons.css 220 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-buttons.css', 220 silly gunzTarPerm 420, 220 silly gunzTarPerm 436 ] 221 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-thumbs.css 222 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/helpers/jquery.fancybox-thumbs.css', 222 silly gunzTarPerm 420, 222 silly gunzTarPerm 436 ] 223 silly gunzTarPerm extractEntry assets/themes/landscape/source/fancybox/jquery.fancybox.css 224 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/fancybox/jquery.fancybox.css', 224 silly gunzTarPerm 420, 224 silly gunzTarPerm 436 ] 225 silly gunzTarPerm extractEntry assets/themes/landscape/source/js/script.js 226 silly gunzTarPerm modified mode [ 'assets/themes/landscape/source/js/script.js', 420, 436 ] 227 silly gunzTarPerm extractEntry bin/hexo 228 silly gunzTarPerm modified mode [ 'bin/hexo', 493, 509 ] 229 silly gunzTarPerm extractEntry lib/find_pkg.js 230 silly gunzTarPerm modified mode [ 'lib/find_pkg.js', 420, 436 ] 231 silly gunzTarPerm extractEntry lib/goodbye.js 232 silly gunzTarPerm modified mode [ 'lib/goodbye.js', 420, 436 ] 233 silly gunzTarPerm extractEntry lib/index.js 234 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ] 235 silly gunzTarPerm extractEntry lib/logger.js 236 silly gunzTarPerm modified mode [ 'lib/logger.js', 420, 436 ] 237 silly gunzTarPerm extractEntry lib/console/help.js 238 silly gunzTarPerm modified mode [ 'lib/console/help.js', 420, 436 ] 239 silly gunzTarPerm extractEntry lib/console/index.js 240 silly gunzTarPerm modified mode [ 'lib/console/index.js', 420, 436 ] 241 silly gunzTarPerm extractEntry lib/console/init.js 242 silly gunzTarPerm modified mode [ 'lib/console/init.js', 420, 436 ] 243 silly gunzTarPerm extractEntry lib/console/version.js 244 silly gunzTarPerm modified mode [ 'lib/console/version.js', 420, 436 ] 245 verbose write writing to /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli/package.json 246 info preinstall hexo-cli@0.1.7 247 verbose readDependencies loading dependencies from /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli/package.json 248 silly prepareForInstallMany adding abbrev@^1.0.5 from hexo-cli dependencies 249 silly prepareForInstallMany adding bluebird@^2.9.8 from hexo-cli dependencies 250 silly prepareForInstallMany adding chalk@^1.0.0 from hexo-cli dependencies 251 silly prepareForInstallMany adding hexo-fs@^0.1.3 from hexo-cli dependencies 252 silly prepareForInstallMany adding minimist@^1.1.0 from hexo-cli dependencies 253 silly prepareForInstallMany adding tildify@^1.0.0 from hexo-cli dependencies 254 verbose readDependencies loading dependencies from /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli/package.json 255 silly cache add args [ 'bluebird@^2.9.8', null ] 256 verbose cache add spec bluebird@^2.9.8 257 silly cache add parsed spec { raw: 'bluebird@^2.9.8', 257 silly cache add scope: null, 257 silly cache add name: 'bluebird', 257 silly cache add rawSpec: '^2.9.8', 257 silly cache add spec: '>=2.9.8 <3.0.0', 257 silly cache add type: 'range' } 258 silly addNamed bluebird@>=2.9.8 <3.0.0 259 verbose addNamed ">=2.9.8 <3.0.0" is a valid semver range for bluebird 260 silly addNameRange { name: 'bluebird', range: '>=2.9.8 <3.0.0', hasData: false } 261 silly mapToRegistry name bluebird 262 silly mapToRegistry using default registry 263 silly mapToRegistry registry https://registry.npmjs.org/ 264 silly mapToRegistry uri https://registry.npmjs.org/bluebird 265 verbose addNameRange registry:https://registry.npmjs.org/bluebird not in flight; fetching 266 silly cache add args [ 'chalk@^1.0.0', null ] 267 verbose cache add spec chalk@^1.0.0 268 silly cache add parsed spec { raw: 'chalk@^1.0.0', 268 silly cache add scope: null, 268 silly cache add name: 'chalk', 268 silly cache add rawSpec: '^1.0.0', 268 silly cache add spec: '>=1.0.0 <2.0.0', 268 silly cache add type: 'range' } 269 silly addNamed chalk@>=1.0.0 <2.0.0 270 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for chalk 271 silly addNameRange { name: 'chalk', range: '>=1.0.0 <2.0.0', hasData: false } 272 silly mapToRegistry name chalk 273 silly mapToRegistry using default registry 274 silly mapToRegistry registry https://registry.npmjs.org/ 275 silly mapToRegistry uri https://registry.npmjs.org/chalk 276 verbose addNameRange registry:https://registry.npmjs.org/chalk not in flight; fetching 277 silly cache add args [ 'hexo-fs@^0.1.3', null ] 278 verbose cache add spec hexo-fs@^0.1.3 279 silly cache add parsed spec { raw: 'hexo-fs@^0.1.3', 279 silly cache add scope: null, 279 silly cache add name: 'hexo-fs', 279 silly cache add rawSpec: '^0.1.3', 279 silly cache add spec: '>=0.1.3 <0.2.0', 279 silly cache add type: 'range' } 280 silly addNamed hexo-fs@>=0.1.3 <0.2.0 281 verbose addNamed ">=0.1.3 <0.2.0" is a valid semver range for hexo-fs 282 silly addNameRange { name: 'hexo-fs', range: '>=0.1.3 <0.2.0', hasData: false } 283 silly mapToRegistry name hexo-fs 284 silly mapToRegistry using default registry 285 silly mapToRegistry registry https://registry.npmjs.org/ 286 silly mapToRegistry uri https://registry.npmjs.org/hexo-fs 287 verbose addNameRange registry:https://registry.npmjs.org/hexo-fs not in flight; fetching 288 silly cache add args [ 'minimist@^1.1.0', null ] 289 verbose cache add spec minimist@^1.1.0 290 silly cache add parsed spec { raw: 'minimist@^1.1.0', 290 silly cache add scope: null, 290 silly cache add name: 'minimist', 290 silly cache add rawSpec: '^1.1.0', 290 silly cache add spec: '>=1.1.0 <2.0.0', 290 silly cache add type: 'range' } 291 silly addNamed minimist@>=1.1.0 <2.0.0 292 verbose addNamed ">=1.1.0 <2.0.0" is a valid semver range for minimist 293 silly addNameRange { name: 'minimist', range: '>=1.1.0 <2.0.0', hasData: false } 294 silly mapToRegistry name minimist 295 silly mapToRegistry using default registry 296 silly mapToRegistry registry https://registry.npmjs.org/ 297 silly mapToRegistry uri https://registry.npmjs.org/minimist 298 verbose addNameRange registry:https://registry.npmjs.org/minimist not in flight; fetching 299 silly cache add args [ 'tildify@^1.0.0', null ] 300 verbose cache add spec tildify@^1.0.0 301 silly cache add parsed spec { raw: 'tildify@^1.0.0', 301 silly cache add scope: null, 301 silly cache add name: 'tildify', 301 silly cache add rawSpec: '^1.0.0', 301 silly cache add spec: '>=1.0.0 <2.0.0', 301 silly cache add type: 'range' } 302 silly addNamed tildify@>=1.0.0 <2.0.0 303 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for tildify 304 silly addNameRange { name: 'tildify', range: '>=1.0.0 <2.0.0', hasData: false } 305 silly mapToRegistry name tildify 306 silly mapToRegistry using default registry 307 silly mapToRegistry registry https://registry.npmjs.org/ 308 silly mapToRegistry uri https://registry.npmjs.org/tildify 309 verbose addNameRange registry:https://registry.npmjs.org/tildify not in flight; fetching 310 silly cache add args [ 'abbrev@^1.0.5', null ] 311 verbose cache add spec abbrev@^1.0.5 312 silly cache add parsed spec { raw: 'abbrev@^1.0.5', 312 silly cache add scope: null, 312 silly cache add name: 'abbrev', 312 silly cache add rawSpec: '^1.0.5', 312 silly cache add spec: '>=1.0.5 <2.0.0', 312 silly cache add type: 'range' } 313 silly addNamed abbrev@>=1.0.5 <2.0.0 314 verbose addNamed ">=1.0.5 <2.0.0" is a valid semver range for abbrev 315 silly addNameRange { name: 'abbrev', range: '>=1.0.5 <2.0.0', hasData: false } 316 silly mapToRegistry name abbrev 317 silly mapToRegistry using default registry 318 silly mapToRegistry registry https://registry.npmjs.org/ 319 silly mapToRegistry uri https://registry.npmjs.org/abbrev 320 verbose addNameRange registry:https://registry.npmjs.org/abbrev not in flight; fetching 321 verbose request uri https://registry.npmjs.org/bluebird 322 verbose request no auth needed 323 info attempt registry request try #1 at 19:26:29 324 http request GET https://registry.npmjs.org/bluebird 325 verbose request uri https://registry.npmjs.org/minimist 326 verbose request no auth needed 327 info attempt registry request try #1 at 19:26:29 328 verbose etag "EGKF918D97BSK01PXQ5C0YDHK" 329 http request GET https://registry.npmjs.org/minimist 330 verbose request uri https://registry.npmjs.org/hexo-fs 331 verbose request no auth needed 332 info attempt registry request try #1 at 19:26:29 333 verbose etag "50BQG9D3Z7ZKGUIFP4IGDRRR3" 334 http request GET https://registry.npmjs.org/hexo-fs 335 verbose request uri https://registry.npmjs.org/tildify 336 verbose request no auth needed 337 info attempt registry request try #1 at 19:26:29 338 verbose etag "9B2APQWGJ4D2DZG6FOX7B6JVO" 339 http request GET https://registry.npmjs.org/tildify 340 verbose request uri https://registry.npmjs.org/chalk 341 verbose request no auth needed 342 info attempt registry request try #1 at 19:26:29 343 verbose etag "6FLAC3QU3RBSJLDS8BUDUJPB0" 344 http request GET https://registry.npmjs.org/chalk 345 verbose request uri https://registry.npmjs.org/abbrev 346 verbose request no auth needed 347 info attempt registry request try #1 at 19:26:29 348 verbose etag "9LIZWD2QXRPQNVEKVLML5E2JN" 349 http request GET https://registry.npmjs.org/abbrev 350 http 304 https://registry.npmjs.org/minimist 351 silly get cb [ 304, 351 silly get { date: 'Thu, 16 Jul 2015 11:26:31 GMT', 351 silly get via: '1.1 varnish', 351 silly get 'cache-control': 'max-age=60', 351 silly get etag: '"EGKF918D97BSK01PXQ5C0YDHK"', 351 silly get age: '36', 351 silly get connection: 'keep-alive', 351 silly get 'x-served-by': 'cache-bma7027-BMA', 351 silly get 'x-cache': 'HIT', 351 silly get 'x-cache-hits': '284', 351 silly get 'x-timer': 'S1437045991.297352,VS0,VE0', 351 silly get vary: 'Accept' } ] 352 verbose etag https://registry.npmjs.org/minimist from cache 353 verbose get saving minimist to /home/dacong/.npm/registry.npmjs.org/minimist/.cache.json 354 silly addNameRange number 2 { name: 'minimist', range: '>=1.1.0 <2.0.0', hasData: true } 355 silly addNameRange versions [ 'minimist', 355 silly addNameRange [ '0.0.0', 355 silly addNameRange '0.0.1', 355 silly addNameRange '0.0.2', 355 silly addNameRange '0.0.3', 355 silly addNameRange '0.0.4', 355 silly addNameRange '0.0.5', 355 silly addNameRange '0.0.6', 355 silly addNameRange '0.0.7', 355 silly addNameRange '0.0.8', 355 silly addNameRange '0.0.9', 355 silly addNameRange '0.0.10', 355 silly addNameRange '0.1.0', 355 silly addNameRange '0.2.0', 355 silly addNameRange '1.0.0', 355 silly addNameRange '1.1.0', 355 silly addNameRange '1.1.1' ] ] 356 silly addNamed minimist@1.1.1 357 verbose addNamed "1.1.1" is a plain semver version for minimist 358 http 304 https://registry.npmjs.org/tildify 359 silly get cb [ 304, 359 silly get { date: 'Thu, 16 Jul 2015 11:26:31 GMT', 359 silly get via: '1.1 varnish', 359 silly get 'cache-control': 'max-age=60', 359 silly get etag: '"9B2APQWGJ4D2DZG6FOX7B6JVO"', 359 silly get age: '28', 359 silly get connection: 'keep-alive', 359 silly get 'x-served-by': 'cache-bma7035-BMA', 359 silly get 'x-cache': 'HIT', 359 silly get 'x-cache-hits': '1', 359 silly get 'x-timer': 'S1437045991.301401,VS0,VE0', 359 silly get vary: 'Accept' } ] 360 verbose etag https://registry.npmjs.org/tildify from cache 361 verbose get saving tildify to /home/dacong/.npm/registry.npmjs.org/tildify/.cache.json 362 silly addNameRange number 2 { name: 'tildify', range: '>=1.0.0 <2.0.0', hasData: true } 363 silly addNameRange versions [ 'tildify', [ '0.1.0', '0.2.0', '1.0.0', '1.1.0' ] ] 364 silly addNamed tildify@1.1.0 365 verbose addNamed "1.1.0" is a plain semver version for tildify 366 silly cache afterAdd minimist@1.1.1 367 verbose afterAdd /home/dacong/.npm/minimist/1.1.1/package/package.json not in flight; writing 368 verbose afterAdd /home/dacong/.npm/minimist/1.1.1/package/package.json written 369 silly cache afterAdd tildify@1.1.0 370 verbose afterAdd /home/dacong/.npm/tildify/1.1.0/package/package.json not in flight; writing 371 verbose afterAdd /home/dacong/.npm/tildify/1.1.0/package/package.json written 372 http 304 https://registry.npmjs.org/hexo-fs 373 silly get cb [ 304, 373 silly get { date: 'Thu, 16 Jul 2015 11:26:31 GMT', 373 silly get via: '1.1 varnish', 373 silly get 'cache-control': 'max-age=60', 373 silly get etag: '"50BQG9D3Z7ZKGUIFP4IGDRRR3"', 373 silly get age: '0', 373 silly get connection: 'keep-alive', 373 silly get 'x-served-by': 'cache-bma7024-BMA', 373 silly get 'x-cache': 'MISS', 373 silly get 'x-cache-hits': '0', 373 silly get 'x-timer': 'S1437045991.499602,VS0,VE711', 373 silly get vary: 'Accept' } ] 374 verbose etag https://registry.npmjs.org/hexo-fs from cache 375 verbose get saving hexo-fs to /home/dacong/.npm/registry.npmjs.org/hexo-fs/.cache.json 376 silly addNameRange number 2 { name: 'hexo-fs', range: '>=0.1.3 <0.2.0', hasData: true } 377 silly addNameRange versions [ 'hexo-fs', 377 silly addNameRange [ '0.0.1', 377 silly addNameRange '0.0.2', 377 silly addNameRange '0.0.3', 377 silly addNameRange '0.0.4', 377 silly addNameRange '0.0.5', 377 silly addNameRange '0.0.6', 377 silly addNameRange '0.0.7', 377 silly addNameRange '0.0.8', 377 silly addNameRange '0.1.0', 377 silly addNameRange '0.1.1', 377 silly addNameRange '0.1.2', 377 silly addNameRange '0.1.3' ] ] 378 silly addNamed hexo-fs@0.1.3 379 verbose addNamed "0.1.3" is a plain semver version for hexo-fs 380 silly cache afterAdd hexo-fs@0.1.3 381 verbose afterAdd /home/dacong/.npm/hexo-fs/0.1.3/package/package.json not in flight; writing 382 verbose afterAdd /home/dacong/.npm/hexo-fs/0.1.3/package/package.json written 383 http 304 https://registry.npmjs.org/abbrev 384 silly get cb [ 304, 384 silly get { date: 'Thu, 16 Jul 2015 11:26:32 GMT', 384 silly get via: '1.1 varnish', 384 silly get 'cache-control': 'max-age=60', 384 silly get etag: '"9LIZWD2QXRPQNVEKVLML5E2JN"', 384 silly get age: '8', 384 silly get connection: 'keep-alive', 384 silly get 'x-served-by': 'cache-sjc3127-SJC', 384 silly get 'x-cache': 'HIT', 384 silly get 'x-cache-hits': '1', 384 silly get 'x-timer': 'S1437045992.945908,VS0,VE0', 384 silly get vary: 'Accept' } ] 385 verbose etag https://registry.npmjs.org/abbrev from cache 386 verbose get saving abbrev to /home/dacong/.npm/registry.npmjs.org/abbrev/.cache.json 387 silly addNameRange number 2 { name: 'abbrev', range: '>=1.0.5 <2.0.0', hasData: true } 388 silly addNameRange versions [ 'abbrev', [ '1.0.3', '1.0.4', '1.0.5', '1.0.6', '1.0.7' ] ] 389 silly addNamed abbrev@1.0.7 390 verbose addNamed "1.0.7" is a plain semver version for abbrev 391 silly cache afterAdd abbrev@1.0.7 392 verbose afterAdd /home/dacong/.npm/abbrev/1.0.7/package/package.json not in flight; writing 393 verbose afterAdd /home/dacong/.npm/abbrev/1.0.7/package/package.json written 394 http 304 https://registry.npmjs.org/chalk 395 silly get cb [ 304, 395 silly get { date: 'Thu, 16 Jul 2015 11:27:40 GMT', 395 silly get via: '1.1 varnish', 395 silly get 'cache-control': 'max-age=60', 395 silly get etag: '"6FLAC3QU3RBSJLDS8BUDUJPB0"', 395 silly get age: '58', 395 silly get connection: 'keep-alive', 395 silly get 'x-served-by': 'cache-sjc3134-SJC', 395 silly get 'x-cache': 'HIT', 395 silly get 'x-cache-hits': '4', 395 silly get 'x-timer': 'S1437046060.298939,VS0,VE0', 395 silly get vary: 'Accept' } ] 396 verbose etag https://registry.npmjs.org/chalk from cache 397 verbose get saving chalk to /home/dacong/.npm/registry.npmjs.org/chalk/.cache.json 398 silly addNameRange number 2 { name: 'chalk', range: '>=1.0.0 <2.0.0', hasData: true } 399 silly addNameRange versions [ 'chalk', 399 silly addNameRange [ '0.1.0', 399 silly addNameRange '0.1.1', 399 silly addNameRange '0.2.0', 399 silly addNameRange '0.2.1', 399 silly addNameRange '0.3.0', 399 silly addNameRange '0.4.0', 399 silly addNameRange '0.5.0', 399 silly addNameRange '0.5.1', 399 silly addNameRange '1.0.0', 399 silly addNameRange '1.1.0' ] ] 400 silly addNamed chalk@1.1.0 401 verbose addNamed "1.1.0" is a plain semver version for chalk 402 silly cache afterAdd chalk@1.1.0 403 verbose afterAdd /home/dacong/.npm/chalk/1.1.0/package/package.json not in flight; writing 404 verbose afterAdd /home/dacong/.npm/chalk/1.1.0/package/package.json written 405 http 200 https://registry.npmjs.org/bluebird 406 verbose bad json {"_id":"bluebird","_rev":"537-efd9f2ba67e38993b7cb699f9c7e5ef9","name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","dist-tags":{"latest":"2.9.34"},"versions":{"0.7.1-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","sinon":"~1.7.3"},"optionalDependencies":{"closure-compiler":"~0.2.1"},"main":"./js/promise.js","dependencies":{"closure-compiler":"~0.2.1"},"_id":"bluebird@0.7.1-1","dist":{"shasum":"efc6e69022ab1cf5211ffabb2ad4fedc2e847f09","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-1.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-2":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-2","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/promise.js","_id":"bluebird@0.7.1-2","dist":{"shasum":"07b785bb8395c556656f37b45e16fa1dffe10c21","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-2.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-3":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-3","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/promise.js","_id":"bluebird@0.7.1-3","dist":{"shasum":"0bdb6f2d1ed85cbdfed337929ba59243d82c25e6","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-3.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-4":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-4","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.1-4","dist":{"shasum":"e51fdb58833edca749c8d642dbe5c8f7982b5811","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-4.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-5":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-5","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.1-5","dist":{"shasum":"1f6be29214bcf65367b27e389d05079bd9bdf877","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-5.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.2-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.2-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.2-0","dist":{"shasum":"46a9c07633783898a53e405e739a89b99aab464a","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.2-0.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.3-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.3-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.3-0","dist":{"shasum":"02d856e7ce8d6155dde9b577a55ed3b549b5e70f","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.3-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-12144-Asq8IZYm\\1380309857783-0.21695608785375953\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.4-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.4-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.4-0","dist":{"shasum":"d08833cf4cb1c6e8b08aa3583366bb5c1dd47d43","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.4-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6792-2gjc_TNS\\1380356743239-0.4196378805208951\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.4-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.4-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.4-1","dist":{"shasum":"5a3c4d37fdfefccd76f0b6df520c9aac9fd6910f","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.4-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-8668-vg4xL58r\\1380364148517-0.5830776400398463\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.5-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.5-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.5-0","dist":{"shasum":"8c18b2efbfa47738c81242d471b2a19261ff1047","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.5-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6580-6JH5VRRa\\1380397008878-0.19485150603577495\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.6-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.6-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.6-0","dist":{"shasum":"a177062c7c4381dc592dad39025bfde94d418d33","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.6-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6268-Qb5ke8t5\\1380451815729-0.8304732395336032\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.7-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.7-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.7-0","dist":{"shasum":"b24efc01ba4f6bc2a886b36be00154b50220ccca","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.7-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6740-lIC7SC7T\\1380644190034-0.3257068602833897\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.7-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.7-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.7-1","dist":{"shasum":"7f3cb956c73cb7941dec97238243c65bb5a265dd","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.7-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-7120-I77aoyFg\\1380694264763-0.17484080768190324\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.8-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.8-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.8-0","dist":{"shasum":"431995bf6876d08d6ba735d6fabe50af4ee97fb7","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.8-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-4484-gRGeOAci\\1380708168758-0.848684941418469\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.8-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.8-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.8-1","dist":{"shasum":"c85934ff6608265391051d8c0beb27b2887b5640","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.8-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-9680-qaRuuNdc\\1380736766637-0.12281033233739436\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.9-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.9-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.9-0","dist":{"shasum":"461a985ec9bf5e09e4bbe618dbe871c81d7c4490","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.9-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-4476-vdJqJW6R\\1380776689094-0.5355634663719684\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.9-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.9-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.9-1","dist":{"shasum":"7a9d47fa316dbf8210e6ad9d0b253aa37fff0450","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.9-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-8532-GNgcULN-\\1380818179698-0.5065328325144947\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.10-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.10-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.10-0","dist":{"shasum":"5b6a4e1a1d2f2acaa6453c087f0f2379fcdf69d5","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.10-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-8276-y2mAKKeS\\1380965919298-0.9667437218595296\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.10-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.10-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.10-1","dist":{"shasum":"2179a930f4119bb6d408b32cc1257c04222e0d7d","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.10-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-9564-_wlqchU3\\1380984943291-0.3749196487478912\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.11-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.11-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.11-0","dist":{"shasum":"864143d0ed3bb757eb49f0711e22750bad6a898f","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.11-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-4148-ET5n6j6_\1381207170070-0.8938949208240956\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.12-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.12-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.12-0","dist":{"shasum":"983a6d9d14cee707a32747adda513f2159db6ac4","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.12-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-10588-x4ECfYy-\\1381245151351-0.36016298551112413\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.12-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.12-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.12-1","dist":{"shasum":"b045cdfcddb8264ee26e2e79160b85e1d1a664fd","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.12-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-2944-2yU80Rd_\1381290973203-0.548044221708551\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.12-2":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.12-2","keywords":["promise","performanc 407 error registry error parsing json 408 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 408 verbose headers etag: '"8IUVWUHD4BT0ITHXMH0VGBPLS"', 408 verbose headers 'content-type': 'application/json', 408 verbose headers 'cache-control': 'max-age=60', 408 verbose headers 'content-length': '336837', 408 verbose headers 'accept-ranges': 'bytes', 408 verbose headers date: 'Thu, 16 Jul 2015 11:26:33 GMT', 408 verbose headers via: '1.1 varnish', 408 verbose headers age: '0', 408 verbose headers connection: 'keep-alive', 408 verbose headers 'x-served-by': 'cache-sjc3124-SJC', 408 verbose headers 'x-cache': 'HIT', 408 verbose headers 'x-cache-hits': '1', 408 verbose headers 'x-timer': 'S1437045992.882268,VS0,VE153', 408 verbose headers vary: 'Accept' } 409 silly get cb [ 200, 409 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 409 silly get etag: '"8IUVWUHD4BT0ITHXMH0VGBPLS"', 409 silly get 'content-type': 'application/json', 409 silly get 'cache-control': 'max-age=60', 409 silly get 'content-length': '336837', 409 silly get 'accept-ranges': 'bytes', 409 silly get date: 'Thu, 16 Jul 2015 11:26:33 GMT', 409 silly get via: '1.1 varnish', 409 silly get age: '0', 409 silly get connection: 'keep-alive', 409 silly get 'x-served-by': 'cache-sjc3124-SJC', 409 silly get 'x-cache': 'HIT', 409 silly get 'x-cache-hits': '1', 409 silly get 'x-timer': 'S1437045992.882268,VS0,VE153', 409 silly get vary: 'Accept' } ] 410 verbose about to build /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 411 verbose unlock done using /home/dacong/.npm/_locks/hexo-cli-31c454bb4ed65df2.lock for /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 412 verbose stack SyntaxError: Unexpected end of input 412 verbose stack {"_id":"bluebird","_rev":"537-efd9f2ba67e38993b7cb699f9c7e5ef9","name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","dist-tags":{"latest":"2.9.34"},"versions":{"0.7.1-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","sinon":"~1.7.3"},"optionalDependencies":{"closure-compiler":"~0.2.1"},"main":"./js/promise.js","dependencies":{"closure-compiler":"~0.2.1"},"_id":"bluebird@0.7.1-1","dist":{"shasum":"efc6e69022ab1cf5211ffabb2ad4fedc2e847f09","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-1.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-2":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-2","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/promise.js","_id":"bluebird@0.7.1-2","dist":{"shasum":"07b785bb8395c556656f37b45e16fa1dffe10c21","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-2.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-3":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-3","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/promise.js","_id":"bluebird@0.7.1-3","dist":{"shasum":"0bdb6f2d1ed85cbdfed337929ba59243d82c25e6","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-3.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-4":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-4","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.1-4","dist":{"shasum":"e51fdb58833edca749c8d642dbe5c8f7982b5811","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-4.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-5":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-5","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.1-5","dist":{"shasum":"1f6be29214bcf65367b27e389d05079bd9bdf877","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-5.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.2-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.2-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.2-0","dist":{"shasum":"46a9c07633783898a53e405e739a89b99aab464a","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.2-0.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.3-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.3-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.3-0","dist":{"shasum":"02d856e7ce8d6155dde9b577a55ed3b549b5e70f","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.3-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-12144-Asq8IZYm\\1380309857783-0.21695608785375953\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.4-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.4-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.4-0","dist":{"shasum":"d08833cf4cb1c6e8b08aa3583366bb5c1dd47d43","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.4-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6792-2gjc_TNS\\1380356743239-0.4196378805208951\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.4-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.4-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.4-1","dist":{"shasum":"5a3c4d37fdfefccd76f0b6df520c9aac9fd6910f","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.4-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-8668-vg4xL58r\\1380364148517-0.5830776400398463\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.5-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.5-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.5-0","dist":{"shasum":"8c18b2efbfa47738c81242d471b2a19261ff1047","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.5-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6580-6JH5VRRa\\1380397008878-0.19485150603577495\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.6-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.6-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.6-0","dist":{"shasum":"a177062c7c4381dc592dad39025bfde94d418d33","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.6-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6268-Qb5ke8t5\\1380451815729-0.8304732395336032\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.7-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.7-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.7-0","dist":{"shasum":"b24efc01ba4f6bc2a886b36be00154b50220ccca","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.7-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6740-lIC7SC7T\\1380644190034-0.3257068602833897\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.7-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.7-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.7-1","dist":{"shasum":"7f3cb956c73cb7941dec97238243c65bb5a265dd","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.7-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-7120-I77aoyFg\\1380694264763-0.17484080768190324\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.8-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.8-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.8-0","dist":{"shasum":"431995bf6876d08d6ba735d6fabe50af4ee97fb7","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.8-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-4484-gRGeOAci\\1380708168758-0.848684941418469\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.8-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.8-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.8-1","dist":{"shasum":"c85934ff6608265391051d8c0beb27b2887b5640","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.8-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-9680-qaRuuNdc\\1380736766637-0.12281033233739436\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.9-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.9-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.9-0","dist":{"shasum":"461a985ec9bf5e09e4bbe618dbe871c81d7c4490","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.9-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-4476-vdJqJW6R\\1380776689094-0.5355634663719684\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.9-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.9-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.9-1","dist":{"shasum":"7a9d47fa316dbf8210e6ad9d0b253aa37fff0450","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.9-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-8532-GNgcULN-\\1380818179698-0.5065328325144947\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.10-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.10-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.10-0","dist":{"shasum":"5b6a4e1a1d2f2acaa6453c087f0f2379fcdf69d5","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.10-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-8276-y2mAKKeS\\1380965919298-0.9667437218595296\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.10-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.10-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.10-1","dist":{"shasum":"2179a930f4119bb6d408b32cc1257c04222e0d7d","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.10-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-9564-_wlqchU3\\1380984943291-0.3749196487478912\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.11-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.11-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.11-0","dist":{"shasum":"864143d0ed3bb757eb49f0711e22750bad6a898f","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.11-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-4148-ET5n6j6_\1381207170070-0.8938949208240956\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.12-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.12-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.12-0","dist":{"shasum":"983a6d9d14cee707a32747adda513f2159db6ac4","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.12-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-10588-x4ECfYy-\\1381245151351-0.36016298551112413\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.12-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.12-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.12-1","dist":{"shasum":"b045cdfcddb8264ee26e2e79160b85e1d1a664fd","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.12-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-2944-2yU80Rd_\1381290973203-0.548044221708551\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.12-2":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.12-2","keywords":["promise","performanc 412 verbose stack at Object.parse (native) 412 verbose stack at CachingRegistryClient. (/home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:197:23) 412 verbose stack at Request._callback (/home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:170:14) 412 verbose stack at Request.self.callback (/home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/npm/node_modules/request/request.js:354:22) 412 verbose stack at Request.emit (events.js:110:17) 412 verbose stack at Request. (/home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/npm/node_modules/request/request.js:1207:14) 412 verbose stack at Request.emit (events.js:129:20) 412 verbose stack at IncomingMessage. (/home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/npm/node_modules/request/request.js:1153:12) 412 verbose stack at IncomingMessage.emit (events.js:129:20) 412 verbose stack at _stream_readable.js:908:16 413 verbose cwd /home/dacong 414 error Linux 3.13.0-53-generic 415 error argv "/home/dacong/.nvm/versions/node/v0.12.7/bin/node" "/home/dacong/.nvm/versions/node/v0.12.7/bin/npm" "install" "-g" "hexo-cli" 416 error node v0.12.7 417 error npm v2.11.3 418 error Unexpected end of input 418 error {"_id":"bluebird","_rev":"537-efd9f2ba67e38993b7cb699f9c7e5ef9","name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","dist-tags":{"latest":"2.9.34"},"versions":{"0.7.1-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","sinon":"~1.7.3"},"optionalDependencies":{"closure-compiler":"~0.2.1"},"main":"./js/promise.js","dependencies":{"closure-compiler":"~0.2.1"},"_id":"bluebird@0.7.1-1","dist":{"shasum":"efc6e69022ab1cf5211ffabb2ad4fedc2e847f09","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-1.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-2":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-2","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/promise.js","_id":"bluebird@0.7.1-2","dist":{"shasum":"07b785bb8395c556656f37b45e16fa1dffe10c21","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-2.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-3":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-3","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/promise.js","_id":"bluebird@0.7.1-3","dist":{"shasum":"0bdb6f2d1ed85cbdfed337929ba59243d82c25e6","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-3.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-4":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-4","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.1-4","dist":{"shasum":"e51fdb58833edca749c8d642dbe5c8f7982b5811","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-4.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.1-5":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.1-5","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.1-5","dist":{"shasum":"1f6be29214bcf65367b27e389d05079bd9bdf877","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.1-5.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.2-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.2-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.2-0","dist":{"shasum":"46a9c07633783898a53e405e739a89b99aab464a","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.2-0.tgz"},"_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.3-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.3-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.3-0","dist":{"shasum":"02d856e7ce8d6155dde9b577a55ed3b549b5e70f","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.3-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-12144-Asq8IZYm\\1380309857783-0.21695608785375953\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.4-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.4-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.4-0","dist":{"shasum":"d08833cf4cb1c6e8b08aa3583366bb5c1dd47d43","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.4-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6792-2gjc_TNS\\1380356743239-0.4196378805208951\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.4-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.4-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.4-1","dist":{"shasum":"5a3c4d37fdfefccd76f0b6df520c9aac9fd6910f","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.4-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-8668-vg4xL58r\\1380364148517-0.5830776400398463\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.5-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.5-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.5-0","dist":{"shasum":"8c18b2efbfa47738c81242d471b2a19261ff1047","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.5-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6580-6JH5VRRa\\1380397008878-0.19485150603577495\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.6-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.6-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.6-0","dist":{"shasum":"a177062c7c4381dc592dad39025bfde94d418d33","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.6-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6268-Qb5ke8t5\\1380451815729-0.8304732395336032\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.7-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.7-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.7-0","dist":{"shasum":"b24efc01ba4f6bc2a886b36be00154b50220ccca","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.7-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-6740-lIC7SC7T\\1380644190034-0.3257068602833897\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.7-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.7-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.7-1","dist":{"shasum":"7f3cb956c73cb7941dec97238243c65bb5a265dd","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.7-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-7120-I77aoyFg\\1380694264763-0.17484080768190324\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.8-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.8-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.8-0","dist":{"shasum":"431995bf6876d08d6ba735d6fabe50af4ee97fb7","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.8-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-4484-gRGeOAci\\1380708168758-0.848684941418469\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.8-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.8-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.8-1","dist":{"shasum":"c85934ff6608265391051d8c0beb27b2887b5640","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.8-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-9680-qaRuuNdc\\1380736766637-0.12281033233739436\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.9-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.9-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.9-0","dist":{"shasum":"461a985ec9bf5e09e4bbe618dbe871c81d7c4490","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.9-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-4476-vdJqJW6R\\1380776689094-0.5355634663719684\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.9-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.9-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3"},"main":"./js/bluebird.js","_id":"bluebird@0.7.9-1","dist":{"shasum":"7a9d47fa316dbf8210e6ad9d0b253aa37fff0450","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.9-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-8532-GNgcULN-\\1380818179698-0.5065328325144947\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.10-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.10-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.10-0","dist":{"shasum":"5b6a4e1a1d2f2acaa6453c087f0f2379fcdf69d5","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.10-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-8276-y2mAKKeS\\1380965919298-0.9667437218595296\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.10-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.10-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","buster":"~0.6.12","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.10-1","dist":{"shasum":"2179a930f4119bb6d408b32cc1257c04222e0d7d","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.10-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-9564-_wlqchU3\\1380984943291-0.3749196487478912\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.11-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.11-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.11-0","dist":{"shasum":"864143d0ed3bb757eb49f0711e22750bad6a898f","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.11-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-4148-ET5n6j6_\1381207170070-0.8938949208240956\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.12-0":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.12-0","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.12-0","dist":{"shasum":"983a6d9d14cee707a32747adda513f2159db6ac4","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.12-0.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-10588-x4ECfYy-\\1381245151351-0.36016298551112413\\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.12-1":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.12-1","keywords":["promise","performance","fast","promises-aplus","async"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/bluebird","repository":{"type":"git","url":"git://github.com/petkaantonov/bluebird.git"},"bugs":{"url":"http://github.com/petkaantonov/bluebird/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","grunt-contrib-watch":"~0.5.3","grunt-contrib-concat":"~0.3.0","promises-aplus-tests":"~1.3.2","acorn":"~0.3.1","grunt-bump":"0.0.11","mocha":"~1.12.1","q":"~0.9.7","when":"~2.4.0","deferred":"~0.6.5","rsvp":"~2.0.4","avow":"~2.0.1","jsdom":"~0.8.4","jquery-browserify":"~1.8.1","closure-compiler":"~0.2.1","sinon":"~1.7.3","kew":"~0.2.2","browserify":"~2.33.1","concurrent":"~0.3.2"},"main":"./js/bluebird.js","_id":"bluebird@0.7.12-1","dist":{"shasum":"b045cdfcddb8264ee26e2e79160b85e1d1a664fd","tarball":"http://registry.npmjs.org/bluebird/-/bluebird-0.7.12-1.tgz"},"_resolved":"c:\\Users\\PETKAA~1\\AppData\\Local\\Temp\\npm-2944-2yU80Rd_\1381290973203-0.548044221708551\tmp.tgz","_from":"./","_npmVersion":"1.3.8","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"0.7.12-2":{"name":"bluebird","description":"Full featured Promises/A+ implementation with exceptionally good performance","version":"0.7.12-2","keywords":["promise","performanc 419 error If you need help, you may report this error at: 419 error https://github.com/npm/npm/issues 420 verbose exit [ 1, true ] 421 verbose unbuild lib/node_modules/hexo-cli 422 info preuninstall hexo-cli@0.1.7 423 info uninstall hexo-cli@0.1.7 424 verbose unbuild rmStuff hexo-cli@0.1.7 from /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules 425 silly gentlyRm /home/dacong/.nvm/versions/node/v0.12.7/bin/hexo is being gently removed 426 silly gentlyRm verifying /home/dacong/.nvm/versions/node/v0.12.7 is an npm working directory 427 silly gentlyRm containing path /home/dacong/.nvm/versions/node/v0.12.7 is under npm's control, in /home/dacong/.nvm/versions/node/v0.12.7 428 silly gentlyRm deletion target /home/dacong/.nvm/versions/node/v0.12.7/bin/hexo is under /home/dacong/.nvm/versions/node/v0.12.7 429 verbose gentlyRm vacuuming from /home/dacong/.nvm/versions/node/v0.12.7/bin/hexo up to /home/dacong/.nvm/versions/node/v0.12.7 430 info postuninstall hexo-cli@0.1.7 431 silly gentlyRm /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli is being purged from base /home/dacong/.nvm/versions/node/v0.12.7 432 verbose gentlyRm don't care about contents; nuking /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 433 silly vacuum-fs purging /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules/hexo-cli 434 silly vacuum-fs quitting because other entries in /home/dacong/.nvm/versions/node/v0.12.7/lib/node_modules

Xuanwo commented 9 years ago

感觉像是网络问题

Steven1677 commented 9 years ago

怎么解决?

Xuanwo commented 9 years ago

番羽土啬 或者可以使用taobao的npm源

Steven1677 commented 9 years ago

谢谢