diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index fab4d41..0000000 --- a/.editorconfig +++ /dev/null @@ -1,6 +0,0 @@ -root=true -[*] -indent_style=space -indent_size=2 -trim_trailing_whitespace=true -insert_final_newline=true diff --git a/.gitignore b/.gitignore deleted file mode 100644 index febbb5c..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/node_modules -/build diff --git a/.node-version b/.node-version deleted file mode 100644 index dc0208a..0000000 --- a/.node-version +++ /dev/null @@ -1 +0,0 @@ -6.3.1 diff --git a/README.md b/README.md deleted file mode 100644 index bfcdcda..0000000 --- a/README.md +++ /dev/null @@ -1,144 +0,0 @@ -# [nodejs.jp][homepage] - -# ビルド - - npm run build - -`build/` 以下にサイトが生成されます。 - -# 開発サーバ起動 - - npm run server - -`localhost:3100` に開発用ローカルサイトが立ち上がります。 - -# Event を追加する - -`source/events/YYYY/MM-DD-イベント名.md` というファイル名で下のような front-matter つき markdown ファイルを追加してください。 - -***Note***: path がそのまま URL になるため、URL で利用可能な path 名を選んでください。 - -```md ---- -name: 東京Node学園祭2016 -image: images/nodefest-2016.png -date: - - 2016-11-12 - - 2016-11-13 -venue: - - 1日目 イベント&コミュニティスペース dots. - - 2日目 渋谷マークシティ -ticket: - - url: http://nodejs.connpass.com/event/43011/ - name: 東京Node学園祭2016 (1日目) - - url: http://nodejs.connpass.com/event/42182/ - name: 東京Node学園祭2016 (2日目) -site: - name: オフィシャルサイト - url: http://nodefest.jp/2016/ ---- - -近年、Node.jsを利用する機会は飛躍的に増えています。クライアントサイドのビルドモジュールやAWS Lambda, WebSocket を使ったリアルタイムウェブアプリケーション、軽量エンジンであることを活かしたIoTでの利用、デスクトップアプリ等、適用範囲が増えています。また昨今のECMAScript 2016が仕様化されたこと、Node.jsとio.jsの分裂と統合等のドラマを経てより一層の注目が期待されます。 - -... -``` - -フロントマターの意味 - -- {string} name - イベント名 (必須) -- {string} image - 画像の path (path は `source` からの相対 path で入力してください。対応する画像を一緒にコミットしてください) (省略可) -- {string[]} date - 実施日の配列 (必須、最低1件) -- {string[]} venue - 会場名の配列 (必須、最低1件) -- {Ticket[]} ticket - チケットの配列 (必須、最低1件) -- {string} ticket[].name - チケット(のリンク)名 (必須) -- {string} ticket[].url - チケットのリンク先 (必須) -- {string} site.name - イベントオフィシャルサイト名 (省略可) -- {string} site.url - イベントオフィシャルサイトURL (省略可) - -# News を追加する - -`source/news/YYYY/MM-DD-title.md` というファイル名で下のような front-matter つき markdown ファイルを追加してください。 - -***Note***: path がそのまま URL になるため、URL で利用可能な path 名を選んでください。 - -```md ---- -title: Node v7 がリリースされました。 -date: 2016-10-25 -author: kt3k ---- - -Node v7 がリリースされています。詳しくは下記、公式のニュースリリース参照。 - -https://nodejs.org/en/blog/release/v7.0.0/ -``` - -フロントマターの意味 - -- {string} title - 記事のタイトル (必須) -- {string} date - 記事の日付 (必須) -- {string} author - 記事の作者 (省略可) - -# 求人情報を追加する - -`source/jobs/会社名.md` というファイル名で下のような front-matter つき markdown ファイルを追加してください。 - -***Note***: path がそのまま URL になるため、URL で利用可能な path 名を選んでください。 - -```md ---- -postedAt: 2016-10-10 -name: 株式会社リンクリンク -image: images/company-logo/linklink.svg -role: - - Node.js プログラマ - - ディレクター -url: https://www.google.com/ ---- - -当社は1945年設立、2011年マザーズ上場の若い企業で、街コンワールド( http://machicon-world.com/ )という街コンポータルサイトを運営しています。 -``` - -フロントマターの意味 - -- {string} postedAt - 掲載日 (必須) -- {string} name - 会社名 (求人名) (必須) -- {string} image - 画像の path (path は `source` からの相対 path で入力してください。対応する画像を一緒にコミットしてください) (省略可) -- {string[]} role - 募集職種の配列、(必須、最低1件) -- {string} url - 求人情報の詳細/応募フォームなどへのリンク先 (必須) - -# その他のページを編集する - -以下の対応するファイルを編集してください。 - -- index.html - `source/layout/index.njk` -- about.html - `source/about.md` -- events.html - `source/layout/event-index.njk` -- contact.html - `source/about.md` -- docs.html - `source/about.md` -- news.html - `source/layout/news-index.njk` -- jobboard.html - `source/layout/job-index.njk` - -***Note***: `.njk` 拡張子のファイルは [nunjucks][nunjucks] テンプレートです。記法は [nunjucks のドキュメント][nunjucks-tmpl-doc] を参照してください。 - -# デザインを変更する - -各ページのベースのテンプレート `source/layout/layout.njk` を編集してください。 - -# それ以上の細かい修正 - -[bulbo][bulbo] を使ってビルドしています。具体的にどのファイルがどういうパイプラインでビルドされているかは、`bulbofile.js` を参照してください。bulbofile.js の記法については、[bulbo][bulbo] の README を参照してください。 - -bulbo の各パイプラインは gulp-plugin (vinyl stream の duplex) の連鎖で成り立ってます (gulp の各タスクと同様)。各パイプラインの各ノードの挙動については各 gulp-plugin のドキュメントを参照してください。 - -# リリースの仕組み - -master にマージされると [CircleCI][CircleCI] 上で `circle.yml` の publish タスクが走り自動的に publish されます。具体的な内容は、`circle.yml` と `update.sh` の内容を確認してください。 - -ビルドがうまくいかない/何かが分からないなどの場合は @kt3k まで問い合わせてください。( https://twitter.com/kt3k ) - -[homepage]: http://nodejs.jp -[bulbo]: https://github.com/kt3k/bulbo -[nunjucks]: http://mozilla.github.io/nunjucks/ -[nunjucks-tmpl-doc]: https://mozilla.github.io/nunjucks/templating.html -[CircleCI]: https://circleci.com/ diff --git a/SITEMAP.md b/SITEMAP.md deleted file mode 100644 index 6cd4bd9..0000000 --- a/SITEMAP.md +++ /dev/null @@ -1,12 +0,0 @@ -# SITEMAP -- HOME - ダウンロードリンク, 本家ドキュメントリンク, 直近イベント1件 -- ABOUT - Nodejs.jp (Node.js 日本ユーザーグループ) について -- EVENTS - node学園(等)情報 - - event の並び順は新しいもの順 - - TODO: あまりにも未来のものがエントリーされるとそのイベントがずっと先頭表示されてしまうので、問題になるかもしれないが、今の所そういうケースは無いと考えて、一旦単純に新しいもの順にする -- CONTACT - irc, ml, email など -- DOCS - 公式ドキュメントリンク, その他記事へリンク -- NEWS - 書籍 LTS リリースなど -- JOBBOARDS - node.js 求人 - -EVENTS と NEWS は定期的に追加する. その他は不定期更新. diff --git a/TODO.md b/TODO.md deleted file mode 100644 index f6c44dc..0000000 --- a/TODO.md +++ /dev/null @@ -1,18 +0,0 @@ -# TODO -- HOME に未実施の event が全て表示される - - accumulate filter option を使う - -# DONE -- circle ci で gh-pages にデプロイされるように - - ./build に gh-pages 最新が checkout された状態で build して、build 以下を commit push する -- NEWS - 書籍発売, Node.js major version リリースなど -- JOBBOARD - もう一件ついか (jobboard.html のみため確認のため) -- sort accumulated files -- JOBBOARD - node.js 求人 -- events -- HOME - ダウンロードリンク, 本家リンク, 直近イベント1件 -- ABOUT - nodejs.jp について -- EVENTS - node学園情報 -- CONTACT - irc, ml, groups など -- RESOURCES - 記事など -- DOC - 公式ドキュメント diff --git a/about.html b/about.html new file mode 100644 index 0000000..6942c4d --- /dev/null +++ b/about.html @@ -0,0 +1,129 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

About

+
+

Japan Node.js Associationは日本及び周辺アジア地域での node.js の普及を目的とした各種活動を展開する組織です。 +Node 学園祭 の運営を行っています。

+ + + +
+
+ + + + diff --git a/balancesheet.html b/balancesheet.html new file mode 100644 index 0000000..b1e4a1f --- /dev/null +++ b/balancesheet.html @@ -0,0 +1,125 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

会計情報

+ + + +
+
+ + + + diff --git a/bulbofile.js b/bulbofile.js deleted file mode 100644 index 4140a9f..0000000 --- a/bulbofile.js +++ /dev/null @@ -1,100 +0,0 @@ -const bulbo = require('bulbo') -const asset = bulbo.asset - -const path = require('path') -const frontMatter = require('gulp-front-matter') -const nunjucks = require('gulp-nunjucks') -const marked = require('gulp-marked') -const wrapper = require('layout-wrapper') -const accumulate = require('vinyl-accumulate') - -const data = { - orgName: 'Node.js 日本ユーザーグループ', - pages: require('./pages'), - layoutDir: path.join(__dirname, 'source/layout'), - basepath: process.env.BASEPATH || '' -} - -require('nunjucks').configure().addFilter('date', require('nunjucks-date')) - -bulbo.dest('build') // Sets the destination -bulbo.port(3100) // Sets the dev server's port -bulbo.base('source') - -const layout = defaultLayout => wrapper.nunjucks({ - data, - defaultLayout, - layout: 'source/layout', - extname: '.njk' -}) - -asset('source/**/*.md', '!source/{events,jobs,news}/**/*') - .watch('source/**/*.{md,njk}') - .pipe(frontMatter({property: 'fm'})) - .pipe(nunjucks.compile(data)) - .pipe(marked()) - .pipe(layout('default')) - -asset('source/events/**/*.md') - .watch('source/**/*.{md,njk}') - .pipe(frontMatter({property: 'fm'})) - .pipe(marked()) - .pipe(accumulate('index.html', { - debounce: true, - sort: (x, y) => y.fm.date[0].valueOf() - x.fm.date[0].valueOf() - })) - .pipe(layout('index')) - -asset('source/events/**/*.md') - .watch('source/**/*.{md,njk}') - .pipe(frontMatter({property: 'fm'})) - .pipe(marked()) - .pipe(accumulate('events.html', { - debounce: true, - sort: (x, y) => y.fm.date[0].valueOf() - x.fm.date[0].valueOf() - })) - .pipe(layout('event-index')) - -asset('source/events/**/*.md') - .watch('source/**/*.{md,njk}') - .pipe(frontMatter({property: 'fm'})) - .pipe(marked()) - .pipe(layout('event')) - -asset('source/news/**/*.md') - .watch('source/**/*.{md,njk}') - .pipe(frontMatter({property: 'fm'})) - .pipe(marked()) - .pipe(accumulate('news.html', { - debounce: true, - sort: (x, y) => y.fm.date.valueOf() - x.fm.date.valueOf() - })) - .pipe(layout('news-index')) - -asset('source/news/**/*.md') - .watch('source/**/*.{md,njk}') - .pipe(frontMatter({property: 'fm'})) - .pipe(marked()) - .pipe(layout('news')) - -asset('source/jobs/**/*.md') - .watch('source/**/*.{md,njk}') - .pipe(frontMatter({property: 'fm'})) - .pipe(marked()) - .pipe(accumulate('jobboard.html', { - debounce: true, - sort: (x, y) => y.fm.postedAt.valueOf() - x.fm.postedAt.valueOf() - })) - .pipe(layout('jobboard')) - -asset('source/jobs/**/*.md') - .watch('source/**/*.{md,njk}') - .pipe(frontMatter({property: 'fm'})) - .pipe(marked()) - .pipe(layout('job')) - -asset('source/css/*.css') - -asset('source/images/**/*.{png,svg,jpg,jpeg,gif}') - -asset('./old/*.*').base('./') diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 6d3b2d2..0000000 --- a/circle.yml +++ /dev/null @@ -1,8 +0,0 @@ -machine: - node: - version: 4 -deployment: - publish: - branch: source - commands: - - ./update.sh diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..d852552 --- /dev/null +++ b/contact.html @@ -0,0 +1,140 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Contact

+
+

Slack

+ +

IRC

+ +

ブログ

+ +

連絡先

