From a0415f2ff1f52632e3b674827014cbb3a26f02be Mon Sep 17 00:00:00 2001 From: Chris Goller Date: Sat, 12 Nov 2016 12:48:19 -0600 Subject: [PATCH] Add license of dependencies. --- Dockerfile | 2 + LICENSE_OF_DEPENDENCIES.md | 1075 ++++++++++++++++++++++++++++++++++++ canned/new_apps.sh | 4 +- etc/licenses.sh | 4 + 4 files changed, 1083 insertions(+), 2 deletions(-) create mode 100644 LICENSE_OF_DEPENDENCIES.md create mode 100644 etc/licenses.sh diff --git a/Dockerfile b/Dockerfile index 20fc691a68..26502f822d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,7 @@ RUN apk add --update ca-certificates && \ ADD chronograf /usr/bin/chronograf ADD canned/*.json /usr/share/chronograf/canned/ +ADD LICENSE /usr/share/chronograf/LICENSE +ADD agpl-3.0.md /usr/share/chronograf/agpl-3.0.md CMD ["/usr/bin/chronograf", "-b", "/var/lib/chronograf/chronograf-v1.db", "-c", "/usr/share/chronograf/canned"] diff --git a/LICENSE_OF_DEPENDENCIES.md b/LICENSE_OF_DEPENDENCIES.md new file mode 100644 index 0000000000..5efd655a68 --- /dev/null +++ b/LICENSE_OF_DEPENDENCIES.md @@ -0,0 +1,1075 @@ +### Go +* github.com/Sirupsen/logrus [MIT](https://github.com/Sirupsen/logrus/blob/master/LICENSE) +* github.com/boltdb/bolt [MIT](https://github.com/boltdb/bolt/blob/master/LICENSE) +* github.com/bouk/httprouter [BSD](https://github.com/bouk/httprouter/blob/master/LICENSE) +* github.com/dgrijalva/jwt-go [MIT](https://github.com/dgrijalva/jwt-go/blob/master/LICENSE) +* github.com/elazarl/go-bindata-assetfs [BSD](https://github.com/elazarl/go-bindata-assetfs/blob/master/LICENSE) +* github.com/gogo/protobuf [BSD](https://github.com/gogo/protobuf/blob/master/LICENSE) +* github.com/google/go-github [BSD](https://github.com/google/go-github/blob/master/LICENSE) +* github.com/google/go-querystring [BSD](https://github.com/google/go-querystring/blob/master/LICENSE) +* github.com/influxdata/kapacitor [MIT](https://github.com/influxdata/kapacitor/blob/master/LICENSE) +* github.com/influxdata/usage-client [MIT](https://github.com/influxdata/usage-client/blob/master/LICENSE.TXT) +* github.com/jessevdk/go-flags [BSD](https://github.com/jessevdk/go-flags/blob/master/LICENSE) +* github.com/satori/go.uuid [MIT](https://github.com/satori/go.uuid/blob/master/LICENSE) +* github.com/sergi/go-diff [MIT](https://github.com/sergi/go-diff/blob/master/LICENSE.txt) +* github.com/tylerb/graceful [MIT](https://github.com/tylerb/graceful/blob/master/LICENSE) +* golang.org/x/net [BSD](https://github.com/golang/net/blob/master/LICENSE) +* golang.org/x/oauth2 [BSD](https://github.com/golang/oauth2/blob/master/LICENSE) + +### Javascript +* Base64 0.2.1 [WTFPL](http://github.com/davidchambers/Base64.js) +* abab 1.0.3 [ISC](https://github.com/jsdom/abab) +* abbrev 1.0.9 [ISC](ssh://git@github.com/isaacs/abbrev-js) +* accepts 1.1.4 [MIT](https://github.com/jshttp/accepts) +* accepts 1.3.3 [MIT](https://github.com/jshttp/accepts) +* acorn 2.7.0 [MIT](https://github.com/ternjs/acorn) +* acorn 3.3.0 [MIT](https://github.com/ternjs/acorn) +* acorn 4.0.3 [MIT](https://github.com/ternjs/acorn) +* acorn-globals 1.0.9 [MIT](https://github.com/ForbesLindesay/acorn-globals) +* acorn-jsx 3.0.1 [MIT](https://github.com/RReverser/acorn-jsx) +* after 0.8.1 [MIT](http://github.com/Raynos/after) +* ajv 4.8.2 [MIT](https://github.com/epoberezkin/ajv) +* ajv-keywords 1.1.1 [MIT](https://github.com/epoberezkin/ajv-keywords) +* align-text 0.1.4 [MIT](http://github.com/jonschlinkert/align-text) +* alphanum-sort 1.0.2 [MIT](https://github.com/TrySound/alphanum-sort) +* amdefine 1.0.1 [BSD;BSD-3-Clause OR MIT;MIT](https://github.com/jrburke/amdefine) +* ansi-escapes 1.4.0 [MIT](https://github.com/sindresorhus/ansi-escapes) +* ansi-regex 2.0.0 [MIT](https://github.com/sindresorhus/ansi-regex) +* ansi-styles 2.2.1 [MIT](https://github.com/chalk/ansi-styles) +* ansicolors 0.2.1 [MIT](http://github.com/thlorenz/ansicolors) +* any-promise 0.1.0 [MIT](https://github.com/kevinbeaty/any-promise) +* anymatch 1.3.0 [ISC](https://github.com/es128/anymatch) +* aproba 1.0.4 [ISC](https://github.com/iarna/aproba) +* are-we-there-yet 1.1.2 [ISC](https://github.com/iarna/are-we-there-yet) +* argparse 1.0.9 [MIT](https://github.com/nodeca/argparse) +* arr-diff 2.0.0 [MIT](https://github.com/jonschlinkert/arr-diff) +* arr-flatten 1.0.1 [MIT](http://github.com/jonschlinkert/arr-flatten) +* array-equal 1.0.0 [MIT](http://github.com/component/array-equal) +* array-find-index 1.0.2 [MIT](https://github.com/sindresorhus/array-find-index) +* array-flatten 1.1.1 [MIT](http://github.com/blakeembrey/array-flatten) +* array-index 1.0.0 [MIT](http://github.com/TooTallNate/array-index) +* array-slice 0.2.3 [MIT](http://github.com/jonschlinkert/array-slice) +* array-union 1.0.2 [MIT](https://github.com/sindresorhus/array-union) +* array-uniq 1.0.3 [MIT](https://github.com/sindresorhus/array-uniq) +* array-unique 0.2.1 [MIT](http://github.com/jonschlinkert/array-unique) +* arraybuffer.slice 0.0.6 [MIT](ssh://git@github.com/rase-/arraybuffer.slice) +* arrify 1.0.1 [MIT](https://github.com/sindresorhus/arrify) +* asap 2.0.5 [MIT](https://github.com/kriskowal/asap) +* asn1 0.2.3 [MIT](http://github.com/mcavage/node-asn1) +* assert 1.4.1 [MIT](http://github.com/defunctzombie/commonjs-assert) +* assert-plus 0.2.0 [MIT](https://github.com/mcavage/node-assert-plus) +* assert-plus 1.0.0 [MIT](https://github.com/mcavage/node-assert-plus) +* assertion-error 1.0.2 [MIT](ssh://git@github.com/chaijs/assertion-error) +* ast-types 0.8.15 [MIT](http://github.com/benjamn/ast-types) +* async 0.2.10 [MIT](https://github.com/caolan/async) +* async 0.9.2 [MIT](https://github.com/caolan/async) +* async 1.5.2 [MIT](https://github.com/caolan/async) +* async 2.1.2 [MIT](https://github.com/caolan/async) +* async-each 1.0.1 [MIT](http://github.com/paulmillr/async-each) +* async-foreach 0.1.3 [MIT](http://github.com/cowboy/javascript-sync-async-foreach) +* asynckit 0.4.0 [MIT](https://github.com/alexindigo/asynckit) +* atob 1.1.3 [(MIT OR Apache-2.0);Apache;MIT](http://github.com/coolaj86/node-browser-compat) +* autoprefixer 6.5.3 [MIT](https://github.com/postcss/autoprefixer) +* aws-sign2 0.6.0 [Apache;Apache-2.0](https://github.com/mikeal/aws-sign) +* aws4 1.4.1 [MIT](https://github.com/mhart/aws4) +* aws4 1.5.0 [MIT](https://github.com/mhart/aws4) +* axios 0.13.1 [MIT](https://github.com/mzabriskie/axios) +* babel-code-frame 6.16.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-code-frame) +* babel-core 6.18.2 [MIT](https://github.com/babel/babel/tree/master/packages/babel-core) +* babel-eslint 6.1.2 [MIT](https://github.com/babel/babel-eslint) +* babel-generator 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-generator) +* babel-helper-builder-react-jsx 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx) +* babel-helper-call-delegate 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate) +* babel-helper-define-map 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helper-define-map) +* babel-helper-function-name 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helper-function-name) +* babel-helper-get-function-arity 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity) +* babel-helper-hoist-variables 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables) +* babel-helper-optimise-call-expression 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression) +* babel-helper-regex 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helper-regex) +* babel-helper-replace-supers 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers) +* babel-helpers 6.16.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-helpers) +* babel-loader 6.2.7 [MIT](https://github.com/babel/babel-loader) +* babel-messages 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-messages) +* babel-plugin-check-es2015-constants 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-check-es2015-constants) +* babel-plugin-lodash 2.3.0 [MIT](https://github.com/megawac/babel-plugin-lodash) +* babel-plugin-syntax-decorators 6.13.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators) +* babel-plugin-syntax-flow 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow) +* babel-plugin-syntax-jsx 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx) +* babel-plugin-syntax-object-rest-spread 6.13.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread) +* babel-plugin-syntax-trailing-function-commas 6.13.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas) +* babel-plugin-transform-decorators-legacy 1.3.4 [MIT](https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy) +* babel-plugin-transform-es2015-arrow-functions 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions) +* babel-plugin-transform-es2015-block-scoped-functions 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoped-functions) +* babel-plugin-transform-es2015-block-scoping 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping) +* babel-plugin-transform-es2015-classes 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes) +* babel-plugin-transform-es2015-computed-properties 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties) +* babel-plugin-transform-es2015-destructuring 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring) +* babel-plugin-transform-es2015-duplicate-keys 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys) +* babel-plugin-transform-es2015-for-of 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of) +* babel-plugin-transform-es2015-function-name 6.9.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name) +* babel-plugin-transform-es2015-literals 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-literals) +* babel-plugin-transform-es2015-modules-amd 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd) +* babel-plugin-transform-es2015-modules-commonjs 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs) +* babel-plugin-transform-es2015-modules-systemjs 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs) +* babel-plugin-transform-es2015-modules-umd 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd) +* babel-plugin-transform-es2015-object-super 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super) +* babel-plugin-transform-es2015-parameters 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters) +* babel-plugin-transform-es2015-shorthand-properties 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties) +* babel-plugin-transform-es2015-spread 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread) +* babel-plugin-transform-es2015-sticky-regex 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-sticky-regex) +* babel-plugin-transform-es2015-template-literals 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals) +* babel-plugin-transform-es2015-typeof-symbol 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol) +* babel-plugin-transform-es2015-unicode-regex 6.11.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex) +* babel-plugin-transform-flow-strip-types 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types) +* babel-plugin-transform-object-rest-spread 6.16.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread) +* babel-plugin-transform-react-display-name 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-display-name) +* babel-plugin-transform-react-jsx 6.8.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx) +* babel-plugin-transform-react-jsx-self 6.11.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self) +* babel-plugin-transform-react-jsx-source 6.9.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source) +* babel-plugin-transform-react-remove-prop-types 0.2.10 [MIT](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types) +* babel-plugin-transform-regenerator 6.16.1 [BSD](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator) +* babel-plugin-transform-runtime 6.15.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime) +* babel-plugin-transform-strict-mode 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode) +* babel-polyfill 6.16.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-polyfill) +* babel-preset-es2015 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-preset-es2015) +* babel-preset-react 6.16.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-preset-react) +* babel-register 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-register) +* babel-runtime 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-runtime) +* babel-template 6.16.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-template) +* babel-traverse 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-traverse) +* babel-types 6.18.0 [MIT](https://github.com/babel/babel/tree/master/packages/babel-types) +* babylon 6.13.1 [MIT](https://github.com/babel/babylon) +* backbone 1.3.3 [MIT](https://github.com/jashkenas/backbone) +* backo2 1.0.2 [MIT](https://github.com/mokesmokes/backo) +* balanced-match 0.1.0 [MIT](http://github.com/juliangruber/balanced-match) +* balanced-match 0.2.1 [MIT](http://github.com/juliangruber/balanced-match) +* balanced-match 0.4.2 [MIT](http://github.com/juliangruber/balanced-match) +* base62 1.1.1 [MIT](https://github.com/andrew/base62.js) +* base64-arraybuffer 0.1.2 [MIT](https://github.com/niklasvh/base64-arraybuffer) +* base64-arraybuffer 0.1.5 [MIT](https://github.com/niklasvh/base64-arraybuffer) +* base64-js 1.2.0 [MIT](http://github.com/beatgammit/base64-js) +* base64id 0.1.0 [Unknown](http://github.com/faeldt/base64id) +* batch 0.5.3 [MIT](https://github.com/visionmedia/batch) +* bcrypt-pbkdf 1.0.0 [BSD-4-Clause]((none)) +* benchmark 1.0.0 [MIT](https://github.com/bestiejs/benchmark.js) +* better-assert 1.0.2 [MIT](https://github.com/visionmedia/better-assert) +* big.js 3.1.3 [MIT](https://github.com/MikeMcl/big.js) +* binary-extensions 1.7.0 [MIT](https://github.com/sindresorhus/binary-extensions) +* bl 1.1.2 [MIT](https://github.com/rvagg/bl) +* blob 0.0.4 [MIT](ssh://git@github.com/rase-/blob) +* block-stream 0.0.9 [ISC](http://github.com/isaacs/block-stream) +* bluebird 3.4.6 [MIT](http://github.com/petkaantonov/bluebird) +* body-parser 1.15.2 [MIT](https://github.com/expressjs/body-parser) +* boolbase 1.0.0 [ISC](https://github.com/fb55/boolbase) +* boom 2.10.1 [BSD-3-Clause](http://github.com/hapijs/boom) +* bootstrap 3.3.7 [MIT](https://github.com/twbs/bootstrap) +* bower 1.8.0 [MIT](https://github.com/bower/bower) +* brace-expansion 1.1.5 [MIT](http://github.com/juliangruber/brace-expansion) +* brace-expansion 1.1.6 [MIT](http://github.com/juliangruber/brace-expansion) +* braces 0.1.5 [MIT](http://github.com/jonschlinkert/braces) +* braces 1.8.5 [MIT](https://github.com/jonschlinkert/braces) +* browserify-zlib 0.1.4 [MIT](http://github.com/devongovett/browserify-zlib) +* browserslist 1.4.0 [MIT](https://github.com/ai/browserslist) +* buffer 4.9.1 [MIT](http://github.com/feross/buffer) +* buffer-shims 1.0.0 [MIT](ssh://git@github.com/calvinmetcalf/buffer-shims) +* builtin-modules 1.1.1 [MIT](https://github.com/sindresorhus/builtin-modules) +* bytes 2.3.0 [MIT](https://github.com/visionmedia/bytes.js) +* bytes 2.4.0 [MIT](https://github.com/visionmedia/bytes.js) +* caller-path 0.1.0 [MIT](http://github.com/sindresorhus/caller-path) +* callsite 1.0.0 [MIT]((none)) +* callsites 0.2.0 [MIT](http://github.com/sindresorhus/callsites) +* camel-case 3.0.0 [MIT](http://github.com/blakeembrey/camel-case) +* camelcase 1.2.1 [MIT](https://github.com/sindresorhus/camelcase) +* camelcase 2.1.1 [MIT](https://github.com/sindresorhus/camelcase) +* camelcase 3.0.0 [MIT](https://github.com/sindresorhus/camelcase) +* camelcase-keys 2.1.0 [MIT](https://github.com/sindresorhus/camelcase-keys) +* caniuse-db 1.0.30000579 [CC-BY-4.0;Public Domain](https://github.com/Fyrd/caniuse) +* cardinal 1.0.0 [MIT](http://github.com/thlorenz/cardinal) +* caseless 0.11.0 [Apache;Apache-2.0](https://github.com/mikeal/caseless) +* center-align 0.1.3 [MIT](https://github.com/jonschlinkert/center-align) +* chai 3.5.0 [MIT](https://github.com/chaijs/chai) +* chalk 1.1.3 [MIT](https://github.com/chalk/chalk) +* change-case 3.0.0 [MIT](https://github.com/blakeembrey/change-case) +* charm 1.0.1 [MIT/X11](ssh://git@github.com/substack/node-charm) +* cheerio 0.22.0 [MIT](http://github.com/cheeriojs/cheerio) +* chokidar 1.6.1 [MIT](https://github.com/paulmillr/chokidar) +* chronograf-ui 1.1.0 [AGPL-3.0](https://github.com/influxdata/chronograf) +* circular-json 0.3.1 [MIT](http://github.com/WebReflection/circular-json) +* clap 1.1.1 [MIT](https://github.com/lahmatiy/clap) +* classnames 2.2.5 [MIT](https://github.com/JedWatson/classnames) +* clean-css 3.4.20 [MIT](https://github.com/jakubpawlowicz/clean-css) +* cli-cursor 1.0.2 [MIT](https://github.com/sindresorhus/cli-cursor) +* cli-table 0.3.1 [MIT](https://github.com/Automattic/cli-table) +* cli-usage 0.1.4 [MIT]((none)) +* cli-width 2.1.0 [ISC](ssh://git@github.com/knownasilya/cli-width) +* cliui 2.1.0 [ISC](ssh://git@github.com/bcoe/cliui) +* cliui 3.2.0 [ISC](ssh://git@github.com/yargs/cliui) +* clone 1.0.2 [MIT](http://github.com/pvorb/node-clone) +* co 4.6.0 [MIT](https://github.com/tj/co) +* coa 1.0.1 [MIT](http://github.com/veged/coa) +* code-point-at 1.0.0 [MIT](https://github.com/sindresorhus/code-point-at) +* code-point-at 1.1.0 [MIT](https://github.com/sindresorhus/code-point-at) +* color 0.11.4 [MIT](https://github.com/qix-/color) +* color-convert 1.7.0 [MIT](https://github.com/qix-/color-convert) +* color-name 1.1.1 [MIT](ssh://git@github.com/dfcreative/color-name) +* color-string 0.3.0 [MIT](ssh://git@github.com/harthur/color-string) +* colormin 1.1.2 [MIT](https://github.com/ben-eb/colormin) +* colors 1.0.3 [MIT](ssh://git@github.com/Marak/colors.js) +* colors 1.1.2 [MIT](ssh://git@github.com/Marak/colors.js) +* combine-lists 1.0.1 [MIT](https://github.com/sjelin/combine-lists) +* combined-stream 1.0.5 [MIT](http://github.com/felixge/node-combined-stream) +* commander 0.6.1 [MIT](http://github.com/visionmedia/commander.js) +* commander 2.3.0 [MIT](https://github.com/visionmedia/commander.js) +* commander 2.8.1 [MIT](https://github.com/tj/commander.js) +* commander 2.9.0 [MIT](https://github.com/tj/commander.js) +* commondir 1.0.1 [MIT](ssh://git@github.com/substack/node-commondir) +* commoner 0.10.4 [MIT](http://github.com/reactjs/commoner) +* component-bind 1.0.0 [MIT](https://github.com/component/bind) +* component-emitter 1.1.2 [MIT](https://github.com/component/emitter) +* component-emitter 1.2.0 [MIT](https://github.com/component/emitter) +* component-inherit 0.0.3 [MIT](https://github.com/component/inherit) +* compressible 2.0.9 [MIT](https://github.com/jshttp/compressible) +* compression 1.6.2 [MIT](https://github.com/expressjs/compression) +* concat-map 0.0.1 [MIT](http://github.com/substack/node-concat-map) +* concat-stream 1.5.0 [MIT](ssh://git@github.com/maxogden/concat-stream) +* concat-stream 1.5.2 [MIT](ssh://git@github.com/maxogden/concat-stream) +* connect 3.5.0 [MIT](https://github.com/senchalabs/connect) +* connect-history-api-fallback 1.3.0 [MIT](ssh://git@github.com/bripkens/connect-history-api-fallback) +* console-browserify 1.1.0 [MIT](http://github.com/Raynos/console-browserify) +* console-control-strings 1.1.0 [ISC](https://github.com/iarna/console-control-strings) +* consolidate 0.14.4 [MIT](https://github.com/visionmedia/consolidate.js) +* constant-case 2.0.0 [MIT](http://github.com/blakeembrey/constant-case) +* constants-browserify 0.0.1 [MIT](http://github.com/juliangruber/constants-browserify) +* content-disposition 0.5.1 [MIT](https://github.com/jshttp/content-disposition) +* content-type 1.0.2 [MIT](https://github.com/jshttp/content-type) +* content-type-parser 1.0.1 [WTFPL](https://github.com/jsdom/content-type-parser) +* convert-source-map 0.3.5 [MIT](http://github.com/thlorenz/convert-source-map) +* convert-source-map 1.3.0 [MIT](http://github.com/thlorenz/convert-source-map) +* cookie 0.3.1 [MIT](https://github.com/jshttp/cookie) +* cookie-signature 1.0.6 [MIT](https://github.com/visionmedia/node-cookie-signature) +* core-js 2.4.1 [MIT](https://github.com/zloirock/core-js) +* core-util-is 1.0.2 [MIT](http://github.com/isaacs/core-util-is) +* cross-spawn 3.0.1 [MIT](http://github.com/IndigoUnited/node-cross-spawn) +* cross-spawn 4.0.2 [MIT](http://github.com/IndigoUnited/node-cross-spawn) +* cryptiles 2.0.5 [BSD-3-Clause](http://github.com/hapijs/cryptiles) +* crypto-browserify 3.2.8 [MIT](http://github.com/dominictarr/crypto-browserify) +* css 2.2.1 [MIT](https://github.com/reworkcss/css) +* css-color-function 1.3.0 [MIT](http://github.com/ianstormtaylor/css-color-function) +* css-color-names 0.0.4 [MIT](http://github.com/bahamas10/css-color-names) +* css-loader 0.9.1 [MIT](ssh://git@github.com/webpack/css-loader) +* css-loader 0.23.1 [MIT](ssh://git@github.com/webpack/css-loader) +* css-select 1.2.0 [BSD-like](http://github.com/fb55/css-select) +* css-selector-tokenizer 0.5.4 [MIT](https://github.com/css-modules/css-selector-tokenizer) +* css-selector-tokenizer 0.6.0 [MIT](https://github.com/css-modules/css-selector-tokenizer) +* css-what 2.1.0 [BSD-like](https://github.com/fb55/css-what) +* cssesc 0.1.0 [MIT](https://github.com/mathiasbynens/cssesc) +* cssnano 3.8.0 [MIT](https://github.com/ben-eb/cssnano) +* csso 1.3.12 [MIT](https://github.com/css/csso) +* csso 2.2.1 [MIT](https://github.com/css/csso) +* cssom 0.3.1 [MIT](https://github.com/nv/CSSOM) +* cssstyle 0.2.37 [MIT](https://github.com/chad3814/CSSStyleDeclaration) +* currently-unhandled 0.4.1 [MIT](https://github.com/jamestalmage/currently-unhandled) +* custom-event 1.0.1 [MIT](http://github.com/webmodules/custom-event) +* d 0.1.1 [MIT](http://github.com/medikoo/d) +* dashdash 1.14.0 [MIT](http://github.com/trentm/node-dashdash) +* date-now 0.1.4 [MIT](http://github.com/Colingo/date-now) +* debug 0.7.4 [MIT](http://github.com/visionmedia/debug) +* debug 2.2.0 [MIT](http://github.com/visionmedia/debug) +* debug 2.3.2 [MIT](http://github.com/visionmedia/debug) +* decamelize 1.2.0 [MIT](https://github.com/sindresorhus/decamelize) +* deep-eql 0.1.3 [MIT](ssh://git@github.com/chaijs/deep-eql) +* deep-equal 1.0.1 [MIT](ssh://git@github.com/substack/node-deep-equal) +* deep-extend 0.4.1 [MIT](http://github.com/unclechu/node-deep-extend) +* deep-is 0.1.3 [MIT](ssh://git@github.com/thlorenz/deep-is) +* define-properties 1.1.2 [MIT](http://github.com/ljharb/define-properties) +* defined 1.0.0 [MIT](http://github.com/substack/defined) +* del 2.2.2 [MIT](https://github.com/sindresorhus/del) +* delayed-stream 1.0.0 [MIT](http://github.com/felixge/node-delayed-stream) +* delegates 1.0.0 [MIT](https://github.com/visionmedia/node-delegates) +* depd 1.1.0 [MIT](https://github.com/dougwilson/nodejs-depd) +* destroy 1.0.4 [MIT](https://github.com/stream-utils/destroy) +* detect-indent 4.0.0 [MIT](https://github.com/sindresorhus/detect-indent) +* detective 4.3.2 [MIT](http://github.com/substack/node-detective) +* di 0.0.1 [MIT](http://github.com/vojtajina/node-di) +* did_it_work 0.0.6 [MIT]((none)) +* diff 1.4.0 [BSD](http://github.com/kpdecker/jsdiff) +* doctrine 1.5.0 [Apache;BSD](https://github.com/eslint/doctrine) +* dom-converter 0.1.4 [MIT](https://github.com/AriaMinaei/dom-converter) +* dom-serialize 2.2.1 [MIT](http://github.com/webmodules/dom-serialize) +* dom-serializer 0.1.0 [MIT](http://github.com/cheeriojs/dom-renderer) +* domain-browser 1.1.7 [MIT](ssh://git@github.com/bevry/domain-browser) +* domelementtype 1.1.3 [Unknown](http://github.com/FB55/domelementtype) +* domelementtype 1.3.0 [Unknown](http://github.com/FB55/domelementtype) +* domhandler 2.1.0 [Unknown](http://github.com/fb55/domhandler) +* domhandler 2.3.0 [Unknown](http://github.com/fb55/DomHandler) +* domutils 1.1.6 [Unknown](http://github.com/FB55/domutils) +* domutils 1.5.1 [Unknown](http://github.com/FB55/domutils) +* dot-case 2.1.0 [MIT](http://github.com/blakeembrey/dot-case) +* dygraphs 1.1.1 [Apache;BSD;MIT;MPL](http://github.com/danvk/dygraphs) +* ecc-jsbn 0.1.1 [MIT](https://github.com/quartzjer/ecc-jsbn) +* ee-first 1.1.1 [MIT](https://github.com/jonathanong/ee-first) +* element-resize-event 2.0.7 [MIT](https://github.com/KyleAMathews/element-resize-event) +* emojis-list 2.1.0 [MIT](https://github.com/kikobeats/emojis-list) +* encodeurl 1.0.1 [MIT](https://github.com/pillarjs/encodeurl) +* encoding 0.1.12 [MIT](https://github.com/andris9/encoding) +* engine.io 1.6.10 [MIT](ssh://git@github.com/socketio/engine.io) +* engine.io 1.7.0 [MIT](ssh://git@github.com/socketio/engine.io) +* engine.io-client 1.6.9 [MIT](https://github.com/socketio/engine.io-client) +* engine.io-client 1.7.0 [MIT](https://github.com/socketio/engine.io-client) +* engine.io-parser 1.2.4 [MIT](ssh://git@github.com/Automattic/engine.io-parser) +* engine.io-parser 1.3.0 [MIT](ssh://git@github.com/socketio/engine.io-parser) +* enhanced-resolve 0.9.1 [MIT](http://github.com/webpack/enhanced-resolve) +* ent 2.2.0 [MIT](https://github.com/substack/node-ent) +* entities 1.1.1 [BSD-like](http://github.com/fb55/node-entities) +* envify 3.4.1 [MIT](http://github.com/hughsk/envify) +* enzyme 2.6.0 [MIT](https://github.com/airbnb/enzyme) +* errno 0.1.4 [MIT](https://github.com/rvagg/node-errno) +* error-ex 1.3.0 [MIT](https://github.com/qix-/node-error-ex) +* es-abstract 1.6.1 [MIT](http://github.com/ljharb/es-abstract) +* es-to-primitive 1.1.1 [MIT](http://github.com/ljharb/es-to-primitive) +* es5-ext 0.10.12 [MIT](http://github.com/medikoo/es5-ext) +* es6-iterator 2.0.0 [MIT](http://github.com/medikoo/es6-iterator) +* es6-map 0.1.4 [MIT](http://github.com/medikoo/es6-map) +* es6-promise 4.0.5 [MIT](http://github.com/stefanpenner/es6-promise) +* es6-set 0.1.4 [MIT](http://github.com/medikoo/es6-set) +* es6-symbol 3.1.0 [MIT](http://github.com/medikoo/es6-symbol) +* es6-weak-map 2.0.1 [MIT](http://github.com/medikoo/es6-weak-map) +* escape-html 1.0.3 [MIT](https://github.com/component/escape-html) +* escape-string-regexp 1.0.2 [MIT](https://github.com/sindresorhus/escape-string-regexp) +* escape-string-regexp 1.0.5 [MIT](https://github.com/sindresorhus/escape-string-regexp) +* escodegen 1.8.1 [BSD-2-Clause](ssh://git@github.com/estools/escodegen) +* escope 3.6.0 [BSD-2-Clause](https://github.com/estools/escope) +* eslint 3.9.1 [MIT](https://github.com/eslint/eslint) +* eslint-loader 1.6.1 [MIT](https://github.com/MoOx/eslint-loader) +* eslint-plugin-react 6.6.0 [MIT](https://github.com/yannickcr/eslint-plugin-react) +* espree 3.3.2 [BSD;BSD-2-Clause](https://github.com/eslint/espree) +* esprima 2.7.3 [BSD;BSD-2-Clause](https://github.com/jquery/esprima) +* esprima 3.0.0 [BSD;BSD-2-Clause](https://github.com/jquery/esprima) +* esprima-fb 15001.1.0-dev-harmony-fb [BSD](ssh://git@github.com/facebook/esprima) +* esprima-fb 15001.1001.0-dev-harmony-fb [BSD](ssh://git@github.com/facebook/esprima) +* esrecurse 4.1.0 [BSD-2-Clause](https://github.com/estools/esrecurse) +* estraverse 1.9.3 [BSD](ssh://git@github.com/estools/estraverse) +* estraverse 4.1.1 [BSD-2-Clause](ssh://git@github.com/estools/estraverse) +* estraverse 4.2.0 [BSD-2-Clause](ssh://git@github.com/estools/estraverse) +* esutils 2.0.2 [BSD](ssh://git@github.com/estools/esutils) +* etag 1.7.0 [MIT](https://github.com/jshttp/etag) +* event-emitter 0.3.4 [MIT](http://github.com/medikoo/event-emitter) +* eventemitter3 1.2.0 [MIT](http://github.com/primus/eventemitter3) +* events 1.1.1 [MIT](http://github.com/Gozala/events) +* events-to-array 1.0.2 [ISC](https://github.com/isaacs/events-to-array) +* eventsource 0.1.6 [MIT](http://github.com/aslakhellesoy/eventsource-node) +* exit-hook 1.1.1 [MIT](http://github.com/sindresorhus/exit-hook) +* expand-braces 0.1.2 [MIT](https://github.com/jonschlinkert/expand-braces) +* expand-brackets 0.1.5 [MIT](https://github.com/jonschlinkert/expand-brackets) +* expand-range 0.1.1 [MIT](http://github.com/jonschlinkert/expand-range) +* expand-range 1.8.2 [MIT](https://github.com/jonschlinkert/expand-range) +* express 4.14.0 [MIT](https://github.com/expressjs/express) +* extend 3.0.0 [MIT](https://github.com/justmoon/node-extend) +* extglob 0.3.2 [MIT](http://github.com/jonschlinkert/extglob) +* extract-text-webpack-plugin 1.0.1 [MIT](ssh://git@github.com/webpack/extract-text-webpack-plugin) +* extract-zip 1.5.0 [BSD-2-Clause](ssh://git@github.com/maxogden/extract-zip) +* extsprintf 1.0.2 [Unknown](http://github.com/davepacheco/node-extsprintf) +* fast-levenshtein 2.0.5 [MIT](https://github.com/hiddentao/fast-levenshtein) +* fastparse 1.1.1 [MIT](https://github.com/webpack/fastparse) +* faye-websocket 0.10.0 [MIT](http://github.com/faye/faye-websocket-node) +* faye-websocket 0.11.0 [MIT](http://github.com/faye/faye-websocket-node) +* fbjs 0.8.6 [BSD;BSD-3-Clause](https://github.com/facebook/fbjs) +* fd-slicer 1.0.1 [MIT](http://github.com/andrewrk/node-fd-slicer) +* figures 1.7.0 [MIT](https://github.com/sindresorhus/figures) +* file-entry-cache 2.0.0 [MIT](https://github.com/royriojas/file-entry-cache) +* file-loader 0.8.5 [MIT](https://github.com/webpack/file-loader) +* filename-regex 2.0.0 [MIT](http://github.com/regexps/filename-regex) +* fill-range 2.2.3 [MIT](https://github.com/jonschlinkert/fill-range) +* finalhandler 0.5.0 [MIT](https://github.com/pillarjs/finalhandler) +* find-cache-dir 0.1.1 [MIT](https://github.com/jamestalmage/find-cache-dir) +* find-up 1.1.2 [MIT](https://github.com/sindresorhus/find-up) +* fireworm 0.7.1 [MIT](ssh://git@github.com/airportyh/fireworm) +* fixed-data-table 0.6.3 [BSD;BSD-3-Clause](https://github.com/facebook/fixed-data-table) +* flat-cache 1.2.1 [MIT](https://github.com/royriojas/flat-cache) +* flatten 1.0.2 [MIT](http://github.com/jesusabdullah/node-flatten) +* follow-redirects 0.0.7 [MIT](ssh://git@github.com/olalonde/follow-redirects) +* for-in 0.1.6 [MIT](https://github.com/jonschlinkert/for-in) +* for-own 0.1.4 [MIT](https://github.com/jonschlinkert/for-own) +* foreach 2.0.5 [MIT](http://github.com/manuelstofer/foreach) +* forever-agent 0.6.1 [Apache;Apache-2.0](https://github.com/mikeal/forever-agent) +* form-data 1.0.0-rc4 [MIT](http://github.com/form-data/form-data) +* form-data 1.0.1 [MIT](http://github.com/form-data/form-data) +* form-data 2.1.2 [MIT](http://github.com/form-data/form-data) +* formatio 1.1.1 [BSD](https://github.com/busterjs/formatio) +* forwarded 0.1.0 [MIT](https://github.com/jshttp/forwarded) +* fresh 0.3.0 [MIT](https://github.com/jshttp/fresh) +* fs-extra 0.24.0 [MIT](https://github.com/jprichardson/node-fs-extra) +* fs-extra 0.30.0 [MIT](https://github.com/jprichardson/node-fs-extra) +* fs-promise 0.3.1 [MIT](https://github.com/kevinbeaty/fs-promise) +* fs.realpath 1.0.0 [ISC;MIT](https://github.com/isaacs/fs.realpath) +* fsevents 1.0.15 [MIT](https://github.com/strongloop/fsevents) +* fstream 1.0.10 [ISC](https://github.com/npm/fstream) +* fstream-ignore 1.0.5 [ISC](http://github.com/isaacs/fstream-ignore) +* function-bind 1.1.0 [MIT](http://github.com/Raynos/function-bind) +* function.prototype.name 1.0.0 [MIT](http://github.com/ljharb/function.prototype.name) +* gauge 2.6.0 [ISC](https://github.com/iarna/gauge) +* gaze 1.1.2 [MIT](https://github.com/shama/gaze) +* generate-function 2.0.0 [MIT](https://github.com/mafintosh/generate-function) +* generate-object-property 1.2.0 [MIT](https://github.com/mafintosh/generate-object-property) +* get-caller-file 1.0.2 [ISC](https://github.com/stefanpenner/get-caller-file) +* get-stdin 4.0.1 [MIT](https://github.com/sindresorhus/get-stdin) +* getpass 0.1.6 [MIT](https://github.com/arekinath/node-getpass) +* glob 3.2.11 [BSD](http://github.com/isaacs/node-glob) +* glob 5.0.15 [ISC](http://github.com/isaacs/node-glob) +* glob 7.0.5 [ISC](http://github.com/isaacs/node-glob) +* glob 7.1.1 [ISC](http://github.com/isaacs/node-glob) +* glob-base 0.3.0 [MIT](http://github.com/jonschlinkert/glob-base) +* glob-parent 2.0.0 [ISC](https://github.com/es128/glob-parent) +* globals 9.13.0 [MIT](https://github.com/sindresorhus/globals) +* globby 3.0.1 [MIT](https://github.com/sindresorhus/globby) +* globby 5.0.0 [MIT](https://github.com/sindresorhus/globby) +* globule 1.1.0 [MIT](http://github.com/cowboy/node-globule) +* graceful-fs 4.1.4 [ISC](https://github.com/isaacs/node-graceful-fs) +* graceful-fs 4.1.10 [ISC](https://github.com/isaacs/node-graceful-fs) +* graceful-readlink 1.0.1 [MIT](http://github.com/zhiyelee/graceful-readlink) +* growl 1.9.2 [MIT](http://github.com/tj/node-growl) +* growly 1.3.0 [MIT](ssh://git@github.com/theabraham/growly) +* hanson 1.2.0 [Public Domain](https://github.com/timjansen/hanson) +* har-validator 2.0.6 [ISC](https://github.com/ahmadnassri/har-validator) +* has 1.0.1 [MIT](http://github.com/tarruda/has) +* has-ansi 2.0.0 [MIT](https://github.com/sindresorhus/has-ansi) +* has-binary 0.1.6 [MIT]((none)) +* has-binary 0.1.7 [MIT]((none)) +* has-color 0.1.7 [MIT](http://github.com/sindresorhus/has-color) +* has-cors 1.1.0 [MIT](http://github.com/component/has-cors) +* has-flag 1.0.0 [MIT](https://github.com/sindresorhus/has-flag) +* has-unicode 2.0.1 [ISC](https://github.com/iarna/has-unicode) +* hasha 2.2.0 [MIT](https://github.com/sindresorhus/hasha) +* hawk 3.1.3 [BSD-3-Clause](http://github.com/hueniverse/hawk) +* he 1.1.0 [MIT](https://github.com/mathiasbynens/he) +* header-case 1.0.0 [MIT](http://github.com/blakeembrey/header-case) +* history 2.1.2 [MIT](https://github.com/mjackson/history) +* hoek 2.16.3 [BSD-3-Clause](http://github.com/hapijs/hoek) +* hoist-non-react-statics 1.2.0 [BSD](http://github.com/mridgway/hoist-non-react-statics) +* home-or-tmp 2.0.0 [MIT](https://github.com/sindresorhus/home-or-tmp) +* hosted-git-info 2.1.5 [ISC](https://github.com/npm/hosted-git-info) +* hson-loader 1.0.0 [MIT](https://github.com/kentcdodds/hson-loader) +* html-comment-regex 1.1.1 [MIT](https://github.com/stevemao/html-comment-regex) +* html-encoding-sniffer 1.0.1 [WTFPL](https://github.com/jsdom/html-encoding-sniffer) +* html-minifier 3.1.1 [MIT](https://github.com/kangax/html-minifier) +* html-webpack-plugin 2.24.1 [MIT](https://github.com/ampedandwired/html-webpack-plugin) +* htmlparser2 3.3.0 [MIT](http://github.com/fb55/htmlparser2) +* htmlparser2 3.9.2 [MIT](http://github.com/fb55/htmlparser2) +* http-browserify 1.7.0 [MIT;MIT/X11](ssh://git@github.com/substack/http-browserify) +* http-errors 1.5.0 [MIT](https://github.com/jshttp/http-errors) +* http-proxy 1.15.2 [MIT](https://github.com/nodejitsu/node-http-proxy) +* http-proxy-middleware 0.17.2 [MIT](https://github.com/chimurai/http-proxy-middleware) +* http-signature 1.1.1 [MIT](http://github.com/joyent/node-http-signature) +* https-browserify 0.0.0 [MIT](http://github.com/substack/https-browserify) +* iconv-lite 0.4.13 [MIT](http://github.com/ashtuchkin/iconv-lite) +* icss-replace-symbols 1.0.2 [ISC](https://github.com/css-modules/icss-replace-symbols) +* ieee754 1.1.8 [BSD;BSD-3-Clause](http://github.com/feross/ieee754) +* ignore 3.2.0 [MIT](ssh://git@github.com/kaelzhang/node-ignore) +* imports-loader 0.6.5 [MIT](https://github.com/webpack/imports-loader) +* imurmurhash 0.1.4 [MIT](https://github.com/jensyt/imurmurhash-js) +* in-publish 2.0.0 [ISC](https://github.com/iarna/in-publish) +* indent-string 2.1.0 [MIT](https://github.com/sindresorhus/indent-string) +* indexes-of 1.0.1 [MIT](http://github.com/dominictarr/indexes-of) +* indexof 0.0.1 [MIT]((none)) +* inflight 1.0.5 [ISC](https://github.com/npm/inflight) +* inflight 1.0.6 [ISC](https://github.com/npm/inflight) +* inherits 2.0.1 [ISC](http://github.com/isaacs/inherits) +* inherits 2.0.3 [ISC](http://github.com/isaacs/inherits) +* ini 1.3.4 [ISC](http://github.com/isaacs/ini) +* inquirer 0.12.0 [MIT](https://github.com/sboudrias/Inquirer.js) +* interpret 0.6.6 [MIT](http://github.com/tkellen/node-interpret) +* interpret 1.0.1 [MIT](http://github.com/tkellen/node-interpret) +* invariant 2.2.1 [BSD-3-Clause](https://github.com/zertosh/invariant) +* invert-kv 1.0.0 [MIT](https://github.com/sindresorhus/invert-kv) +* ipaddr.js 1.1.1 [MIT](http://github.com/whitequark/ipaddr.js) +* is-absolute-url 2.0.0 [MIT](https://github.com/sindresorhus/is-absolute-url) +* is-arrayish 0.2.1 [MIT](https://github.com/qix-/node-is-arrayish) +* is-binary-path 1.0.1 [MIT](https://github.com/sindresorhus/is-binary-path) +* is-buffer 1.1.4 [MIT](http://github.com/feross/is-buffer) +* is-builtin-module 1.0.0 [MIT](https://github.com/sindresorhus/is-builtin-module) +* is-callable 1.1.3 [MIT](http://github.com/ljharb/is-callable) +* is-date-object 1.0.1 [MIT](http://github.com/ljharb/is-date-object) +* is-dotfile 1.0.2 [MIT](https://github.com/jonschlinkert/is-dotfile) +* is-equal-shallow 0.1.3 [MIT](http://github.com/jonschlinkert/is-equal-shallow) +* is-extendable 0.1.1 [MIT](https://github.com/jonschlinkert/is-extendable) +* is-extglob 1.0.0 [MIT](https://github.com/jonschlinkert/is-extglob) +* is-extglob 2.1.0 [MIT](https://github.com/jonschlinkert/is-extglob) +* is-finite 1.0.2 [MIT](https://github.com/sindresorhus/is-finite) +* is-fullwidth-code-point 1.0.0 [MIT](https://github.com/sindresorhus/is-fullwidth-code-point) +* is-fullwidth-code-point 2.0.0 [MIT](https://github.com/sindresorhus/is-fullwidth-code-point) +* is-glob 2.0.1 [MIT](https://github.com/jonschlinkert/is-glob) +* is-glob 3.1.0 [MIT](https://github.com/jonschlinkert/is-glob) +* is-lower-case 1.1.3 [MIT](http://github.com/blakeembrey/is-lower-case) +* is-my-json-valid 2.13.1 [MIT](https://github.com/mafintosh/is-my-json-valid) +* is-my-json-valid 2.15.0 [MIT](https://github.com/mafintosh/is-my-json-valid) +* is-number 0.1.1 [MIT](http://github.com/jonschlinkert/is-number) +* is-number 2.1.0 [MIT](https://github.com/jonschlinkert/is-number) +* is-path-cwd 1.0.0 [MIT](https://github.com/sindresorhus/is-path-cwd) +* is-path-in-cwd 1.0.0 [MIT](https://github.com/sindresorhus/is-path-in-cwd) +* is-path-inside 1.0.0 [MIT](https://github.com/sindresorhus/is-path-inside) +* is-plain-obj 1.1.0 [MIT](https://github.com/sindresorhus/is-plain-obj) +* is-posix-bracket 0.1.1 [MIT](https://github.com/jonschlinkert/is-posix-bracket) +* is-primitive 2.0.0 [MIT](http://github.com/jonschlinkert/is-primitive) +* is-property 1.0.2 [MIT](http://github.com/mikolalysenko/is-property) +* is-regex 1.0.3 [MIT](http://github.com/ljharb/is-regex) +* is-resolvable 1.0.0 [MIT](https://github.com/shinnn/is-resolvable) +* is-stream 1.1.0 [MIT](https://github.com/sindresorhus/is-stream) +* is-subset 0.1.1 [MIT](ssh://git@github.com/studio-b12/is-subset) +* is-svg 2.1.0 [MIT](https://github.com/sindresorhus/is-svg) +* is-symbol 1.0.1 [MIT](http://github.com/ljharb/is-symbol) +* is-type 0.0.1 [MIT](http://github.com/juliangruber/is-type) +* is-typedarray 1.0.0 [MIT](http://github.com/hughsk/is-typedarray) +* is-upper-case 1.1.2 [MIT](http://github.com/blakeembrey/is-upper-case) +* is-utf8 0.2.1 [MIT](https://github.com/wayfind/is-utf8) +* isarray 0.0.1 [MIT](http://github.com/juliangruber/isarray) +* isarray 1.0.0 [MIT](http://github.com/juliangruber/isarray) +* isbinaryfile 3.0.1 [MIT](https://github.com/gjtorikian/isBinaryFile) +* isexe 1.1.2 [ISC](https://github.com/isaacs/isexe) +* isobject 2.1.0 [MIT](https://github.com/jonschlinkert/isobject) +* isomorphic-fetch 2.2.1 [MIT](https://github.com/matthew-andrews/isomorphic-fetch) +* isstream 0.1.2 [MIT](https://github.com/rvagg/isstream) +* jade 0.26.3 [MIT](http://github.com/visionmedia/jade) +* jodid25519 1.0.2 [MIT](https://github.com/meganz/jodid25519) +* jquery 3.1.1 [MIT](https://github.com/jquery/jquery) +* js-base64 2.1.9 [BSD](http://github.com/dankogai/js-base64) +* js-tokens 2.0.0 [MIT](https://github.com/lydell/js-tokens) +* js-yaml 3.6.1 [MIT](https://github.com/nodeca/js-yaml) +* jsbn 0.1.0 [BSD](https://github.com/andyperlitch/jsbn) +* jsdom 9.8.3 [MIT](https://github.com/tmpvar/jsdom) +* jsesc 0.5.0 [MIT](https://github.com/mathiasbynens/jsesc) +* jsesc 1.3.0 [MIT](https://github.com/mathiasbynens/jsesc) +* json-loader 0.5.4 [MIT](https://github.com/webpack/json-loader) +* json-schema 0.2.2 [AFLv2.1;BSD](ssh://git@github.com/kriszyp/json-schema) +* json-schema 0.2.3 [AFLv2.1;BSD](ssh://git@github.com/kriszyp/json-schema) +* json-stable-stringify 1.0.1 [MIT](http://github.com/substack/json-stable-stringify) +* json-stringify-safe 5.0.1 [ISC](http://github.com/isaacs/json-stringify-safe) +* json3 3.2.6 [MIT](http://github.com/bestiejs/json3) +* json3 3.3.2 [MIT](http://github.com/bestiejs/json3) +* json5 0.5.0 [MIT](https://github.com/aseemk/json5) +* jsonfile 2.4.0 [MIT](ssh://git@github.com/jprichardson/node-jsonfile) +* jsonify 0.0.0 [Public Domain](http://github.com/substack/jsonify) +* jsonpointer 2.0.0 [MIT](ssh://git@github.com/janl/node-jsonpointer) +* jsonpointer 4.0.0 [MIT](ssh://git@github.com/janl/node-jsonpointer) +* jsprim 1.3.0 [MIT](http://github.com/davepacheco/node-jsprim) +* jsprim 1.3.1 [MIT](http://github.com/davepacheco/node-jsprim) +* jstransform 11.0.3 [BSD;BSD-3-Clause](ssh://git@github.com/facebook/jstransform) +* jsx-ast-utils 1.3.3 [MIT](https://github.com/evcohen/jsx-ast-utils) +* karma 1.3.0 [MIT](http://github.com/karma-runner/karma) +* karma-cli 1.0.1 [MIT](http://github.com/karma-runner/karma-cli) +* karma-mocha 1.3.0 [MIT](http://github.com/karma-runner/karma-mocha) +* karma-phantomjs-launcher 1.0.2 [MIT](http://github.com/karma-runner/karma-phantomjs-launcher) +* karma-sinon-chai 1.2.4 [MIT](https://github.com/kmees/karma-sinon-chai) +* karma-sourcemap-loader 0.3.7 [MIT](ssh://git@github.com/demerzel3/karma-sourcemap-loader) +* karma-webpack 1.8.0 [MIT](https://github.com/webpack/karma-webpack) +* kew 0.7.0 [Apache;Apache-2.0](https://github.com/Medium/kew) +* kind-of 3.0.4 [MIT](https://github.com/jonschlinkert/kind-of) +* klaw 1.3.1 [MIT](https://github.com/jprichardson/node-klaw) +* lazy-cache 1.0.4 [MIT](https://github.com/jonschlinkert/lazy-cache) +* lcid 1.0.0 [MIT](https://github.com/sindresorhus/lcid) +* levn 0.3.0 [MIT](http://github.com/gkz/levn) +* load-json-file 1.1.0 [MIT](https://github.com/sindresorhus/load-json-file) +* loader-utils 0.2.16 [MIT](https://github.com/webpack/loader-utils) +* lodash 3.10.1 [MIT](https://github.com/lodash/lodash) +* lodash 4.16.6 [MIT](https://github.com/lodash/lodash) +* lodash-es 4.16.6 [MIT](https://github.com/lodash/lodash) +* lodash._arraycopy 3.0.0 [MIT](https://github.com/lodash/lodash) +* lodash._arrayeach 3.0.0 [MIT](https://github.com/lodash/lodash) +* lodash._baseassign 3.2.0 [MIT](https://github.com/lodash/lodash) +* lodash._baseclone 3.3.0 [MIT](https://github.com/lodash/lodash) +* lodash._basecopy 3.0.1 [MIT](https://github.com/lodash/lodash) +* lodash._baseflatten 3.1.4 [MIT](https://github.com/lodash/lodash) +* lodash._basefor 3.0.3 [MIT](https://github.com/lodash/lodash) +* lodash._bindcallback 3.0.1 [MIT](https://github.com/lodash/lodash) +* lodash._createassigner 3.1.1 [MIT](https://github.com/lodash/lodash) +* lodash._createcompounder 3.0.0 [MIT](https://github.com/lodash/lodash) +* lodash._getnative 3.9.1 [MIT](https://github.com/lodash/lodash) +* lodash._isiterateecall 3.0.9 [MIT](https://github.com/lodash/lodash) +* lodash._root 3.0.1 [MIT](https://github.com/lodash/lodash) +* lodash.assign 3.2.0 [MIT](https://github.com/lodash/lodash) +* lodash.assign 4.2.0 [MIT](https://github.com/lodash/lodash) +* lodash.assignin 4.2.0 [MIT](https://github.com/lodash/lodash) +* lodash.bind 4.2.1 [MIT](https://github.com/lodash/lodash) +* lodash.camelcase 3.0.1 [MIT](https://github.com/lodash/lodash) +* lodash.clonedeep 3.0.2 [MIT](https://github.com/lodash/lodash) +* lodash.clonedeep 4.5.0 [MIT](https://github.com/lodash/lodash) +* lodash.debounce 3.1.1 [MIT](https://github.com/lodash/lodash) +* lodash.deburr 3.2.0 [MIT](https://github.com/lodash/lodash) +* lodash.defaults 3.1.2 [MIT](https://github.com/lodash/lodash) +* lodash.defaults 4.2.0 [MIT](https://github.com/lodash/lodash) +* lodash.filter 4.6.0 [MIT](https://github.com/lodash/lodash) +* lodash.find 4.6.0 [MIT](https://github.com/lodash/lodash) +* lodash.flatten 3.0.2 [MIT](https://github.com/lodash/lodash) +* lodash.flatten 4.4.0 [MIT](https://github.com/lodash/lodash) +* lodash.foreach 4.5.0 [MIT](https://github.com/lodash/lodash) +* lodash.indexof 4.0.5 [MIT](https://github.com/lodash/lodash) +* lodash.isarguments 3.1.0 [MIT](https://github.com/lodash/lodash) +* lodash.isarray 3.0.4 [MIT](https://github.com/lodash/lodash) +* lodash.isequal 4.4.0 [MIT](https://github.com/lodash/lodash) +* lodash.keys 3.1.2 [MIT](https://github.com/lodash/lodash) +* lodash.map 4.6.0 [MIT](https://github.com/lodash/lodash) +* lodash.merge 4.6.0 [MIT](https://github.com/lodash/lodash) +* lodash.pick 4.4.0 [MIT](https://github.com/lodash/lodash) +* lodash.pickby 4.6.0 [MIT](https://github.com/lodash/lodash) +* lodash.reduce 4.6.0 [MIT](https://github.com/lodash/lodash) +* lodash.reject 4.6.0 [MIT](https://github.com/lodash/lodash) +* lodash.restparam 3.6.1 [MIT](https://github.com/lodash/lodash) +* lodash.some 4.6.0 [MIT](https://github.com/lodash/lodash) +* lodash.words 3.2.0 [MIT](https://github.com/lodash/lodash) +* log-symbols 1.0.2 [MIT](https://github.com/sindresorhus/log-symbols) +* log4js 0.6.38 [Apache-2.0](https://github.com/nomiddlename/log4js-node) +* lolex 1.3.2 [BSD;BSD-3-Clause](ssh://git@github.com/sinonjs/lolex) +* lolex 1.5.2 [BSD;BSD-3-Clause](ssh://git@github.com/sinonjs/lolex) +* longest 1.0.1 [MIT](https://github.com/jonschlinkert/longest) +* loose-envify 1.3.0 [MIT](http://github.com/zertosh/loose-envify) +* loud-rejection 1.6.0 [MIT](https://github.com/sindresorhus/loud-rejection) +* lower-case 1.1.3 [MIT](http://github.com/blakeembrey/lower-case) +* lower-case-first 1.0.2 [MIT](http://github.com/blakeembrey/lower-case-first) +* lru-cache 2.2.4 [MIT](http://github.com/isaacs/node-lru-cache) +* lru-cache 4.0.1 [ISC](http://github.com/isaacs/node-lru-cache) +* macaddress 0.2.8 [MIT](https://github.com/scravy/node-macaddress) +* map-obj 1.0.1 [MIT](https://github.com/sindresorhus/map-obj) +* marked 0.3.6 [MIT](http://github.com/chjj/marked) +* marked-terminal 1.7.0 [MIT](https://github.com/mikaelbr/marked-terminal) +* math-expression-evaluator 1.2.14 [MIT](https://github.com/ankit31894/math-expression-evaluator) +* media-typer 0.3.0 [MIT](https://github.com/jshttp/media-typer) +* memory-fs 0.2.0 [MIT](https://github.com/webpack/memory-fs) +* memory-fs 0.3.0 [MIT](https://github.com/webpack/memory-fs) +* meow 3.7.0 [MIT](https://github.com/sindresorhus/meow) +* merge-descriptors 1.0.1 [MIT](https://github.com/component/merge-descriptors) +* methods 1.1.2 [MIT](https://github.com/jshttp/methods) +* micromatch 2.3.11 [MIT](https://github.com/jonschlinkert/micromatch) +* mime 1.3.4 [MIT](https://github.com/broofa/node-mime) +* mime-db 1.12.0 [MIT](https://github.com/jshttp/mime-db) +* mime-db 1.23.0 [MIT](https://github.com/jshttp/mime-db) +* mime-db 1.24.0 [MIT](https://github.com/jshttp/mime-db) +* mime-types 2.0.14 [MIT](https://github.com/jshttp/mime-types) +* mime-types 2.1.11 [MIT](https://github.com/jshttp/mime-types) +* mime-types 2.1.12 [MIT](https://github.com/jshttp/mime-types) +* minimatch 0.3.0 [MIT](http://github.com/isaacs/minimatch) +* minimatch 3.0.2 [ISC](http://github.com/isaacs/minimatch) +* minimatch 3.0.3 [ISC](http://github.com/isaacs/minimatch) +* minimist 0.0.8 [MIT](http://github.com/substack/minimist) +* minimist 1.2.0 [MIT](http://github.com/substack/minimist) +* mkdirp 0.3.0 [MIT/X11](http://github.com/substack/node-mkdirp) +* mkdirp 0.5.0 [MIT](https://github.com/substack/node-mkdirp) +* mkdirp 0.5.1 [MIT](https://github.com/substack/node-mkdirp) +* mocha 2.5.3 [MIT](http://github.com/mochajs/mocha) +* mocha-loader 0.7.1 [MIT](https://github.com/webpack/mocha-loader) +* moment 2.16.0 [MIT](https://github.com/moment/moment) +* ms 0.7.1 [MIT](http://github.com/guille/ms.js) +* ms 0.7.2 [MIT](https://github.com/zeit/ms) +* mustache 2.3.0 [MIT](https://github.com/janl/mustache.js) +* mute-stream 0.0.5 [ISC](http://github.com/isaacs/mute-stream) +* nan 2.4.0 [MIT](http://github.com/nodejs/nan) +* natural-compare 1.4.0 [MIT](http://github.com/litejs/natural-compare-lite) +* ncname 1.0.0 [MIT](http://github.com/sindresorhus/ncname) +* negotiator 0.4.9 [MIT](https://github.com/jshttp/negotiator) +* negotiator 0.6.1 [MIT](https://github.com/jshttp/negotiator) +* no-case 2.3.0 [MIT](http://github.com/blakeembrey/no-case) +* node-emoji 1.4.1 [MIT](https://github.com/omnidan/node-emoji) +* node-fetch 1.6.3 [MIT](https://github.com/bitinn/node-fetch) +* node-gyp 3.4.0 [MIT](http://github.com/nodejs/node-gyp) +* node-libs-browser 0.6.0 [MIT](https://github.com/webpack/node-libs-browser) +* node-notifier 4.6.1 [MIT](ssh://git@github.com/mikaelbr/node-notifier) +* node-pre-gyp 0.6.29 [BSD-3-Clause](http://github.com/mapbox/node-pre-gyp) +* node-sass 3.11.3 [MIT](https://github.com/sass/node-sass) +* node-uuid 1.4.7 [MIT](https://github.com/broofa/node-uuid) +* nopt 3.0.6 [ISC](https://github.com/npm/nopt) +* normalize-package-data 2.3.5 [BSD;BSD-2-Clause](http://github.com/npm/normalize-package-data) +* normalize-path 2.0.1 [MIT](https://github.com/jonschlinkert/normalize-path) +* normalize-range 0.1.2 [MIT](https://github.com/jamestalmage/normalize-range) +* normalize-url 1.8.0 [MIT](https://github.com/sindresorhus/normalize-url) +* npmlog 3.1.2 [ISC](https://github.com/npm/npmlog) +* npmlog 4.0.0 [ISC](https://github.com/npm/npmlog) +* nth-check 1.0.1 [BSD](https://github.com/fb55/nth-check) +* num2fraction 1.2.2 [MIT](ssh://git@github.com/yisibl/num2fraction) +* number-is-nan 1.0.0 [MIT](https://github.com/sindresorhus/number-is-nan) +* number-is-nan 1.0.1 [MIT](https://github.com/sindresorhus/number-is-nan) +* nwmatcher 1.3.9 [MIT](http://github.com/dperini/nwmatcher) +* oauth-sign 0.8.2 [Apache;Apache-2.0](https://github.com/mikeal/oauth-sign) +* object-assign 2.1.1 [MIT](https://github.com/sindresorhus/object-assign) +* object-assign 4.1.0 [MIT](https://github.com/sindresorhus/object-assign) +* object-component 0.0.3 [MIT]((none)) +* object-hash 1.1.5 [MIT](https://github.com/puleos/object-hash) +* object-is 1.0.1 [MIT](http://github.com/ljharb/object-is) +* object-keys 1.0.11 [MIT](http://github.com/ljharb/object-keys) +* object.assign 4.0.4 [MIT](http://github.com/ljharb/object.assign) +* object.entries 1.0.3 [MIT](http://github.com/es-shims/Object.entries) +* object.omit 2.0.1 [MIT](https://github.com/jonschlinkert/object.omit) +* object.values 1.0.3 [MIT](http://github.com/es-shims/Object.values) +* on-finished 2.3.0 [MIT](https://github.com/jshttp/on-finished) +* on-headers 1.0.1 [MIT](https://github.com/jshttp/on-headers) +* once 1.3.3 [ISC](http://github.com/isaacs/once) +* once 1.4.0 [ISC](http://github.com/isaacs/once) +* onetime 1.1.0 [MIT](https://github.com/sindresorhus/onetime) +* open 0.0.5 [MIT](https://github.com/pwnall/node-open) +* optimist 0.6.1 [MIT/X11](ssh://git@github.com/substack/node-optimist) +* optionator 0.8.2 [MIT](http://github.com/gkz/optionator) +* options 0.0.6 [MIT](http://github.com/einaros/options.js) +* original 1.0.0 [MIT](https://github.com/unshiftio/original) +* os-browserify 0.1.2 [MIT](ssh://git@github.com/drewyoung1/os-browserify) +* os-homedir 1.0.2 [MIT](https://github.com/sindresorhus/os-homedir) +* os-locale 1.4.0 [MIT](https://github.com/sindresorhus/os-locale) +* os-tmpdir 1.0.2 [MIT](https://github.com/sindresorhus/os-tmpdir) +* osenv 0.1.3 [ISC](https://github.com/npm/osenv) +* pako 0.2.9 [MIT](https://github.com/nodeca/pako) +* param-case 2.1.0 [MIT](http://github.com/blakeembrey/param-case) +* parse-glob 3.0.4 [MIT](https://github.com/jonschlinkert/parse-glob) +* parse-json 2.2.0 [MIT](https://github.com/sindresorhus/parse-json) +* parse5 1.5.1 [MIT](http://github.com/inikulin/parse5) +* parsejson 0.0.1 [MIT]((none)) +* parseqs 0.0.2 [MIT]((none)) +* parseuri 0.0.4 [MIT](https://github.com/get/parseuri) +* parseurl 1.3.1 [MIT](https://github.com/pillarjs/parseurl) +* pascal-case 2.0.0 [MIT](http://github.com/blakeembrey/pascal-case) +* path-array 1.0.1 [MIT](http://github.com/TooTallNate/node-path-array) +* path-browserify 0.0.0 [MIT](http://github.com/substack/path-browserify) +* path-case 2.1.0 [MIT](http://github.com/blakeembrey/path-case) +* path-exists 2.1.0 [MIT](https://github.com/sindresorhus/path-exists) +* path-is-absolute 1.0.0 [MIT](https://github.com/sindresorhus/path-is-absolute) +* path-is-absolute 1.0.1 [MIT](https://github.com/sindresorhus/path-is-absolute) +* path-is-inside 1.0.2 [(WTFPL OR MIT);MIT;WTFPL](https://github.com/domenic/path-is-inside) +* path-to-regexp 0.1.7 [MIT](https://github.com/component/path-to-regexp) +* path-type 1.1.0 [MIT](https://github.com/sindresorhus/path-type) +* pbkdf2-compat 2.0.1 [MIT](https://github.com/dcousens/pbkdf2-compat) +* pend 1.2.0 [MIT](http://github.com/andrewrk/node-pend) +* phantomjs-prebuilt 2.1.13 [Apache;Apache-2.0](http://github.com/Medium/phantomjs) +* pify 2.3.0 [MIT](https://github.com/sindresorhus/pify) +* pinkie 1.0.0 [MIT](https://github.com/floatdrop/pinkie) +* pinkie 2.0.4 [MIT](https://github.com/floatdrop/pinkie) +* pinkie-promise 1.0.0 [MIT](https://github.com/floatdrop/pinkie-promise) +* pinkie-promise 2.0.1 [MIT](https://github.com/floatdrop/pinkie-promise) +* pkg-dir 1.0.0 [MIT](https://github.com/sindresorhus/pkg-dir) +* pluralize 1.2.1 [MIT](https://github.com/blakeembrey/pluralize) +* postcss 5.2.5 [MIT](https://github.com/postcss/postcss) +* postcss-advanced-variables 1.2.2 [CC0-1.0;Public Domain](https://github.com/jonathantneal/postcss-advanced-variables) +* postcss-atroot 0.1.3 [MIT](https://github.com/OEvgeny/postcss-atroot) +* postcss-browser-reporter 0.4.0 [MIT](https://github.com/postcss/postcss-browser-reporter) +* postcss-calc 5.3.1 [MIT](https://github.com/postcss/postcss-calc) +* postcss-color-function 2.0.1 [MIT](https://github.com/postcss/postcss-color-function) +* postcss-colormin 2.2.1 [MIT](https://github.com/ben-eb/postcss-colormin) +* postcss-convert-values 2.4.1 [MIT](https://github.com/ben-eb/postcss-convert-values) +* postcss-custom-media 5.0.1 [MIT](https://github.com/postcss/postcss-custom-media) +* postcss-custom-properties 5.0.1 [MIT](https://github.com/postcss/postcss-custom-properties) +* postcss-custom-selectors 3.0.0 [MIT](https://github.com/postcss/postcss-custom-selectors) +* postcss-discard-comments 2.0.4 [MIT](https://github.com/ben-eb/postcss-discard-comments) +* postcss-discard-duplicates 2.0.1 [MIT](https://github.com/ben-eb/postcss-discard-duplicates) +* postcss-discard-empty 2.1.0 [MIT](https://github.com/ben-eb/postcss-discard-empty) +* postcss-discard-overridden 0.1.1 [MIT](https://github.com/justineo/postcss-discard-overridden) +* postcss-discard-unused 2.2.2 [MIT](https://github.com/ben-eb/postcss-discard-unused) +* postcss-extend 1.0.5 [MIT](https://github.com/travco/postcss-extend) +* postcss-filter-plugins 2.0.2 [MIT](https://github.com/postcss/postcss-filter-plugins) +* postcss-loader 0.8.2 [MIT](https://github.com/postcss/postcss-loader) +* postcss-media-minmax 2.1.2 [MIT](https://github.com/postcss/postcss-media-minmax) +* postcss-merge-idents 2.1.7 [MIT](https://github.com/ben-eb/postcss-merge-idents) +* postcss-merge-longhand 2.0.1 [MIT](https://github.com/ben-eb/postcss-merge-longhand) +* postcss-merge-rules 2.0.10 [MIT](https://github.com/ben-eb/postcss-merge-rules) +* postcss-message-helpers 2.0.0 [MIT](https://github.com/MoOx/postcss-message-helpers) +* postcss-minify-font-values 1.0.5 [MIT](https://github.com/TrySound/postcss-minify-font-values) +* postcss-minify-gradients 1.0.5 [MIT](https://github.com/ben-eb/postcss-minify-gradients) +* postcss-minify-params 1.0.5 [MIT](https://github.com/trysound/postcss-minify-params) +* postcss-minify-selectors 2.0.6 [MIT](https://github.com/ben-eb/postcss-minify-selectors) +* postcss-mixins 2.1.1 [MIT](https://github.com/postcss/postcss-mixins) +* postcss-modules-extract-imports 1.0.1 [ISC](https://github.com/css-modules/postcss-modules-extract-imports) +* postcss-modules-local-by-default 1.1.1 [MIT](https://github.com/css-modules/postcss-modules-local-by-default) +* postcss-modules-scope 1.0.2 [ISC](https://github.com/geelen/postcss-modules-scope) +* postcss-modules-values 1.2.2 [ISC](https://github.com/css-modules/postcss-modules-constants) +* postcss-nested 1.0.0 [MIT](https://github.com/postcss/postcss-nested) +* postcss-nesting 2.3.1 [CC0-1.0;Public Domain](https://github.com/jonathantneal/postcss-nesting) +* postcss-normalize-charset 1.1.1 [MIT](https://github.com/ben-eb/postcss-charset) +* postcss-normalize-url 3.0.7 [MIT](https://github.com/ben-eb/postcss-normalize-url) +* postcss-ordered-values 2.2.2 [MIT](https://github.com/ben-eb/postcss-ordered-values) +* postcss-partial-import 1.3.0 [CC0-1.0;Public Domain](https://github.com/jonathantneal/postcss-partial-import) +* postcss-property-lookup 1.2.1 [MIT](https://github.com/simonsmith/postcss-property-lookup) +* postcss-reduce-idents 2.3.1 [MIT](https://github.com/ben-eb/postcss-reduce-idents) +* postcss-reduce-initial 1.0.0 [MIT](https://github.com/ben-eb/postcss-reduce-initial) +* postcss-reduce-transforms 1.0.4 [MIT](https://github.com/ben-eb/postcss-reduce-transforms) +* postcss-reporter 1.4.1 [MIT](https://github.com/postcss/postcss-reporter) +* postcss-selector-matches 2.0.5 [MIT](https://github.com/postcss/postcss-selector-matches) +* postcss-selector-not 2.0.0 [MIT](https://github.com/postcss/postcss-selector-not) +* postcss-selector-parser 2.2.2 [MIT](https://github.com/postcss/postcss-selector-parser) +* postcss-simple-vars 1.2.0 [MIT](https://github.com/postcss/postcss-simple-vars) +* postcss-svgo 2.1.5 [MIT](https://github.com/ben-eb/postcss-svgo) +* postcss-unique-selectors 2.0.2 [MIT](https://github.com/ben-eb/postcss-unique-selectors) +* postcss-value-parser 3.3.0 [MIT](https://github.com/TrySound/postcss-value-parser) +* postcss-zindex 2.1.1 [MIT](https://github.com/ben-eb/postcss-zindex) +* precss 1.4.0 [CC0-1.0;Public Domain](https://github.com/jonathantneal/precss) +* prelude-ls 1.1.2 [MIT](http://github.com/gkz/prelude-ls) +* prepend-http 1.0.4 [MIT](https://github.com/sindresorhus/prepend-http) +* preserve 0.2.0 [MIT](http://github.com/jonschlinkert/preserve) +* pretty-error 2.0.2 [MIT](https://github.com/AriaMinaei/pretty-error) +* printf 0.2.5 [BSD-3-Clause](https://github.com/wdavidw/node-printf) +* private 0.1.6 [MIT](http://github.com/benjamn/private) +* process 0.11.9 [MIT](http://github.com/shtylman/node-process) +* process-nextick-args 1.0.7 [MIT](https://github.com/calvinmetcalf/process-nextick-args) +* progress 1.1.8 [MIT](http://github.com/visionmedia/node-progress) +* promise 7.1.1 [MIT](https://github.com/then/promise) +* proxy-addr 1.1.2 [MIT](https://github.com/jshttp/proxy-addr) +* prr 0.0.0 [MIT](https://github.com/rvagg/prr) +* pseudomap 1.0.2 [ISC](https://github.com/isaacs/pseudomap) +* punycode 1.3.2 [MIT](https://github.com/bestiejs/punycode.js) +* punycode 1.4.1 [MIT](https://github.com/bestiejs/punycode.js) +* q 1.4.1 [MIT](http://github.com/kriskowal/q) +* qjobs 1.1.5 [MIT](http://github.com/franck34/qjobs) +* qs 6.2.0 [BSD-3-Clause](https://github.com/ljharb/qs) +* qs 6.2.1 [BSD-3-Clause](https://github.com/ljharb/qs) +* qs 6.3.0 [BSD-3-Clause](https://github.com/ljharb/qs) +* query-string 3.0.3 [MIT](https://github.com/sindresorhus/query-string) +* query-string 4.2.3 [MIT](https://github.com/sindresorhus/query-string) +* querystring 0.2.0 [MIT](http://github.com/Gozala/querystring) +* querystring-es3 0.2.1 [MIT](http://github.com/mike-spainhower/querystring) +* querystringify 0.0.4 [MIT](https://github.com/unshiftio/querystringify) +* randomatic 1.1.5 [MIT](https://github.com/jonschlinkert/randomatic) +* range-parser 1.2.0 [MIT](https://github.com/jshttp/range-parser) +* raw-body 2.1.7 [MIT](https://github.com/stream-utils/raw-body) +* raw-loader 0.5.1 [MIT](ssh://git@github.com/webpack/raw-loader) +* rc 1.1.6 [(BSD-2-Clause OR MIT OR Apache-2.0);BSD;MIT](https://github.com/dominictarr/rc) +* react 15.3.2 [BSD;BSD-3-Clause](https://github.com/facebook/react) +* react-addons-shallow-compare 15.3.2 [BSD;BSD-3-Clause](https://github.com/facebook/react) +* react-addons-test-utils 15.3.2 [BSD;BSD-3-Clause](https://github.com/facebook/react) +* react-addons-update 15.3.2 [BSD;BSD-3-Clause](https://github.com/facebook/react) +* react-dimensions 1.3.0 [MIT](https://github.com/digidem/react-dimensions) +* react-dom 15.3.2 [BSD;BSD-3-Clause](https://github.com/facebook/react) +* react-draggable 2.2.2 [MIT](https://github.com/mzabriskie/react-draggable) +* react-grid-layout 0.13.9 [MIT](ssh://git@github.com/STRML/react-grid-layout) +* react-onclickoutside 5.7.1 [MIT](https://github.com/Pomax/react-onclickoutside) +* react-redux 4.4.5 [MIT](https://github.com/reactjs/react-redux) +* react-resizable 1.4.5 [MIT](ssh://git@github.com/STRML/react-resizable) +* react-router 2.8.1 [MIT](https://github.com/reactjs/react-router) +* react-sparklines 1.6.0 [MIT](https://github.com/borisyankov/react-sparklines) +* react-tooltip 3.2.1 [MIT](https://github.com/wwayne/react-tooltip) +* read-pkg 1.1.0 [MIT](https://github.com/sindresorhus/read-pkg) +* read-pkg-up 1.0.1 [MIT](https://github.com/sindresorhus/read-pkg-up) +* readable-stream 1.0.34 [MIT](http://github.com/isaacs/readable-stream) +* readable-stream 1.1.14 [MIT](http://github.com/isaacs/readable-stream) +* readable-stream 2.0.6 [MIT](http://github.com/nodejs/readable-stream) +* readable-stream 2.1.4 [MIT](http://github.com/nodejs/readable-stream) +* readable-stream 2.2.1 [MIT](http://github.com/nodejs/readable-stream) +* readdirp 2.1.0 [MIT](http://github.com/thlorenz/readdirp) +* readline2 1.0.1 [MIT](https://github.com/sboudrias/readline2) +* recast 0.10.43 [MIT](http://github.com/benjamn/recast) +* rechoir 0.6.2 [MIT](http://github.com/tkellen/node-rechoir) +* redent 1.0.0 [MIT](https://github.com/sindresorhus/redent) +* redeyed 1.0.1 [MIT](http://github.com/thlorenz/redeyed) +* reduce-css-calc 1.3.0 [MIT](https://github.com/MoOx/reduce-css-calc) +* reduce-function-call 1.0.1 [MIT](https://github.com/MoOx/reduce-function-call) +* redux 3.6.0 [MIT](https://github.com/reactjs/redux) +* redux-thunk 1.0.3 [MIT](https://github.com/gaearon/redux-thunk) +* regenerate 1.3.2 [MIT](https://github.com/mathiasbynens/regenerate) +* regenerator-runtime 0.9.6 [MIT](https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime) +* regex-cache 0.4.3 [MIT](https://github.com/jonschlinkert/regex-cache) +* regexpu-core 1.0.0 [MIT](https://github.com/mathiasbynens/regexpu-core) +* regexpu-core 2.0.0 [MIT](https://github.com/mathiasbynens/regexpu-core) +* regjsgen 0.2.0 [MIT](http://github.com/d10/regjsgen) +* regjsparser 0.1.5 [BSD](ssh://git@github.com/jviereck/regjsparser) +* relateurl 0.2.7 [MIT](http://github.com/stevenvachon/relateurl) +* renderkid 2.0.0 [MIT](https://github.com/AriaMinaei/RenderKid) +* repeat-element 1.1.2 [MIT](http://github.com/jonschlinkert/repeat-element) +* repeat-string 0.2.2 [MIT](http://github.com/jonschlinkert/repeat-string) +* repeat-string 1.6.1 [MIT](https://github.com/jonschlinkert/repeat-string) +* repeating 2.0.1 [MIT](https://github.com/sindresorhus/repeating) +* request 2.73.0 [Apache;Apache-2.0](https://github.com/request/request) +* request 2.74.0 [Apache;Apache-2.0](https://github.com/request/request) +* request 2.78.0 [Apache;Apache-2.0](https://github.com/request/request) +* request-progress 2.0.1 [MIT](http://github.com/IndigoUnited/node-request-progress) +* require-directory 2.1.1 [MIT](http://github.com/troygoode/node-require-directory) +* require-main-filename 1.0.1 [ISC](ssh://git@github.com/yargs/require-main-filename) +* require-uncached 1.0.3 [MIT](https://github.com/sindresorhus/require-uncached) +* requires-port 1.0.0 [MIT](https://github.com/unshiftio/requires-port) +* resolve 1.1.7 [MIT](http://github.com/substack/node-resolve) +* resolve-from 1.0.1 [MIT](https://github.com/sindresorhus/resolve-from) +* resolve-url 0.2.1 [MIT](http://github.com/lydell/resolve-url) +* resolve-url-loader 1.6.0 [MIT](https://github.com/bholloway/resolve-url-loader) +* restore-cursor 1.0.1 [MIT](https://github.com/sindresorhus/restore-cursor) +* rework 1.0.1 [MIT](http://github.com/reworkcss/rework) +* rework-visit 1.0.0 [MIT]((none)) +* rgb 0.1.0 [MIT (http://mootools.net/license.txt)](https://github.com/kamicane/rgb) +* right-align 0.1.3 [MIT](http://github.com/jonschlinkert/right-align) +* rimraf 2.5.3 [ISC](http://github.com/isaacs/rimraf) +* rimraf 2.5.4 [ISC](http://github.com/isaacs/rimraf) +* ripemd160 0.2.0 [Unknown](https://github.com/cryptocoinjs/ripemd160) +* run-async 0.1.0 [MIT](http://github.com/SBoudrias/run-async) +* rx-lite 3.1.2 [Apache License](https://github.com/Reactive-Extensions/RxJS) +* samsam 1.1.2 [BSD](https://github.com/busterjs/samsam) +* sass-graph 2.1.2 [MIT](https://github.com/xzyfer/sass-graph) +* sass-loader 3.2.3 [MIT](http://github.com/jtangelder/sass-loader) +* sax 1.2.1 [GPL;ISC;MIT](http://github.com/isaacs/sax-js) +* script-loader 0.6.1 [MIT](ssh://git@github.com/webpack/script-loader) +* semver 4.3.6 [ISC](http://github.com/npm/node-semver) +* semver 5.2.0 [ISC](https://github.com/npm/node-semver) +* semver 5.3.0 [ISC](https://github.com/npm/node-semver) +* send 0.14.1 [MIT](https://github.com/pillarjs/send) +* sentence-case 2.1.0 [MIT](http://github.com/blakeembrey/sentence-case) +* serve-index 1.8.0 [MIT](https://github.com/expressjs/serve-index) +* serve-static 1.11.1 [MIT](https://github.com/expressjs/serve-static) +* set-blocking 2.0.0 [ISC](https://github.com/yargs/set-blocking) +* set-immediate-shim 1.0.1 [MIT](https://github.com/sindresorhus/set-immediate-shim) +* setprototypeof 1.0.1 [ISC](https://github.com/wesleytodd/setprototypeof) +* sha.js 2.2.6 [MIT](http://github.com/dominictarr/sha.js) +* shelljs 0.7.5 [BSD;BSD-3-Clause](http://github.com/shelljs/shelljs) +* shellwords 0.1.0 [Unknown](http://github.com/jimmycuadra/shellwords) +* sigmund 1.0.1 [ISC](http://github.com/isaacs/sigmund) +* signal-exit 3.0.0 [ISC](https://github.com/tapjs/signal-exit) +* signal-exit 3.0.1 [ISC](https://github.com/tapjs/signal-exit) +* sinon 1.17.6 [BSD;BSD-3-Clause](ssh://git@github.com/cjohansen/Sinon.JS) +* sinon-chai 2.8.0 [(BSD-2-Clause OR WTFPL);WTFPL](https://github.com/domenic/sinon-chai) +* slash 1.0.0 [MIT](http://github.com/sindresorhus/slash) +* slice-ansi 0.0.4 [MIT](https://github.com/chalk/slice-ansi) +* snake-case 2.1.0 [MIT](http://github.com/blakeembrey/snake-case) +* sntp 1.0.9 [BSD](http://github.com/hueniverse/sntp) +* socket.io 1.4.7 [MIT](http://github.com/Automattic/socket.io) +* socket.io 1.5.0 [MIT](http://github.com/socketio/socket.io) +* socket.io-adapter 0.4.0 [MIT](http://github.com/Automattic/socket.io-adapter) +* socket.io-client 1.4.6 [MIT](https://github.com/Automattic/socket.io-client) +* socket.io-client 1.5.0 [MIT](https://github.com/Automattic/socket.io-client) +* socket.io-parser 2.2.2 [MIT](https://github.com/Automattic/socket.io-parser) +* socket.io-parser 2.2.6 [MIT](https://github.com/Automattic/socket.io-parser) +* sockjs 0.3.18 [MIT](https://github.com/sockjs/sockjs-node) +* sockjs-client 1.1.1 [MIT](https://github.com/sockjs/sockjs-client) +* sort-keys 1.1.2 [MIT](https://github.com/sindresorhus/sort-keys) +* source-list-map 0.1.6 [MIT](https://github.com/webpack/source-list-map) +* source-map 0.1.43 [BSD](ssh://git@github.com/mozilla/source-map) +* source-map 0.2.0 [BSD](ssh://git@github.com/mozilla/source-map) +* source-map 0.4.4 [BSD-3-Clause](ssh://git@github.com/mozilla/source-map) +* source-map 0.5.6 [BSD-3-Clause](ssh://git@github.com/mozilla/source-map) +* source-map-resolve 0.3.1 [MIT](https://github.com/lydell/source-map-resolve) +* source-map-support 0.4.6 [MIT](https://github.com/evanw/node-source-map-support) +* source-map-url 0.3.0 [MIT](https://github.com/lydell/source-map-url) +* spawn-args 0.2.0 [MIT](https://github.com/binocarlos/spawn-args) +* spdx-correct 1.0.2 [Apache;Apache-2.0](https://github.com/kemitchell/spdx-correct.js) +* spdx-expression-parse 1.0.4 [(MIT AND CC-BY-3.0);BSD;GPL;LGPL;MIT](https://github.com/kemitchell/spdx-expression-parse.js) +* spdx-license-ids 1.2.2 [Eclipse Public License;ISC;Unlicense;WTFPL](https://github.com/shinnn/spdx-license-ids) +* sprintf-js 1.0.3 [BSD;BSD-3-Clause](https://github.com/alexei/sprintf.js) +* sshpk 1.8.3 [MIT](https://github.com/arekinath/node-sshpk) +* sshpk 1.10.1 [MIT](https://github.com/arekinath/node-sshpk) +* statuses 1.3.1 [MIT](https://github.com/jshttp/statuses) +* stream-browserify 1.0.0 [MIT](http://github.com/substack/stream-browserify) +* stream-cache 0.0.2 [Unknown](http://github.com/felixge/node-stream-cache) +* stream-consume 0.1.0 [MIT](https://github.com/aroneous/stream-consume) +* strict-uri-encode 1.1.0 [MIT](https://github.com/kevva/strict-uri-encode) +* string-hash 1.1.0 [Unknown](http://github.com/darkskyapp/string-hash) +* string-width 1.0.1 [MIT](https://github.com/sindresorhus/string-width) +* string-width 1.0.2 [MIT](https://github.com/sindresorhus/string-width) +* string-width 2.0.0 [MIT](https://github.com/sindresorhus/string-width) +* string.prototype.codepointat 0.2.0 [MIT](https://github.com/mathiasbynens/String.prototype.codePointAt) +* string_decoder 0.10.31 [MIT](http://github.com/rvagg/string_decoder) +* stringstream 0.0.5 [MIT](https://github.com/mhart/StringStream) +* strip-ansi 3.0.1 [MIT](https://github.com/chalk/strip-ansi) +* strip-bom 2.0.0 [MIT](https://github.com/sindresorhus/strip-bom) +* strip-bom 3.0.0 [MIT](https://github.com/sindresorhus/strip-bom) +* strip-indent 1.0.1 [MIT](https://github.com/sindresorhus/strip-indent) +* strip-json-comments 1.0.4 [MIT](https://github.com/sindresorhus/strip-json-comments) +* style-loader 0.8.3 [MIT](ssh://git@github.com/webpack/style-loader) +* style-loader 0.13.1 [MIT](ssh://git@github.com/webpack/style-loader) +* styled_string 0.0.1 [MIT]((none)) +* supports-color 1.2.0 [MIT](https://github.com/sindresorhus/supports-color) +* supports-color 2.0.0 [MIT](https://github.com/chalk/supports-color) +* supports-color 3.1.2 [MIT](https://github.com/chalk/supports-color) +* svgo 0.7.1 [MIT](http://github.com/svg/svgo) +* swap-case 1.1.2 [MIT](http://github.com/blakeembrey/swap-case) +* symbol-observable 1.0.4 [MIT](https://github.com/blesh/symbol-observable) +* symbol-tree 3.1.4 [MIT](https://github.com/jsdom/js-symbol-tree) +* table 3.8.3 [BSD-3-Clause](https://github.com/gajus/table) +* tap-parser 1.3.2 [MIT](http://github.com/substack/tap-parser) +* tapable 0.1.10 [MIT](ssh://git@github.com/webpack/tapable) +* tar 2.2.1 [ISC](http://github.com/isaacs/node-tar) +* tar-pack 3.1.4 [BSD;BSD-2-Clause](https://github.com/ForbesLindesay/tar-pack) +* tcomb 2.7.0 [MIT](https://github.com/gcanti/tcomb) +* testem 1.13.0 [MIT](http://github.com/testem/testem) +* text-table 0.2.0 [MIT](http://github.com/substack/text-table) +* throttleit 1.0.0 [MIT](http://github.com/component/throttle) +* through 2.3.8 [MIT](https://github.com/dominictarr/through) +* timers-browserify 1.4.2 [MIT](http://github.com/jryans/timers-browserify) +* title-case 2.1.0 [MIT](http://github.com/blakeembrey/title-case) +* tmp 0.0.28 [MIT](http://github.com/raszi/node-tmp) +* to-array 0.1.4 [MIT](http://github.com/Raynos/to-array) +* to-fast-properties 1.0.2 [MIT](https://github.com/sindresorhus/to-fast-properties) +* to-iso-string 0.0.2 [MIT](http://github.com/segmentio/to-iso-string) +* toposort 1.0.0 [MIT](https://github.com/marcelklehr/toposort) +* tough-cookie 2.2.2 [BSD-3-Clause;MPL](http://github.com/SalesforceEng/tough-cookie) +* tough-cookie 2.3.2 [BSD-3-Clause;MPL](http://github.com/salesforce/tough-cookie) +* tr46 0.0.3 [MIT](https://github.com/Sebmaster/tr46.js) +* trim-newlines 1.0.0 [MIT](https://github.com/sindresorhus/trim-newlines) +* tryit 1.0.3 [MIT](ssh://git@github.com/HenrikJoreteg/tryit) +* tty-browserify 0.0.0 [MIT](http://github.com/substack/tty-browserify) +* tunnel-agent 0.4.3 [Apache;Apache-2.0](https://github.com/mikeal/tunnel-agent) +* tweetnacl 0.13.3 [Public domain](https://github.com/dchest/tweetnacl-js) +* tweetnacl 0.14.3 [SEE LICENSE IN COPYING.txt](https://github.com/dchest/tweetnacl-js) +* type-check 0.3.2 [MIT](http://github.com/gkz/type-check) +* type-detect 0.1.1 [MIT](ssh://git@github.com/chaijs/type-detect) +* type-detect 1.0.0 [MIT](ssh://git@github.com/chaijs/type-detect) +* type-is 1.6.13 [MIT](https://github.com/jshttp/type-is) +* typedarray 0.0.6 [MIT](http://github.com/substack/typedarray) +* ua-parser-js 0.7.11 [(GPL-2.0 OR MIT);GPL;MIT](https://github.com/faisalman/ua-parser-js) +* uglify-js 2.7.4 [BSD;BSD-2-Clause](https://github.com/mishoo/UglifyJS2) +* uglify-to-browserify 1.0.2 [MIT](https://github.com/ForbesLindesay/uglify-to-browserify) +* uid-number 0.0.6 [ISC](http://github.com/isaacs/uid-number) +* ultron 1.0.2 [MIT](https://github.com/unshiftio/ultron) +* underscore 1.8.3 [MIT](http://github.com/jashkenas/underscore) +* uniq 1.0.1 [MIT](http://github.com/mikolalysenko/uniq) +* uniqid 4.1.0 [MIT](https://github.com/adamhalasz/uniqid) +* uniqs 2.0.0 [MIT](http://github.com/fgnass/uniqs) +* unpipe 1.0.0 [MIT](https://github.com/stream-utils/unpipe) +* updeep 0.13.0 [MIT](https://github.com/aaronjensen/updeep) +* upper-case 1.1.3 [MIT](http://github.com/blakeembrey/upper-case) +* upper-case-first 1.1.2 [MIT](http://github.com/blakeembrey/upper-case-first) +* urix 0.1.0 [MIT](http://github.com/lydell/urix) +* url 0.10.3 [MIT](https://github.com/defunctzombie/node-url) +* url-parse 1.0.5 [MIT](https://github.com/unshiftio/url-parse) +* url-parse 1.1.7 [MIT](https://github.com/unshiftio/url-parse) +* user-home 2.0.0 [MIT](https://github.com/sindresorhus/user-home) +* useragent 2.1.9 [MIT](ssh://git@github.com/3rd-Eden/useragent) +* utf8 2.1.0 [MIT](https://github.com/mathiasbynens/utf8.js) +* util 0.10.3 [MIT](http://github.com/defunctzombie/node-util) +* util-deprecate 1.0.2 [MIT](http://github.com/TooTallNate/util-deprecate) +* utila 0.3.3 [MIT](https://github.com/AriaMinaei/utila) +* utila 0.4.0 [MIT](https://github.com/AriaMinaei/utila) +* utils-merge 1.0.0 [MIT](http://github.com/jaredhanson/utils-merge) +* uuid 2.0.3 [MIT](https://github.com/defunctzombie/node-uuid) +* validate-npm-package-license 3.0.1 [Apache;Apache-2.0](https://github.com/kemitchell/validate-npm-package-license.js) +* vary 1.1.0 [MIT](https://github.com/jshttp/vary) +* vendors 1.0.1 [MIT](https://github.com/wooorm/vendors) +* verror 1.3.6 [Unknown](http://github.com/davepacheco/node-verror) +* vm-browserify 0.0.4 [MIT](ssh://git@github.com/substack/vm-browserify) +* void-elements 2.0.1 [MIT](http://github.com/hemanth/void-elements) +* warning 2.1.0 [BSD;BSD-2-Clause](https://github.com/r3dm/warning) +* warning 3.0.0 [BSD;BSD-3-Clause](https://github.com/BerkeleyTrue/warning) +* watchpack 0.2.9 [MIT](https://github.com/webpack/watchpack) +* webidl-conversions 3.0.1 [BSD;BSD-2-Clause](https://github.com/jsdom/webidl-conversions) +* webpack 1.13.3 [MIT](https://github.com/webpack/webpack) +* webpack-core 0.6.8 [MIT](https://github.com/webpack/core) +* webpack-dev-middleware 1.8.4 [MIT](https://github.com/webpack/webpack-dev-middleware) +* webpack-dev-server 1.16.2 [MIT](http://github.com/webpack/webpack-dev-server) +* webpack-sources 0.1.2 [MIT](https://github.com/webpack/webpack-sources) +* websocket-driver 0.6.5 [MIT](http://github.com/faye/websocket-driver-node) +* websocket-extensions 0.1.1 [MIT](http://github.com/faye/websocket-extensions-node) +* whatwg-encoding 1.0.1 [WTFPL](https://github.com/jsdom/whatwg-encoding) +* whatwg-fetch 1.0.0 [MIT](https://github.com/github/fetch) +* whatwg-url 3.0.0 [MIT](https://github.com/jsdom/whatwg-url) +* whet.extend 0.9.9 [MIT](https://github.com/Meettya/whet.extend) +* which 1.2.12 [BSD;ISC](http://github.com/isaacs/node-which) +* which-module 1.0.0 [ISC](https://github.com/nexdrew/which-module) +* wide-align 1.1.0 [ISC](https://github.com/iarna/wide-align) +* window-size 0.1.0 [MIT](https://github.com/jonschlinkert/window-size) +* window-size 0.2.0 [MIT](https://github.com/jonschlinkert/window-size) +* wordwrap 0.0.2 [MIT/X11](http://github.com/substack/node-wordwrap) +* wordwrap 0.0.3 [MIT](http://github.com/substack/node-wordwrap) +* wordwrap 1.0.0 [MIT](http://github.com/substack/node-wordwrap) +* wrap-ansi 2.0.0 [MIT](https://github.com/chalk/wrap-ansi) +* wrappy 1.0.2 [ISC](https://github.com/npm/wrappy) +* write 0.2.1 [MIT](https://github.com/jonschlinkert/write) +* ws 1.0.1 [MIT](http://github.com/websockets/ws) +* ws 1.1.1 [MIT](http://github.com/websockets/ws) +* wtf-8 1.0.0 [MIT](https://github.com/mathiasbynens/wtf-8.js) +* xml-char-classes 1.0.0 [MIT](http://github.com/sindresorhus/xml-char-classes) +* xml-name-validator 2.0.1 [WTFPL](https://github.com/jsdom/xml-name-validator) +* xmldom 0.1.22 [LGPL;MIT](http://github.com/jindw/xmldom) +* xmlhttprequest-ssl 1.5.1 [MIT](http://github.com/mjwwit/node-XMLHttpRequest) +* xtend 4.0.1 [MIT](http://github.com/Raynos/xtend) +* y18n 3.2.1 [ISC](ssh://git@github.com/yargs/y18n) +* yallist 2.0.0 [ISC](https://github.com/isaacs/yallist) +* yargs 3.10.0 [MIT](ssh://git@github.com/bcoe/yargs) +* yargs 4.8.1 [MIT](ssh://git@github.com/yargs/yargs) +* yargs-parser 2.4.1 [ISC](ssh://git@github.com/yargs/yargs-parser) +* yauzl 2.4.1 [MIT](https://github.com/thejoshwolfe/yauzl) +* yeast 0.1.2 [MIT](https://github.com/unshiftio/yeast) diff --git a/canned/new_apps.sh b/canned/new_apps.sh index 34c463b75c..4974ae64f2 100755 --- a/canned/new_apps.sh +++ b/canned/new_apps.sh @@ -40,7 +40,7 @@ cat > $APP_FILE << EOF { "id": "$UUID", "measurement": "$measurement", - "app": "User Facing Application Name", + "app": "$measurement", "cells": [{ "x": 0, "y": 0, @@ -49,7 +49,7 @@ cat > $APP_FILE << EOF "i": "$CELLID", "name": "User facing cell Name", "queries": [{ - "query": "select used_percent from disk", + "query": "select mean(\"used_percent from\") from disk", "db": "telegraf", "rp": "", "groupbys": [], diff --git a/etc/licenses.sh b/etc/licenses.sh new file mode 100644 index 0000000000..5cab4b66fc --- /dev/null +++ b/etc/licenses.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +for a in `gdl -no-vendored -test -repo ./... | awk 'NR>1 {print $5}'`; do echo \[\]\($a/blob/master/\) ; done +nlf -c |awk -F, '{printf "%s %s \[%s\]\(%s\)\n", $1, $2, $5, $4}'