+ + + +
+
+ + + + diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..26cf7e0 --- /dev/null +++ b/css/style.css @@ -0,0 +1,11 @@ +body { + font-family: 'Avenir Next', 'Hiragino Kaku Gothic ProN', 'メイリオ'; +} + +a { + color: #43853d; +} + +.title { + line-height: 1.5; +} diff --git a/css/tacit.min.css b/css/tacit.min.css new file mode 100644 index 0000000..660e2dc --- /dev/null +++ b/css/tacit.min.css @@ -0,0 +1,2 @@ +input,textarea,select,button,option,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;line-height:29.7px}input,textarea,select,button,option,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;line-height:29.7px}th{font-weight:600}td,th{border-bottom:1.08px solid #ccc;padding:14.85px 18px}thead th{border-bottom-width:2.16px;padding-bottom:6.3px}table{display:block;max-width:100%;overflow-x:auto}input,textarea,select,button,option,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;line-height:29.7px}fieldset{display:flex;flex-direction:row;flex-wrap:wrap}fieldset legend{margin:18px 0}input,textarea,select,button{border-radius:3.6px;display:inline-block;max-width:100%;padding:9.9px}input+label,input+input[type="checkbox"],input+input[type="radio"],textarea+label,textarea+input[type="checkbox"],textarea+input[type="radio"],select+label,select+input[type="checkbox"],select+input[type="radio"],button+label,button+input[type="checkbox"],button+input[type="radio"]{page-break-before:always}select[multiple]{min-width:270px}textarea{min-height:90px;min-width:360px}label{display:inline-block;margin-bottom:14.76px}label+*{page-break-before:always}input[type="submit"],input[type="reset"],button{background:#f2f2f2;color:#8c8c8c;cursor:pointer;display:inline;margin-bottom:18px;margin-right:7.2px;padding:6.525px 23.4px;text-align:center}input[type="submit"]:hover,input[type="reset"]:hover,button:hover{background:#d9d9d9;color:#000}input[type="submit"][disabled],input[type="reset"][disabled],button[disabled]{background:#e6e6e6;color:#b3b3b3;cursor:not-allowed}input[type="submit"],button[type="submit"]{background:#367ac3;color:#fff}input[type="submit"]:hover,button[type="submit"]:hover{background:#255587;color:#bfbfbf}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="phone"],input[type="tel"],input[type="number"],input[type="datetime"],input[type="date"],input[type="month"],input[type="week"],input[type="color"],input[type="time"],input[type="search"],input[type="range"],input[type="file"],input[type="datetime-local"],select,textarea{border:1px solid #ccc;margin-bottom:18px;padding:5.4px 6.3px}input[type="checkbox"],input[type="radio"]{flex-grow:0;height:29.7px;margin-left:0;margin-right:9px}input[type="checkbox"]+label,input[type="radio"]+label{page-break-before:avoid}input,textarea,select,button,option,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;line-height:29.7px}pre,code,kbd,samp,var,output{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14.4px}pre{border-left:1.8px solid #90d5a5;line-height:25.2px;overflow:auto;padding-left:18px}pre code{background:none;border:0;line-height:29.7px;padding:0}code,kbd{background:#d3eedb;border-radius:3.6px;color:#3fa75f;display:inline-block;line-height:18px;padding:3.6px 6.3px 2.7px}kbd{background:#3fa75f;color:#fff}mark{background:#ffc;padding:0 3.6px}input,textarea,select,button,option,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;line-height:29.7px}h1,h2,h3,h4,h5,h6{color:#000;margin-bottom:18px}h1{font-size:36px;font-weight:500;margin-top:72px}h2{font-size:25.2px;font-weight:400;margin-top:54px}h3{font-size:21.6px;margin-top:36px}h4{font-size:18px;margin-top:18px}h5{font-size:14.4px;font-weight:bold;text-transform:uppercase}h6{color:#ccc;font-size:14.4px;font-weight:bold;text-transform:uppercase}input,textarea,select,button,option,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;line-height:29.7px}a{color:#367ac3;text-decoration:none}a:hover{text-decoration:underline}hr{border-bottom:1px solid #ccc}figcaption,small{font-size:15.3px}figcaption{color:#ccc}var,em,i{font-style:italic}dt,strong,b{font-weight:600}del,s{text-decoration:line-through}ins,u{text-decoration:underline}*{border:0;border-collapse:separate;border-spacing:0;box-sizing:border-box;margin:0;outline:0;padding:0;text-align:left;vertical-align:baseline}html,body{width:100%}html{height:100%}body{background:#f5f5f5;color:#1a1a1a;padding:36px}p,ul,ol,dl,blockquote,hr,pre,table,form,fieldset,figure,address{margin-bottom:29.7px}section{margin-left:auto;margin-right:auto;max-width:100%;width:900px}article{background:#fff;border:1.8px solid #d9d9d9;border-radius:7.2px;padding:43.2px}header{margin-bottom:36px}footer{margin-top:36px}nav{text-align:center}nav ul{list-style:none;margin-left:0;text-align:center}nav ul li{display:inline;margin-left:9px;margin-right:9px}nav ul li:first-child{margin-left:0}nav ul li:last-child{margin-right:0}ol,ul{margin-left:31.5px}li dl,li ol,li ul{margin-bottom:0}dl{display:inline-block}dt{padding:0 18px}dd{padding:0 18px 4.5px}dd:last-of-type{border-bottom:1.08px solid #ccc}dd+dt{border-top:1.08px solid #ccc;padding-top:9px}blockquote{border-left:2.16px solid #ccc;padding:4.5px 18px 4.5px 15.84px}blockquote footer{color:#ccc;font-size:13.5px;margin:0}img{height:auto;margin:0 auto;max-width:100%}figure img{display:block}@media (max-width: 767px){body{padding:18px 0}article{border-radius:0;padding:18px}textarea,input,select{max-width:100%;min-width:0}fieldset{min-width:0}fieldset *{flex-grow:1;page-break-before:auto}section{width:auto}x:-moz-any-link{display:table-cell}} +/*# sourceMappingURL=tacit-css-1.1.0.min.css.map */ diff --git a/docs.html b/docs.html new file mode 100644 index 0000000..c7edbbf --- /dev/null +++ b/docs.html @@ -0,0 +1,193 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

ドキュメント

+
+

公式ドキュメント

+ +

Node.js 関連

+ +

ワークショップ(オンラインコース)

+ + + +
+
+ + + + diff --git a/events.html b/events.html new file mode 100644 index 0000000..d932684 --- /dev/null +++ b/events.html @@ -0,0 +1,339 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

イベント情報

+ + +
+

Node学園 34時限目 jsconf.eu 報告会

+

日時: + + + 2019年06月27日 + + + + +


+

Node学園 33時限目

+

日時: + + + 2019年03月12日 + + + + +


+

東京Node学園祭2018

+

日時: + + + 2018年11月23日 + + + / + + 2018年11月24日 + + +

+ + + +
+

Node学園 32時限目

+

日時: + + + 2018年10月30日 + + + + +


+

Node学園 31時限目

+

日時: + + + 2018年06月29日 + + + + +


+

Node学園 30時限目

+

日時: + + + 2018年04月27日 + + + + +


+

Node学園 29時限目

+

日時: + + + 2018年02月22日 + + + + +


+

東京Node学園祭2017

+

日時: + + + 2017年11月25日 + + + / + + 2017年11月26日 + + +

+ + + +
+

Node学園 28時限目

+

日時: + + + 2017年10月30日 + + + + +


+

Node学園 27時限目

+

日時: + + + 2017年08月31日 + + + + +


+

Node学園 26時限目

+

日時: + + + 2017年06月28日 + + + + +


+

東京Node女学園2限目 - Node.jsでLINE Bot!!

+

日時: + + + 2017年05月14日 + + +

+ + + +
+

NodeSchool Osaka #34

+

日時: + + + 2017年05月03日 + + + + +


+

Node学園 25時限目

+

日時: + + + 2017年04月24日 + + + + +


+

Node学園 24時限目

+

日時: + + + 2017年03月31日 + + + + +


+

NodeSchool Tokyo in ヒカリエ

+

日時: + + + 2017年01月29日 + + +

+ + + +
+

東京Node学園祭2016

+

日時: + + + 2016年11月12日 + + + / + + 2016年11月13日 + + +

+ + + +
+

Node学園 23時限目

+

日時: + + + 2016年10月21日 + + + + +


+

Node学園 22時限目 夏だ!Node学園祭告知だ!!

+

日時: + + + 2016年08月08日 + + + + + + +

+
+ + + + diff --git a/events/2016/08-08-nodeschool-22.html b/events/2016/08-08-nodeschool-22.html new file mode 100644 index 0000000..ac81c8e --- /dev/null +++ b/events/2016/08-08-nodeschool-22.html @@ -0,0 +1,148 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 22時限目 夏だ!Node学園祭告知だ!!

+
+ + + + + + +
+
+ + + + diff --git a/events/2016/10-21-nodeschool-23.html b/events/2016/10-21-nodeschool-23.html new file mode 100644 index 0000000..154eca9 --- /dev/null +++ b/events/2016/10-21-nodeschool-23.html @@ -0,0 +1,148 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 23時限目

+
+ + + + + + +
+
+ + + + diff --git a/events/2016/11-12-nodefest.html b/events/2016/11-12-nodefest.html new file mode 100644 index 0000000..b7225f7 --- /dev/null +++ b/events/2016/11-12-nodefest.html @@ -0,0 +1,168 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

東京Node学園祭2016

+
+ + + + +
+
+ + + + +
+

近年、Node.jsを利用する機会は飛躍的に増えています。クライアントサイドのビルドモジュールやAWS Lambda, WebSocket を使ったリアルタイムウェブアプリケーション、軽量エンジンであることを活かしたIoTでの利用、デスクトップアプリ等、適用範囲が増えています。また昨今のECMAScript 2016が仕様化されたこと、Node.jsとio.jsの分裂と統合等のドラマを経てより一層の注目が期待されます。

+

このたびNode.js日本ユーザグループは、ECMAScriptの仕様化団体の一人であり、JSONの開発者でもある Douglas Crockford 氏、WhatWG Social Activity WG の仕様化を進める一人であり、 Node.js core committer でもある James Snell 氏、 ECMAScript 仕様化団体の一人であり、 Node のモジュールエコシステムの今後の鍵を握る Bradley Meck 氏、デスクトップアプリ開発が可能な Electron の作者である Cheng Zhao 氏、 React/Redux をベースに次世代の フロントエンド開発フレームワークである choo の開発を進める Yoshua Wuyts 氏を迎えて2016年のNode学園祭を開催いたします。

+ +
+ + +

オフィシャルサイト

+ + +
+
+ + + + diff --git a/events/2017/01-29-nodeschool.html b/events/2017/01-29-nodeschool.html new file mode 100644 index 0000000..654c658 --- /dev/null +++ b/events/2017/01-29-nodeschool.html @@ -0,0 +1,165 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

NodeSchool Tokyo in ヒカリエ

+
+ + + + +
+
+ + + + +
+

NodeSchoolとは、JavaScriptに関する授業を集めた学校のようなものです。 コードを書いたり問題を解くことでJavaScriptを学べます。

+

NodeSchoolはグループ制のワークショップになっています。

+

「ワークショッパー」というアプリを教材に使います。PCは持参して下さい。 ワークショップには、参加者を助けるメンターがいます。

+

http://nodeschool.io/

+

NodeSchoolのカリキュラムを使い、Node.js初心者向けのハンズオンを行います! +イベント冒頭にて日本Node.jsユーザー会の代表である古川氏(@yosuke_furukawa)によるゲスト講演のあと、ハンズオン講師@kohei-takata氏からNode.jsの概要やハンズオンについての説明が行われます(仮)。

+

そして、実際に手を動かしながらNode.jsの基礎を一通り体験して頂いたあと、ご自身で簡単なアプリケーションを作って頂きます。

+ +
+ + + +
+
+ + + + diff --git a/events/2017/03-31-nodeschool-24.html b/events/2017/03-31-nodeschool-24.html new file mode 100644 index 0000000..d13e839 --- /dev/null +++ b/events/2017/03-31-nodeschool-24.html @@ -0,0 +1,162 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 24時限目

+
+ + + + +
+

Node.js日本ユーザグループ 主催による、Node.jsの勉強会です。

+
    +
  • 「Node.js x WebAssembly」 by yosuke_furukawa
  • +
  • 「Node.js+GraphQLでBFFを作った話」 by qsona
  • +
  • 「HyperApp - 1kbのビューライブラリ」 by Jorge Bucaran
  • +
  • 「node-whatwg-url」 by abouthiroppy
  • +
  • 「llnode」 by kysnm
  • +
  • 「OSS翻訳と GitLocalize」 by sotayamashita
  • +
  • 「glitch.comでnode.jsのアプリを作る話」 by kosamari
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2017/04-24-tng25.html b/events/2017/04-24-tng25.html new file mode 100644 index 0000000..4584a0e --- /dev/null +++ b/events/2017/04-24-tng25.html @@ -0,0 +1,162 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 25時限目

+
+ + + + +
+

Node.js日本ユーザグループ 主催による、Node.jsの勉強会です。募集は 4/21(金)から開始します。

+
    +
  • Node v8 by abouthiroppy
  • +
  • Introduction to Rust by Akito0107
  • +
  • Cycle.js by wakasmha
  • +
  • 「初めてのOSS初めてのnode contribute」(仮) by chiiia12
  • +
  • v8のインタープリタについて by brn0227
  • +
  • Hello, MobX! by leader22
  • +
  • Slack CodeGolf by darai0512
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2017/05-03-nodeschool-osaka-34.html b/events/2017/05-03-nodeschool-osaka-34.html new file mode 100644 index 0000000..a948d4b --- /dev/null +++ b/events/2017/05-03-nodeschool-osaka-34.html @@ -0,0 +1,171 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

NodeSchool Osaka #34

+
+ + + + +
+

休日のNodeSchool大阪、第11回目です。 +毎月、第一土曜の午前を開催目標としています、が、都合により実施日は都度変わっています:-( +参加にはパソコンが必要です。

+

今回は、NodeSchool後に『懇親会』を行う事としましたので、ご都合よい方はぜひご参加下さい!

+

『懇親会』はBTMさんのご好意に甘えて、NodeSchool後にそのまま会議室で行います。 +NodeSchoolを早めに切り上げて、買い出し⇒懇親会 を予定しています! +費用は2000円以内とする見込みです。

+

ご参加頂ける方は申し訳ありませんがご協力の程お願い致します。

+

スケジュール

+
    +
  • 16:30-16:40 BMT様よりミーティングスペースの利用について説明
  • +
  • 16:40-16:50 NodeSchool大阪について
  • +
  • 16:50-17:30 NodeJSの特徴
  • +
  • 17:30-18:00 何か発表予定(検討中)
  • +
  • 18:00-18:30 もくもく勉強します
  • +
  • 18:30-19:00 懇親会の準備
  • +
  • 19:00-20:30 会議室で懇親会
  • +
  • 20:30-21:00 片付け及び撤収
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2017/05-14-node-girls-2.html b/events/2017/05-14-node-girls-2.html new file mode 100644 index 0000000..74a1987 --- /dev/null +++ b/events/2017/05-14-node-girls-2.html @@ -0,0 +1,174 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

東京Node女学園2限目 - Node.jsでLINE Bot!!

+
+ + + + +
+
+ + + + +
+

Node女学園とは?

+

Node女学園は、東京Node学園から派生した、Node.jsに興味がある&学んでいる女性のためのコミュニティです。

+

今回は実践ハンズオン!

+

2限目は、Node.jsでLINEBotを作り基礎や特徴を勉強します!

+

「Node.jsを実際に書きたい!」「どんなものが作れるの?」など、Node.jsでアプリケーションを作ってみたい方一緒に勉強しましょう♩

+

当日のタイムスケジュール

+
    +
  • 12:50~13:00 受付
  • +
  • 13:00〜13:10 はじめに
  • +
  • 13:10〜15:50 Node.jsハンズオン 菅原のびすけ氏
  • +
  • 15:50〜16:00 休憩
  • +
  • 16:00〜17:30 各自もくもくタイム
  • +
  • 17:30〜17:40 成果共有!
  • +
  • 17:40〜17:50 アンケート&時間調整
  • +
  • 17:50〜18:30 懇親会!
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2017/06-28-tng26.html b/events/2017/06-28-tng26.html new file mode 100644 index 0000000..d20ada3 --- /dev/null +++ b/events/2017/06-28-tng26.html @@ -0,0 +1,172 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 26時限目

+
+ + + + +
+

Node.js日本ユーザグループ 主催による、Node.jsの勉強会です。募集は 6/26(月)から開始します。

+

目次

+
    +
  • React Fiber by koba04
  • +
  • Vue と Storybook by kazupon
  • +
  • Dependent typeとTypeScript by Jun
  • +
  • ProxyServerを使った本番環境でのE2Eテスト by brn0227
  • +
  • Angularで作るPWA by laco0416
  • +
  • Nested Native Modules by h2so5
  • +
  • chunked encodingによる高速化の検証 by shibu_jp
  • +
+

参加要項

+

発表したい内容がある方は上の connpass に記入してください。

+

会場

+
    +
  • 株式会社メルカリ
      +
    • 東京都港区六本木6−10−1 六本木ヒルズ森タワー18F
    • +
    +
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2017/08-31-tng27.html b/events/2017/08-31-tng27.html new file mode 100644 index 0000000..a80afd6 --- /dev/null +++ b/events/2017/08-31-tng27.html @@ -0,0 +1,175 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 27時限目

+
+ + + + +
+

Node.js日本ユーザグループ主催による、Node.jsの勉強会です。募集は 8/28(月)から開始します。

+

タイムテーブル

+
    +
  • 19:00 - 19:30(30min) 開場
  • +
  • 19:30 - 19:50(20min) ayojs (yosuke_furukawa)
  • +
  • 19:50 - 20:20(30min) [発表とパネルトーク形式]ES Modules 現状質問会 (teppeis, (maybe jxck))
  • +
  • 20:20 - 20:30(10min) 休憩
  • +
  • 20:30 - 20:50(20min) GraphCMS + Node(apollo-client) + Elastic Beanstalkで環境構築 (tgfjt)
  • +
  • 20:50 - 21:00(10min) 休憩
  • +
  • 21:00 - 21:10(10min) ここがわからんNode.js 10選 (仮) by chantoku
  • +
  • 21:10 - 21:20(10min) はじめてのSSR by brn227
  • +
  • 21:20 - 21:30(10min) (LT未定)
  • +
  • 21:30 - 22:30(60min) 懇親会(やれれば)
  • +
+

LT

+

発表時間は10分。

+

参加できない場合

+

もし参加できない場合は、補欠の方もいらっしゃるのでお手数ですが速やかにキャンセルをしていただきたいと思います。

+

会場

+

株式会社リクルートテクノロジーズ

+

受付

+

グランサウスタワーの2階に受付台がありますので、そこに並んでいただき参加者確認させていただきます。 +カードキーを受け取ったら41Fまでエレベータで登ってきてください。 カードキーは持ち帰らず、必ず2Fにいる受付の人に手渡しで戻してください。

+ +
+ + + +
+
+ + + + diff --git a/events/2017/10-30-tng28.html b/events/2017/10-30-tng28.html new file mode 100644 index 0000000..ae2df76 --- /dev/null +++ b/events/2017/10-30-tng28.html @@ -0,0 +1,168 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 28時限目

+
+ + + + +
+

Node.js日本ユーザグループ ( http://nodejs.jp/ ) 主催による、Node.jsの勉強会です。

+

タイムテーブル

+
    +
  • 19:30 - 20:00 開場
  • +
  • 20:00 - 20:10 Node Interactiveに行ってきた話 by yosuke_furukawa
  • +
  • 20:10 - 20:30 Chrome Dev Summitに行ってきた話 by kojima
  • +
  • 20:30 - 20:40 休憩
  • +
  • 20:40 - 21:40 Server Side Rendering Panel Discussion with ahomu, yosuke, (leader22)
  • +
  • 21:40 - 21:50 Fn Projectの話 by Hayakawa Hiroshi
  • +
  • 21:50 - 22:00 Upgrading Node.js in Production by Valverde Antonio
  • +
  • 22:00 閉場
  • +
+

まとめ

+ + +
+ + + +
+
+ + + + diff --git a/events/2017/11-25-nodefest-2017.html b/events/2017/11-25-nodefest-2017.html new file mode 100644 index 0000000..134f937 --- /dev/null +++ b/events/2017/11-25-nodefest-2017.html @@ -0,0 +1,169 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

東京Node学園祭2017

+
+ + + + +
+
+ + + + +
+

年に一度、真剣に学んで楽しもう!

+

日本最大のNode.jsカンファレンス!

+

JavaScriptを活用する際にNode.jsはもはや「無くてはならないもの」になっています。ウェブアプリケーション、フロントエンド開発はもちろん、IoTやデスクトップアプリ、ゲームやVR等、適用範囲が広がっていっています。

+

Node学園祭は前回と同様「Be More Global, Be More Interactive」というスローガンの元、普段日本では出会えないような国際的に活躍しているゲストを迎えて開催します。ただ聴講するだけではなく、双方向にコミュニケーションし合える場を提供します!

+ + +
+ + +

オフィシャルサイト

+ + +
+
+ + + + diff --git a/events/2018/02-22-tng29.html b/events/2018/02-22-tng29.html new file mode 100644 index 0000000..13124d4 --- /dev/null +++ b/events/2018/02-22-tng29.html @@ -0,0 +1,169 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 29時限目

+
+ + + + +
+

Node.js 日本ユーザグループ( https://nodejs.jp/ ) 主催による、Node.js の勉強会です。

+

参加要項

+

懇親会費用として参加有無に関わらず1000円頂きます。

+

タイムテーブル

+
    +
  • 19:00 - 19:30 開場
  • +
  • 19:30 - 20:00 Nodeにコントリビュートし始めて一ヶ月でコラボレーターになった by Lekoさん
  • +
  • 20:00 - 20:20 headless chromeでクローリング(仮) by yuji isobeさん
  • +
  • 20:20 - 20:30 休憩
  • +
  • 20:30 - 20:45 ES2018以外の話 or Async Hooksによるパフォーマンス計測 (仮) by Azuさん
  • +
  • 20:45 - 21:00 Dynamic import あれこれ by 小田島さん
  • +
  • 21:00 - 21:10 npm prepublish の現状と今後どう変わっていくかを調べてみた by しとりーさん
  • +
  • 21:10 - 21:20 rxjs v6 について by berlysiaさん
  • +
  • 21:20 - 21:30 introduction to JAMStack by sotayamashitaさん
  • +
  • 21:30 - 22:30 懇親会
  • +
  • 22:30 閉場
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2018/04-27-tng30.html b/events/2018/04-27-tng30.html new file mode 100644 index 0000000..d078a84 --- /dev/null +++ b/events/2018/04-27-tng30.html @@ -0,0 +1,166 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 30時限目

+
+ + + + +
+

Node.js 日本ユーザグループ( https://nodejs.jp/ ) 主催による、Node.js の勉強会です。

+

参加要項

+

懇親会費用として参加有無に関わらず1000円頂きます。

+

タイムテーブル

+
    +
  • 19:00 - 19:30 開場
  • +
  • 19:30 - 20:00 祝Node-v10リリース。これまでのNodeの振り返り by Shigeki Ohtsu
  • +
  • 20:00 - 20:30 off the main thread with workers by Mariko Kosaka
  • +
  • 20:30 - 20:40 休憩
  • +
  • 20:40 - 21:10 LAPIs by Jxck
  • +
  • 21:10 - 21:20 LT 10分で、SSRを高速化してみる by shibukawa
  • +
  • 21:20 - 21:30 LT BigInt あれこれ by shimataro
  • +
  • 21:30 - 23:00 懇親会
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2018/06-29-tng31.html b/events/2018/06-29-tng31.html new file mode 100644 index 0000000..8e5842c --- /dev/null +++ b/events/2018/06-29-tng31.html @@ -0,0 +1,169 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 31時限目

+
+ + + + +
+

Node.js日本ユーザグループ(https://nodejs.jp/) 主催による、Node.jsの勉強会です。 +募集は6/27(水)から開始します。

+

参加要項

+

懇親会費用として参加有無に関わらず1000円頂きます。

+

タイムテーブル

+
    +
  • 19:00 - 19:30 開場
  • +
  • 19:30 - 20:00 deno by yosuke_fusukawa サン
  • +
  • 20:00 - 20:20 GraalVM by kawasima サン
  • +
  • 20:20 - 20:30 休憩
  • +
  • 20:30 - 20:50 jsconf.eu報告会 by kani サン & yurietty サン
  • +
  • 20:50 - 21:00 LT募集
  • +
  • 21:00 - 21:10 LT募集
  • +
  • 21:10 - 21:20 LT募集
  • +
  • 21:20 - 21:30 LT募集
  • +
  • 21:30 - 23:00 懇親会
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2018/10-30-tng32.html b/events/2018/10-30-tng32.html new file mode 100644 index 0000000..027b7a0 --- /dev/null +++ b/events/2018/10-30-tng32.html @@ -0,0 +1,164 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 32時限目

+
+ + + + +
+

Node.js日本ユーザグループ (https://nodejs.jp/) 主催による、Node.jsの勉強会です。 +Node.js v11や来月のNodeFestの話があります。

+

参加要項

+

懇親会費用のため1000円頂きます。

+

タイムテーブル

+
    +
  • 19:00 - 19:30 開場
  • +
  • 19:30 - 20:00 Node v11 and NodeFest introduction by yosuke_furukawa
  • +
  • 20:00 - 20:10 Node.jsで現実世界の”もの”を動かす話 by 9wick
  • +
  • 20:10 - 20:20 React Hooks by mizchi
  • +
  • 21:30 - 23:00 懇親会
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2018/11-23-nodefest.html b/events/2018/11-23-nodefest.html new file mode 100644 index 0000000..4cb9347 --- /dev/null +++ b/events/2018/11-23-nodefest.html @@ -0,0 +1,171 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

東京Node学園祭2018

+
+ + + + +
+
+ + + + +
+

年に一度、真剣に学んで楽しもう!

+

日本最大のNode.jsカンファレンス!

+

JavaScriptを活用する際にNode.jsはもはや「無くてはならないもの」になっています。ウェブアプリケーション、フロントエンド開発はもちろん、IoTやデスクトップアプリ、ゲームやVR等、適用範囲が広がっていっています。

+

Node学園祭は前回と同様「Be More Global, Be More Interactive」というスローガンの元、普段日本では出会えないような国際的に活躍しているゲストを迎えて開催します。ただ聴講するだけではなく、双方向にコミュニケーションし合える場を提供します!

+ + +
+ + +

オフィシャルサイト

+ + +
+
+ + + + diff --git a/events/2019/03-12-tng33.html b/events/2019/03-12-tng33.html new file mode 100644 index 0000000..0a66231 --- /dev/null +++ b/events/2019/03-12-tng33.html @@ -0,0 +1,166 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 33時限目

+
+ + + + +
+

Node.js日本ユーザグループ (https://nodejs.jp/) 主催による、Node.jsの勉強会です。

+

参加要項

+

懇親会費用のため1000円頂きます。

+

タイムテーブル

+
    +
  • 19:00 - 19:30 開場
  • +
  • 19:30 - 20:00 「公開URLのセキュリティを考える」 by shibukawa
  • +
  • 20:00 - 20:30 「ヤフーニュースにおけるNode.jsアプリケーションのパフォーマンス改善事例(仮)」 by Mt.Tomo32, @gladenjoy, @oTheRwoRldy
  • +
  • 20:30 - 20:40 休憩
  • +
  • 20:40 - 20:50 金無し、時間はコマ切れ、リーンにやりたい。そんなチームが使う、リアルな技術選定と、Typescriptの型情報をフロント/サーバーで共有したい需要 by @dublook
  • +
  • 20:50 - 21:00 「DCL15秒の見れないサイトを3秒まで改善した話。改善継続中」 by @mahiguch1
  • +
  • 21:00 - 21:10 PayPal sdk
  • +
  • 21:10 - 23:00 懇親会
  • +
+ +
+ + + +
+
+ + + + diff --git a/events/2019/06-27-tng34.html b/events/2019/06-27-tng34.html new file mode 100644 index 0000000..54466bb --- /dev/null +++ b/events/2019/06-27-tng34.html @@ -0,0 +1,164 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ + +

Node学園 34時限目 jsconf.eu 報告会

+
+ + + + +
+

Node.js日本ユーザグループ (https://nodejs.jp/) 主催による、Node.jsの勉強会です。

+

タイムテーブル

+
    +
  • 19:00 - 19:30 開場
  • +
  • 19:30 - 20:00 「jsconf.eu 報告会 JavaScript Registry編」 by yosuke_furukawa さん
  • +
  • 20:00 - 20:30 「jsconf.eu 報告会 wasm編」 by dorayakikun さん
  • +
  • 20:30 - 20:40 休憩
  • +
  • 20:40 - 20:50 「jsconf.eu 報告会 Node WebAPI 編」 by Leko さん
  • +
  • 20:50 - 21:00 「jsconf.eu 報告会 Performance Empathy 編」 by tomonari-takahashi さん
  • +
  • 21:00 - 21:10 「コマンドラインパーサーの話」 by Akito0107 さん
  • +
  • 21:10 - 23:00 懇親会
  • +
+ +
+ + + +
+
+ + + + diff --git a/googlec7e559b2af18cb4a.html b/googlec7e559b2af18cb4a.html deleted file mode 100644 index 9f63cb8..0000000 --- a/googlec7e559b2af18cb4a.html +++ /dev/null @@ -1 +0,0 @@ -google-site-verification: googlec7e559b2af18cb4a.html \ No newline at end of file diff --git a/images/company-logo-2018/bitbank.png b/images/company-logo-2018/bitbank.png new file mode 100644 index 0000000..62e1e4d Binary files /dev/null and b/images/company-logo-2018/bitbank.png differ diff --git a/images/company-logo-2018/cyberagent.png b/images/company-logo-2018/cyberagent.png new file mode 100644 index 0000000..9c449ae Binary files /dev/null and b/images/company-logo-2018/cyberagent.png differ diff --git a/images/company-logo-2018/cybozu.png b/images/company-logo-2018/cybozu.png new file mode 100644 index 0000000..31d349e Binary files /dev/null and b/images/company-logo-2018/cybozu.png differ diff --git a/images/company-logo-2018/dmm.png b/images/company-logo-2018/dmm.png new file mode 100644 index 0000000..498d618 Binary files /dev/null and b/images/company-logo-2018/dmm.png differ diff --git a/images/company-logo-2018/dwango.png b/images/company-logo-2018/dwango.png new file mode 100644 index 0000000..0e8afe7 Binary files /dev/null and b/images/company-logo-2018/dwango.png differ diff --git a/images/company-logo-2018/finc.png b/images/company-logo-2018/finc.png new file mode 100644 index 0000000..2e47cb4 Binary files /dev/null and b/images/company-logo-2018/finc.png differ diff --git a/images/company-logo-2018/future.png b/images/company-logo-2018/future.png new file mode 100644 index 0000000..9a1ac26 Binary files /dev/null and b/images/company-logo-2018/future.png differ diff --git a/images/company-logo-2018/gms.png b/images/company-logo-2018/gms.png new file mode 100644 index 0000000..19d3488 Binary files /dev/null and b/images/company-logo-2018/gms.png differ diff --git a/images/company-logo-2018/medley.png b/images/company-logo-2018/medley.png new file mode 100644 index 0000000..c4d8b11 Binary files /dev/null and b/images/company-logo-2018/medley.png differ diff --git a/images/company-logo-2018/mercari.png b/images/company-logo-2018/mercari.png new file mode 100644 index 0000000..8ffd0b0 Binary files /dev/null and b/images/company-logo-2018/mercari.png differ diff --git a/images/company-logo-2018/pxgrid.png b/images/company-logo-2018/pxgrid.png new file mode 100644 index 0000000..42d87e1 Binary files /dev/null and b/images/company-logo-2018/pxgrid.png differ diff --git a/images/company-logo-2018/recruit.png b/images/company-logo-2018/recruit.png new file mode 100644 index 0000000..dd757a4 Binary files /dev/null and b/images/company-logo-2018/recruit.png differ diff --git a/images/company-logo-2018/scrapbox.png b/images/company-logo-2018/scrapbox.png new file mode 100644 index 0000000..1b1beaa Binary files /dev/null and b/images/company-logo-2018/scrapbox.png differ diff --git a/images/company-logo-2018/supership.png b/images/company-logo-2018/supership.png new file mode 100644 index 0000000..9f5a63b Binary files /dev/null and b/images/company-logo-2018/supership.png differ diff --git a/images/company-logo-2018/yahoo.png b/images/company-logo-2018/yahoo.png new file mode 100644 index 0000000..ad07733 Binary files /dev/null and b/images/company-logo-2018/yahoo.png differ diff --git a/images/company-logo-2018/yumemi.png b/images/company-logo-2018/yumemi.png new file mode 100644 index 0000000..be2f364 Binary files /dev/null and b/images/company-logo-2018/yumemi.png differ diff --git a/images/company-logo/auth0.png b/images/company-logo/auth0.png new file mode 100644 index 0000000..893184c Binary files /dev/null and b/images/company-logo/auth0.png differ diff --git a/images/company-logo/cyberagent.png b/images/company-logo/cyberagent.png new file mode 100644 index 0000000..41dfeb6 Binary files /dev/null and b/images/company-logo/cyberagent.png differ diff --git a/images/company-logo/cybozu.png b/images/company-logo/cybozu.png new file mode 100644 index 0000000..1a7d7ba Binary files /dev/null and b/images/company-logo/cybozu.png differ diff --git a/images/company-logo/dwango.png b/images/company-logo/dwango.png new file mode 100644 index 0000000..28d4ad8 Binary files /dev/null and b/images/company-logo/dwango.png differ diff --git a/images/company-logo/freee.png b/images/company-logo/freee.png new file mode 100644 index 0000000..7df8631 Binary files /dev/null and b/images/company-logo/freee.png differ diff --git a/images/company-logo/gms.png b/images/company-logo/gms.png new file mode 100644 index 0000000..cdf23da Binary files /dev/null and b/images/company-logo/gms.png differ diff --git a/images/company-logo/mercari.png b/images/company-logo/mercari.png new file mode 100644 index 0000000..6f7589c Binary files /dev/null and b/images/company-logo/mercari.png differ diff --git a/images/company-logo/nissan.png b/images/company-logo/nissan.png new file mode 100644 index 0000000..9df4688 Binary files /dev/null and b/images/company-logo/nissan.png differ diff --git a/images/company-logo/pxgrid.png b/images/company-logo/pxgrid.png new file mode 100644 index 0000000..a0ae375 Binary files /dev/null and b/images/company-logo/pxgrid.png differ diff --git a/images/company-logo/r-life.png b/images/company-logo/r-life.png new file mode 100644 index 0000000..ce9a69c Binary files /dev/null and b/images/company-logo/r-life.png differ diff --git a/images/company-logo/r-tech.png b/images/company-logo/r-tech.png new file mode 100644 index 0000000..9a9d3d6 Binary files /dev/null and b/images/company-logo/r-tech.png differ diff --git a/images/company-logo/supership.png b/images/company-logo/supership.png new file mode 100644 index 0000000..f8691d8 Binary files /dev/null and b/images/company-logo/supership.png differ diff --git a/images/company-logo/tsukuruba.png b/images/company-logo/tsukuruba.png new file mode 100644 index 0000000..19a4195 Binary files /dev/null and b/images/company-logo/tsukuruba.png differ diff --git a/images/company-logo/wizcorp.png b/images/company-logo/wizcorp.png new file mode 100644 index 0000000..5528bf2 Binary files /dev/null and b/images/company-logo/wizcorp.png differ diff --git a/images/company-logo/yahoo.png b/images/company-logo/yahoo.png new file mode 100644 index 0000000..34cc26b Binary files /dev/null and b/images/company-logo/yahoo.png differ diff --git a/source/images/favicon.png b/images/favicon.png similarity index 100% rename from source/images/favicon.png rename to images/favicon.png diff --git a/images/node-girls.png b/images/node-girls.png new file mode 100644 index 0000000..3ddeca1 Binary files /dev/null and b/images/node-girls.png differ diff --git a/source/images/nodefest-2016.png b/images/nodefest-2016.png similarity index 100% rename from source/images/nodefest-2016.png rename to images/nodefest-2016.png diff --git a/images/nodefest-2017.png b/images/nodefest-2017.png new file mode 100644 index 0000000..ea59106 Binary files /dev/null and b/images/nodefest-2017.png differ diff --git a/images/nodefest-2018.png b/images/nodefest-2018.png new file mode 100644 index 0000000..33dd865 Binary files /dev/null and b/images/nodefest-2018.png differ diff --git a/source/images/nodejs-logo.svg b/images/nodejs-logo.svg similarity index 100% rename from source/images/nodejs-logo.svg rename to images/nodejs-logo.svg diff --git a/images/nodeschool-hikarie.png b/images/nodeschool-hikarie.png new file mode 100644 index 0000000..7148df4 Binary files /dev/null and b/images/nodeschool-hikarie.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..c971d71 --- /dev/null +++ b/index.html @@ -0,0 +1,142 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Japan Node.js Association

+ +
+ +

Node.js ダウンロード

+ +

公式ドキュメント

+ + + +

Slack

+ +Slack 参加はこちらから + + + + + +
+
+ + + + diff --git a/jobboard.html b/jobboard.html new file mode 100644 index 0000000..fbdea1c --- /dev/null +++ b/jobboard.html @@ -0,0 +1,347 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

ジョブボード

+ + +
+ +

株式会社リクルート

+ + +
+ + + +
+ +

+ + +


+ +

ビットバンク株式会社

+ + +
+ + + +
+ +

+ + +


+ +

株式会社ドワンゴ

+ + +
+ + + +
+ +

+ + +


+ +

Global Mobility Service株式会社

+ + +
+ + + +
+ +

+ + +


+ +

株式会社メルカリ

+ + +
+ + + +
+ +

+ + +


+ +

株式会社サイバーエージェント

+ + +
+ + + +
+ +

+ + +


+ +

サイボウズ株式会社

+ + +
+ + + +
+ +

+ + +


+ +

合同会社DMM.com

+ + +
+ + + +
+ +

+ + +


+ +

株式会社FiNC Technologies

+ + +
+ + + +
+ +

+ + +


+ +

フューチャー株式会社

+ + +
+ + + +
+ +

+ + +


+ +

株式会社メドレー

+ + +
+ + + +
+ +

+ + +


+ +

株式会社ピクセルグリッド

+ + +
+ + + +
+ +

+ + +


+ +

Scrapbox

+ + +
+ + + +
+ +

+ + +


+ +

Supership株式会社

+ + +
+ + + +
+ +

+ + +


+ +

株式会社ゆめみ

+ + +
+ + + +
+ +

+ + +


+ +

ヤフー株式会社

+ + +
+ + + +
+ +

+ + + + +

+
+ + + + diff --git a/jobs/2017/auth0.html b/jobs/2017/auth0.html new file mode 100644 index 0000000..4fb92c0 --- /dev/null +++ b/jobs/2017/auth0.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Auth0® Inc.

+ +
+ + + +
+ + +
+

クラウドの認証・認可プラットフォームAuth0を活用し、User Experienceを向上させませんか?既存のウェブサイト、モバイルアプリケーションにソーシャルログイン、パスワードレス認証、生体認証、多要素認証を簡単に実装可能です。豊富なSDKとドキュメンテーションにより大幅な開発期間の短縮が可能です。

+ +
+ +

(掲載日: 2017年11月12日) + + +

+
+ + + + diff --git a/jobs/2017/cyberagent.html b/jobs/2017/cyberagent.html new file mode 100644 index 0000000..35c9789 --- /dev/null +++ b/jobs/2017/cyberagent.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社サイバーエージェント

+ +
+ + + +
+ + +
+

1998年設立。日本のインターネット業界黎明期より、業界を牽引する会社の一つとして、事業を拡大。 現在はインターネットテレビ「AbemaTV」、定額制音楽配信サービス「AWA」、国内最大のブログサービス「Ameba」などを運営するほか、インターネット広告代理店として国内売上高No.1、スマートフォンゲームにおいても国内有数の企業として、日本を代表するインターネット企業の1社となっている。

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/cybozu.html b/jobs/2017/cybozu.html new file mode 100644 index 0000000..16f81e9 --- /dev/null +++ b/jobs/2017/cybozu.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

サイボウズ株式会社

+ +
+ + + +
+ + +
+

サイボウズは業務アプリ開発プラットフォーム「kintone」をはじめとする、チーム・コラボレーションを支援するクラウドサービスを開発・提供しています。グローバルに拠点をもつ企業や公共団体などの大規模チームから、企業間プロジェクト、ボランティア、家族などの小規模チームまで幅広いお客様にご利用いただいています。

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/dwango.html b/jobs/2017/dwango.html new file mode 100644 index 0000000..a15e046 --- /dev/null +++ b/jobs/2017/dwango.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社ドワンゴ

+ +
+ + + +
+ + +
+

株式会社ドワンゴは、ゲームや音楽をはじめとするエンタテインメント分野において、次世代ネットワークコミュニケーションの創出を目指す、ネットワーク・エンタテインメント・カンパニーです。 5,000万人を超える登録ユーザー数を誇る国内最大級の動画サイト「niconico(ニコニコ動画)」の運営をはじめ、モバイル向け音楽配信、ゲームソフト及びオンラインゲームの企画・開発・販売などを行っています。 高度なネットワーク技術と独創的な発想を強みに、良質なコンテンツを様々なプラットフォームに提供しています。

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/freee.html b/jobs/2017/freee.html new file mode 100644 index 0000000..9e87729 --- /dev/null +++ b/jobs/2017/freee.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

freee株式会社

+ +
+ + + +
+ + +
+

「スモールビジネスに携わるすべての人が創造的な活動にフォーカスできるよう」をミッションに掲げ、2012年7月に創業。個人事業主や中堅・中小企業を対象に、有効事業所数80万超の「クラウド会計ソフト freee」、同10万超の「人事労務 freee」、「会社設立 freee」等を提供。クラウド会計および給与計算の分野でシェア1位を獲得。ビジネスの始まりから成長までをサポートし、バックオフィス業務の最適化に尽力。

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/gms.html b/jobs/2017/gms.html new file mode 100644 index 0000000..a7dffd6 --- /dev/null +++ b/jobs/2017/gms.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Global Mobility Service株式会社

+ +
+ + + +
+ + +
+

Global Mobility Service株式会社は、モビリティーサービスの提供を通じ、多くの人々を幸せにしたいと考えています。クルマありきの社会から、社会ありきのクルマへ。クルマだけでは決して人を幸せにできません。クルマを必要とする社会を第一に考え人とクルマの関わり方を私たちが変えていきたいと考えています。電気自動車業界で培った技術と経験をベースに独自開発したデバイス、およびそこからセンシングされた各種情報を、nodeJSを中心として構築されたIoTプラットフォームへ集約し、そのデータを利用したサービスを提供させて頂くことによって、モビリティ社会に多くの可能性を与え、日本の優れた技術を統合し、世界市場に貢献したいと考えております。

+ +
+ +

(掲載日: 2017年11月12日) + + +

+
+ + + + diff --git a/jobs/2017/mercari.html b/jobs/2017/mercari.html new file mode 100644 index 0000000..d06df92 --- /dev/null +++ b/jobs/2017/mercari.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社メルカリ

+ +
+ + + +
+ + +
+

私たちのミッションは”新たな価値を生みだす世界的なマーケットプレイスを創る”ことです。このミッションを達成するために、「Go Bold – 大胆にやろう」、 「All for One – 全ては成功のために」、「Be Professional – プロフェッショナルであれ」、 という3つのValueのもと、フリマアプリ「メルカリ」をはじめ、地域コミュニティアプリ「メルカリ アッテ」、本・CD・DVD専用フリマアプリ「メルカリ カウル」のサービス開発に全力で取り組んでいます!

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/nissan.html b/jobs/2017/nissan.html new file mode 100644 index 0000000..bf45ddc --- /dev/null +++ b/jobs/2017/nissan.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

日産自動車株式会社

+ +
+ + + +
+ + +
+

その手で自動車の未来を変えたいソフトウェアエンジニア募集! 世界中の人の生活を変えるチャンスがあるのは日産だけ!

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/pxgrid.html b/jobs/2017/pxgrid.html new file mode 100644 index 0000000..cb405b2 --- /dev/null +++ b/jobs/2017/pxgrid.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社ピクセルグリッド

+ +
+ + + +
+ + +
+

株式会社ピクセルグリッドは、JavaScriptの会社です。スタッフの多くは技術関連の著書があり、技術者向けの講演などをこなすフロントエンド・エンジニアです。フロントエンド技術に特化し、JavaScriptとHTML5などの技術を使った制作を得意としています。Single Page Applicationのフロントエンド設計や実装、大規模Webサイトの設計およびテンプレート制作、Webアプリケーションの制作など、お気軽にご相談ください。

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/r-life.html b/jobs/2017/r-life.html new file mode 100644 index 0000000..a1e6180 --- /dev/null +++ b/jobs/2017/r-life.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社リクルートライフスタイル

+ +
+ + + +
+ + +
+

旅行領域、飲食領域、美容領域、ヘルスケア領域、通販・割引チケット共同購入サービス、その他日常消費領域に関わるカスタマーの行動支援およびクライアントの業務支援・決済サービスの提供をしております。

+ +
+ +

(掲載日: 2017年11月12日) + + +

+
+ + + + diff --git a/jobs/2017/r-tech.html b/jobs/2017/r-tech.html new file mode 100644 index 0000000..dd8ba87 --- /dev/null +++ b/jobs/2017/r-tech.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

リクルートテクノロジーズ

+ +
+ + + +
+ + +
+

株式会社リクルートテクノロジーズはリクルートグループのIT開発基盤を担う会社です。リクルートグループ各社のニーズを見据えて競合優位性の高いIT基盤を開拓、実装することにより、競争優位を構築していきます。現在は、 Universal JavaScript を活用した新しい Web アプリケーションの開発、 Push通知基盤などにも Node.js を活用しており、積極的に導入しております。今後も Node.js を活用したアプリケーションの開発を行う予定です。

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/supership.html b/jobs/2017/supership.html new file mode 100644 index 0000000..8b44677 --- /dev/null +++ b/jobs/2017/supership.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Supership株式会社

+ +
+ + + +
+ + +
+

当社は、「すべてが相互につながる『よりよい世界』を実現する」という理念のもと、広告事業・インターネットサービス事業・プラットフォーム事業等の事業基盤を活かした新たな価値の提供を目指すKDDIのグループ会社です。今後、スマートフォン最大規模の顧客接点とデータ利活用により、お客さまのご期待に応える新たなサービスを提供していきます。

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/tsukuruba.html b/jobs/2017/tsukuruba.html new file mode 100644 index 0000000..193815d --- /dev/null +++ b/jobs/2017/tsukuruba.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社ツクルバ

+ +
+ + + +
+ + +
+

ツクルバは、実空間と情報空間を横断した場づくりを実践する、場の発明カンパニーです。シェアードワークプレイス「co-ba(コーバ)」、リノベーション住宅特化の流通プラットフォーム「cowcamo(カウカモ)」に加え、社内組織「tsukuruba design」にて空間プロデュース・デザイン業を展開。「『場』の発明を通じて欲しい未来をつくる」というミッションのもと、建築・不動産・テクノロジーをかけあわせた場のデザインを行っています。

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2017/wizcorp.html b/jobs/2017/wizcorp.html new file mode 100644 index 0000000..fadebad --- /dev/null +++ b/jobs/2017/wizcorp.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Wizcorp Inc.

+ +
+ + + +
+ + +
+

WizcorpはHTML5の誕生以来、この分野での最先端のゲーム開発会社として活動してきました。当社は多くの日本国内のゲームパブリッシャーと共に仕事をしており、開発したゲームは何百万もの人々に遊ばれてきています。開発したゲームアプリでは当社独自のWebGLエンジンだけでなく、PixiJSなどのポピュラーなHTML5エンジンも使われています。当社はウェブやオープンソース、JavaScriptやTypeScript、そしてもちろんNode.jsを愛好しています。当社のチームは、8カ国・6言語から成る非常に多様な35人のスタッフによって編成されています。

+ +
+ +

(掲載日: 2017年11月12日) + + +

+
+ + + + diff --git a/jobs/2017/yahoo.html b/jobs/2017/yahoo.html new file mode 100644 index 0000000..d9ee36d --- /dev/null +++ b/jobs/2017/yahoo.html @@ -0,0 +1,131 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社ヤフー

+ +
+ + + +
+ + +
+

Yahoo! JAPANは、100以上のサービスを通じて日々蓄積され続ける「マルチビッグデータ」の解析によって、ユーザーの生活を知り、繊細な気持ちまで汲み取ります。 そして、月間約700億PV・約4千万ユニークユーザーIDものスケールで収集されたデータから各個人にフィットするパーソナライズされた情報を提供し、人々の生活の可能性を広げていきます。私たちは、世の中のあらゆる課題解決を図り、日本に新しいイノベーションを実現する「データドリブン企業」として、人々の毎日の生活に便利さと幸せをもたらしていきます。

+ +
+ +

(掲載日: 2017年09月22日) + + +

+
+ + + + diff --git a/jobs/2018/bitbank.html b/jobs/2018/bitbank.html new file mode 100644 index 0000000..4e7248e --- /dev/null +++ b/jobs/2018/bitbank.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

ビットバンク株式会社

+ +
+ + + +
+ + +
+

ビットバンク株式会社は『ビットコインをすべてのひとに』をスローガンに設立された、仮想通貨専業のスタートアップ企業です。既に出来高は国内仮想通貨取引所No.1にまで成長していますが、今後は出来高だけでなく知名度や使いやすさ等においても国内外問わず圧倒的No.1になることを目標としています。弊社はフロントエンド・サーバサイド・インフラ・仮想通貨管理すべての領域にTypeScriptを採用しています。クライアントサイドではAngular、サーバサイドではNestJSを利用し、大規模なJavaScriptアプリケーションのチーム開発を実現しています。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/cyberagent.html b/jobs/2018/cyberagent.html new file mode 100644 index 0000000..6b6ce00 --- /dev/null +++ b/jobs/2018/cyberagent.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社サイバーエージェント

+ +
+ + + +
+ + +
+

サイバーエージェントは「21世紀を代表する会社を創る」をビジョンに掲げ、インターネットテレビ局「AbemaTV」の運営や、メディア事業・ゲーム事業などを展開しています。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/cybozu.html b/jobs/2018/cybozu.html new file mode 100644 index 0000000..e2b5372 --- /dev/null +++ b/jobs/2018/cybozu.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

サイボウズ株式会社

+ +
+ + + +
+ + +
+

サイボウズは業務アプリ開発プラットフォーム「kintone」をはじめとする、チーム・コラボレーションを支援するクラウドサービスを開発・提供しています。グローバルに拠点をもつ企業や公共団体などの大規模チームから、企業間プロジェクト、ボランティア、家族などの小規模チームまで幅広いお客様にご利用いただいています。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/dmm.html b/jobs/2018/dmm.html new file mode 100644 index 0000000..c17f5bf --- /dev/null +++ b/jobs/2018/dmm.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

合同会社DMM.com

+ +
+ + + +
+ + +
+

動画、ゲーム、英会話、FX、ソーラーパネル等、さまざまなサービスを展開する DMM.com Group。近年はBANKやピックアップなど魅力的な企業がグループに加わり、固定概念に囚われず、時代のニーズに合わせ様々な事に挑戦しております。また2018年10月より新たに松本勇気CTOを迎え入れ、テックカルチャーを醸成し、これまでにない「テックカンパニー」としてのDMMを目指しております。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/dwango.html b/jobs/2018/dwango.html new file mode 100644 index 0000000..4e7ffbb --- /dev/null +++ b/jobs/2018/dwango.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社ドワンゴ

+ +
+ + + +
+ + +
+

株式会社ドワンゴは、ゲームや音楽をはじめとするエンタテインメント分野において、次世代ネットワークコミュニケーションの創出を目指す、ネットワーク・エンタテインメント・カンパニーです。 7,000万人を超える登録ユーザー数を誇る国内最大級の動画サイト「niconico(ニコニコ動画)」の運営をはじめ、モバイル向け音楽配信、ゲームソフト及びオンラインゲームの企画・開発・販売などを行っています。 高度なネットワーク技術と独創的な発想を強みに、良質なコンテンツを様々なプラットフォームに提供しています。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/finc.html b/jobs/2018/finc.html new file mode 100644 index 0000000..6af52df --- /dev/null +++ b/jobs/2018/finc.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社FiNC Technologies

+ +
+ + + +
+ + +
+

「Personal AI for everyone's wellness」をミッションに掲げるヘルスケア×テクノロジーに特化したヘルステックベンチャー。提供しているヘルスケアプラットフォームFiNCは、約30個のマイクロサービスから構成されています。デプロイの独立性などのマイクロサービスの良さをWebフロントエンドに取り入れるため、Micro Frontendsという開発手法を取り入れており、実際にWeb Componentsを利用した疎結合なサービス統合を実践しています。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/future.html b/jobs/2018/future.html new file mode 100644 index 0000000..372e8ca --- /dev/null +++ b/jobs/2018/future.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

フューチャー株式会社

+ +
+ + + +
+ + +
+

ITを武器とした課題解決型のコンサルティングサービスを提供します。テクノロジーの原理原則を熟知したエキスパートが最新テクノロジーを駆使し、IT戦略パートナーとしてお客様の未来価値を向上します。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/gms.html b/jobs/2018/gms.html new file mode 100644 index 0000000..6fc5f85 --- /dev/null +++ b/jobs/2018/gms.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Global Mobility Service株式会社

+ +
+ + + +
+ + +
+

私たちGlobal Mobility Serviceは「社会による車の活用」により貧困や環境汚染など世界の様々な課題を解決するべく、自社開発の車載端末MCCS、及びクラウドとNode.JSをフル活用したMSPF(モビリティサービスプラットフォーム)による先進的なIoT/Fintechサービスをベースにした事業を国内外で強力に推進しております。ぜひ一度、会社案内をご覧ください。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/medley.html b/jobs/2018/medley.html new file mode 100644 index 0000000..5c7df6a --- /dev/null +++ b/jobs/2018/medley.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社メドレー

+ +
+ + + +
+ + +
+

メドレーは「医療ヘルスケアの課題を解決する」というミッションのもと、エンジニア・デザイナーと医師がタッグを組み、新しい医療体験を創造するプロダクト作りに挑戦しています。医療従事者と患者がともに「納得できる医療」の実現を目指しています。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/mercari.html b/jobs/2018/mercari.html new file mode 100644 index 0000000..ab47059 --- /dev/null +++ b/jobs/2018/mercari.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社メルカリ

+ +
+ + + +
+ + +
+

株式会社メルカリは、「新たな価値を生みだす世界的なマーケットプレイスを創る」をミッションに、フリマアプリ「メルカリ」の開発・運用を行っています。世の中では多くのモノ・サービスが生産・販売されていますが、誰かには価値があるのに捨ててしまうなど、地球資源の無駄になっていることが多いと私たちは考えています。「捨てる」をなくすために、個人間で簡単かつ安全にモノを売買できる「メルカリ」を日本とUS、そしてUKで展開しています。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/pxgrid.html b/jobs/2018/pxgrid.html new file mode 100644 index 0000000..4b85cee --- /dev/null +++ b/jobs/2018/pxgrid.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社ピクセルグリッド

+ +
+ + + +
+ + +
+

株式会社ピクセルグリッドは、JavaScriptの会社です。 スタッフの多くは技術関連の著書があり、技術者向けの講演などをこなすフロントエンド・エンジニアです。 フロントエンド技術に特化し、JavaScriptとHTML5などの技術を使った制作を得意としています。 Single Page Applicationのフロントエンド設計や実装、大規模Webサイトの設計およびテンプレート制作、 Webアプリケーションの制作など、お気軽にご相談ください。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/recruit.html b/jobs/2018/recruit.html new file mode 100644 index 0000000..c872af1 --- /dev/null +++ b/jobs/2018/recruit.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社リクルート

+ +
+ + + +
+ + +
+

リクルートグループは、人と企業の不満、不便、不安といった「不」を解消し、新しい価値を提供しています。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/scrapbox.html b/jobs/2018/scrapbox.html new file mode 100644 index 0000000..6b2d589 --- /dev/null +++ b/jobs/2018/scrapbox.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Scrapbox

+ +
+ + + +
+ + +
+

Scrapboxは企画書、社内マニュアル、議事録など、チームに必要なドキュメントを共同で瞬時に作成できるツールです。ドキュメント同士を関連性を元に繋がり合い、何千、何万ものドキュメントを管理する苦労から解放してくれることが特徴です。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/supership.html b/jobs/2018/supership.html new file mode 100644 index 0000000..f01fa7c --- /dev/null +++ b/jobs/2018/supership.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Supership株式会社

+ +
+ + + +
+ + +
+

当社は、デジタル広告、データコンサルティング、インターネットメディアなど、データとテクノロジーを活用した事業を展開するデータテクノロジーカンパニーです。 様々なスタートアップの共創体であるSupershipホールディングス株式会社の中核企業として、データとテクノロジーの力で世の中の解像度をあげていき、新たな価値をパートナーとともに共創していきます。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/yahoo.html b/jobs/2018/yahoo.html new file mode 100644 index 0000000..421b603 --- /dev/null +++ b/jobs/2018/yahoo.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

ヤフー株式会社

+ +
+ + + +
+ + +
+

Yahoo! JAPANは、100以上のサービスそして月間約4千万IDものログインユーザー数による日々の利用から蓄積される「マルチビッグデータ」を分析し、ユーザーへの新たな価値提供に力を注いでいます。 私たちは、技術の力でインターネットの可能性を解き放つことで世の中のあらゆる課題解決を図り、日本に新しいイノベーションを実現する「テクノロジーカンパニー」として、人々の生活のさまざまなシーンに最高の体験を届け、次なる未来の創造を牽引していきます。

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/2018/yumemi.html b/jobs/2018/yumemi.html new file mode 100644 index 0000000..4f5d427 --- /dev/null +++ b/jobs/2018/yumemi.html @@ -0,0 +1,135 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

株式会社ゆめみ

+ +
+ + + +
+ + +
+

オムニチャネルを中心としたデジタルマーケティング支援、モバイルサービス中心の受託開発・制作・コンサルティング・サービス運用代行、東京 三軒茶屋と京都 四条烏丸を拠点に「Quality & Agility(高品質と機動性)」で貴社のデジタルマーケティング発展に貢献します

+ +
+ +

(掲載日: 2018年11月20日) + + +

+
+ + + + diff --git a/jobs/none.html b/jobs/none.html new file mode 100644 index 0000000..b23641f --- /dev/null +++ b/jobs/none.html @@ -0,0 +1,72 @@ +Node.js 日本ユーザーグループ + + + + + + + +
+ + +

現在準備中です

+ + +
+ +
+

(掲載日: 2017年08月27日) + + +


+ +
+ diff --git a/news.html b/news.html new file mode 100644 index 0000000..24dd82f --- /dev/null +++ b/news.html @@ -0,0 +1,165 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

News

+ + +
+

+ 2018/04/24 + Node v10 がリリースされました。 +

+ +
+

+ 2018/02/13 + Lekoさんが Node.js の Collaborator になりました。 +

+ +
+

+ 2017/11/01 + Node 9 がリリース、Node 8.9.0 が LTS に +

+ +
+

+ 2017/06/03 + Node Girls JP のホームページができました +

+ +
+

+ 2017/05/31 + Node v8.0.0 がリリースされました。 +

+ +
+

+ 2016/10/25 + Node v7 がリリースされました。 +

+ +
+

+ 2016/03/29 + Google Cloud Platform が Node.js Foundation に参加しました。 +

+ + + +
+
+ + + + diff --git a/news/2016/03-29-gcp.html b/news/2016/03-29-gcp.html new file mode 100644 index 0000000..b826fe2 --- /dev/null +++ b/news/2016/03-29-gcp.html @@ -0,0 +1,130 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Google Cloud Platform が Node.js Foundation に参加しました。

+

+ + by kt3k, + + 2016年03月29日 +

+
+

Google Cloud Platform が Node.js Foundation に参加しました。詳細は公式のアナウンスメントを参照してください。

+

https://nodejs.org/en/blog/announcements/welcome-google/

+ + +
+
+ + + + diff --git a/news/2016/10-25-node7.html b/news/2016/10-25-node7.html new file mode 100644 index 0000000..0376a86 --- /dev/null +++ b/news/2016/10-25-node7.html @@ -0,0 +1,130 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Node v7 がリリースされました。

+

+ + by kt3k, + + 2016年10月25日 +

+
+

Node v7 がリリースされています。詳しくは下記、公式のニュースリリース参照。

+

https://nodejs.org/en/blog/release/v7.0.0/

+ + +
+
+ + + + diff --git a/news/2017/05-31-node8.html b/news/2017/05-31-node8.html new file mode 100644 index 0000000..294e721 --- /dev/null +++ b/news/2017/05-31-node8.html @@ -0,0 +1,139 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Node v8.0.0 がリリースされました。

+

+ + by kt3k, + + 2017年05月31日 +

+
+

Node v8.0.0 がリリースされました。

+ +

node の最新版について議論/質問したい方は slack に参加しましょう!

+ + + +
+
+ + + + diff --git a/news/2017/06-03-node-girls-jp.html b/news/2017/06-03-node-girls-jp.html new file mode 100644 index 0000000..68e4363 --- /dev/null +++ b/news/2017/06-03-node-girls-jp.html @@ -0,0 +1,152 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Node Girls JP のホームページができました

+

+ + by kt3k, + + 2017年06月03日 +

+
+

Node Girls JP の公式ホームーページができました。

+ +

Node Girls JP (Node女学園) は日本 Node.js ユーザー会 (東京Node学園) から派生した Node.js を学ぶ女性のためのコミュニティです。

+

2017/2/21に東京Node女学園にて発足しました!

+

イベント募集ページ

+

connpass の東京Node学園グループ内にて募集しています。

+ +

問い合わせ先

+

東京Node女学園

+ +

主催者

+

ちゃんとく

+ + + +
+
+ + + + diff --git a/news/2017/11-01-node9.html b/news/2017/11-01-node9.html new file mode 100644 index 0000000..c2cc42e --- /dev/null +++ b/news/2017/11-01-node9.html @@ -0,0 +1,137 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Node 9 がリリース、Node 8.9.0 が LTS に

+

+ + by kt3k, + + 2017年11月01日 +

+
+

Node 9 がリリースされました。Node 8.9.0 が 8 系として最初の LTS (長期サポート)バージョンとなりました。

+

+ + +

+ + + + + + +
+
+ + + + diff --git a/news/2018/04-24-node10.html b/news/2018/04-24-node10.html new file mode 100644 index 0000000..8a28b3e --- /dev/null +++ b/news/2018/04-24-node10.html @@ -0,0 +1,133 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Node v10 がリリースされました。

+

+ + 2018年04月24日 +

+
+

Node.js v10 がリリースされました 🎉🎉🎉

+

変更点の詳細については以下の記事を参照してください。

+ + + +
+
+ + + + diff --git a/news/2018/leko.html b/news/2018/leko.html new file mode 100644 index 0000000..72f5427 --- /dev/null +++ b/news/2018/leko.html @@ -0,0 +1,132 @@ + + + + + Japan Node.js Association + + + + + + + + + + + + + +
+
+ +

Lekoさんが Node.js の Collaborator になりました。

+

+ + 2018年02月13日 +

+
+

昨年のNode学園祭スピーカ Lekoさんが、Node.js の Collaborator になりました。

+

Lekoさんは昨年のNode学園祭の Code and Learn セッションで初めて Node.js にコントリビュートを開始し、その後継続的にコントリビュートを続けた結果、2018年1月に正式に Node.js の Collaborator に迎え入れられました 🎉

+ +

Node.js における Collaborator の役割や、ガバナンスモデルの全体像についてはこちらを参照。

+ + +
+
+ + + + diff --git a/old/README b/old/README deleted file mode 100644 index 52705d9..0000000 --- a/old/README +++ /dev/null @@ -1 +0,0 @@ -Node.js japan user group web site. diff --git a/package.json b/package.json deleted file mode 100644 index 43b6d97..0000000 --- a/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "nodejs.jp", - "private": true, - "version": "0.1.0", - "description": "nodejs.jp website", - "homepage": "http://nodejs.jp", - "main": "index.js", - "scripts": { - "test": "bulbo build", - "serve": "bulbo serve", - "build": "cross-env BASEPATH=http://nodejs.jp bulbo build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/kt3k/nodejs.jp.git" - }, - "keywords": [ - "nodejs.jp", - "nodejs", - "node", - "jp", - "japan", - "website" - ], - "author": "Yoshiya Hinosawa (https://twitter.com/kt3k)", - "license": "MIT", - "bugs": { - "url": "https://github.com/kt3k/nodejs.jp/issues" - }, - "dependencies": { - "bulbo": "^6.3.0", - "cross-env": "^3.1.3", - "gulp-front-matter": "^1.3.0", - "gulp-marked": "^1.0.0", - "gulp-nunjucks": "^2.3.0", - "layout-wrapper": "^1.1.1", - "nunjucks": "^3.0.0", - "nunjucks-date": "^1.2.0", - "vinyl-accumulate": "^1.3.2" - }, - "devDependencies": { - "rimraf": "^2.5.4" - } -} diff --git a/pages.json b/pages.json deleted file mode 100644 index 76e4ab6..0000000 --- a/pages.json +++ /dev/null @@ -1,30 +0,0 @@ -[ - { - "name": "HOME", - "path": "index.html" - }, - { - "name": "ABOUT", - "path": "about.html" - }, - { - "name": "EVENTS", - "path": "events.html" - }, - { - "name": "CONTACT", - "path": "contact.html" - }, - { - "name": "DOCS", - "path": "docs.html" - }, - { - "name": "NEWS", - "path": "news.html" - }, - { - "name": "JOBBOARD", - "path": "jobboard.html" - } -] diff --git a/pdfs/h28bs.pdf b/pdfs/h28bs.pdf new file mode 100644 index 0000000..7fd1926 Binary files /dev/null and b/pdfs/h28bs.pdf differ diff --git a/pdfs/h30bs.pdf b/pdfs/h30bs.pdf new file mode 100644 index 0000000..b5e8046 Binary files /dev/null and b/pdfs/h30bs.pdf differ diff --git a/source/about.md b/source/about.md deleted file mode 100644 index c6ab466..0000000 --- a/source/about.md +++ /dev/null @@ -1,5 +0,0 @@ -# About - ---- - -{{ orgName }}は日本及び周辺アジア地域での node.js の普及を目的とした各種活動を展開する組織です。 diff --git a/source/contact.md b/source/contact.md deleted file mode 100644 index be835fe..0000000 --- a/source/contact.md +++ /dev/null @@ -1,20 +0,0 @@ -# Contact - ---- - -## Slack - -- [https://iojs-jp.slack.com](https://iojs-jp.slack.com) - -## IRC - -- irc.freenode.net #node.js (英語) - -## ブログ - -- [http://blog.nodejs.jp/](http://blog.nodejs.jp) -- [node blog](http://blog.nodejs.org/) - -## 連絡先 - -- [info@nodejs.jp](mailto:info@nodejs.jp) diff --git a/source/css/style.css b/source/css/style.css deleted file mode 100644 index 873cc9c..0000000 --- a/source/css/style.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - font-family: 'Noto Sans Japanese' -} - -a { - color: #43853d; -} diff --git a/source/css/tacit.min.css b/source/css/tacit.min.css deleted file mode 100644 index 9668f16..0000000 --- a/source/css/tacit.min.css +++ /dev/null @@ -1,2 +0,0 @@ -input,textarea,select,button,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:300;line-height:29.7px}input,textarea,select,button,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:300;line-height:29.7px}th{font-weight:600}td,th{border-bottom:1.08px solid #ccc;padding:14.85px 18px}thead th{border-bottom-width:2.16px;padding-bottom:6.3px}table{display:block;max-width:100%;overflow-x:auto}input,textarea,select,button,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:300;line-height:29.7px}input,textarea,select,button{display:block;max-width:100%;padding:9.9px}label{display:block;margin-bottom:14.76px}input[type="submit"],input[type="reset"],button{background:#f2f2f2;border-radius:3.6px;color:#8c8c8c;cursor:pointer;display:inline;margin-bottom:18px;margin-right:7.2px;padding:6.525px 23.4px;text-align:center}input[type="submit"]:hover,input[type="reset"]:hover,button:hover{background:#d9d9d9;color:#000}input[type="submit"][disabled],input[type="reset"][disabled],button[disabled]{background:#e6e6e6;color:#b3b3b3;cursor:not-allowed}input[type="submit"],button[type="submit"]{background:#367ac3;color:#fff}input[type="submit"]:hover,button[type="submit"]:hover{background:#255587;color:#bfbfbf}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="phone"],input[type="tel"],input[type="number"],input[type="datetime"],input[type="date"],input[type="month"],input[type="week"],input[type="color"],input[type="time"],input[type="search"],input[type="range"],input[type="file"],input[type="datetime-local"],select,textarea{border:1px solid #ccc;margin-bottom:18px;padding:5.4px 6.3px}input[type="checkbox"],input[type="radio"]{float:left;line-height:36px;margin-right:9px;margin-top:8.1px}input,textarea,select,button,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:300;line-height:29.7px}pre,code,kbd,samp,var,output{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:16.2px}pre{border-left:1.8px solid #96bbe2;line-height:25.2px;margin-top:29.7px;overflow:auto;padding-left:18px}pre code{background:none;border:0;line-height:29.7px;padding:0}code{background:#ededed;border:1.8px solid #ccc;border-radius:3.6px;display:inline-block;line-height:18px;padding:3px 6px 2px}input,textarea,select,button,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:300;line-height:29.7px}h1,h2,h3,h4,h5,h6{color:#000;margin-bottom:18px}h1{font-size:36px;font-weight:500;margin-top:36px}h2{font-size:25.2px;font-weight:400;margin-top:27px}h3{font-size:21.6px;margin-top:21.6px}h4{font-size:18px;margin-top:18px}h5{font-size:14.4px;font-weight:bold;margin-top:18px;text-transform:uppercase}h6{color:#ccc;font-size:14.4px;font-weight:bold;margin-top:18px;text-transform:uppercase}input,textarea,select,button,html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:300;line-height:29.7px}a{color:#367ac3;text-decoration:none}a:hover{text-decoration:underline}hr{border-bottom:1px solid #ccc}small{font-size:15.3px}em,i{font-style:italic}strong,b{font-weight:600}*{border:0;border-collapse:separate;border-spacing:0;box-sizing:border-box;margin:0;outline:0;padding:0;text-align:left;vertical-align:baseline}html,body{height:100%;width:100%}body{background:#f5f5f5;color:#1a1a1a;padding:36px}p,ul,ol,dl,blockquote,hr,pre,table,form,fieldset,figure,address{margin-bottom:29.7px}section{margin-left:auto;margin-right:auto;max-width:100%;width:900px}article{background:#fff;border:1.8px solid #d9d9d9;border-radius:7.2px;padding:43.2px}header{margin-bottom:36px}footer{margin-top:36px}nav{text-align:center}nav ul{list-style:none;margin-left:0;text-align:center}nav ul li{display:inline;margin-left:9px;margin-right:9px}nav ul li:first-child{margin-left:0}nav ul li:last-child{margin-right:0}ol,ul{margin-left:29.7px}li ol,li ul{margin-bottom:0}@media (max-width: 767px){body{padding:18px}article{border-radius:0;margin:-18px;padding:18px}textarea,input,select{max-width:100%}fieldset{min-width:0}section{width:auto}fieldset,x:-moz-any-link{display:table-cell}} -/*# sourceMappingURL=tacit-0.6.1.min.css.map */ diff --git a/source/docs.md b/source/docs.md deleted file mode 100644 index 1622b7b..0000000 --- a/source/docs.md +++ /dev/null @@ -1,43 +0,0 @@ -# ドキュメント - ---- - -## 公式ドキュメント - -- [Node.js 最新](https://nodejs.org/api/) -- [Node.js v4.x](https://nodejs.org/dist/latest-v4.x/docs/api/) -- [Node.js v6.x](https://nodejs.org/dist/latest-v6.x/docs/api/) - -## Node.js 関連 - -- [Node.js ハンズオン](http://dl.dropbox.com/u/219436/node.js/handson/build/html/index.html) by [@yssk22](http://twitter.com/yssk22) - - Node.js の基本から Web アプリケーションの作り方まで、ハンズオン形式で解説しています。 -- [Node.js ハンズオン](http://d.hatena.ne.jp/t_43z/20101021/1287655787) by [@meso](http://twitter.com/meso) - - Node.js のインストールから WebSocket を使った簡単なサンプルが動かせるところまでを解説しています。 -- [Node.js とは何か (1)](http://d.hatena.ne.jp/badatmath/20101020/1287587240), [(2)](http://d.hatena.ne.jp/badatmath/20101022/1287701281), [(3)](http://d.hatena.ne.jp/badatmath/20101026/1288109275), [(4)](http://d.hatena.ne.jp/badatmath/20101101/1288644245) by [@bad_at_math](http://twitter.com/bad_at_math) - - Node.js が生まれた背景、内部実装について解説しています。 -- [The Node Beginner Book](http://nodebeginner.org/) - - JavaScript と Node の入門者向けドキュメントです。(英語) - - [日本語訳](http://www.nodebeginner.org/index-jp.html) もあります。 -- [Felix's Node.js Guide](http://nodeguide.com/) - - Node.js の基本からコーディングスタイル、上司を説得する方法まで解説しています。(英語) - - 「Felix's Node.js Guide」の一部「Node.js Style Guide」の [日本語訳](http://popkirby.github.com/contents/nodeguide/style.html) もあります。 -- [How To Node](http://howtonode.org) - - 世界中の Node ハッカーがモジュールやプログラミングテクニックなどを解説しています。(英語) -- [NODE TUTS](http://nodetuts.com/) - - Node.js のチュートリアルを動画で公開しています。(英語) -- [Mastering Node](http://visionmedia.github.com/masteringnode/) - - オープンソースの Node.js の ebook です。(英語、未完) -- [Stream ハンドブック](https://github.com/meso/stream-handbook) by substack translated by meso - - [stream-handbook](https://github.com/substack/stream-handbook) の日本語訳です。Node.js の Stream API の入門書です。 - -## 関連ドキュメント - -- [npm デベロッパーズガイド 日本語訳](http://hideyukisaito.com/doc/npm/dev/) - - [npm Developers Guide](https://github.com/isaacs/npm/blob/master/doc/developers.md) の日本語訳です。 -- [Express 日本語ドキュメンテーション](http://hideyukisaito.github.com/expressjs-doc_ja/) - - Web フレームワーク [Express](http://expressjs.com/) のドキュメントの日本語訳です。 -- [Railway 日本語訳](http://railwayjs.jp/) - - Express 上で動作する MVC フレームワーク [Railway](http://railwayjs.com/) のドキュメントの日本語訳です。 -- [Mongoose - デベロッパーズガイド 日本語訳](http://muddy-dixon.appspot.com/ja/mongoosejs/index.html) - - MongoDB に対する ORM-like な機能を提供するユーティリティライブラリ [Mongoose](https://github.com/LearnBoost/mongoose) のドキュメントの日本語訳です。 diff --git a/source/events/2016/08-08-nodeschool-22.md b/source/events/2016/08-08-nodeschool-22.md deleted file mode 100644 index 12bdc33..0000000 --- a/source/events/2016/08-08-nodeschool-22.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Node学園 22時限目 夏だ!Node学園祭告知だ!! -date: - - 2016-08-08 -venue: - - グランサウスタワー 33F セミナールームE -ticket: - - url: http://nodejs.connpass.com/event/36633/ - name: connpass.com で登録 ---- diff --git a/source/events/2016/10-21-nodeschool-23.md b/source/events/2016/10-21-nodeschool-23.md deleted file mode 100644 index 2eb375c..0000000 --- a/source/events/2016/10-21-nodeschool-23.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Node学園 23時限目 -date: - - 2016-10-21 -venue: - - グランサウスタワー 33F セミナールームE -ticket: - - name: connpass.com で登録 - url: http://nodejs.connpass.com/event/42200/ ---- diff --git a/source/events/2016/11-12-nodefest.md b/source/events/2016/11-12-nodefest.md deleted file mode 100644 index 76725b6..0000000 --- a/source/events/2016/11-12-nodefest.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: 東京Node学園祭2016 -image: images/nodefest-2016.png -date: - - 2016-11-12 - - 2016-11-13 -venue: - - 1日目 イベント&コミュニティスペース dots. - - 2日目 渋谷マークシティ -ticket: - - url: http://nodejs.connpass.com/event/43011/ - name: 東京Node学園祭2016 (1日目) - - url: http://nodejs.connpass.com/event/42182/ - name: 東京Node学園祭2016 (2日目) -site: - name: オフィシャルサイト - url: http://nodefest.jp/2016/ ---- - -近年、Node.jsを利用する機会は飛躍的に増えています。クライアントサイドのビルドモジュールやAWS Lambda, WebSocket を使ったリアルタイムウェブアプリケーション、軽量エンジンであることを活かしたIoTでの利用、デスクトップアプリ等、適用範囲が増えています。また昨今のECMAScript 2016が仕様化されたこと、Node.jsとio.jsの分裂と統合等のドラマを経てより一層の注目が期待されます。 - -このたびNode.js日本ユーザグループは、ECMAScriptの仕様化団体の一人であり、JSONの開発者でもある Douglas Crockford 氏、WhatWG Social Activity WG の仕様化を進める一人であり、 Node.js core committer でもある James Snell 氏、 ECMAScript 仕様化団体の一人であり、 Node のモジュールエコシステムの今後の鍵を握る Bradley Meck 氏、デスクトップアプリ開発が可能な Electron の作者である Cheng Zhao 氏、 React/Redux をベースに次世代の フロントエンド開発フレームワークである choo の開発を進める Yoshua Wuyts 氏を迎えて2016年のNode学園祭を開催いたします。 diff --git a/source/images/company-logo/.gitkeep b/source/images/company-logo/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/source/jobs/.gitkeep b/source/jobs/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/source/jobs/none.md b/source/jobs/none.md deleted file mode 100644 index ea643b1..0000000 --- a/source/jobs/none.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -name: 現在準備中です ---- - diff --git a/source/layout/default.njk b/source/layout/default.njk deleted file mode 100644 index 654de8b..0000000 --- a/source/layout/default.njk +++ /dev/null @@ -1,5 +0,0 @@ -{% extends layoutDir + '/layout.njk' %} - -{% block main %} - {{ contents | safe }} -{% endblock %} diff --git a/source/layout/event-index.njk b/source/layout/event-index.njk deleted file mode 100644 index e505680..0000000 --- a/source/layout/event-index.njk +++ /dev/null @@ -1,22 +0,0 @@ -{% extends layoutDir + '/default.njk' %} - -{% block main %} -

イベント情報

- - {% for event in file.files %} -
-

{{ event.fm.name }}

-

日時: - {% for date in event.fm.date %} - {% if not loop.first %} - / - {% endif %} - {{ date | date('YYYY年MM月DD日') }} - {% endfor %} - {% if event.fm.image %} -

- {% endif %} - - {% endfor %} - -{% endblock %} diff --git a/source/layout/event.njk b/source/layout/event.njk deleted file mode 100644 index 371a3a3..0000000 --- a/source/layout/event.njk +++ /dev/null @@ -1,45 +0,0 @@ -{% extends layoutDir + '/default.njk' %} - -{% block main %} -

{{ file.fm.name }}

-
- {% if file.fm.image %} - {% if file.fm.site %} - - {% else %} - - {% endif %} -
- {% endif %} - - - {% if file.contents.length > 5 %} -
- {{ file.contents | safe }} -
- {% endif %} - {% if file.fm.site %} -

{{ file.fm.site.name}}

- {% endif %} -{% endblock %} diff --git a/source/layout/index.njk b/source/layout/index.njk deleted file mode 100644 index 21b1c4f..0000000 --- a/source/layout/index.njk +++ /dev/null @@ -1,35 +0,0 @@ -{% extends layoutDir + '/layout.njk' %} - -{% block main %} -

{{ orgName }}

- -
- -

ダウンロード

- -

公式ドキュメント

- - - - -{% for eventFile in file.files %} - {% if loop.first %} -

イベント情報

- -

{{ eventFile.fm.name }}

- {% if eventFile.fm.image %} -

- {% endif %} -

日時: - {% for date in eventFile.fm.date %} - {% if not loop.first %}/{% endif %} - {{ date | date('YYYY年MM月DD日') }} - {% endfor %} - {% endif %} -{% endfor %} - -{% endblock %} diff --git a/source/layout/job.njk b/source/layout/job.njk deleted file mode 100644 index 480ed07..0000000 --- a/source/layout/job.njk +++ /dev/null @@ -1,24 +0,0 @@ -{% extends layoutDir + '/layout.njk' %} - -{% block main %} -

{{ file.fm.name }}

-{% if file.fm.image %} - - - -{% endif %} -{% if file.fm.role %} - -{% endif %} -
-{{ file.contents | safe }} -
-

(掲載日: {{ file.fm.postedAt | date('YYYY年MM月DD日') }}) -{% endblock %} diff --git a/source/layout/jobboard.njk b/source/layout/jobboard.njk deleted file mode 100644 index 4bd95b7..0000000 --- a/source/layout/jobboard.njk +++ /dev/null @@ -1,23 +0,0 @@ -{% extends layoutDir + '/layout.njk' %} - -{% block main %} -

ジョブボード

- -{% for file in file.files %} -
-

{{ file.fm.name }}

-{% if file.fm.image %} -

-{% endif %} -

-{% if file.fm.role %} - 募集職種: - {% for role in file.fm.role %} - {% if not loop.first %}/{% endif %} - {{ role }} - {% endfor %} -

-{% endif %} -{% endfor %} - -{% endblock %} diff --git a/source/layout/layout.njk b/source/layout/layout.njk deleted file mode 100644 index adc1c9b..0000000 --- a/source/layout/layout.njk +++ /dev/null @@ -1,39 +0,0 @@ -{{ orgName }} - - - - - - - -
- -{% block main %}{% endblock %} - -
-
-

© 2016 {{ orgName }}

-
-
- diff --git a/source/layout/news-index.njk b/source/layout/news-index.njk deleted file mode 100644 index f6cea11..0000000 --- a/source/layout/news-index.njk +++ /dev/null @@ -1,14 +0,0 @@ -{% extends layoutDir + '/layout.njk' %} - -{% block main %} -

News

- -{% for file in file.files %} -
-

- {{ file.fm.date | date('YYYY/MM/DD') }} - {{ file.fm.title }} -

-{% endfor %} - -{% endblock %} diff --git a/source/layout/news.njk b/source/layout/news.njk deleted file mode 100644 index 4ec460d..0000000 --- a/source/layout/news.njk +++ /dev/null @@ -1,13 +0,0 @@ -{% extends layoutDir + '/layout.njk' %} - -{% block main %} -

{{ file.fm.title }}

-

- {% if file.fm.author %} - by {{ file.fm.author }}, - {% endif %} - {{ file.fm.date | date('YYYY年MM月DD日') }} -

-
-{{ file.contents | safe }} -{% endblock %} diff --git a/source/news/2016/03-29-gcp.md b/source/news/2016/03-29-gcp.md deleted file mode 100644 index 543e51d..0000000 --- a/source/news/2016/03-29-gcp.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Google Cloud Platform が Node.js Foundation に参加しました。 -date: 2016-03-29 -author: kt3k ---- - -Google Cloud Platform が Node.js Foundation に参加しました。詳細は公式のアナウンスメントを参照してください。 - -https://nodejs.org/en/blog/announcements/welcome-google/ diff --git a/source/news/2016/10-25-node7.md b/source/news/2016/10-25-node7.md deleted file mode 100644 index 4ff2773..0000000 --- a/source/news/2016/10-25-node7.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Node v7 がリリースされました。 -date: 2016-10-25 -author: kt3k ---- - -Node v7 がリリースされています。詳しくは下記、公式のニュースリリース参照。 - -https://nodejs.org/en/blog/release/v7.0.0/ diff --git a/update.sh b/update.sh deleted file mode 100755 index 0390b9e..0000000 --- a/update.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -./node_modules/.bin/rimraf build -git clone -b master https://github.com/nodejsjp/nodejsjp.github.com.git build -npm run build -cd build -git add . -git commit -m 'chore(site): update build' -git push origin HEAD diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index eba5d39..0000000 --- a/yarn.lock +++ /dev/null @@ -1,2310 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 -a-sync-waterfall@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/a-sync-waterfall/-/a-sync-waterfall-1.0.0.tgz#38e8319d79379e24628845b53b96722b29e0e47c" - -abbrev@1: - version "1.0.9" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135" - -ansi-regex@^0.2.0, ansi-regex@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-0.2.1.tgz#0d8e946967a3d8143f93e24e298525fc1b2235f9" - -ansi-regex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.0.0.tgz#c5061b6e0ef8a81775e50f5d66151bf6bf371107" - -ansi-styles@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.1.0.tgz#eaecbf66cd706882760b2f4691582b8f55d7a7de" - -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - -anymatch@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.0.tgz#a3e52fa39168c825ff57b0248126ce5a8ff95507" - dependencies: - arrify "^1.0.0" - micromatch "^2.1.5" - -aproba@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.0.4.tgz#2713680775e7614c8ba186c065d4e2e52d1072c0" - -are-we-there-yet@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz#80e470e95a084794fe1899262c5667c6e88de1b3" - dependencies: - delegates "^1.0.0" - readable-stream "^2.0.0 || ^1.1.13" - -argparse@^1.0.7: - version "1.0.9" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86" - dependencies: - sprintf-js "~1.0.2" - -arr-diff@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" - dependencies: - arr-flatten "^1.0.1" - -arr-flatten@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.0.1.tgz#e5ffe54d45e19f32f216e91eb99c8ce892bb604b" - -array-differ@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" - -array-find-index@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - -array-uniq@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" - -array-unique@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" - -arrify@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" - -asap@^2.0.3: - version "2.0.5" - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.5.tgz#522765b50c3510490e52d7dcfe085ef9ba96958f" - -asn1@~0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86" - -assert-plus@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234" - -assert-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - -async-each@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - -aws-sign2@~0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f" - -aws4@^1.2.1: - version "1.5.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.5.0.tgz#0a29ffb79c31c9e712eeb087e8e7a64b4a56d755" - -balanced-match@^0.4.1: - version "0.4.2" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838" - -bcrypt-pbkdf@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.0.tgz#3ca76b85241c7170bf7d9703e7b9aa74630040d4" - dependencies: - tweetnacl "^0.14.3" - -beeper@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/beeper/-/beeper-1.1.0.tgz#9ee6fc1ce7f54feaace7ce73588b056037866a2c" - -binary-extensions@^1.0.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.7.0.tgz#6c1610db163abfb34edfe42fa423343a1e01185d" - -bl@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/bl/-/bl-1.1.2.tgz#fdca871a99713aa00d19e3bbba41c44787a65398" - dependencies: - readable-stream "~2.0.5" - -block-stream@*: - version "0.0.9" - resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" - dependencies: - inherits "~2.0.0" - -bluebird@^3.1.1: - version "3.4.6" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.6.tgz#01da8d821d87813d158967e743d5fe6c62cf8c0f" - -boom@2.x.x: - version "2.10.1" - resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" - dependencies: - hoek "2.x.x" - -brace-expansion@^1.0.0: - version "1.1.6" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.6.tgz#7197d7eaa9b87e648390ea61fc66c84427420df9" - dependencies: - balanced-match "^0.4.1" - concat-map "0.0.1" - -braces@^1.8.2: - version "1.8.5" - resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" - dependencies: - expand-range "^1.8.1" - preserve "^0.2.0" - repeat-element "^1.1.2" - -buffer-shims@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51" - -bufferstreams@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/bufferstreams/-/bufferstreams-0.0.1.tgz#6ba7773de6acb6eb85dbce710c321808c79be849" - -bufferstreams@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/bufferstreams/-/bufferstreams-1.0.1.tgz#cfb1ad9568d3ba3cfe935ba9abdd952de88aab2a" - dependencies: - readable-stream "^1.0.33" - -builtin-modules@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" - -bulbo@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/bulbo/-/bulbo-6.3.0.tgz#bf236e10bad45b8ebfd6a68efaf6704a494fbd5a" - dependencies: - chalk "^1.1.1" - chokidar "^1.4.2" - gulp-plumber "^1.1.0" - interpret "^1.0.0" - liftoff "^2.2.0" - minimisted "^1.1.1" - minirocket "^2.0.0" - stream-splicer "^2.0.0" - vinyl-fs "^2.2.1" - vinyl-serve "^2.5.0" - -callsite@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/callsite/-/callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20" - -camelcase-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" - dependencies: - camelcase "^2.0.0" - map-obj "^1.0.0" - -camelcase@^2.0.0, camelcase@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" - -caseless@~0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7" - -chalk@^0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174" - dependencies: - ansi-styles "^1.1.0" - escape-string-regexp "^1.0.0" - has-ansi "^0.1.0" - strip-ansi "^0.3.0" - supports-color "^0.2.0" - -chalk@^1.0.0, chalk@^1.1.1: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - dependencies: - ansi-styles "^2.2.1" - escape-string-regexp "^1.0.2" - has-ansi "^2.0.0" - strip-ansi "^3.0.0" - supports-color "^2.0.0" - -chokidar@^1.4.2, chokidar@^1.6.0: - version "1.6.1" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2" - dependencies: - anymatch "^1.3.0" - async-each "^1.0.0" - glob-parent "^2.0.0" - inherits "^2.0.1" - is-binary-path "^1.0.0" - is-glob "^2.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.0.0" - optionalDependencies: - fsevents "^1.0.0" - -cli-dispatch@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/cli-dispatch/-/cli-dispatch-1.3.0.tgz#8a0bf961215507b433b87cf8abe7043d409ae133" - dependencies: - callsite "^1.0.0" - -cliui@^3.0.3: - version "3.2.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" - dependencies: - string-width "^1.0.1" - strip-ansi "^3.0.1" - wrap-ansi "^2.0.0" - -clone-buffer@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz#e3e25b207ac4e701af721e2cb5a16792cac3dc58" - -clone-stats@^0.0.1, clone-stats@~0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" - -clone-stats@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz#b3782dff8bb5474e18b9b6bf0fdfe782f8777680" - -clone@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.2.tgz#260b7a99ebb1edfe247538175f783243cb19d149" - -cloneable-readable@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/cloneable-readable/-/cloneable-readable-0.5.0.tgz#ad47421f05a8a8ee64fbd21b02b2244409d43510" - dependencies: - inherits "^2.0.1" - process-nextick-args "^1.0.6" - through2 "^2.0.1" - -code-point-at@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.0.1.tgz#1104cd34f9b5b45d3eba88f1babc1924e1ce35fb" - dependencies: - number-is-nan "^1.0.0" - -combined-stream@^1.0.5, combined-stream@~1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" - dependencies: - delayed-stream "~1.0.0" - -commander@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4" - dependencies: - graceful-readlink ">= 1.0.0" - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - -console-control-strings@^1.0.0, console-control-strings@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - -consolidate@^0.14.1: - version "0.14.1" - resolved "https://registry.yarnpkg.com/consolidate/-/consolidate-0.14.1.tgz#506d529ef7e211624d2e4a5f337df8be136ef727" - dependencies: - bluebird "^3.1.1" - -convert-source-map@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.3.0.tgz#e9f3e9c6e2728efc2676696a70eb382f73106a67" - -core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - -cross-env: - version "3.1.3" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.1.3.tgz#58cd8231808f50089708b091f7dd37275a8e8154" - dependencies: - cross-spawn "^3.0.1" - -cross-spawn@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982" - dependencies: - lru-cache "^4.0.1" - which "^1.2.9" - -cryptiles@2.x.x: - version "2.0.5" - resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" - dependencies: - boom "2.x.x" - -currently-unhandled@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" - dependencies: - array-find-index "^1.0.1" - -dashdash@^1.12.0: - version "1.14.0" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.0.tgz#29e486c5418bf0f356034a993d51686a33e84141" - dependencies: - assert-plus "^1.0.0" - -date-now@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/date-now/-/date-now-1.0.1.tgz#bb7d086438debe4182a485fb3df3fbfb99d6153c" - -dateformat@^1.0.11, dateformat@^1.0.7-1.2.3: - version "1.0.12" - resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-1.0.12.tgz#9f124b67594c937ff706932e4a642cca8dbbfee9" - dependencies: - get-stdin "^4.0.1" - meow "^3.3.0" - -debounce@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.0.0.tgz#0948af513d2e4ce407916f8506a423d3f9cf72d8" - dependencies: - date-now "1.0.1" - -debug@~2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" - dependencies: - ms "0.7.1" - -decamelize@^1.1.1, decamelize@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - -deep-extend@~0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.1.tgz#efe4113d08085f4e6f9687759810f807469e2253" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - -detect-file@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-0.1.0.tgz#4935dedfd9488648e006b0129566e9386711ea63" - dependencies: - fs-exists-sync "^0.1.0" - -duplexer2@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1" - dependencies: - readable-stream "^2.0.2" - -duplexer2@0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db" - dependencies: - readable-stream "~1.1.9" - -duplexify@^3.2.0: - version "3.4.6" - resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.4.6.tgz#1e586a13028caf31d5144a059813f9b071fec557" - dependencies: - end-of-stream "1.0.0" - inherits "^2.0.1" - readable-stream "^2.0.0" - stream-shift "^1.0.0" - -ecc-jsbn@~0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505" - dependencies: - jsbn "~0.1.0" - -end-of-stream@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.0.0.tgz#d4596e702734a93e40e9af864319eabd99ff2f0e" - dependencies: - once "~1.3.0" - -error-ex@^1.2.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.0.tgz#e67b43f3e82c96ea3a584ffee0b9fc3325d802d9" - dependencies: - is-arrayish "^0.2.1" - -es6-promise@^3.1.2: - version "3.3.1" - resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-3.3.1.tgz#a08cdde84ccdbf34d027a1451bc91d4bcd28a613" - -es6-promise@^4.0.3: - version "4.0.5" - resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.0.5.tgz#7882f30adde5b240ccfa7f7d78c548330951ae42" - -escape-string-regexp@^1.0.0, escape-string-regexp@^1.0.2: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - -esprima@^2.6.0: - version "2.7.3" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581" - -expand-brackets@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" - dependencies: - is-posix-bracket "^0.1.0" - -expand-range@^1.8.1: - version "1.8.2" - resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" - dependencies: - fill-range "^2.1.0" - -expand-tilde@^1.2.1, expand-tilde@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-1.2.2.tgz#0b81eba897e5a3d31d1c3d102f8f01441e559449" - dependencies: - os-homedir "^1.0.1" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - dependencies: - is-extendable "^0.1.0" - -extend@^3.0.0, extend@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.0.tgz#5a474353b9f3353ddd8176dfd37b91c83a46f1d4" - -extglob@^0.3.1: - version "0.3.2" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" - dependencies: - is-extglob "^1.0.0" - -extsprintf@1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550" - -fancy-log@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.2.0.tgz#d5a51b53e9ab22ca07d558f2b67ae55fdb5fcbd8" - dependencies: - chalk "^1.1.1" - time-stamp "^1.0.0" - -filename-regex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.0.tgz#996e3e80479b98b9897f15a8a58b3d084e926775" - -fill-range@^2.1.0: - version "2.2.3" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.3.tgz#50b77dfd7e469bc7492470963699fe7a8485a723" - dependencies: - is-number "^2.1.0" - isobject "^2.0.0" - randomatic "^1.1.3" - repeat-element "^1.1.2" - repeat-string "^1.5.2" - -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - -findup-sync@^0.4.2: - version "0.4.3" - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-0.4.3.tgz#40043929e7bc60adf0b7f4827c4c6e75a0deca12" - dependencies: - detect-file "^0.1.0" - is-glob "^2.0.1" - micromatch "^2.3.7" - resolve-dir "^0.1.0" - -fined@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/fined/-/fined-1.0.2.tgz#5b28424b760d7598960b7ef8480dff8ad3660e97" - dependencies: - expand-tilde "^1.2.1" - lodash.assignwith "^4.0.7" - lodash.isempty "^4.2.1" - lodash.isplainobject "^4.0.4" - lodash.isstring "^4.0.1" - lodash.pick "^4.2.1" - parse-filepath "^1.0.1" - -first-chunk-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz#59bfb50cd905f60d7c394cd3d9acaab4e6ad934e" - -flagged-respawn@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/flagged-respawn/-/flagged-respawn-0.3.2.tgz#ff191eddcd7088a675b2610fffc976be9b8074b5" - -for-in@^0.1.5: - version "0.1.6" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.6.tgz#c9f96e89bfad18a545af5ec3ed352a1d9e5b4dc8" - -for-own@^0.1.3: - version "0.1.4" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.4.tgz#0149b41a39088c7515f51ebe1c1386d45f935072" - dependencies: - for-in "^0.1.5" - -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - -form-data@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.0.0.tgz#6f0aebadcc5da16c13e1ecc11137d85f9b883b25" - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.5" - mime-types "^2.1.11" - -front-matter@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/front-matter/-/front-matter-2.1.0.tgz#0bdff42cbad2b35c07ac7085811789759f9858c0" - dependencies: - js-yaml "^3.4.6" - -fs-exists-sync@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add" - -fs-readfile-promise@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fs-readfile-promise/-/fs-readfile-promise-2.0.1.tgz#80023823981f9ffffe01609e8be668f69ae49e70" - dependencies: - graceful-fs "^4.1.2" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - -fsevents@^1.0.0: - version "1.0.14" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.0.14.tgz#558e8cc38643d8ef40fe45158486d0d25758eee4" - dependencies: - nan "^2.3.0" - node-pre-gyp "^0.6.29" - -fstream-ignore@~1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105" - dependencies: - fstream "^1.0.0" - inherits "2" - minimatch "^3.0.0" - -fstream@^1.0.0, fstream@^1.0.2, fstream@~1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.10.tgz#604e8a92fe26ffd9f6fae30399d4984e1ab22822" - dependencies: - graceful-fs "^4.1.2" - inherits "~2.0.0" - mkdirp ">=0.5 0" - rimraf "2" - -gauge@~2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.6.0.tgz#d35301ad18e96902b4751dcbbe40f4218b942a46" - dependencies: - aproba "^1.0.3" - console-control-strings "^1.0.0" - has-color "^0.1.7" - has-unicode "^2.0.0" - object-assign "^4.1.0" - signal-exit "^3.0.0" - string-width "^1.0.1" - strip-ansi "^3.0.1" - wide-align "^1.1.0" - -generate-function@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74" - -generate-object-property@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/generate-object-property/-/generate-object-property-1.2.0.tgz#9c0e1c40308ce804f4783618b937fa88f99d50d0" - dependencies: - is-property "^1.0.0" - -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - -getpass@^0.1.1: - version "0.1.6" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.6.tgz#283ffd9fc1256840875311c1b60e8c40187110e6" - dependencies: - assert-plus "^1.0.0" - -glob-base@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" - dependencies: - glob-parent "^2.0.0" - is-glob "^2.0.0" - -glob-parent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" - dependencies: - is-glob "^2.0.0" - -glob-parent@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.0.1.tgz#60021327cc963ddc3b5f085764f500479ecd82ff" - dependencies: - is-glob "^3.1.0" - path-dirname "^1.0.0" - -glob-stream@^5.3.2: - version "5.3.5" - resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-5.3.5.tgz#a55665a9a8ccdc41915a87c701e32d4e016fad22" - dependencies: - extend "^3.0.0" - glob "^5.0.3" - glob-parent "^3.0.0" - micromatch "^2.3.7" - ordered-read-streams "^0.3.0" - through2 "^0.6.0" - to-absolute-glob "^0.1.1" - unique-stream "^2.0.2" - -glob@^5.0.3: - version "5.0.15" - resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1" - dependencies: - inflight "^1.0.4" - inherits "2" - minimatch "2 || 3" - once "^1.3.0" - path-is-absolute "^1.0.0" - -glob@^7.0.5: - version "7.1.1" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8" - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.2" - once "^1.3.0" - path-is-absolute "^1.0.0" - -global-modules@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-0.2.3.tgz#ea5a3bed42c6d6ce995a4f8a1269b5dae223828d" - dependencies: - global-prefix "^0.1.4" - is-windows "^0.2.0" - -global-prefix@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-0.1.4.tgz#05158db1cde2dd491b455e290eb3ab8bfc45c6e1" - dependencies: - ini "^1.3.4" - is-windows "^0.2.0" - osenv "^0.1.3" - which "^1.2.10" - -glogg@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/glogg/-/glogg-1.0.0.tgz#7fe0f199f57ac906cf512feead8f90ee4a284fc5" - dependencies: - sparkles "^1.0.0" - -graceful-fs@^4.0.0, graceful-fs@^4.1.2: - version "4.1.9" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.9.tgz#baacba37d19d11f9d146d3578bc99958c3787e29" - -"graceful-readlink@>= 1.0.0": - version "1.0.1" - resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" - -gulp-front-matter@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/gulp-front-matter/-/gulp-front-matter-1.3.0.tgz#5ee466fbfafb33420bcd5e0267bb6819444ab06d" - dependencies: - front-matter "^2.0.0" - gulp-util "^3.0.6" - object-path "^0.9.2" - readable-stream "^2.0.3" - tryit "^1.0.1" - vinyl-bufferstream "^1.0.1" - -gulp-marked@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gulp-marked/-/gulp-marked-1.0.0.tgz#4d09826680a1708eff400e2711a2990a63f43229" - dependencies: - bufferstreams "0.0.1" - gulp-util "~2.2.9" - lodash "^2.4.1" - marked "~0.3.2" - -gulp-nunjucks@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/gulp-nunjucks/-/gulp-nunjucks-2.3.0.tgz#44f0763babdd325a26b4d3bfaaa99e1d9e9ac480" - dependencies: - gulp-util "^3.0.0" - nunjucks "^2.5.2" - object-assign "^4.0.1" - through2 "^2.0.0" - -gulp-plumber@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/gulp-plumber/-/gulp-plumber-1.1.0.tgz#f12176c2d0422f60306c242fff6a01a394faba09" - dependencies: - gulp-util "^3" - through2 "^2" - -gulp-sourcemaps@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz#b86ff349d801ceb56e1d9e7dc7bbcb4b7dee600c" - dependencies: - convert-source-map "^1.1.1" - graceful-fs "^4.1.2" - strip-bom "^2.0.0" - through2 "^2.0.0" - vinyl "^1.0.0" - -gulp-util@^3, gulp-util@^3.0.0, gulp-util@^3.0.3, gulp-util@^3.0.6: - version "3.0.7" - resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.7.tgz#78925c4b8f8b49005ac01a011c557e6218941cbb" - dependencies: - array-differ "^1.0.0" - array-uniq "^1.0.2" - beeper "^1.0.0" - chalk "^1.0.0" - dateformat "^1.0.11" - fancy-log "^1.1.0" - gulplog "^1.0.0" - has-gulplog "^0.1.0" - lodash._reescape "^3.0.0" - lodash._reevaluate "^3.0.0" - lodash._reinterpolate "^3.0.0" - lodash.template "^3.0.0" - minimist "^1.1.0" - multipipe "^0.1.2" - object-assign "^3.0.0" - replace-ext "0.0.1" - through2 "^2.0.0" - vinyl "^0.5.0" - -gulp-util@~2.2.9: - version "2.2.20" - resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c" - dependencies: - chalk "^0.5.0" - dateformat "^1.0.7-1.2.3" - lodash._reinterpolate "^2.4.1" - lodash.template "^2.4.1" - minimist "^0.2.0" - multipipe "^0.1.0" - through2 "^0.5.0" - vinyl "^0.2.1" - -gulp-wrap@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/gulp-wrap/-/gulp-wrap-0.12.0.tgz#62909d6facb30b07e194a1545041178979368c22" - dependencies: - consolidate "^0.14.1" - es6-promise "^3.1.2" - fs-readfile-promise "^2.0.1" - gulp-util "^3.0.3" - js-yaml "^3.2.6" - lodash "^4.11.1" - node.extend "^1.1.2" - through2 "^2.0.1" - tryit "^1.0.1" - vinyl-bufferstream "^1.0.1" - -gulplog@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gulplog/-/gulplog-1.0.0.tgz#e28c4d45d05ecbbed818363ce8f9c5926229ffe5" - dependencies: - glogg "^1.0.0" - -har-validator@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d" - dependencies: - chalk "^1.1.1" - commander "^2.9.0" - is-my-json-valid "^2.12.4" - pinkie-promise "^2.0.0" - -has-ansi@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-0.1.0.tgz#84f265aae8c0e6a88a12d7022894b7568894c62e" - dependencies: - ansi-regex "^0.2.0" - -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - dependencies: - ansi-regex "^2.0.0" - -has-color@^0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/has-color/-/has-color-0.1.7.tgz#67144a5260c34fc3cca677d041daf52fe7b78b2f" - -has-gulplog@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/has-gulplog/-/has-gulplog-0.1.0.tgz#6414c82913697da51590397dafb12f22967811ce" - dependencies: - sparkles "^1.0.0" - -has-unicode@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - -hawk@~3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" - dependencies: - boom "2.x.x" - cryptiles "2.x.x" - hoek "2.x.x" - sntp "1.x.x" - -hoek@2.x.x: - version "2.16.3" - resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" - -hosted-git-info@^2.1.4: - version "2.1.5" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.1.5.tgz#0ba81d90da2e25ab34a332e6ec77936e1598118b" - -http-signature@~1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf" - dependencies: - assert-plus "^0.2.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - -indent-string@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" - dependencies: - repeating "^2.0.0" - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - -ini@^1.3.4, ini@~1.3.0: - version "1.3.4" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e" - -interpret@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.1.tgz#d579fb7f693b858004947af39fa0db49f795602c" - -invert-kv@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" - -is-absolute@^0.2.3: - version "0.2.6" - resolved "https://registry.yarnpkg.com/is-absolute/-/is-absolute-0.2.6.tgz#20de69f3db942ef2d87b9c2da36f172235b1b5eb" - dependencies: - is-relative "^0.2.1" - is-windows "^0.2.0" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - -is-binary-path@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" - dependencies: - binary-extensions "^1.0.0" - -is-buffer@^1.0.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.4.tgz#cfc86ccd5dc5a52fa80489111c6920c457e2d98b" - -is-builtin-module@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe" - dependencies: - builtin-modules "^1.0.0" - -is-dotfile@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.2.tgz#2c132383f39199f8edc268ca01b9b007d205cc4d" - -is-equal-shallow@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" - dependencies: - is-primitive "^2.0.0" - -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - -is-extglob@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" - -is-extglob@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.0.tgz#33411a482b046bf95e6b0cb27ee2711af4cf15ad" - -is-finite@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - dependencies: - number-is-nan "^1.0.0" - -is-glob@^2.0.0, is-glob@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" - dependencies: - is-extglob "^1.0.0" - -is-glob@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" - dependencies: - is-extglob "^2.1.0" - -is-my-json-valid@^2.12.4: - version "2.15.0" - resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz#936edda3ca3c211fd98f3b2d3e08da43f7b2915b" - dependencies: - generate-function "^2.0.0" - generate-object-property "^1.1.0" - jsonpointer "^4.0.0" - xtend "^4.0.0" - -is-number@^2.0.2, is-number@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" - dependencies: - kind-of "^3.0.2" - -is-posix-bracket@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" - -is-primitive@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" - -is-property@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" - -is-relative@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-0.2.1.tgz#d27f4c7d516d175fb610db84bbeef23c3bc97aa5" - dependencies: - is-unc-path "^0.1.1" - -is-stream@^1.0.1, is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - -is-typedarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - -is-unc-path@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-unc-path/-/is-unc-path-0.1.1.tgz#ab2533d77ad733561124c3dc0f5cd8b90054c86b" - dependencies: - unc-path-regex "^0.1.0" - -is-utf8@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - -is-valid-glob@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-0.3.0.tgz#d4b55c69f51886f9b65c70d6c2622d37e29f48fe" - -is-windows@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-0.2.0.tgz#de1aa6d63ea29dd248737b69f1ff8b8002d2108c" - -is@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is/-/is-3.1.0.tgz#2945d205d691cbfe4833e3f8a11c8ae94673f2a7" - -isarray@~1.0.0, isarray@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - -isarray@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" - -isexe@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-1.1.2.tgz#36f3e22e60750920f5e7241a476a8c6a42275ad0" - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - dependencies: - isarray "1.0.0" - -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - -jodid25519@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/jodid25519/-/jodid25519-1.0.2.tgz#06d4912255093419477d425633606e0e90782967" - dependencies: - jsbn "~0.1.0" - -js-yaml@^3.2.6, js-yaml@^3.4.6: - version "3.6.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.6.1.tgz#6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30" - dependencies: - argparse "^1.0.7" - esprima "^2.6.0" - -jsbn@~0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.0.tgz#650987da0dd74f4ebf5a11377a2aa2d273e97dfd" - -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - -json-stable-stringify@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" - dependencies: - jsonify "~0.0.0" - -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - -jsonify@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - -jsonpointer@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.0.tgz#6661e161d2fc445f19f98430231343722e1fcbd5" - -jsprim@^1.2.2: - version "1.3.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.3.1.tgz#2a7256f70412a29ee3670aaca625994c4dcff252" - dependencies: - extsprintf "1.0.2" - json-schema "0.2.3" - verror "1.3.6" - -kind-of@^3.0.2: - version "3.0.4" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.0.4.tgz#7b8ecf18a4e17f8269d73b501c9f232c96887a74" - dependencies: - is-buffer "^1.0.2" - -layout-wrapper@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/layout-wrapper/-/layout-wrapper-1.1.1.tgz#c773b0430cb48ca4c63f6e18801f3bca73ffc31e" - dependencies: - consolidate "^0.14.1" - gulp-wrap "^0.12.0" - -lazystream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4" - dependencies: - readable-stream "^2.0.5" - -lcid@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" - dependencies: - invert-kv "^1.0.0" - -liftoff@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/liftoff/-/liftoff-2.3.0.tgz#a98f2ff67183d8ba7cfaca10548bd7ff0550b385" - dependencies: - extend "^3.0.0" - findup-sync "^0.4.2" - fined "^1.0.1" - flagged-respawn "^0.3.2" - lodash.isplainobject "^4.0.4" - lodash.isstring "^4.0.1" - lodash.mapvalues "^4.4.0" - rechoir "^0.6.2" - resolve "^1.1.7" - -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - dependencies: - graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" - -lodash._basecopy@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36" - -lodash._basetostring@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz#d1861d877f824a52f669832dcaf3ee15566a07d5" - -lodash._basevalues@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz#5b775762802bde3d3297503e26300820fdf661b7" - -lodash._escapehtmlchar@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._escapehtmlchar/-/lodash._escapehtmlchar-2.4.1.tgz#df67c3bb6b7e8e1e831ab48bfa0795b92afe899d" - dependencies: - lodash._htmlescapes "~2.4.1" - -lodash._escapestringchar@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._escapestringchar/-/lodash._escapestringchar-2.4.1.tgz#ecfe22618a2ade50bfeea43937e51df66f0edb72" - -lodash._getnative@^3.0.0: - version "3.9.1" - resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" - -lodash._htmlescapes@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._htmlescapes/-/lodash._htmlescapes-2.4.1.tgz#32d14bf0844b6de6f8b62a051b4f67c228b624cb" - -lodash._isiterateecall@^3.0.0: - version "3.0.9" - resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c" - -lodash._isnative@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._isnative/-/lodash._isnative-2.4.1.tgz#3ea6404b784a7be836c7b57580e1cdf79b14832c" - -lodash._objecttypes@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz#7c0b7f69d98a1f76529f890b0cdb1b4dfec11c11" - -lodash._reescape@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/lodash._reescape/-/lodash._reescape-3.0.0.tgz#2b1d6f5dfe07c8a355753e5f27fac7f1cde1616a" - -lodash._reevaluate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz#58bc74c40664953ae0b124d806996daca431e2ed" - -lodash._reinterpolate@^2.4.1, lodash._reinterpolate@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-2.4.1.tgz#4f1227aa5a8711fc632f5b07a1f4607aab8b3222" - -lodash._reinterpolate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" - -lodash._reunescapedhtml@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._reunescapedhtml/-/lodash._reunescapedhtml-2.4.1.tgz#747c4fc40103eb3bb8a0976e571f7a2659e93ba7" - dependencies: - lodash._htmlescapes "~2.4.1" - lodash.keys "~2.4.1" - -lodash._root@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692" - -lodash._shimkeys@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._shimkeys/-/lodash._shimkeys-2.4.1.tgz#6e9cc9666ff081f0b5a6c978b83e242e6949d203" - dependencies: - lodash._objecttypes "~2.4.1" - -lodash.assignwith@^4.0.7: - version "4.2.0" - resolved "https://registry.yarnpkg.com/lodash.assignwith/-/lodash.assignwith-4.2.0.tgz#127a97f02adc41751a954d24b0de17e100e038eb" - -lodash.defaults@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-2.4.1.tgz#a7e8885f05e68851144b6e12a8f3678026bc4c54" - dependencies: - lodash._objecttypes "~2.4.1" - lodash.keys "~2.4.1" - -lodash.escape@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-3.2.0.tgz#995ee0dc18c1b48cc92effae71a10aab5b487698" - dependencies: - lodash._root "^3.0.0" - -lodash.escape@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-2.4.1.tgz#2ce12c5e084db0a57dda5e5d1eeeb9f5d175a3b4" - dependencies: - lodash._escapehtmlchar "~2.4.1" - lodash._reunescapedhtml "~2.4.1" - lodash.keys "~2.4.1" - -lodash.isarguments@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" - -lodash.isarray@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55" - -lodash.isempty@^4.2.1: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.isempty/-/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e" - -lodash.isequal@^4.0.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.4.0.tgz#6295768e98e14dc15ce8d362ef6340db82852031" - -lodash.isobject@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-2.4.1.tgz#5a2e47fe69953f1ee631a7eba1fe64d2d06558f5" - dependencies: - lodash._objecttypes "~2.4.1" - -lodash.isplainobject@^4.0.4: - version "4.0.6" - resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - -lodash.isstring@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" - -lodash.keys@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a" - dependencies: - lodash._getnative "^3.0.0" - lodash.isarguments "^3.0.0" - lodash.isarray "^3.0.0" - -lodash.keys@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-2.4.1.tgz#48dea46df8ff7632b10d706b8acb26591e2b3727" - dependencies: - lodash._isnative "~2.4.1" - lodash._shimkeys "~2.4.1" - lodash.isobject "~2.4.1" - -lodash.mapvalues@^4.4.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz#1bafa5005de9dd6f4f26668c30ca37230cc9689c" - -lodash.pick@^4.2.1: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3" - -lodash.restparam@^3.0.0: - version "3.6.1" - resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" - -lodash.template@^2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-2.4.1.tgz#9e611007edf629129a974ab3c48b817b3e1cf20d" - dependencies: - lodash._escapestringchar "~2.4.1" - lodash._reinterpolate "~2.4.1" - lodash.defaults "~2.4.1" - lodash.escape "~2.4.1" - lodash.keys "~2.4.1" - lodash.templatesettings "~2.4.1" - lodash.values "~2.4.1" - -lodash.template@^3.0.0: - version "3.6.2" - resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz#f8cdecc6169a255be9098ae8b0c53d378931d14f" - dependencies: - lodash._basecopy "^3.0.0" - lodash._basetostring "^3.0.0" - lodash._basevalues "^3.0.0" - lodash._isiterateecall "^3.0.0" - lodash._reinterpolate "^3.0.0" - lodash.escape "^3.0.0" - lodash.keys "^3.0.0" - lodash.restparam "^3.0.0" - lodash.templatesettings "^3.0.0" - -lodash.templatesettings@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz#fb307844753b66b9f1afa54e262c745307dba8e5" - dependencies: - lodash._reinterpolate "^3.0.0" - lodash.escape "^3.0.0" - -lodash.templatesettings@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-2.4.1.tgz#ea76c75d11eb86d4dbe89a83893bb861929ac699" - dependencies: - lodash._reinterpolate "~2.4.1" - lodash.escape "~2.4.1" - -lodash.values@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.values/-/lodash.values-2.4.1.tgz#abf514436b3cb705001627978cbcf30b1280eea4" - dependencies: - lodash.keys "~2.4.1" - -lodash@^2.4.1: - version "2.4.2" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e" - -lodash@^4.11.1: - version "4.16.4" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.4.tgz#01ce306b9bad1319f2a5528674f88297aeb70127" - -loud-rejection@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" - dependencies: - currently-unhandled "^0.4.1" - signal-exit "^3.0.0" - -lru-cache@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.1.tgz#1343955edaf2e37d9b9e7ee7241e27c4b9fb72be" - dependencies: - pseudomap "^1.0.1" - yallist "^2.0.0" - -map-cache@^0.2.0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - -map-obj@^1.0.0, map-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - -marked@~0.3.2: - version "0.3.6" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7" - -meow@^3.3.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" - dependencies: - camelcase-keys "^2.0.0" - decamelize "^1.1.2" - loud-rejection "^1.0.0" - map-obj "^1.0.1" - minimist "^1.1.3" - normalize-package-data "^2.3.4" - object-assign "^4.0.1" - read-pkg-up "^1.0.1" - redent "^1.0.0" - trim-newlines "^1.0.0" - -merge-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.0.tgz#9cfd156fef35421e2b5403ce11dc6eb1962b026e" - dependencies: - readable-stream "^2.0.1" - -micromatch@^2.1.5, micromatch@^2.3.7: - version "2.3.11" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" - dependencies: - arr-diff "^2.0.0" - array-unique "^0.2.1" - braces "^1.8.2" - expand-brackets "^0.1.4" - extglob "^0.3.1" - filename-regex "^2.0.0" - is-extglob "^1.0.0" - is-glob "^2.0.1" - kind-of "^3.0.2" - normalize-path "^2.0.1" - object.omit "^2.0.0" - parse-glob "^3.0.4" - regex-cache "^0.4.2" - -mime-db@~1.24.0: - version "1.24.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.24.0.tgz#e2d13f939f0016c6e4e9ad25a8652f126c467f0c" - -mime-types@^2.1.11, mime-types@~2.1.7: - version "2.1.12" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.12.tgz#152ba256777020dd4663f54c2e7bc26381e71729" - dependencies: - mime-db "~1.24.0" - -mime@^1.3.4: - version "1.3.4" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.4.tgz#115f9e3b6b3daf2959983cb38f149a2d40eb5d53" - -minimatch@^3.0.0, minimatch@^3.0.2, "minimatch@2 || 3": - version "3.0.3" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" - dependencies: - brace-expansion "^1.0.0" - -minimist@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.0.tgz#4dffe525dae2b864c66c2e23c6271d7afdecefce" - -minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" - -minimist@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" - -minimisted@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/minimisted/-/minimisted-1.1.1.tgz#c48e2f415a53d1f6b24b3a35a0d95601cfbd6811" - dependencies: - minimist "^1.2.0" - -minirocket@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/minirocket/-/minirocket-2.0.0.tgz#f025f3c188e17b5cce60f9566491fec9ef5de150" - dependencies: - callsite "^1.0.0" - cli-dispatch "^1.3.0" - -mkdirp@^0.5.0, "mkdirp@>=0.5 0", mkdirp@~0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" - dependencies: - minimist "0.0.8" - -moment@^2.15.1, moment@^2.8.4: - version "2.15.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.15.1.tgz#e979c2a29e22888e60f396f2220a6118f85cd94c" - -ms@0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098" - -multipipe@^0.1.0, multipipe@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-0.1.2.tgz#2a8f2ddf70eed564dff2d57f1e1a137d9f05078b" - dependencies: - duplexer2 "0.0.2" - -nan@^2.3.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.4.0.tgz#fb3c59d45fe4effe215f0b890f8adf6eb32d2232" - -node-pre-gyp@^0.6.29: - version "0.6.30" - resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.6.30.tgz#64d3073a6f573003717ccfe30c89023297babba1" - dependencies: - mkdirp "~0.5.0" - nopt "~3.0.1" - npmlog "4.x" - rc "~1.1.0" - request "2.x" - rimraf "~2.5.0" - semver "~5.3.0" - tar "~2.2.0" - tar-pack "~3.1.0" - -node-uuid@~1.4.7: - version "1.4.7" - resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.7.tgz#6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f" - -node.extend@^1.1.2: - version "1.1.6" - resolved "https://registry.yarnpkg.com/node.extend/-/node.extend-1.1.6.tgz#a7b882c82d6c93a4863a5504bd5de8ec86258b96" - dependencies: - is "^3.1.0" - -nopt@~3.0.1: - version "3.0.6" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" - dependencies: - abbrev "1" - -normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: - version "2.3.5" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.3.5.tgz#8d924f142960e1777e7ffe170543631cc7cb02df" - dependencies: - hosted-git-info "^2.1.4" - is-builtin-module "^1.0.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-path@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.0.1.tgz#47886ac1662760d4261b7d979d241709d3ce3f7a" - -npmlog@4.x: - version "4.0.0" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.0.0.tgz#e094503961c70c1774eb76692080e8d578a9f88f" - dependencies: - are-we-there-yet "~1.1.2" - console-control-strings "~1.1.0" - gauge "~2.6.0" - set-blocking "~2.0.0" - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - -nunjucks-date@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/nunjucks-date/-/nunjucks-date-1.2.0.tgz#187a2821984cfa7c2fba5ad3ed81d2249691a9ff" - dependencies: - moment "^2.8.4" - -nunjucks@^2.5.2: - version "2.5.2" - resolved "https://registry.yarnpkg.com/nunjucks/-/nunjucks-2.5.2.tgz#ea7d346e785b8a4874666c3cca9e18c577fba22c" - dependencies: - asap "^2.0.3" - chokidar "^1.6.0" - yargs "^3.32.0" - -nunjucks@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/nunjucks/-/nunjucks-3.0.0.tgz#0a2a8fd2942a3ba04f5ba6684e4f7f7ceaca8305" - dependencies: - a-sync-waterfall "^1.0.0" - asap "^2.0.3" - yargs "^3.32.0" - optionalDependencies: - chokidar "^1.6.0" - -oauth-sign@~0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" - -object-assign@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2" - -object-assign@^4.0.0, object-assign@^4.0.1, object-assign@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.0.tgz#7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0" - -object-path@^0.9.2: - version "0.9.2" - resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.9.2.tgz#0fd9a74fc5fad1ae3968b586bda5c632bd6c05a5" - -object.omit@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.0.tgz#868597333d54e60662940bb458605dd6ae12fe94" - dependencies: - for-own "^0.1.3" - is-extendable "^0.1.1" - -once@^1.3.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - dependencies: - wrappy "1" - -once@~1.3.0, once@~1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/once/-/once-1.3.3.tgz#b2e261557ce4c314ec8304f3fa82663e4297ca20" - dependencies: - wrappy "1" - -ordered-read-streams@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz#7137e69b3298bb342247a1bbee3881c80e2fd78b" - dependencies: - is-stream "^1.0.1" - readable-stream "^2.0.1" - -os-homedir@^1.0.0, os-homedir@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - -os-locale@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9" - dependencies: - lcid "^1.0.0" - -os-tmpdir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - -osenv@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.3.tgz#83cf05c6d6458fc4d5ac6362ea325d92f2754217" - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -parse-filepath@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.1.tgz#159d6155d43904d16c10ef698911da1e91969b73" - dependencies: - is-absolute "^0.2.3" - map-cache "^0.2.0" - path-root "^0.1.1" - -parse-glob@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" - dependencies: - glob-base "^0.3.0" - is-dotfile "^1.0.0" - is-extglob "^1.0.0" - is-glob "^2.0.0" - -parse-json@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - dependencies: - error-ex "^1.2.0" - -path-dirname@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" - -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - dependencies: - pinkie-promise "^2.0.0" - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - -path-root-regex@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d" - -path-root@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/path-root/-/path-root-0.1.1.tgz#9a4a6814cac1c0cd73360a95f32083c8ea4745b7" - dependencies: - path-root-regex "^0.1.0" - -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -pify@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - dependencies: - pinkie "^2.0.0" - -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - -preserve@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" - -process-nextick-args@^1.0.6, process-nextick-args@~1.0.6: - version "1.0.7" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" - -pseudomap@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - -qs@~6.2.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.1.tgz#ce03c5ff0935bc1d9d69a9f14cbd18e568d67625" - -randomatic@^1.1.3: - version "1.1.5" - resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.5.tgz#5e9ef5f2d573c67bd2b8124ae90b5156e457840b" - dependencies: - is-number "^2.0.2" - kind-of "^3.0.2" - -rc@~1.1.0: - version "1.1.6" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.1.6.tgz#43651b76b6ae53b5c802f1151fa3fc3b059969c9" - dependencies: - deep-extend "~0.4.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~1.0.4" - -read-pkg-up@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" - dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" - -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - dependencies: - load-json-file "^1.0.0" - normalize-package-data "^2.3.2" - path-type "^1.0.0" - -readable-stream@^1.0.33, readable-stream@~1.1.9: - version "1.1.14" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - -readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.3, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@~2.1.4: - version "2.1.5" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.1.5.tgz#66fa8b720e1438b364681f2ad1a63c618448c9d0" - dependencies: - buffer-shims "^1.0.0" - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "~1.0.0" - process-nextick-args "~1.0.6" - string_decoder "~0.10.x" - util-deprecate "~1.0.1" - -"readable-stream@>=1.0.33-1 <1.1.0-0", readable-stream@~1.0.17: - version "1.0.34" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - -readable-stream@~2.0.0, readable-stream@~2.0.5: - version "2.0.6" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e" - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "~1.0.0" - process-nextick-args "~1.0.6" - string_decoder "~0.10.x" - util-deprecate "~1.0.1" - -readdirp@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.1.0.tgz#4ed0ad060df3073300c48440373f72d1cc642d78" - dependencies: - graceful-fs "^4.1.2" - minimatch "^3.0.2" - readable-stream "^2.0.2" - set-immediate-shim "^1.0.1" - -rechoir@^0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" - dependencies: - resolve "^1.1.6" - -redent@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" - dependencies: - indent-string "^2.1.0" - strip-indent "^1.0.1" - -regex-cache@^0.4.2: - version "0.4.3" - resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.3.tgz#9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145" - dependencies: - is-equal-shallow "^0.1.3" - is-primitive "^2.0.0" - -remove-trailing-separator@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz#615ebb96af559552d4bf4057c8436d486ab63cc4" - -repeat-element@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a" - -repeat-string@^1.5.2: - version "1.5.4" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.5.4.tgz#64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5" - -repeating@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" - dependencies: - is-finite "^1.0.0" - -replace-ext@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" - -replace-ext@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924" - -request@2.x: - version "2.75.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.75.0.tgz#d2b8268a286da13eaa5d01adf5d18cc90f657d93" - dependencies: - aws-sign2 "~0.6.0" - aws4 "^1.2.1" - bl "~1.1.2" - caseless "~0.11.0" - combined-stream "~1.0.5" - extend "~3.0.0" - forever-agent "~0.6.1" - form-data "~2.0.0" - har-validator "~2.0.6" - hawk "~3.1.3" - http-signature "~1.1.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.7" - node-uuid "~1.4.7" - oauth-sign "~0.8.1" - qs "~6.2.0" - stringstream "~0.0.4" - tough-cookie "~2.3.0" - tunnel-agent "~0.4.1" - -resolve-dir@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-0.1.1.tgz#b219259a5602fac5c5c496ad894a6e8cc430261e" - dependencies: - expand-tilde "^1.2.2" - global-modules "^0.2.3" - -resolve@^1.1.6, resolve@^1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" - -rimraf, rimraf@~2.5.0, rimraf@~2.5.1, rimraf@2: - version "2.5.4" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04" - dependencies: - glob "^7.0.5" - -semver@~5.3.0, "semver@2 || 3 || 4 || 5": - version "5.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" - -set-blocking@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - -set-immediate-shim@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" - -signal-exit@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.1.tgz#5a4c884992b63a7acd9badb7894c3ee9cfccad81" - -sntp@1.x.x: - version "1.0.9" - resolved "https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198" - dependencies: - hoek "2.x.x" - -sparkles@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.0.tgz#1acbbfb592436d10bbe8f785b7cc6f82815012c3" - -spdx-correct@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40" - dependencies: - spdx-license-ids "^1.0.2" - -spdx-expression-parse@~1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz#9bdf2f20e1f40ed447fbe273266191fced51626c" - -spdx-license-ids@^1.0.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57" - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - -sshpk@^1.7.0: - version "1.10.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.10.1.tgz#30e1a5d329244974a1af61511339d595af6638b0" - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - dashdash "^1.12.0" - getpass "^0.1.1" - optionalDependencies: - bcrypt-pbkdf "^1.0.0" - ecc-jsbn "~0.1.1" - jodid25519 "^1.0.0" - jsbn "~0.1.0" - tweetnacl "~0.14.0" - -stream-shift@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" - -stream-splicer@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/stream-splicer/-/stream-splicer-2.0.0.tgz#1b63be438a133e4b671cc1935197600175910d83" - dependencies: - inherits "^2.0.1" - readable-stream "^2.0.2" - -string_decoder@~0.10.x: - version "0.10.31" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" - -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -stringstream@~0.0.4: - version "0.0.5" - resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878" - -strip-ansi@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.3.0.tgz#25f48ea22ca79187f3174a4db8759347bb126220" - dependencies: - ansi-regex "^0.2.1" - -strip-ansi@^3.0.0, strip-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - dependencies: - ansi-regex "^2.0.0" - -strip-bom-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz#e7144398577d51a6bed0fa1994fa05f43fd988ee" - dependencies: - first-chunk-stream "^1.0.0" - strip-bom "^2.0.0" - -strip-bom@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - dependencies: - is-utf8 "^0.2.0" - -strip-indent@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" - dependencies: - get-stdin "^4.0.1" - -strip-json-comments@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91" - -supports-color@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-0.2.0.tgz#d92de2694eb3f67323973d7ae3d8b55b4c22190a" - -supports-color@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - -tar-pack@~3.1.0: - version "3.1.4" - resolved "https://registry.yarnpkg.com/tar-pack/-/tar-pack-3.1.4.tgz#bc8cf9a22f5832739f12f3910dac1eb97b49708c" - dependencies: - debug "~2.2.0" - fstream "~1.0.10" - fstream-ignore "~1.0.5" - once "~1.3.3" - readable-stream "~2.1.4" - rimraf "~2.5.1" - tar "~2.2.1" - uid-number "~0.0.6" - -tar@~2.2.0, tar@~2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1" - dependencies: - block-stream "*" - fstream "^1.0.2" - inherits "2" - -through2-filter@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-2.0.0.tgz#60bc55a0dacb76085db1f9dae99ab43f83d622ec" - dependencies: - through2 "~2.0.0" - xtend "~4.0.0" - -through2@^0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/through2/-/through2-0.5.1.tgz#dfdd012eb9c700e2323fd334f38ac622ab372da7" - dependencies: - readable-stream "~1.0.17" - xtend "~3.0.0" - -through2@^0.6.0: - version "0.6.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48" - dependencies: - readable-stream ">=1.0.33-1 <1.1.0-0" - xtend ">=4.0.0 <4.1.0-0" - -through2@^2, through2@^2.0.0, through2@^2.0.1, through2@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.1.tgz#384e75314d49f32de12eebb8136b8eb6b5d59da9" - dependencies: - readable-stream "~2.0.0" - xtend "~4.0.0" - -time-stamp@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.0.1.tgz#9f4bd23559c9365966f3302dbba2b07c6b99b151" - -to-absolute-glob@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz#1cdfa472a9ef50c239ee66999b662ca0eb39937f" - dependencies: - extend-shallow "^2.0.1" - -tough-cookie@~2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.1.tgz#99c77dfbb7d804249e8a299d4cb0fd81fef083fd" - -trim-newlines@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" - -tryit@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.2.tgz#c196b0073e6b1c595d93c9c830855b7acc32a453" - -tunnel-agent@~0.4.1: - version "0.4.3" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.3" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.3.tgz#3da382f670f25ded78d7b3d1792119bca0b7132d" - -uid-number@~0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81" - -unc-path-regex@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" - -unique-stream@^2.0.2: - version "2.2.1" - resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-2.2.1.tgz#5aa003cfbe94c5ff866c4e7d668bb1c4dbadb369" - dependencies: - json-stable-stringify "^1.0.0" - through2-filter "^2.0.0" - -util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - -vali-date@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6" - -validate-npm-package-license@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc" - dependencies: - spdx-correct "~1.0.0" - spdx-expression-parse "~1.0.0" - -verror@1.3.6: - version "1.3.6" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.3.6.tgz#cff5df12946d297d2baaefaa2689e25be01c005c" - dependencies: - extsprintf "1.0.2" - -vinyl-accumulate@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/vinyl-accumulate/-/vinyl-accumulate-1.3.2.tgz#5c49d7b7566aa6e99ac62c2799d8e95f6a8f1f6a" - dependencies: - debounce "^1.0.0" - duplexer2 "^0.1.4" - vinyl "^2.0.0" - vinyl-fs "^2.4.4" - -vinyl-bufferstream@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz#0537869f580effa4ca45acb47579e4b9fe63081a" - dependencies: - bufferstreams "1.0.1" - -vinyl-fs@^2.2.1, vinyl-fs@^2.4.4: - version "2.4.4" - resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-2.4.4.tgz#be6ff3270cb55dfd7d3063640de81f25d7532239" - dependencies: - duplexify "^3.2.0" - glob-stream "^5.3.2" - graceful-fs "^4.0.0" - gulp-sourcemaps "1.6.0" - is-valid-glob "^0.3.0" - lazystream "^1.0.0" - lodash.isequal "^4.0.0" - merge-stream "^1.0.0" - mkdirp "^0.5.0" - object-assign "^4.0.0" - readable-stream "^2.0.4" - strip-bom "^2.0.0" - strip-bom-stream "^1.0.0" - through2 "^2.0.0" - through2-filter "^2.0.0" - vali-date "^1.0.0" - vinyl "^1.0.0" - -vinyl-serve@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/vinyl-serve/-/vinyl-serve-2.5.0.tgz#da7accaaa24644b780afa2006ba9e05eeab4441d" - dependencies: - es6-promise "^4.0.3" - mime "^1.3.4" - moment "^2.15.1" - through2 "^2.0.1" - -vinyl@^0.2.1: - version "0.2.3" - resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.2.3.tgz#bca938209582ec5a49ad538a00fa1f125e513252" - dependencies: - clone-stats "~0.0.1" - -vinyl@^0.5.0: - version "0.5.3" - resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.5.3.tgz#b0455b38fc5e0cf30d4325132e461970c2091cde" - dependencies: - clone "^1.0.0" - clone-stats "^0.0.1" - replace-ext "0.0.1" - -vinyl@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-1.2.0.tgz#5c88036cf565e5df05558bfc911f8656df218884" - dependencies: - clone "^1.0.0" - clone-stats "^0.0.1" - replace-ext "0.0.1" - -vinyl@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.0.0.tgz#b2a1dc4c93c2f04982e7466e2e7714ea70200861" - dependencies: - clone "^1.0.0" - clone-buffer "^1.0.0" - clone-stats "^1.0.0" - cloneable-readable "^0.5.0" - is-stream "^1.1.0" - remove-trailing-separator "^1.0.1" - replace-ext "^1.0.0" - -which@^1.2.10, which@^1.2.9: - version "1.2.11" - resolved "https://registry.yarnpkg.com/which/-/which-1.2.11.tgz#c8b2eeea6b8c1659fa7c1dd4fdaabe9533dc5e8b" - dependencies: - isexe "^1.1.1" - -wide-align@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.0.tgz#40edde802a71fea1f070da3e62dcda2e7add96ad" - dependencies: - string-width "^1.0.1" - -window-size@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.4.tgz#f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876" - -wrap-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.0.0.tgz#7d30f8f873f9a5bbc3a64dabc8d177e071ae426f" - dependencies: - string-width "^1.0.1" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - -xtend@^4.0.0, "xtend@>=4.0.0 <4.1.0-0", xtend@~4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" - -xtend@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-3.0.0.tgz#5cce7407baf642cba7becda568111c493f59665a" - -y18n@^3.2.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" - -yallist@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.0.0.tgz#306c543835f09ee1a4cb23b7bce9ab341c91cdd4" - -yargs@^3.32.0: - version "3.32.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.32.0.tgz#03088e9ebf9e756b69751611d2a5ef591482c995" - dependencies: - camelcase "^2.0.1" - cliui "^3.0.3" - decamelize "^1.1.1" - os-locale "^1.4.0" - string-width "^1.0.1" - window-size "^0.1.4" - y18n "^3.2.0" -