├── .babelrc ├── .editorconfig ├── .github ├── contributing.md ├── issue_template.md └── pull_request_template.md ├── .gitignore ├── .istanbul.yml ├── .npmignore ├── .travis.yml ├── .vscode └── launch.json ├── CHANGELOG.md ├── LICENSE ├── README.md ├── mocha.opts ├── package.json ├── src └── index.js ├── test ├── index.test.js ├── malformed.json └── test.json └── yarn.lock /.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "plugins": [ "add-module-exports" ], 3 | "presets": [ "es2015" ] 4 | } 5 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # http://editorconfig.org 2 | root = true 3 | 4 | [*] 5 | indent_style = space 6 | indent_size = 2 7 | end_of_line = lf 8 | charset = utf-8 9 | trim_trailing_whitespace = true 10 | insert_final_newline = true 11 | 12 | [*.md] 13 | trim_trailing_whitespace = false 14 | -------------------------------------------------------------------------------- /.github/contributing.md: -------------------------------------------------------------------------------- 1 | # Contributing to Feathers 2 | 3 | Thank you for contributing to Feathers! :heart: :tada: 4 | 5 | This repo is the main core and where most issues are reported. Feathers embraces modularity and is broken up across many repos. To make this easier to manage we currently use [Zenhub](https://www.zenhub.com/) for issue triage and visibility. They have a free browser plugin you can install so that you can see what is in flight at any time, but of course you also always see current issues in Github. 6 | 7 | ## Report a bug 8 | 9 | Before creating an issue please make sure you have checked out the docs, specifically the [FAQ](https://docs.feathersjs.com/help/faq.html) section. You might want to also try searching Github. It's pretty likely someone has already asked a similar question. 10 | 11 | If you haven't found your answer please feel free to join our [slack channel](http://slack.feathersjs.com), create an issue on Github, or post on [Stackoverflow](http://stackoverflow.com) using the `feathers` or `feathersjs` tag. We try our best to monitor Stackoverflow but you're likely to get more immediate responses in Slack and Github. 12 | 13 | Issues can be reported in the [issue tracker](https://github.com/feathersjs/feathers/issues). Since feathers combines many modules it can be hard for us to assess the root cause without knowing which modules are being used and what your configuration looks like, so **it helps us immensely if you can link to a simple example that reproduces your issue**. 14 | 15 | ## Report a Security Concern 16 | 17 | We take security very seriously at Feathers. We welcome any peer review of our 100% open source code to ensure nobody's Feathers app is ever compromised or hacked. As a web application developer you are responsible for any security breaches. We do our very best to make sure Feathers is as secure as possible by default. 18 | 19 | In order to give the community time to respond and upgrade we strongly urge you report all security issues to us. Send one of the core team members a PM in [Slack](http://slack.feathersjs.com) or email us at hello@feathersjs.com with details and we will respond ASAP. 20 | 21 | For full details refer to our [Security docs](https://docs.feathersjs.com/SECURITY.html). 22 | 23 | ## Pull Requests 24 | 25 | We :heart: pull requests and we're continually working to make it as easy as possible for people to contribute, including a [Plugin Generator](https://github.com/feathersjs/generator-feathers-plugin) and a [common test suite](https://github.com/feathersjs/feathers-service-tests) for database adapters. 26 | 27 | We prefer small pull requests with minimal code changes. The smaller they are the easier they are to review and merge. A core team member will pick up your PR and review it as soon as they can. They may ask for changes or reject your pull request. This is not a reflection of you as an engineer or a person. Please accept feedback graciously as we will also try to be sensitive when providing it. 28 | 29 | Although we generally accept many PRs they can be rejected for many reasons. We will be as transparent as possible but it may simply be that you do not have the same context or information regarding the roadmap that the core team members have. We value the time you take to put together any contributions so we pledge to always be respectful of that time and will try to be as open as possible so that you don't waste it. :smile: 30 | 31 | **All PRs (except documentation) should be accompanied with tests and pass the linting rules.** 32 | 33 | ### Code style 34 | 35 | Before running the tests from the `test/` folder `npm test` will run ESlint. You can check your code changes individually by running `npm run lint`. 36 | 37 | ### ES6 compilation 38 | 39 | Feathers uses [Babel](https://babeljs.io/) to leverage the latest developments of the JavaScript language. All code and samples are currently written in ES2015. To transpile the code in this repository run 40 | 41 | > npm run compile 42 | 43 | __Note:__ `npm test` will run the compilation automatically before the tests. 44 | 45 | ### Tests 46 | 47 | [Mocha](http://mochajs.org/) tests are located in the `test/` folder and can be run using the `npm run mocha` or `npm test` (with ESLint and code coverage) command. 48 | 49 | ### Documentation 50 | 51 | Feathers documentation is contained in Markdown files in the [feathers-docs](https://github.com/feathersjs/feathers-docs) repository. To change the documentation submit a pull request to that repo, referencing any other PR if applicable, and the docs will be updated with the next release. 52 | 53 | ## External Modules 54 | 55 | If you're written something awesome for Feathers, the Feathers ecosystem, or using Feathers please add it to the [showcase](https://docs.feathersjs.com/why/showcase.html). You also might want to check out the [Plugin Generator](https://github.com/feathersjs/generator-feathers-plugin) that can be used to scaffold plugins to be Feathers compliant from the start. 56 | 57 | If you think it would be a good core module then please contact one of the Feathers core team members in [Slack](http://slack.feathersjs.com) and we can discuss whether it belongs in core and how to get it there. :beers: 58 | 59 | ## Contributor Code of Conduct 60 | 61 | As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. 62 | 63 | We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion. 64 | 65 | Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct. 66 | 67 | Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team. 68 | 69 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. 70 | 71 | This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/) 72 | -------------------------------------------------------------------------------- /.github/issue_template.md: -------------------------------------------------------------------------------- 1 | ### Steps to reproduce 2 | 3 | (First please check that this issue is not already solved as [described 4 | here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#report-a-bug)) 5 | 6 | - [ ] Tell us what broke. The more detailed the better. 7 | - [ ] If you can, please create a simple example that reproduces the issue and link to a gist, jsbin, repo, etc. 8 | 9 | ### Expected behavior 10 | Tell us what should happen 11 | 12 | ### Actual behavior 13 | Tell us what happens instead 14 | 15 | ### System configuration 16 | 17 | Tell us about the applicable parts of your setup. 18 | 19 | **Module versions** (especially the part that's not working): 20 | 21 | **NodeJS version**: 22 | 23 | **Operating System**: 24 | 25 | **Browser Version**: 26 | 27 | **React Native Version**: 28 | 29 | **Module Loader**: -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | ### Summary 2 | 3 | (If you have not already please refer to the contributing guideline as [described 4 | here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#pull-requests)) 5 | 6 | - [ ] Tell us about the problem your pull request is solving. 7 | - [ ] Are there any open issues that are related to this? 8 | - [ ] Is this PR dependent on PRs in other repos? 9 | 10 | If so, please mention them to keep the conversations linked together. 11 | 12 | ### Other Information 13 | 14 | If there's anything else that's important and relevant to your pull 15 | request, mention that information here. This could include 16 | benchmarks, or other information. 17 | 18 | Your PR will be reviewed by a core team member and they will work with you to get your changes merged in a timely manner. If merged your PR will automatically be added to the changelog in the next release. 19 | 20 | If your changes involve documentation updates please mention that and link the appropriate PR in [feathers-docs](https://github.com/feathersjs/feathers-docs). 21 | 22 | Thanks for contributing to Feathers! :heart: -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | 3 | # Logs 4 | logs 5 | *.log 6 | 7 | # Runtime data 8 | pids 9 | *.pid 10 | *.seed 11 | 12 | # Directory for instrumented libs generated by jscoverage/JSCover 13 | lib-cov 14 | 15 | # Coverage directory used by tools like istanbul 16 | coverage 17 | 18 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 19 | .grunt 20 | 21 | # Compiled binary addons (http://nodejs.org/api/addons.html) 22 | build/Release 23 | 24 | # Dependency directory 25 | # Commenting this out is preferred by some people, see 26 | # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- 27 | node_modules 28 | 29 | # Users Environment Variables 30 | .lock-wscript 31 | 32 | # The compiled/babelified modules 33 | lib/ -------------------------------------------------------------------------------- /.istanbul.yml: -------------------------------------------------------------------------------- 1 | verbose: false 2 | instrumentation: 3 | root: ./src/ 4 | excludes: 5 | - lib/ 6 | include-all-sources: true 7 | reporting: 8 | print: summary 9 | reports: 10 | - html 11 | - text 12 | - lcov 13 | watermarks: 14 | statements: [50, 80] 15 | lines: [50, 80] 16 | functions: [50, 80] 17 | branches: [50, 80] -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | .editorconfig 2 | .jshintrc 3 | .travis.yml 4 | .istanbul.yml 5 | .babelrc 6 | .idea/ 7 | src/ 8 | test/ 9 | !lib/ 10 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 'node' 4 | - '6' 5 | - '4' 6 | addons: 7 | code_climate: 8 | repo_token: 'your repo token' 9 | notifications: 10 | email: false 11 | before_script: 12 | - npm install -g codeclimate-test-reporter 13 | after_script: 14 | - codeclimate-test-reporter < coverage/lcov.info -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- 1 | { 2 | // Use IntelliSense to learn about possible Node.js debug attributes. 3 | // Hover to view descriptions of existing attributes. 4 | // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 5 | "version": "0.2.0", 6 | "configurations": [ 7 | { 8 | "type": "node", 9 | "request": "launch", 10 | "name": "Mocha Tests", 11 | "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha", 12 | "args": [ 13 | "-u", 14 | "tdd", 15 | "--timeout", 16 | "999999", 17 | "--colors", 18 | "${workspaceRoot}/test/index.test.js" 19 | ], 20 | "internalConsoleOptions": "openOnSessionStart" 21 | }, 22 | { 23 | "type": "node", 24 | "request": "launch", 25 | "name": "Launch Program", 26 | "program": "${workspaceRoot}/lib/" 27 | }, 28 | { 29 | "type": "node", 30 | "request": "attach", 31 | "name": "Attach to Port", 32 | "address": "localhost", 33 | "port": 5858 34 | } 35 | ] 36 | } -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log 2 | 3 | ## [v1.1.0](https://github.com/feathersjs/feathers-fs/tree/v1.1.0) (2017-09-14) 4 | [Full Changelog](https://github.com/feathersjs/feathers-fs/compare/v1.0.0...v1.1.0) 5 | 6 | ## [v1.0.0](https://github.com/feathersjs/feathers-fs/tree/v1.0.0) (2017-09-14) 7 | [Full Changelog](https://github.com/feathersjs/feathers-fs/compare/v0.0.3...v1.0.0) 8 | 9 | ## [v0.0.3](https://github.com/feathersjs/feathers-fs/tree/v0.0.3) (2017-04-14) 10 | [Full Changelog](https://github.com/feathersjs/feathers-fs/compare/v0.0.2...v0.0.3) 11 | 12 | ## [v0.0.2](https://github.com/feathersjs/feathers-fs/tree/v0.0.2) (2017-04-13) 13 | [Full Changelog](https://github.com/feathersjs/feathers-fs/compare/v0.0.1...v0.0.2) 14 | 15 | ## [v0.0.1](https://github.com/feathersjs/feathers-fs/tree/v0.0.1) (2017-04-13) 16 | 17 | 18 | \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Feathers 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # feathers-fs 2 | 3 | > This modules is deprecated. Use [feathers-blob](https://github.com/feathersjs-ecosystem/feathers-blob) instead. 4 | 5 | Use the FeathersJS service interface to read and write data in the file system. 6 | 7 | ## Installation 8 | 9 | ``` 10 | npm install feathers-fs --save 11 | ``` 12 | 13 | ## Documentation 14 | The `feathers-js` module lets you use the FeathersJS service interface methods to read and write JSON-able data in the file system. It creates `.json` files, by default, but is extendable to be able to read or write [any text-based file format](#handling-other-file-types) that is serializable to/from JSON or a JavaScript object literal. Here's a basic example: 15 | 16 | ```js 17 | const ffs = require('feathers-fs'); 18 | const jsonService = app.use('/json', ffs({root: 'src/services'}); 19 | 20 | const messageData = { test: true }; 21 | 22 | jsonService.create({ 23 | path: 'messages/messages.json', 24 | data: messageData 25 | }); 26 | ``` 27 | 28 | ## API 29 | ### `service(options) -> FeathersService` 30 | Sets up the plugin with the provided `options`. 31 | - `options {Object}` - must contain a `root` param. 32 | - `root {String}` *required* - the root path for all files that will be read or written. 33 | - `type {String}` - the file type/extension that this service will handle. *default:* `json`. When creating a file, if a file extension is not provided, this will be appended. 34 | - `cache {Boolean}` - whether the require module cache should be used. *default:* `false`. By default, the require cache for the individual file will be cleared both before **and** after reading the file. 35 | 36 | ## Service API 37 | 38 | Two of the service methods are implemented: 39 | 40 | ### `create(data) -> Promise` 41 | Creates a file using the provided data. 42 | - `data {Object}` - must contain `path` and `data` attributes. 43 | - `path {String}` *required* - the full path, including file name. If an extension is not provided, the extension provided as `options.type` will automatically be appended. 44 | - `data {Object|Array}` *required* - The data to be written to the file. 45 | The `create` method returns a promise that resolves to the `data` that was written to file. 46 | 47 | ### `get(path, params) -> Promise` 48 | Reads a file from the provided path. 49 | - `path {String}` *required* - the full path, relative to the `options.root` of the file to be read. 50 | - `params.cache {Boolean}` - Whether or not this specific file lookup should use the `require` cache. Defaults to `options.cache` 51 | The `get` method returns a promise that resolves to the data that was read from the file. 52 | 53 | ## Handling Other File Types 54 | The service can be extended to handle file types other than `.json`. When you create an instance of the service class, all attributes passed in the `options` will be available at `this.options`. Generally, both of the following methods will need to be overridden: 55 | 56 | ### `readFromFile(path) -> promise` 57 | The `readFromFile` method is used to read the file at `path` and format it as an object literal. 58 | - `path {String}` - the full file path of the file to be read, including the `options.root`. 59 | It must return a promise that resolves to an object literal. 60 | 61 | ### `toFileString(data) -> promise` 62 | The `toFileString` method is used to convert the provided `data` into a string to be written to disk. 63 | - `data {Object}` - the object literal containing the data that will be formatted. 64 | It must return a promise that resolves to a string. 65 | 66 | ### Example of Extending the Service for CSV 67 | 68 | Here's a stubbed-out example of what extending a CSV service would look like. 69 | 70 | ```js 71 | const BaseService = require('feathers-fs').Service; 72 | const fs = require('fs'); 73 | 74 | class CsvService extends BaseService { 75 | // Converts the CSV file to an object literal. 76 | readFromFile (path) { 77 | return new Promise((resolve, reject) => { 78 | // Use the path to read the file contents. 79 | fs.readFile(path, (error, data) => { 80 | if (err) { 81 | return reject(error) 82 | } 83 | // Use a node package to convert the data to an object literal. 84 | let formattingOptions = { 85 | fields: this.options.fields 86 | } 87 | let formatted = someCsvToJsonFunction(data, formattingOptions); 88 | resolve(formatted); 89 | }); 90 | }); 91 | } 92 | 93 | // Converts an object literal to a string ready for storing to the file system. 94 | toFileString (data) { 95 | return new Promise((resolve, reject) => { 96 | // Use a node package to convert the data to a string. 97 | try { 98 | let formatted = someJsonToCsvFunction(data); 99 | return resolve(formatted); 100 | } catch (error) { 101 | return reject(error); 102 | } 103 | }); 104 | } 105 | } 106 | 107 | const serviceOptions = { 108 | root: 'src/services', 109 | type: 'csv', 110 | // Some CSV plugins require an array of fields. 111 | // The fields are available inside the override methods as shown above. 112 | fields: ['first', 'second', 'third'] 113 | }; 114 | const csvService = app.use('/json', new CsvService(serviceOptions); 115 | 116 | // Notice how the field names match the ones in the `fields` array. 117 | const tableData = { 118 | first: 'test1', 119 | second: 'test2', 120 | third: 'test3' 121 | }; 122 | 123 | // Create the csv file. 124 | csvService.create({ 125 | path: 'files/table-data.csv', 126 | data: tableData 127 | }); 128 | ``` 129 | 130 | 131 | ## Complete Example 132 | 133 | Here's an example of a Feathers server that uses `feathers-fs`. 134 | 135 | ```js 136 | const feathers = require('feathers'); 137 | const rest = require('feathers-rest'); 138 | const hooks = require('feathers-hooks'); 139 | const bodyParser = require('body-parser'); 140 | const errorHandler = require('feathers-errors/handler'); 141 | const feathersFs = require('feathers-fs'); 142 | 143 | // Initialize the application 144 | const app = feathers() 145 | .configure(rest()) 146 | .configure(hooks()) 147 | // Needed for parsing bodies (login) 148 | .use(bodyParser.json()) 149 | .use(bodyParser.urlencoded({ extended: true })) 150 | // Initialize your feathers plugin 151 | .use('/json', feathersFs({ 152 | root: 'src', 153 | type: 'json' // the default value. 154 | })) 155 | .use(errorHandler()); 156 | 157 | const dataToStore = [ 158 | { 159 | to: 'marshall', 160 | from: 'marshall', 161 | body: 'Stop talking to that rubber ducky!' 162 | }, { 163 | to: 'marshall', 164 | from: 'marshall', 165 | body: `...unless you're rubber duck debugging.` 166 | } 167 | ]; 168 | 169 | // Store the data at `/src/services/messages/messages.seed.json` 170 | app.service('/json').create({ 171 | path: '/services/messages/messages.seed.json', // path will be appended to the `root` path. 172 | data: dataToStore 173 | }) 174 | 175 | // Retrieve the data at the provided path. 176 | app.service('/json').get('/services/messages/messages.seed.json') 177 | .then(data => { 178 | assert.deepEqual(data, dataToStore) // --> true 179 | }); 180 | 181 | app.listen(3030); 182 | 183 | console.log('Feathers app started on 127.0.0.1:3030'); 184 | ``` 185 | 186 | ## License 187 | 188 | Copyright (c) 2016 189 | 190 | Licensed under the [MIT license](LICENSE). 191 | -------------------------------------------------------------------------------- /mocha.opts: -------------------------------------------------------------------------------- 1 | --recursive test/ 2 | --compilers js:babel-core/register -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "feathers-fs", 3 | "description": "A file system adapter for FeathersJS", 4 | "version": "1.1.0", 5 | "homepage": "https://github.com/feathersjs/feathers-fs", 6 | "main": "lib/", 7 | "keywords": [ 8 | "feathers", 9 | "feathers-plugin", 10 | "json" 11 | ], 12 | "license": "MIT", 13 | "repository": { 14 | "type": "git", 15 | "url": "git://github.com/feathersjs/feathers-fs.git" 16 | }, 17 | "author": { 18 | "name": "Feathers contributors", 19 | "email": "hello@feathersjs.com", 20 | "url": "https://feathersjs.com" 21 | }, 22 | "contributors": [], 23 | "bugs": { 24 | "url": "https://github.com/feathersjs/feathers-fs/issues" 25 | }, 26 | "engines": { 27 | "node": ">= 4.6.0" 28 | }, 29 | "scripts": { 30 | "prepublish": "npm run compile", 31 | "publish": "git push origin --tags && npm run changelog && git push origin", 32 | "release:patch": "npm version patch && npm publish", 33 | "release:minor": "npm version minor && npm publish", 34 | "release:major": "npm version major && npm publish", 35 | "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"", 36 | "compile": "shx rm -rf lib/ && babel -d lib/ src/", 37 | "watch": "babel --watch -d lib/ src/", 38 | "lint": "semistandard src/**/*.js test/**/*.js --fix", 39 | "mocha": "mocha --opts mocha.opts", 40 | "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts", 41 | "test": "npm run compile && npm run lint && npm run coverage", 42 | "start": "npm run compile && node example/app" 43 | }, 44 | "semistandard": { 45 | "sourceType": "module", 46 | "env": [ 47 | "mocha" 48 | ] 49 | }, 50 | "directories": { 51 | "lib": "lib" 52 | }, 53 | "dependencies": { 54 | "debug": "^2.6.3", 55 | "feathers-errors": "^2.6.3" 56 | }, 57 | "devDependencies": { 58 | "babel-cli": "^6.24.1", 59 | "babel-core": "^6.24.1", 60 | "babel-eslint": "^7.2.2", 61 | "babel-plugin-add-module-exports": "^0.2.1", 62 | "babel-preset-es2015": "^6.24.1", 63 | "chai": "^3.5.0", 64 | "istanbul": "^1.1.0-alpha.1", 65 | "mocha": "^3.2.0", 66 | "semistandard": "^10.0.0", 67 | "shx": "^0.2.2" 68 | } 69 | } 70 | -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- 1 | // const makeDebug = require('debug'); 2 | // const debug = makeDebug('feathers-fs'); 3 | const p = require('path'); 4 | const fs = require('fs'); 5 | 6 | const defaults = { 7 | root: undefined, 8 | cache: false, 9 | type: 'json' 10 | }; 11 | 12 | class Service { 13 | constructor (options) { 14 | if (!options.root) { 15 | throw new Error('You must provide a `root` path to the feathers-json adapter'); 16 | } 17 | this.options = Object.assign({}, defaults, options); 18 | } 19 | 20 | create ({path, data}) { 21 | if (!path) { 22 | return Promise.reject(new Error('You must pass a `path` to the feathers-json adapter\'s create method.')); 23 | } 24 | 25 | let filePath = this.makeFilePath(path); 26 | return this.toFileString(data) 27 | .then(dataString => { 28 | return new Promise((resolve, reject) => { 29 | fs.writeFile(filePath, dataString, 'utf8', function (err) { 30 | if (err) { 31 | reject(err); 32 | } else { 33 | resolve(data); 34 | } 35 | }); 36 | }); 37 | }); 38 | } 39 | 40 | get (path, params = {}) { 41 | const { cache } = params; 42 | 43 | if (!path) { 44 | return Promise.reject(new Error('You must pass a `path` to the feathers-json adapter\'s get method.')); 45 | } 46 | path = this.makeFilePath(path); 47 | 48 | return this.readFromFile(path, { cache }); 49 | } 50 | 51 | /** 52 | * Reads a file at `path` and returns a Promise that resolves with an object literal. 53 | * @param {String} path - The location of the file to be read. 54 | * @return Promise 55 | */ 56 | readFromFile (path, params = {}) { 57 | const { cache } = params; 58 | 59 | return new Promise((resolve, reject) => { 60 | let data; 61 | try { 62 | const shouldCache = cache === undefined ? this.options.cache : cache; 63 | 64 | shouldCache || this.clearCache(path); 65 | data = require(path); 66 | shouldCache || this.clearCache(path); 67 | resolve(data); 68 | } catch (error) { 69 | reject(error); 70 | } 71 | }); 72 | } 73 | 74 | /** 75 | * Clears a module from the require cache. 76 | * @param {String} path - The module path to be cleared from the require cache 77 | */ 78 | clearCache (path) { 79 | delete require.cache[require.resolve(path)]; 80 | } 81 | 82 | // Input an object literal and output a string. 83 | toFileString (data) { 84 | return new Promise((resolve, reject) => { 85 | let formatted; 86 | try { 87 | formatted = JSON.stringify(data, null, 2); 88 | resolve(formatted); 89 | } catch (error) { 90 | reject(error); 91 | } 92 | }); 93 | } 94 | 95 | makeFilePath (path) { 96 | let fullPath = p.join(this.options.root, path); 97 | let extension = '.' + this.options.type; 98 | if (!fullPath.includes(extension)) { 99 | fullPath += extension; 100 | } 101 | return fullPath; 102 | } 103 | } 104 | 105 | function init (options) { 106 | options = Object.assign({}, defaults, options); 107 | return new Service(options); 108 | } 109 | 110 | init.Service = Service; 111 | 112 | module.exports = init; 113 | -------------------------------------------------------------------------------- /test/index.test.js: -------------------------------------------------------------------------------- 1 | const { assert } = require('chai'); 2 | const ffs = require('../src'); 3 | 4 | describe('feathers-fs', () => { 5 | it('is CommonJS compatible', () => { 6 | assert(typeof require('../lib') === 'function'); 7 | }); 8 | 9 | it('basic functionality', () => { 10 | assert(typeof ffs === 'function', 'It worked'); 11 | assert(typeof ffs({root: 'test'}) === 'object'); 12 | }); 13 | 14 | it('can write and read json', done => { 15 | const service = ffs({root: __dirname}); 16 | const path = 'test.json'; 17 | const data = { test: true }; 18 | service.create({ path, data }) 19 | .then(data => service.get(path)) 20 | .then(data => { 21 | assert(data.test); 22 | done(); 23 | }); 24 | }); 25 | 26 | it('returns an error for missing files', done => { 27 | const service = ffs({root: __dirname}); 28 | const path = 'missing.json'; 29 | 30 | service.get(path).catch(error => { 31 | assert(error); 32 | done(); 33 | }); 34 | }); 35 | 36 | it('returns an error for malformed files', done => { 37 | const service = ffs({root: __dirname}); 38 | const path = 'malformed.json'; 39 | 40 | service.get(path).catch(error => { 41 | assert(error); 42 | done(); 43 | }); 44 | }); 45 | }); 46 | -------------------------------------------------------------------------------- /test/malformed.json: -------------------------------------------------------------------------------- 1 | { 2 | "test": true4 3 | } -------------------------------------------------------------------------------- /test/test.json: -------------------------------------------------------------------------------- 1 | { 2 | "test": true 3 | } -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- 1 | # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. 2 | # yarn lockfile v1 3 | 4 | 5 | abbrev@1, abbrev@1.0.x: 6 | version "1.0.9" 7 | resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135" 8 | 9 | acorn-jsx@^3.0.0: 10 | version "3.0.1" 11 | resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b" 12 | dependencies: 13 | acorn "^3.0.4" 14 | 15 | acorn@^3.0.4: 16 | version "3.3.0" 17 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a" 18 | 19 | acorn@^5.0.1: 20 | version "5.0.3" 21 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d" 22 | 23 | ajv-keywords@^1.0.0: 24 | version "1.5.1" 25 | resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c" 26 | 27 | ajv@^4.7.0, ajv@^4.9.1: 28 | version "4.11.6" 29 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.6.tgz#947e93049790942b2a2d60a8289b28924d39f987" 30 | dependencies: 31 | co "^4.6.0" 32 | json-stable-stringify "^1.0.1" 33 | 34 | align-text@^0.1.1, align-text@^0.1.3: 35 | version "0.1.4" 36 | resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" 37 | dependencies: 38 | kind-of "^3.0.2" 39 | longest "^1.0.1" 40 | repeat-string "^1.5.2" 41 | 42 | amdefine@>=0.0.4: 43 | version "1.0.1" 44 | resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" 45 | 46 | ansi-escapes@^1.1.0: 47 | version "1.4.0" 48 | resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" 49 | 50 | ansi-regex@^2.0.0: 51 | version "2.1.1" 52 | resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" 53 | 54 | ansi-styles@^2.2.1: 55 | version "2.2.1" 56 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" 57 | 58 | anymatch@^1.3.0: 59 | version "1.3.0" 60 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.0.tgz#a3e52fa39168c825ff57b0248126ce5a8ff95507" 61 | dependencies: 62 | arrify "^1.0.0" 63 | micromatch "^2.1.5" 64 | 65 | append-transform@^0.4.0: 66 | version "0.4.0" 67 | resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991" 68 | dependencies: 69 | default-require-extensions "^1.0.0" 70 | 71 | aproba@^1.0.3: 72 | version "1.1.1" 73 | resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.1.1.tgz#95d3600f07710aa0e9298c726ad5ecf2eacbabab" 74 | 75 | are-we-there-yet@~1.1.2: 76 | version "1.1.2" 77 | resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz#80e470e95a084794fe1899262c5667c6e88de1b3" 78 | dependencies: 79 | delegates "^1.0.0" 80 | readable-stream "^2.0.0 || ^1.1.13" 81 | 82 | argparse@^1.0.7: 83 | version "1.0.9" 84 | resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86" 85 | dependencies: 86 | sprintf-js "~1.0.2" 87 | 88 | arr-diff@^2.0.0: 89 | version "2.0.0" 90 | resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" 91 | dependencies: 92 | arr-flatten "^1.0.1" 93 | 94 | arr-flatten@^1.0.1: 95 | version "1.0.1" 96 | resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.0.1.tgz#e5ffe54d45e19f32f216e91eb99c8ce892bb604b" 97 | 98 | array-union@^1.0.1: 99 | version "1.0.2" 100 | resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" 101 | dependencies: 102 | array-uniq "^1.0.1" 103 | 104 | array-uniq@^1.0.1: 105 | version "1.0.3" 106 | resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" 107 | 108 | array-unique@^0.2.1: 109 | version "0.2.1" 110 | resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" 111 | 112 | array.prototype.find@^2.0.1: 113 | version "2.0.4" 114 | resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90" 115 | dependencies: 116 | define-properties "^1.1.2" 117 | es-abstract "^1.7.0" 118 | 119 | arrify@^1.0.0: 120 | version "1.0.1" 121 | resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" 122 | 123 | asn1@~0.2.3: 124 | version "0.2.3" 125 | resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86" 126 | 127 | assert-plus@1.0.0, assert-plus@^1.0.0: 128 | version "1.0.0" 129 | resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" 130 | 131 | assert-plus@^0.2.0: 132 | version "0.2.0" 133 | resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234" 134 | 135 | assertion-error@^1.0.1: 136 | version "1.0.2" 137 | resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.0.2.tgz#13ca515d86206da0bac66e834dd397d87581094c" 138 | 139 | async-each@^1.0.0: 140 | version "1.0.1" 141 | resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" 142 | 143 | async@1.x, async@^1.4.0: 144 | version "1.5.2" 145 | resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" 146 | 147 | async@^2.1.4: 148 | version "2.3.0" 149 | resolved "https://registry.yarnpkg.com/async/-/async-2.3.0.tgz#1013d1051047dd320fe24e494d5c66ecaf6147d9" 150 | dependencies: 151 | lodash "^4.14.0" 152 | 153 | asynckit@^0.4.0: 154 | version "0.4.0" 155 | resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" 156 | 157 | aws-sign2@~0.6.0: 158 | version "0.6.0" 159 | resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f" 160 | 161 | aws4@^1.2.1: 162 | version "1.6.0" 163 | resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" 164 | 165 | babel-cli@^6.24.1: 166 | version "6.24.1" 167 | resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.24.1.tgz#207cd705bba61489b2ea41b5312341cf6aca2283" 168 | dependencies: 169 | babel-core "^6.24.1" 170 | babel-polyfill "^6.23.0" 171 | babel-register "^6.24.1" 172 | babel-runtime "^6.22.0" 173 | commander "^2.8.1" 174 | convert-source-map "^1.1.0" 175 | fs-readdir-recursive "^1.0.0" 176 | glob "^7.0.0" 177 | lodash "^4.2.0" 178 | output-file-sync "^1.1.0" 179 | path-is-absolute "^1.0.0" 180 | slash "^1.0.0" 181 | source-map "^0.5.0" 182 | v8flags "^2.0.10" 183 | optionalDependencies: 184 | chokidar "^1.6.1" 185 | 186 | babel-code-frame@^6.16.0, babel-code-frame@^6.22.0: 187 | version "6.22.0" 188 | resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4" 189 | dependencies: 190 | chalk "^1.1.0" 191 | esutils "^2.0.2" 192 | js-tokens "^3.0.0" 193 | 194 | babel-core@^6.24.1: 195 | version "6.24.1" 196 | resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.24.1.tgz#8c428564dce1e1f41fb337ec34f4c3b022b5ad83" 197 | dependencies: 198 | babel-code-frame "^6.22.0" 199 | babel-generator "^6.24.1" 200 | babel-helpers "^6.24.1" 201 | babel-messages "^6.23.0" 202 | babel-register "^6.24.1" 203 | babel-runtime "^6.22.0" 204 | babel-template "^6.24.1" 205 | babel-traverse "^6.24.1" 206 | babel-types "^6.24.1" 207 | babylon "^6.11.0" 208 | convert-source-map "^1.1.0" 209 | debug "^2.1.1" 210 | json5 "^0.5.0" 211 | lodash "^4.2.0" 212 | minimatch "^3.0.2" 213 | path-is-absolute "^1.0.0" 214 | private "^0.1.6" 215 | slash "^1.0.0" 216 | source-map "^0.5.0" 217 | 218 | babel-eslint@^7.2.2: 219 | version "7.2.2" 220 | resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.2.tgz#0da2cbe6554fd0fb069f19674f2db2f9c59270ff" 221 | dependencies: 222 | babel-code-frame "^6.22.0" 223 | babel-traverse "^6.23.1" 224 | babel-types "^6.23.0" 225 | babylon "^6.16.1" 226 | 227 | babel-generator@^6.18.0, babel-generator@^6.24.1: 228 | version "6.24.1" 229 | resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.24.1.tgz#e715f486c58ded25649d888944d52aa07c5d9497" 230 | dependencies: 231 | babel-messages "^6.23.0" 232 | babel-runtime "^6.22.0" 233 | babel-types "^6.24.1" 234 | detect-indent "^4.0.0" 235 | jsesc "^1.3.0" 236 | lodash "^4.2.0" 237 | source-map "^0.5.0" 238 | trim-right "^1.0.1" 239 | 240 | babel-helper-call-delegate@^6.24.1: 241 | version "6.24.1" 242 | resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d" 243 | dependencies: 244 | babel-helper-hoist-variables "^6.24.1" 245 | babel-runtime "^6.22.0" 246 | babel-traverse "^6.24.1" 247 | babel-types "^6.24.1" 248 | 249 | babel-helper-define-map@^6.24.1: 250 | version "6.24.1" 251 | resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.24.1.tgz#7a9747f258d8947d32d515f6aa1c7bd02204a080" 252 | dependencies: 253 | babel-helper-function-name "^6.24.1" 254 | babel-runtime "^6.22.0" 255 | babel-types "^6.24.1" 256 | lodash "^4.2.0" 257 | 258 | babel-helper-function-name@^6.24.1: 259 | version "6.24.1" 260 | resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9" 261 | dependencies: 262 | babel-helper-get-function-arity "^6.24.1" 263 | babel-runtime "^6.22.0" 264 | babel-template "^6.24.1" 265 | babel-traverse "^6.24.1" 266 | babel-types "^6.24.1" 267 | 268 | babel-helper-get-function-arity@^6.24.1: 269 | version "6.24.1" 270 | resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d" 271 | dependencies: 272 | babel-runtime "^6.22.0" 273 | babel-types "^6.24.1" 274 | 275 | babel-helper-hoist-variables@^6.24.1: 276 | version "6.24.1" 277 | resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76" 278 | dependencies: 279 | babel-runtime "^6.22.0" 280 | babel-types "^6.24.1" 281 | 282 | babel-helper-optimise-call-expression@^6.24.1: 283 | version "6.24.1" 284 | resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257" 285 | dependencies: 286 | babel-runtime "^6.22.0" 287 | babel-types "^6.24.1" 288 | 289 | babel-helper-regex@^6.24.1: 290 | version "6.24.1" 291 | resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.24.1.tgz#d36e22fab1008d79d88648e32116868128456ce8" 292 | dependencies: 293 | babel-runtime "^6.22.0" 294 | babel-types "^6.24.1" 295 | lodash "^4.2.0" 296 | 297 | babel-helper-replace-supers@^6.24.1: 298 | version "6.24.1" 299 | resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a" 300 | dependencies: 301 | babel-helper-optimise-call-expression "^6.24.1" 302 | babel-messages "^6.23.0" 303 | babel-runtime "^6.22.0" 304 | babel-template "^6.24.1" 305 | babel-traverse "^6.24.1" 306 | babel-types "^6.24.1" 307 | 308 | babel-helpers@^6.24.1: 309 | version "6.24.1" 310 | resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2" 311 | dependencies: 312 | babel-runtime "^6.22.0" 313 | babel-template "^6.24.1" 314 | 315 | babel-messages@^6.23.0: 316 | version "6.23.0" 317 | resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" 318 | dependencies: 319 | babel-runtime "^6.22.0" 320 | 321 | babel-plugin-add-module-exports@^0.2.1: 322 | version "0.2.1" 323 | resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz#9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25" 324 | 325 | babel-plugin-check-es2015-constants@^6.22.0: 326 | version "6.22.0" 327 | resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a" 328 | dependencies: 329 | babel-runtime "^6.22.0" 330 | 331 | babel-plugin-transform-es2015-arrow-functions@^6.22.0: 332 | version "6.22.0" 333 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221" 334 | dependencies: 335 | babel-runtime "^6.22.0" 336 | 337 | babel-plugin-transform-es2015-block-scoped-functions@^6.22.0: 338 | version "6.22.0" 339 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141" 340 | dependencies: 341 | babel-runtime "^6.22.0" 342 | 343 | babel-plugin-transform-es2015-block-scoping@^6.24.1: 344 | version "6.24.1" 345 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.24.1.tgz#76c295dc3a4741b1665adfd3167215dcff32a576" 346 | dependencies: 347 | babel-runtime "^6.22.0" 348 | babel-template "^6.24.1" 349 | babel-traverse "^6.24.1" 350 | babel-types "^6.24.1" 351 | lodash "^4.2.0" 352 | 353 | babel-plugin-transform-es2015-classes@^6.24.1: 354 | version "6.24.1" 355 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db" 356 | dependencies: 357 | babel-helper-define-map "^6.24.1" 358 | babel-helper-function-name "^6.24.1" 359 | babel-helper-optimise-call-expression "^6.24.1" 360 | babel-helper-replace-supers "^6.24.1" 361 | babel-messages "^6.23.0" 362 | babel-runtime "^6.22.0" 363 | babel-template "^6.24.1" 364 | babel-traverse "^6.24.1" 365 | babel-types "^6.24.1" 366 | 367 | babel-plugin-transform-es2015-computed-properties@^6.24.1: 368 | version "6.24.1" 369 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3" 370 | dependencies: 371 | babel-runtime "^6.22.0" 372 | babel-template "^6.24.1" 373 | 374 | babel-plugin-transform-es2015-destructuring@^6.22.0: 375 | version "6.23.0" 376 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d" 377 | dependencies: 378 | babel-runtime "^6.22.0" 379 | 380 | babel-plugin-transform-es2015-duplicate-keys@^6.24.1: 381 | version "6.24.1" 382 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e" 383 | dependencies: 384 | babel-runtime "^6.22.0" 385 | babel-types "^6.24.1" 386 | 387 | babel-plugin-transform-es2015-for-of@^6.22.0: 388 | version "6.23.0" 389 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691" 390 | dependencies: 391 | babel-runtime "^6.22.0" 392 | 393 | babel-plugin-transform-es2015-function-name@^6.24.1: 394 | version "6.24.1" 395 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b" 396 | dependencies: 397 | babel-helper-function-name "^6.24.1" 398 | babel-runtime "^6.22.0" 399 | babel-types "^6.24.1" 400 | 401 | babel-plugin-transform-es2015-literals@^6.22.0: 402 | version "6.22.0" 403 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e" 404 | dependencies: 405 | babel-runtime "^6.22.0" 406 | 407 | babel-plugin-transform-es2015-modules-amd@^6.24.1: 408 | version "6.24.1" 409 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154" 410 | dependencies: 411 | babel-plugin-transform-es2015-modules-commonjs "^6.24.1" 412 | babel-runtime "^6.22.0" 413 | babel-template "^6.24.1" 414 | 415 | babel-plugin-transform-es2015-modules-commonjs@^6.24.1: 416 | version "6.24.1" 417 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.1.tgz#d3e310b40ef664a36622200097c6d440298f2bfe" 418 | dependencies: 419 | babel-plugin-transform-strict-mode "^6.24.1" 420 | babel-runtime "^6.22.0" 421 | babel-template "^6.24.1" 422 | babel-types "^6.24.1" 423 | 424 | babel-plugin-transform-es2015-modules-systemjs@^6.24.1: 425 | version "6.24.1" 426 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23" 427 | dependencies: 428 | babel-helper-hoist-variables "^6.24.1" 429 | babel-runtime "^6.22.0" 430 | babel-template "^6.24.1" 431 | 432 | babel-plugin-transform-es2015-modules-umd@^6.24.1: 433 | version "6.24.1" 434 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468" 435 | dependencies: 436 | babel-plugin-transform-es2015-modules-amd "^6.24.1" 437 | babel-runtime "^6.22.0" 438 | babel-template "^6.24.1" 439 | 440 | babel-plugin-transform-es2015-object-super@^6.24.1: 441 | version "6.24.1" 442 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d" 443 | dependencies: 444 | babel-helper-replace-supers "^6.24.1" 445 | babel-runtime "^6.22.0" 446 | 447 | babel-plugin-transform-es2015-parameters@^6.24.1: 448 | version "6.24.1" 449 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b" 450 | dependencies: 451 | babel-helper-call-delegate "^6.24.1" 452 | babel-helper-get-function-arity "^6.24.1" 453 | babel-runtime "^6.22.0" 454 | babel-template "^6.24.1" 455 | babel-traverse "^6.24.1" 456 | babel-types "^6.24.1" 457 | 458 | babel-plugin-transform-es2015-shorthand-properties@^6.24.1: 459 | version "6.24.1" 460 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0" 461 | dependencies: 462 | babel-runtime "^6.22.0" 463 | babel-types "^6.24.1" 464 | 465 | babel-plugin-transform-es2015-spread@^6.22.0: 466 | version "6.22.0" 467 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1" 468 | dependencies: 469 | babel-runtime "^6.22.0" 470 | 471 | babel-plugin-transform-es2015-sticky-regex@^6.24.1: 472 | version "6.24.1" 473 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc" 474 | dependencies: 475 | babel-helper-regex "^6.24.1" 476 | babel-runtime "^6.22.0" 477 | babel-types "^6.24.1" 478 | 479 | babel-plugin-transform-es2015-template-literals@^6.22.0: 480 | version "6.22.0" 481 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d" 482 | dependencies: 483 | babel-runtime "^6.22.0" 484 | 485 | babel-plugin-transform-es2015-typeof-symbol@^6.22.0: 486 | version "6.23.0" 487 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372" 488 | dependencies: 489 | babel-runtime "^6.22.0" 490 | 491 | babel-plugin-transform-es2015-unicode-regex@^6.24.1: 492 | version "6.24.1" 493 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9" 494 | dependencies: 495 | babel-helper-regex "^6.24.1" 496 | babel-runtime "^6.22.0" 497 | regexpu-core "^2.0.0" 498 | 499 | babel-plugin-transform-regenerator@^6.24.1: 500 | version "6.24.1" 501 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz#b8da305ad43c3c99b4848e4fe4037b770d23c418" 502 | dependencies: 503 | regenerator-transform "0.9.11" 504 | 505 | babel-plugin-transform-strict-mode@^6.24.1: 506 | version "6.24.1" 507 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758" 508 | dependencies: 509 | babel-runtime "^6.22.0" 510 | babel-types "^6.24.1" 511 | 512 | babel-polyfill@^6.23.0: 513 | version "6.23.0" 514 | resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.23.0.tgz#8364ca62df8eafb830499f699177466c3b03499d" 515 | dependencies: 516 | babel-runtime "^6.22.0" 517 | core-js "^2.4.0" 518 | regenerator-runtime "^0.10.0" 519 | 520 | babel-preset-es2015@^6.24.1: 521 | version "6.24.1" 522 | resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939" 523 | dependencies: 524 | babel-plugin-check-es2015-constants "^6.22.0" 525 | babel-plugin-transform-es2015-arrow-functions "^6.22.0" 526 | babel-plugin-transform-es2015-block-scoped-functions "^6.22.0" 527 | babel-plugin-transform-es2015-block-scoping "^6.24.1" 528 | babel-plugin-transform-es2015-classes "^6.24.1" 529 | babel-plugin-transform-es2015-computed-properties "^6.24.1" 530 | babel-plugin-transform-es2015-destructuring "^6.22.0" 531 | babel-plugin-transform-es2015-duplicate-keys "^6.24.1" 532 | babel-plugin-transform-es2015-for-of "^6.22.0" 533 | babel-plugin-transform-es2015-function-name "^6.24.1" 534 | babel-plugin-transform-es2015-literals "^6.22.0" 535 | babel-plugin-transform-es2015-modules-amd "^6.24.1" 536 | babel-plugin-transform-es2015-modules-commonjs "^6.24.1" 537 | babel-plugin-transform-es2015-modules-systemjs "^6.24.1" 538 | babel-plugin-transform-es2015-modules-umd "^6.24.1" 539 | babel-plugin-transform-es2015-object-super "^6.24.1" 540 | babel-plugin-transform-es2015-parameters "^6.24.1" 541 | babel-plugin-transform-es2015-shorthand-properties "^6.24.1" 542 | babel-plugin-transform-es2015-spread "^6.22.0" 543 | babel-plugin-transform-es2015-sticky-regex "^6.24.1" 544 | babel-plugin-transform-es2015-template-literals "^6.22.0" 545 | babel-plugin-transform-es2015-typeof-symbol "^6.22.0" 546 | babel-plugin-transform-es2015-unicode-regex "^6.24.1" 547 | babel-plugin-transform-regenerator "^6.24.1" 548 | 549 | babel-register@^6.24.1: 550 | version "6.24.1" 551 | resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.24.1.tgz#7e10e13a2f71065bdfad5a1787ba45bca6ded75f" 552 | dependencies: 553 | babel-core "^6.24.1" 554 | babel-runtime "^6.22.0" 555 | core-js "^2.4.0" 556 | home-or-tmp "^2.0.0" 557 | lodash "^4.2.0" 558 | mkdirp "^0.5.1" 559 | source-map-support "^0.4.2" 560 | 561 | babel-runtime@^6.18.0, babel-runtime@^6.22.0: 562 | version "6.23.0" 563 | resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b" 564 | dependencies: 565 | core-js "^2.4.0" 566 | regenerator-runtime "^0.10.0" 567 | 568 | babel-template@^6.16.0, babel-template@^6.24.1: 569 | version "6.24.1" 570 | resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.24.1.tgz#04ae514f1f93b3a2537f2a0f60a5a45fb8308333" 571 | dependencies: 572 | babel-runtime "^6.22.0" 573 | babel-traverse "^6.24.1" 574 | babel-types "^6.24.1" 575 | babylon "^6.11.0" 576 | lodash "^4.2.0" 577 | 578 | babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-traverse@^6.24.1: 579 | version "6.24.1" 580 | resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.24.1.tgz#ab36673fd356f9a0948659e7b338d5feadb31695" 581 | dependencies: 582 | babel-code-frame "^6.22.0" 583 | babel-messages "^6.23.0" 584 | babel-runtime "^6.22.0" 585 | babel-types "^6.24.1" 586 | babylon "^6.15.0" 587 | debug "^2.2.0" 588 | globals "^9.0.0" 589 | invariant "^2.2.0" 590 | lodash "^4.2.0" 591 | 592 | babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24.1: 593 | version "6.24.1" 594 | resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.24.1.tgz#a136879dc15b3606bda0d90c1fc74304c2ff0975" 595 | dependencies: 596 | babel-runtime "^6.22.0" 597 | esutils "^2.0.2" 598 | lodash "^4.2.0" 599 | to-fast-properties "^1.0.1" 600 | 601 | babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0, babylon@^6.16.1: 602 | version "6.16.1" 603 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3" 604 | 605 | balanced-match@^0.4.1: 606 | version "0.4.2" 607 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838" 608 | 609 | bcrypt-pbkdf@^1.0.0: 610 | version "1.0.1" 611 | resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz#63bc5dcb61331b92bc05fd528953c33462a06f8d" 612 | dependencies: 613 | tweetnacl "^0.14.3" 614 | 615 | binary-extensions@^1.0.0: 616 | version "1.8.0" 617 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.8.0.tgz#48ec8d16df4377eae5fa5884682480af4d95c774" 618 | 619 | block-stream@*: 620 | version "0.0.9" 621 | resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" 622 | dependencies: 623 | inherits "~2.0.0" 624 | 625 | boom@2.x.x: 626 | version "2.10.1" 627 | resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" 628 | dependencies: 629 | hoek "2.x.x" 630 | 631 | brace-expansion@^1.0.0: 632 | version "1.1.7" 633 | resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.7.tgz#3effc3c50e000531fb720eaff80f0ae8ef23cf59" 634 | dependencies: 635 | balanced-match "^0.4.1" 636 | concat-map "0.0.1" 637 | 638 | braces@^1.8.2: 639 | version "1.8.5" 640 | resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" 641 | dependencies: 642 | expand-range "^1.8.1" 643 | preserve "^0.2.0" 644 | repeat-element "^1.1.2" 645 | 646 | browser-stdout@1.3.0: 647 | version "1.3.0" 648 | resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f" 649 | 650 | buffer-shims@~1.0.0: 651 | version "1.0.0" 652 | resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51" 653 | 654 | caller-path@^0.1.0: 655 | version "0.1.0" 656 | resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f" 657 | dependencies: 658 | callsites "^0.2.0" 659 | 660 | callsites@^0.2.0: 661 | version "0.2.0" 662 | resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca" 663 | 664 | camelcase@^1.0.2: 665 | version "1.2.1" 666 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" 667 | 668 | caseless@~0.12.0: 669 | version "0.12.0" 670 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" 671 | 672 | center-align@^0.1.1: 673 | version "0.1.3" 674 | resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad" 675 | dependencies: 676 | align-text "^0.1.3" 677 | lazy-cache "^1.0.3" 678 | 679 | chai@^3.5.0: 680 | version "3.5.0" 681 | resolved "https://registry.yarnpkg.com/chai/-/chai-3.5.0.tgz#4d02637b067fe958bdbfdd3a40ec56fef7373247" 682 | dependencies: 683 | assertion-error "^1.0.1" 684 | deep-eql "^0.1.3" 685 | type-detect "^1.0.0" 686 | 687 | chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3: 688 | version "1.1.3" 689 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" 690 | dependencies: 691 | ansi-styles "^2.2.1" 692 | escape-string-regexp "^1.0.2" 693 | has-ansi "^2.0.0" 694 | strip-ansi "^3.0.0" 695 | supports-color "^2.0.0" 696 | 697 | chokidar@^1.6.1: 698 | version "1.6.1" 699 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2" 700 | dependencies: 701 | anymatch "^1.3.0" 702 | async-each "^1.0.0" 703 | glob-parent "^2.0.0" 704 | inherits "^2.0.1" 705 | is-binary-path "^1.0.0" 706 | is-glob "^2.0.0" 707 | path-is-absolute "^1.0.0" 708 | readdirp "^2.0.0" 709 | optionalDependencies: 710 | fsevents "^1.0.0" 711 | 712 | circular-json@^0.3.1: 713 | version "0.3.1" 714 | resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.1.tgz#be8b36aefccde8b3ca7aa2d6afc07a37242c0d2d" 715 | 716 | cli-cursor@^1.0.1: 717 | version "1.0.2" 718 | resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987" 719 | dependencies: 720 | restore-cursor "^1.0.1" 721 | 722 | cli-width@^2.0.0: 723 | version "2.1.0" 724 | resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.1.0.tgz#b234ca209b29ef66fc518d9b98d5847b00edf00a" 725 | 726 | cliui@^2.1.0: 727 | version "2.1.0" 728 | resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1" 729 | dependencies: 730 | center-align "^0.1.1" 731 | right-align "^0.1.1" 732 | wordwrap "0.0.2" 733 | 734 | co@^4.6.0: 735 | version "4.6.0" 736 | resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" 737 | 738 | code-point-at@^1.0.0: 739 | version "1.1.0" 740 | resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" 741 | 742 | combined-stream@^1.0.5, combined-stream@~1.0.5: 743 | version "1.0.5" 744 | resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" 745 | dependencies: 746 | delayed-stream "~1.0.0" 747 | 748 | commander@2.9.0, commander@^2.8.1: 749 | version "2.9.0" 750 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4" 751 | dependencies: 752 | graceful-readlink ">= 1.0.0" 753 | 754 | concat-map@0.0.1: 755 | version "0.0.1" 756 | resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" 757 | 758 | concat-stream@^1.4.6: 759 | version "1.6.0" 760 | resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7" 761 | dependencies: 762 | inherits "^2.0.3" 763 | readable-stream "^2.2.2" 764 | typedarray "^0.0.6" 765 | 766 | console-control-strings@^1.0.0, console-control-strings@~1.1.0: 767 | version "1.1.0" 768 | resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" 769 | 770 | convert-source-map@^1.1.0: 771 | version "1.5.0" 772 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5" 773 | 774 | core-js@^2.4.0: 775 | version "2.4.1" 776 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e" 777 | 778 | core-util-is@~1.0.0: 779 | version "1.0.2" 780 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" 781 | 782 | cryptiles@2.x.x: 783 | version "2.0.5" 784 | resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" 785 | dependencies: 786 | boom "2.x.x" 787 | 788 | d@1: 789 | version "1.0.0" 790 | resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f" 791 | dependencies: 792 | es5-ext "^0.10.9" 793 | 794 | dashdash@^1.12.0: 795 | version "1.14.1" 796 | resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" 797 | dependencies: 798 | assert-plus "^1.0.0" 799 | 800 | debug-log@^1.0.0: 801 | version "1.0.1" 802 | resolved "https://registry.yarnpkg.com/debug-log/-/debug-log-1.0.1.tgz#2307632d4c04382b8df8a32f70b895046d52745f" 803 | 804 | debug@2.2.0: 805 | version "2.2.0" 806 | resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" 807 | dependencies: 808 | ms "0.7.1" 809 | 810 | debug@^2.1.1, debug@^2.2.0, debug@^2.6.3: 811 | version "2.6.3" 812 | resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.3.tgz#0f7eb8c30965ec08c72accfa0130c8b79984141d" 813 | dependencies: 814 | ms "0.7.2" 815 | 816 | decamelize@^1.0.0: 817 | version "1.2.0" 818 | resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" 819 | 820 | deep-eql@^0.1.3: 821 | version "0.1.3" 822 | resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-0.1.3.tgz#ef558acab8de25206cd713906d74e56930eb69f2" 823 | dependencies: 824 | type-detect "0.1.1" 825 | 826 | deep-extend@~0.4.0: 827 | version "0.4.1" 828 | resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.1.tgz#efe4113d08085f4e6f9687759810f807469e2253" 829 | 830 | deep-is@~0.1.3: 831 | version "0.1.3" 832 | resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" 833 | 834 | default-require-extensions@^1.0.0: 835 | version "1.0.0" 836 | resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8" 837 | dependencies: 838 | strip-bom "^2.0.0" 839 | 840 | define-properties@^1.1.2: 841 | version "1.1.2" 842 | resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.2.tgz#83a73f2fea569898fb737193c8f873caf6d45c94" 843 | dependencies: 844 | foreach "^2.0.5" 845 | object-keys "^1.0.8" 846 | 847 | deglob@^2.1.0: 848 | version "2.1.0" 849 | resolved "https://registry.yarnpkg.com/deglob/-/deglob-2.1.0.tgz#4d44abe16ef32c779b4972bd141a80325029a14a" 850 | dependencies: 851 | find-root "^1.0.0" 852 | glob "^7.0.5" 853 | ignore "^3.0.9" 854 | pkg-config "^1.1.0" 855 | run-parallel "^1.1.2" 856 | uniq "^1.0.1" 857 | 858 | del@^2.0.2: 859 | version "2.2.2" 860 | resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8" 861 | dependencies: 862 | globby "^5.0.0" 863 | is-path-cwd "^1.0.0" 864 | is-path-in-cwd "^1.0.0" 865 | object-assign "^4.0.1" 866 | pify "^2.0.0" 867 | pinkie-promise "^2.0.0" 868 | rimraf "^2.2.8" 869 | 870 | delayed-stream@~1.0.0: 871 | version "1.0.0" 872 | resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" 873 | 874 | delegates@^1.0.0: 875 | version "1.0.0" 876 | resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" 877 | 878 | detect-indent@^4.0.0: 879 | version "4.0.0" 880 | resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" 881 | dependencies: 882 | repeating "^2.0.0" 883 | 884 | diff@1.4.0: 885 | version "1.4.0" 886 | resolved "https://registry.yarnpkg.com/diff/-/diff-1.4.0.tgz#7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf" 887 | 888 | doctrine@^1.2.2: 889 | version "1.5.0" 890 | resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" 891 | dependencies: 892 | esutils "^2.0.2" 893 | isarray "^1.0.0" 894 | 895 | ecc-jsbn@~0.1.1: 896 | version "0.1.1" 897 | resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505" 898 | dependencies: 899 | jsbn "~0.1.0" 900 | 901 | error-ex@^1.2.0: 902 | version "1.3.1" 903 | resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc" 904 | dependencies: 905 | is-arrayish "^0.2.1" 906 | 907 | es-abstract@^1.7.0: 908 | version "1.7.0" 909 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c" 910 | dependencies: 911 | es-to-primitive "^1.1.1" 912 | function-bind "^1.1.0" 913 | is-callable "^1.1.3" 914 | is-regex "^1.0.3" 915 | 916 | es-to-primitive@^1.1.1: 917 | version "1.1.1" 918 | resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d" 919 | dependencies: 920 | is-callable "^1.1.1" 921 | is-date-object "^1.0.1" 922 | is-symbol "^1.0.1" 923 | 924 | es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14: 925 | version "0.10.15" 926 | resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.15.tgz#c330a5934c1ee21284a7c081a86e5fd937c91ea6" 927 | dependencies: 928 | es6-iterator "2" 929 | es6-symbol "~3.1" 930 | 931 | es6-iterator@2, es6-iterator@^2.0.1, es6-iterator@~2.0.1: 932 | version "2.0.1" 933 | resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.1.tgz#8e319c9f0453bf575d374940a655920e59ca5512" 934 | dependencies: 935 | d "1" 936 | es5-ext "^0.10.14" 937 | es6-symbol "^3.1" 938 | 939 | es6-map@^0.1.3: 940 | version "0.1.5" 941 | resolved "https://registry.yarnpkg.com/es6-map/-/es6-map-0.1.5.tgz#9136e0503dcc06a301690f0bb14ff4e364e949f0" 942 | dependencies: 943 | d "1" 944 | es5-ext "~0.10.14" 945 | es6-iterator "~2.0.1" 946 | es6-set "~0.1.5" 947 | es6-symbol "~3.1.1" 948 | event-emitter "~0.3.5" 949 | 950 | es6-object-assign@^1.0.3: 951 | version "1.1.0" 952 | resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c" 953 | 954 | es6-set@~0.1.5: 955 | version "0.1.5" 956 | resolved "https://registry.yarnpkg.com/es6-set/-/es6-set-0.1.5.tgz#d2b3ec5d4d800ced818db538d28974db0a73ccb1" 957 | dependencies: 958 | d "1" 959 | es5-ext "~0.10.14" 960 | es6-iterator "~2.0.1" 961 | es6-symbol "3.1.1" 962 | event-emitter "~0.3.5" 963 | 964 | es6-symbol@3.1.1, es6-symbol@^3.1, es6-symbol@^3.1.1, es6-symbol@~3.1, es6-symbol@~3.1.1: 965 | version "3.1.1" 966 | resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.1.tgz#bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77" 967 | dependencies: 968 | d "1" 969 | es5-ext "~0.10.14" 970 | 971 | es6-weak-map@^2.0.1: 972 | version "2.0.2" 973 | resolved "https://registry.yarnpkg.com/es6-weak-map/-/es6-weak-map-2.0.2.tgz#5e3ab32251ffd1538a1f8e5ffa1357772f92d96f" 974 | dependencies: 975 | d "1" 976 | es5-ext "^0.10.14" 977 | es6-iterator "^2.0.1" 978 | es6-symbol "^3.1.1" 979 | 980 | escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: 981 | version "1.0.5" 982 | resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" 983 | 984 | escope@^3.6.0: 985 | version "3.6.0" 986 | resolved "https://registry.yarnpkg.com/escope/-/escope-3.6.0.tgz#e01975e812781a163a6dadfdd80398dc64c889c3" 987 | dependencies: 988 | es6-map "^0.1.3" 989 | es6-weak-map "^2.0.1" 990 | esrecurse "^4.1.0" 991 | estraverse "^4.1.1" 992 | 993 | eslint-config-semistandard@8.0.0: 994 | version "8.0.0" 995 | resolved "https://registry.yarnpkg.com/eslint-config-semistandard/-/eslint-config-semistandard-8.0.0.tgz#fb8239379a1dcc114cde7a7dcbbc80beea3334b0" 996 | 997 | eslint-config-standard-jsx@3.3.0: 998 | version "3.3.0" 999 | resolved "https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-3.3.0.tgz#cab0801a15a360bf63facb97ab22fbdd88d8a5e0" 1000 | 1001 | eslint-config-standard@7.0.0: 1002 | version "7.0.0" 1003 | resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-7.0.0.tgz#4f161bc65695e4bc61331c55b9eeaca458cd99c6" 1004 | 1005 | eslint-plugin-promise@~3.4.0: 1006 | version "3.4.2" 1007 | resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.4.2.tgz#1be2793eafe2d18b5b123b8136c269f804fe7122" 1008 | 1009 | eslint-plugin-react@~6.9.0: 1010 | version "6.9.0" 1011 | resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.9.0.tgz#54c2e9906b76f9d10142030bdc34e9d6840a0bb2" 1012 | dependencies: 1013 | array.prototype.find "^2.0.1" 1014 | doctrine "^1.2.2" 1015 | jsx-ast-utils "^1.3.4" 1016 | 1017 | eslint-plugin-standard@~2.0.1: 1018 | version "2.0.1" 1019 | resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-2.0.1.tgz#3589699ff9c917f2c25f76a916687f641c369ff3" 1020 | 1021 | eslint@~3.15.0: 1022 | version "3.15.0" 1023 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.15.0.tgz#bdcc6a6c5ffe08160e7b93c066695362a91e30f2" 1024 | dependencies: 1025 | babel-code-frame "^6.16.0" 1026 | chalk "^1.1.3" 1027 | concat-stream "^1.4.6" 1028 | debug "^2.1.1" 1029 | doctrine "^1.2.2" 1030 | escope "^3.6.0" 1031 | espree "^3.4.0" 1032 | estraverse "^4.2.0" 1033 | esutils "^2.0.2" 1034 | file-entry-cache "^2.0.0" 1035 | glob "^7.0.3" 1036 | globals "^9.14.0" 1037 | ignore "^3.2.0" 1038 | imurmurhash "^0.1.4" 1039 | inquirer "^0.12.0" 1040 | is-my-json-valid "^2.10.0" 1041 | is-resolvable "^1.0.0" 1042 | js-yaml "^3.5.1" 1043 | json-stable-stringify "^1.0.0" 1044 | levn "^0.3.0" 1045 | lodash "^4.0.0" 1046 | mkdirp "^0.5.0" 1047 | natural-compare "^1.4.0" 1048 | optionator "^0.8.2" 1049 | path-is-inside "^1.0.1" 1050 | pluralize "^1.2.1" 1051 | progress "^1.1.8" 1052 | require-uncached "^1.0.2" 1053 | shelljs "^0.7.5" 1054 | strip-bom "^3.0.0" 1055 | strip-json-comments "~2.0.1" 1056 | table "^3.7.8" 1057 | text-table "~0.2.0" 1058 | user-home "^2.0.0" 1059 | 1060 | espree@^3.4.0: 1061 | version "3.4.1" 1062 | resolved "https://registry.yarnpkg.com/espree/-/espree-3.4.1.tgz#28a83ab4aaed71ed8fe0f5efe61b76a05c13c4d2" 1063 | dependencies: 1064 | acorn "^5.0.1" 1065 | acorn-jsx "^3.0.0" 1066 | 1067 | esprima@^3.1.1: 1068 | version "3.1.3" 1069 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" 1070 | 1071 | esrecurse@^4.1.0: 1072 | version "4.1.0" 1073 | resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.1.0.tgz#4713b6536adf7f2ac4f327d559e7756bff648220" 1074 | dependencies: 1075 | estraverse "~4.1.0" 1076 | object-assign "^4.0.1" 1077 | 1078 | estraverse@^4.1.1, estraverse@^4.2.0: 1079 | version "4.2.0" 1080 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13" 1081 | 1082 | estraverse@~4.1.0: 1083 | version "4.1.1" 1084 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.1.1.tgz#f6caca728933a850ef90661d0e17982ba47111a2" 1085 | 1086 | esutils@^2.0.2: 1087 | version "2.0.2" 1088 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" 1089 | 1090 | event-emitter@~0.3.5: 1091 | version "0.3.5" 1092 | resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c7157b9ce83840610b02cc39" 1093 | dependencies: 1094 | d "1" 1095 | es5-ext "~0.10.14" 1096 | 1097 | exit-hook@^1.0.0: 1098 | version "1.1.1" 1099 | resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" 1100 | 1101 | expand-brackets@^0.1.4: 1102 | version "0.1.5" 1103 | resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" 1104 | dependencies: 1105 | is-posix-bracket "^0.1.0" 1106 | 1107 | expand-range@^1.8.1: 1108 | version "1.8.2" 1109 | resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" 1110 | dependencies: 1111 | fill-range "^2.1.0" 1112 | 1113 | extend@~3.0.0: 1114 | version "3.0.0" 1115 | resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.0.tgz#5a474353b9f3353ddd8176dfd37b91c83a46f1d4" 1116 | 1117 | extglob@^0.3.1: 1118 | version "0.3.2" 1119 | resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" 1120 | dependencies: 1121 | is-extglob "^1.0.0" 1122 | 1123 | extsprintf@1.0.2: 1124 | version "1.0.2" 1125 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550" 1126 | 1127 | fast-levenshtein@~2.0.4: 1128 | version "2.0.6" 1129 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" 1130 | 1131 | feathers-errors@^2.6.3: 1132 | version "2.6.3" 1133 | resolved "https://registry.yarnpkg.com/feathers-errors/-/feathers-errors-2.6.3.tgz#607f18df059b9aef7bc7cfddf0c90d6faec8d7ae" 1134 | dependencies: 1135 | debug "^2.2.0" 1136 | 1137 | figures@^1.3.5: 1138 | version "1.7.0" 1139 | resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" 1140 | dependencies: 1141 | escape-string-regexp "^1.0.5" 1142 | object-assign "^4.1.0" 1143 | 1144 | file-entry-cache@^2.0.0: 1145 | version "2.0.0" 1146 | resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-2.0.0.tgz#c392990c3e684783d838b8c84a45d8a048458361" 1147 | dependencies: 1148 | flat-cache "^1.2.1" 1149 | object-assign "^4.0.1" 1150 | 1151 | filename-regex@^2.0.0: 1152 | version "2.0.0" 1153 | resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.0.tgz#996e3e80479b98b9897f15a8a58b3d084e926775" 1154 | 1155 | fileset@^2.0.2: 1156 | version "2.0.3" 1157 | resolved "https://registry.yarnpkg.com/fileset/-/fileset-2.0.3.tgz#8e7548a96d3cc2327ee5e674168723a333bba2a0" 1158 | dependencies: 1159 | glob "^7.0.3" 1160 | minimatch "^3.0.3" 1161 | 1162 | fill-range@^2.1.0: 1163 | version "2.2.3" 1164 | resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.3.tgz#50b77dfd7e469bc7492470963699fe7a8485a723" 1165 | dependencies: 1166 | is-number "^2.1.0" 1167 | isobject "^2.0.0" 1168 | randomatic "^1.1.3" 1169 | repeat-element "^1.1.2" 1170 | repeat-string "^1.5.2" 1171 | 1172 | find-root@^1.0.0: 1173 | version "1.0.0" 1174 | resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.0.0.tgz#962ff211aab25c6520feeeb8d6287f8f6e95807a" 1175 | 1176 | find-up@^2.0.0: 1177 | version "2.1.0" 1178 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" 1179 | dependencies: 1180 | locate-path "^2.0.0" 1181 | 1182 | flat-cache@^1.2.1: 1183 | version "1.2.2" 1184 | resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.2.2.tgz#fa86714e72c21db88601761ecf2f555d1abc6b96" 1185 | dependencies: 1186 | circular-json "^0.3.1" 1187 | del "^2.0.2" 1188 | graceful-fs "^4.1.2" 1189 | write "^0.2.1" 1190 | 1191 | for-in@^1.0.1: 1192 | version "1.0.2" 1193 | resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" 1194 | 1195 | for-own@^0.1.4: 1196 | version "0.1.5" 1197 | resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" 1198 | dependencies: 1199 | for-in "^1.0.1" 1200 | 1201 | foreach@^2.0.5: 1202 | version "2.0.5" 1203 | resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99" 1204 | 1205 | forever-agent@~0.6.1: 1206 | version "0.6.1" 1207 | resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" 1208 | 1209 | form-data@~2.1.1: 1210 | version "2.1.4" 1211 | resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.4.tgz#33c183acf193276ecaa98143a69e94bfee1750d1" 1212 | dependencies: 1213 | asynckit "^0.4.0" 1214 | combined-stream "^1.0.5" 1215 | mime-types "^2.1.12" 1216 | 1217 | fs-readdir-recursive@^1.0.0: 1218 | version "1.0.0" 1219 | resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz#8cd1745c8b4f8a29c8caec392476921ba195f560" 1220 | 1221 | fs.realpath@^1.0.0: 1222 | version "1.0.0" 1223 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" 1224 | 1225 | fsevents@^1.0.0: 1226 | version "1.1.1" 1227 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.1.1.tgz#f19fd28f43eeaf761680e519a203c4d0b3d31aff" 1228 | dependencies: 1229 | nan "^2.3.0" 1230 | node-pre-gyp "^0.6.29" 1231 | 1232 | fstream-ignore@^1.0.5: 1233 | version "1.0.5" 1234 | resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105" 1235 | dependencies: 1236 | fstream "^1.0.0" 1237 | inherits "2" 1238 | minimatch "^3.0.0" 1239 | 1240 | fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2: 1241 | version "1.0.11" 1242 | resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171" 1243 | dependencies: 1244 | graceful-fs "^4.1.2" 1245 | inherits "~2.0.0" 1246 | mkdirp ">=0.5 0" 1247 | rimraf "2" 1248 | 1249 | function-bind@^1.0.2, function-bind@^1.1.0: 1250 | version "1.1.0" 1251 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771" 1252 | 1253 | gauge@~2.7.1: 1254 | version "2.7.3" 1255 | resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.3.tgz#1c23855f962f17b3ad3d0dc7443f304542edfe09" 1256 | dependencies: 1257 | aproba "^1.0.3" 1258 | console-control-strings "^1.0.0" 1259 | has-unicode "^2.0.0" 1260 | object-assign "^4.1.0" 1261 | signal-exit "^3.0.0" 1262 | string-width "^1.0.1" 1263 | strip-ansi "^3.0.1" 1264 | wide-align "^1.1.0" 1265 | 1266 | generate-function@^2.0.0: 1267 | version "2.0.0" 1268 | resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74" 1269 | 1270 | generate-object-property@^1.1.0: 1271 | version "1.2.0" 1272 | resolved "https://registry.yarnpkg.com/generate-object-property/-/generate-object-property-1.2.0.tgz#9c0e1c40308ce804f4783618b937fa88f99d50d0" 1273 | dependencies: 1274 | is-property "^1.0.0" 1275 | 1276 | get-stdin@^5.0.1: 1277 | version "5.0.1" 1278 | resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398" 1279 | 1280 | getpass@^0.1.1: 1281 | version "0.1.6" 1282 | resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.6.tgz#283ffd9fc1256840875311c1b60e8c40187110e6" 1283 | dependencies: 1284 | assert-plus "^1.0.0" 1285 | 1286 | glob-base@^0.3.0: 1287 | version "0.3.0" 1288 | resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" 1289 | dependencies: 1290 | glob-parent "^2.0.0" 1291 | is-glob "^2.0.0" 1292 | 1293 | glob-parent@^2.0.0: 1294 | version "2.0.0" 1295 | resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" 1296 | dependencies: 1297 | is-glob "^2.0.0" 1298 | 1299 | glob@7.0.5: 1300 | version "7.0.5" 1301 | resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.5.tgz#b4202a69099bbb4d292a7c1b95b6682b67ebdc95" 1302 | dependencies: 1303 | fs.realpath "^1.0.0" 1304 | inflight "^1.0.4" 1305 | inherits "2" 1306 | minimatch "^3.0.2" 1307 | once "^1.3.0" 1308 | path-is-absolute "^1.0.0" 1309 | 1310 | glob@^7.0.0, glob@^7.0.3, glob@^7.0.5: 1311 | version "7.1.1" 1312 | resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8" 1313 | dependencies: 1314 | fs.realpath "^1.0.0" 1315 | inflight "^1.0.4" 1316 | inherits "2" 1317 | minimatch "^3.0.2" 1318 | once "^1.3.0" 1319 | path-is-absolute "^1.0.0" 1320 | 1321 | globals@^9.0.0, globals@^9.14.0: 1322 | version "9.17.0" 1323 | resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286" 1324 | 1325 | globby@^5.0.0: 1326 | version "5.0.0" 1327 | resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d" 1328 | dependencies: 1329 | array-union "^1.0.1" 1330 | arrify "^1.0.0" 1331 | glob "^7.0.3" 1332 | object-assign "^4.0.1" 1333 | pify "^2.0.0" 1334 | pinkie-promise "^2.0.0" 1335 | 1336 | graceful-fs@^4.1.2, graceful-fs@^4.1.4: 1337 | version "4.1.11" 1338 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" 1339 | 1340 | "graceful-readlink@>= 1.0.0": 1341 | version "1.0.1" 1342 | resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" 1343 | 1344 | growl@1.9.2: 1345 | version "1.9.2" 1346 | resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f" 1347 | 1348 | handlebars@^4.0.3: 1349 | version "4.0.6" 1350 | resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.6.tgz#2ce4484850537f9c97a8026d5399b935c4ed4ed7" 1351 | dependencies: 1352 | async "^1.4.0" 1353 | optimist "^0.6.1" 1354 | source-map "^0.4.4" 1355 | optionalDependencies: 1356 | uglify-js "^2.6" 1357 | 1358 | har-schema@^1.0.5: 1359 | version "1.0.5" 1360 | resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e" 1361 | 1362 | har-validator@~4.2.1: 1363 | version "4.2.1" 1364 | resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a" 1365 | dependencies: 1366 | ajv "^4.9.1" 1367 | har-schema "^1.0.5" 1368 | 1369 | has-ansi@^2.0.0: 1370 | version "2.0.0" 1371 | resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" 1372 | dependencies: 1373 | ansi-regex "^2.0.0" 1374 | 1375 | has-flag@^1.0.0: 1376 | version "1.0.0" 1377 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa" 1378 | 1379 | has-unicode@^2.0.0: 1380 | version "2.0.1" 1381 | resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" 1382 | 1383 | has@^1.0.1: 1384 | version "1.0.1" 1385 | resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28" 1386 | dependencies: 1387 | function-bind "^1.0.2" 1388 | 1389 | hawk@~3.1.3: 1390 | version "3.1.3" 1391 | resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" 1392 | dependencies: 1393 | boom "2.x.x" 1394 | cryptiles "2.x.x" 1395 | hoek "2.x.x" 1396 | sntp "1.x.x" 1397 | 1398 | hoek@2.x.x: 1399 | version "2.16.3" 1400 | resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" 1401 | 1402 | home-or-tmp@^2.0.0: 1403 | version "2.0.0" 1404 | resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" 1405 | dependencies: 1406 | os-homedir "^1.0.0" 1407 | os-tmpdir "^1.0.1" 1408 | 1409 | http-signature@~1.1.0: 1410 | version "1.1.1" 1411 | resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf" 1412 | dependencies: 1413 | assert-plus "^0.2.0" 1414 | jsprim "^1.2.2" 1415 | sshpk "^1.7.0" 1416 | 1417 | ignore@^3.0.9, ignore@^3.2.0: 1418 | version "3.2.7" 1419 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.7.tgz#4810ca5f1d8eca5595213a34b94f2eb4ed926bbd" 1420 | 1421 | imurmurhash@^0.1.4: 1422 | version "0.1.4" 1423 | resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" 1424 | 1425 | inflight@^1.0.4: 1426 | version "1.0.6" 1427 | resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" 1428 | dependencies: 1429 | once "^1.3.0" 1430 | wrappy "1" 1431 | 1432 | inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1: 1433 | version "2.0.3" 1434 | resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" 1435 | 1436 | ini@~1.3.0: 1437 | version "1.3.4" 1438 | resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e" 1439 | 1440 | inquirer@^0.12.0: 1441 | version "0.12.0" 1442 | resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-0.12.0.tgz#1ef2bfd63504df0bc75785fff8c2c41df12f077e" 1443 | dependencies: 1444 | ansi-escapes "^1.1.0" 1445 | ansi-regex "^2.0.0" 1446 | chalk "^1.0.0" 1447 | cli-cursor "^1.0.1" 1448 | cli-width "^2.0.0" 1449 | figures "^1.3.5" 1450 | lodash "^4.3.0" 1451 | readline2 "^1.0.1" 1452 | run-async "^0.1.0" 1453 | rx-lite "^3.1.2" 1454 | string-width "^1.0.1" 1455 | strip-ansi "^3.0.0" 1456 | through "^2.3.6" 1457 | 1458 | interpret@^1.0.0: 1459 | version "1.0.2" 1460 | resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.2.tgz#f4f623f0bb7122f15f5717c8e254b8161b5c5b2d" 1461 | 1462 | invariant@^2.2.0: 1463 | version "2.2.2" 1464 | resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360" 1465 | dependencies: 1466 | loose-envify "^1.0.0" 1467 | 1468 | is-arrayish@^0.2.1: 1469 | version "0.2.1" 1470 | resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" 1471 | 1472 | is-binary-path@^1.0.0: 1473 | version "1.0.1" 1474 | resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" 1475 | dependencies: 1476 | binary-extensions "^1.0.0" 1477 | 1478 | is-buffer@^1.0.2: 1479 | version "1.1.5" 1480 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc" 1481 | 1482 | is-callable@^1.1.1, is-callable@^1.1.3: 1483 | version "1.1.3" 1484 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2" 1485 | 1486 | is-date-object@^1.0.1: 1487 | version "1.0.1" 1488 | resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" 1489 | 1490 | is-dotfile@^1.0.0: 1491 | version "1.0.2" 1492 | resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.2.tgz#2c132383f39199f8edc268ca01b9b007d205cc4d" 1493 | 1494 | is-equal-shallow@^0.1.3: 1495 | version "0.1.3" 1496 | resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" 1497 | dependencies: 1498 | is-primitive "^2.0.0" 1499 | 1500 | is-extendable@^0.1.1: 1501 | version "0.1.1" 1502 | resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" 1503 | 1504 | is-extglob@^1.0.0: 1505 | version "1.0.0" 1506 | resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" 1507 | 1508 | is-finite@^1.0.0: 1509 | version "1.0.2" 1510 | resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" 1511 | dependencies: 1512 | number-is-nan "^1.0.0" 1513 | 1514 | is-fullwidth-code-point@^1.0.0: 1515 | version "1.0.0" 1516 | resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" 1517 | dependencies: 1518 | number-is-nan "^1.0.0" 1519 | 1520 | is-fullwidth-code-point@^2.0.0: 1521 | version "2.0.0" 1522 | resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" 1523 | 1524 | is-glob@^2.0.0, is-glob@^2.0.1: 1525 | version "2.0.1" 1526 | resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" 1527 | dependencies: 1528 | is-extglob "^1.0.0" 1529 | 1530 | is-my-json-valid@^2.10.0: 1531 | version "2.16.0" 1532 | resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz#f079dd9bfdae65ee2038aae8acbc86ab109e3693" 1533 | dependencies: 1534 | generate-function "^2.0.0" 1535 | generate-object-property "^1.1.0" 1536 | jsonpointer "^4.0.0" 1537 | xtend "^4.0.0" 1538 | 1539 | is-number@^2.0.2, is-number@^2.1.0: 1540 | version "2.1.0" 1541 | resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" 1542 | dependencies: 1543 | kind-of "^3.0.2" 1544 | 1545 | is-path-cwd@^1.0.0: 1546 | version "1.0.0" 1547 | resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d" 1548 | 1549 | is-path-in-cwd@^1.0.0: 1550 | version "1.0.0" 1551 | resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz#6477582b8214d602346094567003be8a9eac04dc" 1552 | dependencies: 1553 | is-path-inside "^1.0.0" 1554 | 1555 | is-path-inside@^1.0.0: 1556 | version "1.0.0" 1557 | resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.0.tgz#fc06e5a1683fbda13de667aff717bbc10a48f37f" 1558 | dependencies: 1559 | path-is-inside "^1.0.1" 1560 | 1561 | is-posix-bracket@^0.1.0: 1562 | version "0.1.1" 1563 | resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" 1564 | 1565 | is-primitive@^2.0.0: 1566 | version "2.0.0" 1567 | resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" 1568 | 1569 | is-property@^1.0.0: 1570 | version "1.0.2" 1571 | resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" 1572 | 1573 | is-regex@^1.0.3: 1574 | version "1.0.4" 1575 | resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" 1576 | dependencies: 1577 | has "^1.0.1" 1578 | 1579 | is-resolvable@^1.0.0: 1580 | version "1.0.0" 1581 | resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.0.0.tgz#8df57c61ea2e3c501408d100fb013cf8d6e0cc62" 1582 | dependencies: 1583 | tryit "^1.0.1" 1584 | 1585 | is-symbol@^1.0.1: 1586 | version "1.0.1" 1587 | resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572" 1588 | 1589 | is-typedarray@~1.0.0: 1590 | version "1.0.0" 1591 | resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" 1592 | 1593 | is-utf8@^0.2.0: 1594 | version "0.2.1" 1595 | resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" 1596 | 1597 | isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: 1598 | version "1.0.0" 1599 | resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" 1600 | 1601 | isexe@^2.0.0: 1602 | version "2.0.0" 1603 | resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" 1604 | 1605 | isobject@^2.0.0: 1606 | version "2.1.0" 1607 | resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" 1608 | dependencies: 1609 | isarray "1.0.0" 1610 | 1611 | isstream@~0.1.2: 1612 | version "0.1.2" 1613 | resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" 1614 | 1615 | istanbul-api@^1.1.0-alpha: 1616 | version "1.1.7" 1617 | resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.1.7.tgz#f6f37f09f8002b130f891c646b70ee4a8e7345ae" 1618 | dependencies: 1619 | async "^2.1.4" 1620 | fileset "^2.0.2" 1621 | istanbul-lib-coverage "^1.0.2" 1622 | istanbul-lib-hook "^1.0.5" 1623 | istanbul-lib-instrument "^1.7.0" 1624 | istanbul-lib-report "^1.0.0" 1625 | istanbul-lib-source-maps "^1.1.1" 1626 | istanbul-reports "^1.0.2" 1627 | js-yaml "^3.7.0" 1628 | mkdirp "^0.5.1" 1629 | once "^1.4.0" 1630 | 1631 | istanbul-lib-coverage@^1.0.2: 1632 | version "1.0.2" 1633 | resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.2.tgz#87a0c015b6910651cb3b184814dfb339337e25e1" 1634 | 1635 | istanbul-lib-hook@^1.0.5: 1636 | version "1.0.5" 1637 | resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.0.5.tgz#6ca3d16d60c5f4082da39f7c5cd38ea8a772b88e" 1638 | dependencies: 1639 | append-transform "^0.4.0" 1640 | 1641 | istanbul-lib-instrument@^1.7.0: 1642 | version "1.7.0" 1643 | resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.7.0.tgz#b8e0dc25709bb44e17336ab47b7bb5c97c23f659" 1644 | dependencies: 1645 | babel-generator "^6.18.0" 1646 | babel-template "^6.16.0" 1647 | babel-traverse "^6.18.0" 1648 | babel-types "^6.18.0" 1649 | babylon "^6.13.0" 1650 | istanbul-lib-coverage "^1.0.2" 1651 | semver "^5.3.0" 1652 | 1653 | istanbul-lib-report@^1.0.0: 1654 | version "1.0.0" 1655 | resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.0.0.tgz#d83dac7f26566b521585569367fe84ccfc7aaecb" 1656 | dependencies: 1657 | istanbul-lib-coverage "^1.0.2" 1658 | mkdirp "^0.5.1" 1659 | path-parse "^1.0.5" 1660 | supports-color "^3.1.2" 1661 | 1662 | istanbul-lib-source-maps@^1.1.1: 1663 | version "1.1.1" 1664 | resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.1.1.tgz#f8c8c2e8f2160d1d91526d97e5bd63b2079af71c" 1665 | dependencies: 1666 | istanbul-lib-coverage "^1.0.2" 1667 | mkdirp "^0.5.1" 1668 | rimraf "^2.4.4" 1669 | source-map "^0.5.3" 1670 | 1671 | istanbul-reports@^1.0.2: 1672 | version "1.0.2" 1673 | resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.0.2.tgz#4e8366abe6fa746cc1cd6633f108de12cc6ac6fa" 1674 | dependencies: 1675 | handlebars "^4.0.3" 1676 | 1677 | istanbul@^1.1.0-alpha.1: 1678 | version "1.1.0-alpha.1" 1679 | resolved "https://registry.yarnpkg.com/istanbul/-/istanbul-1.1.0-alpha.1.tgz#781795656018a2174c5f60f367ee5d361cb57b77" 1680 | dependencies: 1681 | abbrev "1.0.x" 1682 | async "1.x" 1683 | istanbul-api "^1.1.0-alpha" 1684 | js-yaml "3.x" 1685 | mkdirp "0.5.x" 1686 | nopt "3.x" 1687 | which "^1.1.1" 1688 | wordwrap "^1.0.0" 1689 | 1690 | jodid25519@^1.0.0: 1691 | version "1.0.2" 1692 | resolved "https://registry.yarnpkg.com/jodid25519/-/jodid25519-1.0.2.tgz#06d4912255093419477d425633606e0e90782967" 1693 | dependencies: 1694 | jsbn "~0.1.0" 1695 | 1696 | js-tokens@^3.0.0: 1697 | version "3.0.1" 1698 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7" 1699 | 1700 | js-yaml@3.x, js-yaml@^3.5.1, js-yaml@^3.7.0: 1701 | version "3.8.3" 1702 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.3.tgz#33a05ec481c850c8875929166fe1beb61c728766" 1703 | dependencies: 1704 | argparse "^1.0.7" 1705 | esprima "^3.1.1" 1706 | 1707 | jsbn@~0.1.0: 1708 | version "0.1.1" 1709 | resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" 1710 | 1711 | jsesc@^1.3.0: 1712 | version "1.3.0" 1713 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" 1714 | 1715 | jsesc@~0.5.0: 1716 | version "0.5.0" 1717 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" 1718 | 1719 | json-schema@0.2.3: 1720 | version "0.2.3" 1721 | resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" 1722 | 1723 | json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: 1724 | version "1.0.1" 1725 | resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" 1726 | dependencies: 1727 | jsonify "~0.0.0" 1728 | 1729 | json-stringify-safe@~5.0.1: 1730 | version "5.0.1" 1731 | resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" 1732 | 1733 | json3@3.3.2: 1734 | version "3.3.2" 1735 | resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1" 1736 | 1737 | json5@^0.5.0: 1738 | version "0.5.1" 1739 | resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" 1740 | 1741 | jsonify@~0.0.0: 1742 | version "0.0.0" 1743 | resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" 1744 | 1745 | jsonpointer@^4.0.0: 1746 | version "4.0.1" 1747 | resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9" 1748 | 1749 | jsprim@^1.2.2: 1750 | version "1.4.0" 1751 | resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.0.tgz#a3b87e40298d8c380552d8cc7628a0bb95a22918" 1752 | dependencies: 1753 | assert-plus "1.0.0" 1754 | extsprintf "1.0.2" 1755 | json-schema "0.2.3" 1756 | verror "1.3.6" 1757 | 1758 | jsx-ast-utils@^1.3.4: 1759 | version "1.4.0" 1760 | resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.0.tgz#5afe38868f56bc8cc7aeaef0100ba8c75bd12591" 1761 | dependencies: 1762 | object-assign "^4.1.0" 1763 | 1764 | kind-of@^3.0.2: 1765 | version "3.1.0" 1766 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.1.0.tgz#475d698a5e49ff5e53d14e3e732429dc8bf4cf47" 1767 | dependencies: 1768 | is-buffer "^1.0.2" 1769 | 1770 | lazy-cache@^1.0.3: 1771 | version "1.0.4" 1772 | resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" 1773 | 1774 | levn@^0.3.0, levn@~0.3.0: 1775 | version "0.3.0" 1776 | resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" 1777 | dependencies: 1778 | prelude-ls "~1.1.2" 1779 | type-check "~0.3.2" 1780 | 1781 | load-json-file@^2.0.0: 1782 | version "2.0.0" 1783 | resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" 1784 | dependencies: 1785 | graceful-fs "^4.1.2" 1786 | parse-json "^2.2.0" 1787 | pify "^2.0.0" 1788 | strip-bom "^3.0.0" 1789 | 1790 | locate-path@^2.0.0: 1791 | version "2.0.0" 1792 | resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" 1793 | dependencies: 1794 | p-locate "^2.0.0" 1795 | path-exists "^3.0.0" 1796 | 1797 | lodash._baseassign@^3.0.0: 1798 | version "3.2.0" 1799 | resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e" 1800 | dependencies: 1801 | lodash._basecopy "^3.0.0" 1802 | lodash.keys "^3.0.0" 1803 | 1804 | lodash._basecopy@^3.0.0: 1805 | version "3.0.1" 1806 | resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36" 1807 | 1808 | lodash._basecreate@^3.0.0: 1809 | version "3.0.3" 1810 | resolved "https://registry.yarnpkg.com/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz#1bc661614daa7fc311b7d03bf16806a0213cf821" 1811 | 1812 | lodash._getnative@^3.0.0: 1813 | version "3.9.1" 1814 | resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" 1815 | 1816 | lodash._isiterateecall@^3.0.0: 1817 | version "3.0.9" 1818 | resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c" 1819 | 1820 | lodash.create@3.1.1: 1821 | version "3.1.1" 1822 | resolved "https://registry.yarnpkg.com/lodash.create/-/lodash.create-3.1.1.tgz#d7f2849f0dbda7e04682bb8cd72ab022461debe7" 1823 | dependencies: 1824 | lodash._baseassign "^3.0.0" 1825 | lodash._basecreate "^3.0.0" 1826 | lodash._isiterateecall "^3.0.0" 1827 | 1828 | lodash.isarguments@^3.0.0: 1829 | version "3.1.0" 1830 | resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" 1831 | 1832 | lodash.isarray@^3.0.0: 1833 | version "3.0.4" 1834 | resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55" 1835 | 1836 | lodash.keys@^3.0.0: 1837 | version "3.1.2" 1838 | resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a" 1839 | dependencies: 1840 | lodash._getnative "^3.0.0" 1841 | lodash.isarguments "^3.0.0" 1842 | lodash.isarray "^3.0.0" 1843 | 1844 | lodash@^4.0.0, lodash@^4.14.0, lodash@^4.2.0, lodash@^4.3.0: 1845 | version "4.17.4" 1846 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" 1847 | 1848 | longest@^1.0.1: 1849 | version "1.0.1" 1850 | resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" 1851 | 1852 | loose-envify@^1.0.0: 1853 | version "1.3.1" 1854 | resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848" 1855 | dependencies: 1856 | js-tokens "^3.0.0" 1857 | 1858 | micromatch@^2.1.5: 1859 | version "2.3.11" 1860 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" 1861 | dependencies: 1862 | arr-diff "^2.0.0" 1863 | array-unique "^0.2.1" 1864 | braces "^1.8.2" 1865 | expand-brackets "^0.1.4" 1866 | extglob "^0.3.1" 1867 | filename-regex "^2.0.0" 1868 | is-extglob "^1.0.0" 1869 | is-glob "^2.0.1" 1870 | kind-of "^3.0.2" 1871 | normalize-path "^2.0.1" 1872 | object.omit "^2.0.0" 1873 | parse-glob "^3.0.4" 1874 | regex-cache "^0.4.2" 1875 | 1876 | mime-db@~1.27.0: 1877 | version "1.27.0" 1878 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.27.0.tgz#820f572296bbd20ec25ed55e5b5de869e5436eb1" 1879 | 1880 | mime-types@^2.1.12, mime-types@~2.1.7: 1881 | version "2.1.15" 1882 | resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.15.tgz#a4ebf5064094569237b8cf70046776d09fc92aed" 1883 | dependencies: 1884 | mime-db "~1.27.0" 1885 | 1886 | minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3: 1887 | version "3.0.3" 1888 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" 1889 | dependencies: 1890 | brace-expansion "^1.0.0" 1891 | 1892 | minimist@0.0.8, minimist@~0.0.1: 1893 | version "0.0.8" 1894 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" 1895 | 1896 | minimist@^1.1.0, minimist@^1.2.0: 1897 | version "1.2.0" 1898 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" 1899 | 1900 | mkdirp@0.5.1, mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1: 1901 | version "0.5.1" 1902 | resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" 1903 | dependencies: 1904 | minimist "0.0.8" 1905 | 1906 | mocha@^3.2.0: 1907 | version "3.2.0" 1908 | resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.2.0.tgz#7dc4f45e5088075171a68896814e6ae9eb7a85e3" 1909 | dependencies: 1910 | browser-stdout "1.3.0" 1911 | commander "2.9.0" 1912 | debug "2.2.0" 1913 | diff "1.4.0" 1914 | escape-string-regexp "1.0.5" 1915 | glob "7.0.5" 1916 | growl "1.9.2" 1917 | json3 "3.3.2" 1918 | lodash.create "3.1.1" 1919 | mkdirp "0.5.1" 1920 | supports-color "3.1.2" 1921 | 1922 | ms@0.7.1: 1923 | version "0.7.1" 1924 | resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098" 1925 | 1926 | ms@0.7.2: 1927 | version "0.7.2" 1928 | resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765" 1929 | 1930 | mute-stream@0.0.5: 1931 | version "0.0.5" 1932 | resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0" 1933 | 1934 | nan@^2.3.0: 1935 | version "2.6.2" 1936 | resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.2.tgz#e4ff34e6c95fdfb5aecc08de6596f43605a7db45" 1937 | 1938 | natural-compare@^1.4.0: 1939 | version "1.4.0" 1940 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" 1941 | 1942 | node-pre-gyp@^0.6.29: 1943 | version "0.6.34" 1944 | resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.6.34.tgz#94ad1c798a11d7fc67381b50d47f8cc18d9799f7" 1945 | dependencies: 1946 | mkdirp "^0.5.1" 1947 | nopt "^4.0.1" 1948 | npmlog "^4.0.2" 1949 | rc "^1.1.7" 1950 | request "^2.81.0" 1951 | rimraf "^2.6.1" 1952 | semver "^5.3.0" 1953 | tar "^2.2.1" 1954 | tar-pack "^3.4.0" 1955 | 1956 | nopt@3.x: 1957 | version "3.0.6" 1958 | resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" 1959 | dependencies: 1960 | abbrev "1" 1961 | 1962 | nopt@^4.0.1: 1963 | version "4.0.1" 1964 | resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" 1965 | dependencies: 1966 | abbrev "1" 1967 | osenv "^0.1.4" 1968 | 1969 | normalize-path@^2.0.1: 1970 | version "2.1.1" 1971 | resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" 1972 | dependencies: 1973 | remove-trailing-separator "^1.0.1" 1974 | 1975 | npmlog@^4.0.2: 1976 | version "4.0.2" 1977 | resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.0.2.tgz#d03950e0e78ce1527ba26d2a7592e9348ac3e75f" 1978 | dependencies: 1979 | are-we-there-yet "~1.1.2" 1980 | console-control-strings "~1.1.0" 1981 | gauge "~2.7.1" 1982 | set-blocking "~2.0.0" 1983 | 1984 | number-is-nan@^1.0.0: 1985 | version "1.0.1" 1986 | resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" 1987 | 1988 | oauth-sign@~0.8.1: 1989 | version "0.8.2" 1990 | resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" 1991 | 1992 | object-assign@^4.0.1, object-assign@^4.1.0: 1993 | version "4.1.1" 1994 | resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" 1995 | 1996 | object-keys@^1.0.8: 1997 | version "1.0.11" 1998 | resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d" 1999 | 2000 | object.omit@^2.0.0: 2001 | version "2.0.1" 2002 | resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" 2003 | dependencies: 2004 | for-own "^0.1.4" 2005 | is-extendable "^0.1.1" 2006 | 2007 | once@^1.3.0, once@^1.3.3, once@^1.4.0: 2008 | version "1.4.0" 2009 | resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" 2010 | dependencies: 2011 | wrappy "1" 2012 | 2013 | onetime@^1.0.0: 2014 | version "1.1.0" 2015 | resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" 2016 | 2017 | optimist@^0.6.1: 2018 | version "0.6.1" 2019 | resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686" 2020 | dependencies: 2021 | minimist "~0.0.1" 2022 | wordwrap "~0.0.2" 2023 | 2024 | optionator@^0.8.2: 2025 | version "0.8.2" 2026 | resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64" 2027 | dependencies: 2028 | deep-is "~0.1.3" 2029 | fast-levenshtein "~2.0.4" 2030 | levn "~0.3.0" 2031 | prelude-ls "~1.1.2" 2032 | type-check "~0.3.2" 2033 | wordwrap "~1.0.0" 2034 | 2035 | os-homedir@^1.0.0: 2036 | version "1.0.2" 2037 | resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" 2038 | 2039 | os-tmpdir@^1.0.0, os-tmpdir@^1.0.1: 2040 | version "1.0.2" 2041 | resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" 2042 | 2043 | osenv@^0.1.4: 2044 | version "0.1.4" 2045 | resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.4.tgz#42fe6d5953df06c8064be6f176c3d05aaaa34644" 2046 | dependencies: 2047 | os-homedir "^1.0.0" 2048 | os-tmpdir "^1.0.0" 2049 | 2050 | output-file-sync@^1.1.0: 2051 | version "1.1.2" 2052 | resolved "https://registry.yarnpkg.com/output-file-sync/-/output-file-sync-1.1.2.tgz#d0a33eefe61a205facb90092e826598d5245ce76" 2053 | dependencies: 2054 | graceful-fs "^4.1.4" 2055 | mkdirp "^0.5.1" 2056 | object-assign "^4.1.0" 2057 | 2058 | p-limit@^1.1.0: 2059 | version "1.1.0" 2060 | resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.1.0.tgz#b07ff2d9a5d88bec806035895a2bab66a27988bc" 2061 | 2062 | p-locate@^2.0.0: 2063 | version "2.0.0" 2064 | resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" 2065 | dependencies: 2066 | p-limit "^1.1.0" 2067 | 2068 | parse-glob@^3.0.4: 2069 | version "3.0.4" 2070 | resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" 2071 | dependencies: 2072 | glob-base "^0.3.0" 2073 | is-dotfile "^1.0.0" 2074 | is-extglob "^1.0.0" 2075 | is-glob "^2.0.0" 2076 | 2077 | parse-json@^2.2.0: 2078 | version "2.2.0" 2079 | resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" 2080 | dependencies: 2081 | error-ex "^1.2.0" 2082 | 2083 | path-exists@^3.0.0: 2084 | version "3.0.0" 2085 | resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" 2086 | 2087 | path-is-absolute@^1.0.0: 2088 | version "1.0.1" 2089 | resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" 2090 | 2091 | path-is-inside@^1.0.1: 2092 | version "1.0.2" 2093 | resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" 2094 | 2095 | path-parse@^1.0.5: 2096 | version "1.0.5" 2097 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" 2098 | 2099 | performance-now@^0.2.0: 2100 | version "0.2.0" 2101 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5" 2102 | 2103 | pify@^2.0.0: 2104 | version "2.3.0" 2105 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" 2106 | 2107 | pinkie-promise@^2.0.0: 2108 | version "2.0.1" 2109 | resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" 2110 | dependencies: 2111 | pinkie "^2.0.0" 2112 | 2113 | pinkie@^2.0.0: 2114 | version "2.0.4" 2115 | resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" 2116 | 2117 | pkg-conf@^2.0.0: 2118 | version "2.0.0" 2119 | resolved "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-2.0.0.tgz#071c87650403bccfb9c627f58751bfe47c067279" 2120 | dependencies: 2121 | find-up "^2.0.0" 2122 | load-json-file "^2.0.0" 2123 | 2124 | pkg-config@^1.1.0: 2125 | version "1.1.1" 2126 | resolved "https://registry.yarnpkg.com/pkg-config/-/pkg-config-1.1.1.tgz#557ef22d73da3c8837107766c52eadabde298fe4" 2127 | dependencies: 2128 | debug-log "^1.0.0" 2129 | find-root "^1.0.0" 2130 | xtend "^4.0.1" 2131 | 2132 | pluralize@^1.2.1: 2133 | version "1.2.1" 2134 | resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45" 2135 | 2136 | prelude-ls@~1.1.2: 2137 | version "1.1.2" 2138 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" 2139 | 2140 | preserve@^0.2.0: 2141 | version "0.2.0" 2142 | resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" 2143 | 2144 | private@^0.1.6: 2145 | version "0.1.7" 2146 | resolved "https://registry.yarnpkg.com/private/-/private-0.1.7.tgz#68ce5e8a1ef0a23bb570cc28537b5332aba63ef1" 2147 | 2148 | process-nextick-args@~1.0.6: 2149 | version "1.0.7" 2150 | resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" 2151 | 2152 | progress@^1.1.8: 2153 | version "1.1.8" 2154 | resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be" 2155 | 2156 | punycode@^1.4.1: 2157 | version "1.4.1" 2158 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" 2159 | 2160 | qs@~6.4.0: 2161 | version "6.4.0" 2162 | resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233" 2163 | 2164 | randomatic@^1.1.3: 2165 | version "1.1.6" 2166 | resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.6.tgz#110dcabff397e9dcff7c0789ccc0a49adf1ec5bb" 2167 | dependencies: 2168 | is-number "^2.0.2" 2169 | kind-of "^3.0.2" 2170 | 2171 | rc@^1.1.7: 2172 | version "1.2.1" 2173 | resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.1.tgz#2e03e8e42ee450b8cb3dce65be1bf8974e1dfd95" 2174 | dependencies: 2175 | deep-extend "~0.4.0" 2176 | ini "~1.3.0" 2177 | minimist "^1.2.0" 2178 | strip-json-comments "~2.0.1" 2179 | 2180 | "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.1.4, readable-stream@^2.2.2: 2181 | version "2.2.9" 2182 | resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.9.tgz#cf78ec6f4a6d1eb43d26488cac97f042e74b7fc8" 2183 | dependencies: 2184 | buffer-shims "~1.0.0" 2185 | core-util-is "~1.0.0" 2186 | inherits "~2.0.1" 2187 | isarray "~1.0.0" 2188 | process-nextick-args "~1.0.6" 2189 | string_decoder "~1.0.0" 2190 | util-deprecate "~1.0.1" 2191 | 2192 | readdirp@^2.0.0: 2193 | version "2.1.0" 2194 | resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.1.0.tgz#4ed0ad060df3073300c48440373f72d1cc642d78" 2195 | dependencies: 2196 | graceful-fs "^4.1.2" 2197 | minimatch "^3.0.2" 2198 | readable-stream "^2.0.2" 2199 | set-immediate-shim "^1.0.1" 2200 | 2201 | readline2@^1.0.1: 2202 | version "1.0.1" 2203 | resolved "https://registry.yarnpkg.com/readline2/-/readline2-1.0.1.tgz#41059608ffc154757b715d9989d199ffbf372e35" 2204 | dependencies: 2205 | code-point-at "^1.0.0" 2206 | is-fullwidth-code-point "^1.0.0" 2207 | mute-stream "0.0.5" 2208 | 2209 | rechoir@^0.6.2: 2210 | version "0.6.2" 2211 | resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" 2212 | dependencies: 2213 | resolve "^1.1.6" 2214 | 2215 | regenerate@^1.2.1: 2216 | version "1.3.2" 2217 | resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.2.tgz#d1941c67bad437e1be76433add5b385f95b19260" 2218 | 2219 | regenerator-runtime@^0.10.0: 2220 | version "0.10.3" 2221 | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.3.tgz#8c4367a904b51ea62a908ac310bf99ff90a82a3e" 2222 | 2223 | regenerator-transform@0.9.11: 2224 | version "0.9.11" 2225 | resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.9.11.tgz#3a7d067520cb7b7176769eb5ff868691befe1283" 2226 | dependencies: 2227 | babel-runtime "^6.18.0" 2228 | babel-types "^6.19.0" 2229 | private "^0.1.6" 2230 | 2231 | regex-cache@^0.4.2: 2232 | version "0.4.3" 2233 | resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.3.tgz#9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145" 2234 | dependencies: 2235 | is-equal-shallow "^0.1.3" 2236 | is-primitive "^2.0.0" 2237 | 2238 | regexpu-core@^2.0.0: 2239 | version "2.0.0" 2240 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240" 2241 | dependencies: 2242 | regenerate "^1.2.1" 2243 | regjsgen "^0.2.0" 2244 | regjsparser "^0.1.4" 2245 | 2246 | regjsgen@^0.2.0: 2247 | version "0.2.0" 2248 | resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" 2249 | 2250 | regjsparser@^0.1.4: 2251 | version "0.1.5" 2252 | resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c" 2253 | dependencies: 2254 | jsesc "~0.5.0" 2255 | 2256 | remove-trailing-separator@^1.0.1: 2257 | version "1.0.1" 2258 | resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz#615ebb96af559552d4bf4057c8436d486ab63cc4" 2259 | 2260 | repeat-element@^1.1.2: 2261 | version "1.1.2" 2262 | resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a" 2263 | 2264 | repeat-string@^1.5.2: 2265 | version "1.6.1" 2266 | resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" 2267 | 2268 | repeating@^2.0.0: 2269 | version "2.0.1" 2270 | resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" 2271 | dependencies: 2272 | is-finite "^1.0.0" 2273 | 2274 | request@^2.81.0: 2275 | version "2.81.0" 2276 | resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0" 2277 | dependencies: 2278 | aws-sign2 "~0.6.0" 2279 | aws4 "^1.2.1" 2280 | caseless "~0.12.0" 2281 | combined-stream "~1.0.5" 2282 | extend "~3.0.0" 2283 | forever-agent "~0.6.1" 2284 | form-data "~2.1.1" 2285 | har-validator "~4.2.1" 2286 | hawk "~3.1.3" 2287 | http-signature "~1.1.0" 2288 | is-typedarray "~1.0.0" 2289 | isstream "~0.1.2" 2290 | json-stringify-safe "~5.0.1" 2291 | mime-types "~2.1.7" 2292 | oauth-sign "~0.8.1" 2293 | performance-now "^0.2.0" 2294 | qs "~6.4.0" 2295 | safe-buffer "^5.0.1" 2296 | stringstream "~0.0.4" 2297 | tough-cookie "~2.3.0" 2298 | tunnel-agent "^0.6.0" 2299 | uuid "^3.0.0" 2300 | 2301 | require-uncached@^1.0.2: 2302 | version "1.0.3" 2303 | resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3" 2304 | dependencies: 2305 | caller-path "^0.1.0" 2306 | resolve-from "^1.0.0" 2307 | 2308 | resolve-from@^1.0.0: 2309 | version "1.0.1" 2310 | resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226" 2311 | 2312 | resolve@^1.1.6: 2313 | version "1.3.2" 2314 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.2.tgz#1f0442c9e0cbb8136e87b9305f932f46c7f28235" 2315 | dependencies: 2316 | path-parse "^1.0.5" 2317 | 2318 | restore-cursor@^1.0.1: 2319 | version "1.0.1" 2320 | resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" 2321 | dependencies: 2322 | exit-hook "^1.0.0" 2323 | onetime "^1.0.0" 2324 | 2325 | right-align@^0.1.1: 2326 | version "0.1.3" 2327 | resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef" 2328 | dependencies: 2329 | align-text "^0.1.1" 2330 | 2331 | rimraf@2, rimraf@^2.2.8, rimraf@^2.4.4, rimraf@^2.5.1, rimraf@^2.6.1: 2332 | version "2.6.1" 2333 | resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d" 2334 | dependencies: 2335 | glob "^7.0.5" 2336 | 2337 | run-async@^0.1.0: 2338 | version "0.1.0" 2339 | resolved "https://registry.yarnpkg.com/run-async/-/run-async-0.1.0.tgz#c8ad4a5e110661e402a7d21b530e009f25f8e389" 2340 | dependencies: 2341 | once "^1.3.0" 2342 | 2343 | run-parallel@^1.1.2: 2344 | version "1.1.6" 2345 | resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.6.tgz#29003c9a2163e01e2d2dfc90575f2c6c1d61a039" 2346 | 2347 | rx-lite@^3.1.2: 2348 | version "3.1.2" 2349 | resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102" 2350 | 2351 | safe-buffer@^5.0.1: 2352 | version "5.0.1" 2353 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7" 2354 | 2355 | semistandard@^10.0.0: 2356 | version "10.0.0" 2357 | resolved "https://registry.yarnpkg.com/semistandard/-/semistandard-10.0.0.tgz#d6894f7673b9b737c262dca94cadf35e8392dde9" 2358 | dependencies: 2359 | eslint "~3.15.0" 2360 | eslint-config-semistandard "8.0.0" 2361 | eslint-config-standard "7.0.0" 2362 | eslint-config-standard-jsx "3.3.0" 2363 | eslint-plugin-promise "~3.4.0" 2364 | eslint-plugin-react "~6.9.0" 2365 | eslint-plugin-standard "~2.0.1" 2366 | standard-engine "~5.4.0" 2367 | 2368 | semver@^5.3.0: 2369 | version "5.3.0" 2370 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" 2371 | 2372 | set-blocking@~2.0.0: 2373 | version "2.0.0" 2374 | resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" 2375 | 2376 | set-immediate-shim@^1.0.1: 2377 | version "1.0.1" 2378 | resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" 2379 | 2380 | shelljs@^0.7.3, shelljs@^0.7.5: 2381 | version "0.7.7" 2382 | resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.7.tgz#b2f5c77ef97148f4b4f6e22682e10bba8667cff1" 2383 | dependencies: 2384 | glob "^7.0.0" 2385 | interpret "^1.0.0" 2386 | rechoir "^0.6.2" 2387 | 2388 | shx@^0.2.2: 2389 | version "0.2.2" 2390 | resolved "https://registry.yarnpkg.com/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39" 2391 | dependencies: 2392 | es6-object-assign "^1.0.3" 2393 | minimist "^1.2.0" 2394 | shelljs "^0.7.3" 2395 | 2396 | signal-exit@^3.0.0: 2397 | version "3.0.2" 2398 | resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" 2399 | 2400 | slash@^1.0.0: 2401 | version "1.0.0" 2402 | resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" 2403 | 2404 | slice-ansi@0.0.4: 2405 | version "0.0.4" 2406 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" 2407 | 2408 | sntp@1.x.x: 2409 | version "1.0.9" 2410 | resolved "https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198" 2411 | dependencies: 2412 | hoek "2.x.x" 2413 | 2414 | source-map-support@^0.4.2: 2415 | version "0.4.14" 2416 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.14.tgz#9d4463772598b86271b4f523f6c1f4e02a7d6aef" 2417 | dependencies: 2418 | source-map "^0.5.6" 2419 | 2420 | source-map@^0.4.4: 2421 | version "0.4.4" 2422 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" 2423 | dependencies: 2424 | amdefine ">=0.0.4" 2425 | 2426 | source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1: 2427 | version "0.5.6" 2428 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412" 2429 | 2430 | sprintf-js@~1.0.2: 2431 | version "1.0.3" 2432 | resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" 2433 | 2434 | sshpk@^1.7.0: 2435 | version "1.13.0" 2436 | resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.0.tgz#ff2a3e4fd04497555fed97b39a0fd82fafb3a33c" 2437 | dependencies: 2438 | asn1 "~0.2.3" 2439 | assert-plus "^1.0.0" 2440 | dashdash "^1.12.0" 2441 | getpass "^0.1.1" 2442 | optionalDependencies: 2443 | bcrypt-pbkdf "^1.0.0" 2444 | ecc-jsbn "~0.1.1" 2445 | jodid25519 "^1.0.0" 2446 | jsbn "~0.1.0" 2447 | tweetnacl "~0.14.0" 2448 | 2449 | standard-engine@~5.4.0: 2450 | version "5.4.0" 2451 | resolved "https://registry.yarnpkg.com/standard-engine/-/standard-engine-5.4.0.tgz#e0e86959ea0786425d3383e40c1bf70d2f985579" 2452 | dependencies: 2453 | deglob "^2.1.0" 2454 | get-stdin "^5.0.1" 2455 | home-or-tmp "^2.0.0" 2456 | minimist "^1.1.0" 2457 | pkg-conf "^2.0.0" 2458 | 2459 | string-width@^1.0.1: 2460 | version "1.0.2" 2461 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" 2462 | dependencies: 2463 | code-point-at "^1.0.0" 2464 | is-fullwidth-code-point "^1.0.0" 2465 | strip-ansi "^3.0.0" 2466 | 2467 | string-width@^2.0.0: 2468 | version "2.0.0" 2469 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.0.0.tgz#635c5436cc72a6e0c387ceca278d4e2eec52687e" 2470 | dependencies: 2471 | is-fullwidth-code-point "^2.0.0" 2472 | strip-ansi "^3.0.0" 2473 | 2474 | string_decoder@~1.0.0: 2475 | version "1.0.0" 2476 | resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.0.tgz#f06f41157b664d86069f84bdbdc9b0d8ab281667" 2477 | dependencies: 2478 | buffer-shims "~1.0.0" 2479 | 2480 | stringstream@~0.0.4: 2481 | version "0.0.5" 2482 | resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878" 2483 | 2484 | strip-ansi@^3.0.0, strip-ansi@^3.0.1: 2485 | version "3.0.1" 2486 | resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" 2487 | dependencies: 2488 | ansi-regex "^2.0.0" 2489 | 2490 | strip-bom@^2.0.0: 2491 | version "2.0.0" 2492 | resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" 2493 | dependencies: 2494 | is-utf8 "^0.2.0" 2495 | 2496 | strip-bom@^3.0.0: 2497 | version "3.0.0" 2498 | resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" 2499 | 2500 | strip-json-comments@~2.0.1: 2501 | version "2.0.1" 2502 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" 2503 | 2504 | supports-color@3.1.2, supports-color@^3.1.2: 2505 | version "3.1.2" 2506 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5" 2507 | dependencies: 2508 | has-flag "^1.0.0" 2509 | 2510 | supports-color@^2.0.0: 2511 | version "2.0.0" 2512 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" 2513 | 2514 | table@^3.7.8: 2515 | version "3.8.3" 2516 | resolved "https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f" 2517 | dependencies: 2518 | ajv "^4.7.0" 2519 | ajv-keywords "^1.0.0" 2520 | chalk "^1.1.1" 2521 | lodash "^4.0.0" 2522 | slice-ansi "0.0.4" 2523 | string-width "^2.0.0" 2524 | 2525 | tar-pack@^3.4.0: 2526 | version "3.4.0" 2527 | resolved "https://registry.yarnpkg.com/tar-pack/-/tar-pack-3.4.0.tgz#23be2d7f671a8339376cbdb0b8fe3fdebf317984" 2528 | dependencies: 2529 | debug "^2.2.0" 2530 | fstream "^1.0.10" 2531 | fstream-ignore "^1.0.5" 2532 | once "^1.3.3" 2533 | readable-stream "^2.1.4" 2534 | rimraf "^2.5.1" 2535 | tar "^2.2.1" 2536 | uid-number "^0.0.6" 2537 | 2538 | tar@^2.2.1: 2539 | version "2.2.1" 2540 | resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1" 2541 | dependencies: 2542 | block-stream "*" 2543 | fstream "^1.0.2" 2544 | inherits "2" 2545 | 2546 | text-table@~0.2.0: 2547 | version "0.2.0" 2548 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" 2549 | 2550 | through@^2.3.6: 2551 | version "2.3.8" 2552 | resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" 2553 | 2554 | to-fast-properties@^1.0.1: 2555 | version "1.0.2" 2556 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320" 2557 | 2558 | tough-cookie@~2.3.0: 2559 | version "2.3.2" 2560 | resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a" 2561 | dependencies: 2562 | punycode "^1.4.1" 2563 | 2564 | trim-right@^1.0.1: 2565 | version "1.0.1" 2566 | resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" 2567 | 2568 | tryit@^1.0.1: 2569 | version "1.0.3" 2570 | resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb" 2571 | 2572 | tunnel-agent@^0.6.0: 2573 | version "0.6.0" 2574 | resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" 2575 | dependencies: 2576 | safe-buffer "^5.0.1" 2577 | 2578 | tweetnacl@^0.14.3, tweetnacl@~0.14.0: 2579 | version "0.14.5" 2580 | resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" 2581 | 2582 | type-check@~0.3.2: 2583 | version "0.3.2" 2584 | resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" 2585 | dependencies: 2586 | prelude-ls "~1.1.2" 2587 | 2588 | type-detect@0.1.1: 2589 | version "0.1.1" 2590 | resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822" 2591 | 2592 | type-detect@^1.0.0: 2593 | version "1.0.0" 2594 | resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-1.0.0.tgz#762217cc06db258ec48908a1298e8b95121e8ea2" 2595 | 2596 | typedarray@^0.0.6: 2597 | version "0.0.6" 2598 | resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" 2599 | 2600 | uglify-js@^2.6: 2601 | version "2.8.22" 2602 | resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.22.tgz#d54934778a8da14903fa29a326fb24c0ab51a1a0" 2603 | dependencies: 2604 | source-map "~0.5.1" 2605 | yargs "~3.10.0" 2606 | optionalDependencies: 2607 | uglify-to-browserify "~1.0.0" 2608 | 2609 | uglify-to-browserify@~1.0.0: 2610 | version "1.0.2" 2611 | resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" 2612 | 2613 | uid-number@^0.0.6: 2614 | version "0.0.6" 2615 | resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81" 2616 | 2617 | uniq@^1.0.1: 2618 | version "1.0.1" 2619 | resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" 2620 | 2621 | user-home@^1.1.1: 2622 | version "1.1.1" 2623 | resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190" 2624 | 2625 | user-home@^2.0.0: 2626 | version "2.0.0" 2627 | resolved "https://registry.yarnpkg.com/user-home/-/user-home-2.0.0.tgz#9c70bfd8169bc1dcbf48604e0f04b8b49cde9e9f" 2628 | dependencies: 2629 | os-homedir "^1.0.0" 2630 | 2631 | util-deprecate@~1.0.1: 2632 | version "1.0.2" 2633 | resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" 2634 | 2635 | uuid@^3.0.0: 2636 | version "3.0.1" 2637 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1" 2638 | 2639 | v8flags@^2.0.10: 2640 | version "2.0.12" 2641 | resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.0.12.tgz#73235d9f7176f8e8833fb286795445f7938d84e5" 2642 | dependencies: 2643 | user-home "^1.1.1" 2644 | 2645 | verror@1.3.6: 2646 | version "1.3.6" 2647 | resolved "https://registry.yarnpkg.com/verror/-/verror-1.3.6.tgz#cff5df12946d297d2baaefaa2689e25be01c005c" 2648 | dependencies: 2649 | extsprintf "1.0.2" 2650 | 2651 | which@^1.1.1: 2652 | version "1.2.14" 2653 | resolved "https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5" 2654 | dependencies: 2655 | isexe "^2.0.0" 2656 | 2657 | wide-align@^1.1.0: 2658 | version "1.1.0" 2659 | resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.0.tgz#40edde802a71fea1f070da3e62dcda2e7add96ad" 2660 | dependencies: 2661 | string-width "^1.0.1" 2662 | 2663 | window-size@0.1.0: 2664 | version "0.1.0" 2665 | resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d" 2666 | 2667 | wordwrap@0.0.2: 2668 | version "0.0.2" 2669 | resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f" 2670 | 2671 | wordwrap@^1.0.0, wordwrap@~1.0.0: 2672 | version "1.0.0" 2673 | resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" 2674 | 2675 | wordwrap@~0.0.2: 2676 | version "0.0.3" 2677 | resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" 2678 | 2679 | wrappy@1: 2680 | version "1.0.2" 2681 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" 2682 | 2683 | write@^0.2.1: 2684 | version "0.2.1" 2685 | resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757" 2686 | dependencies: 2687 | mkdirp "^0.5.1" 2688 | 2689 | xtend@^4.0.0, xtend@^4.0.1: 2690 | version "4.0.1" 2691 | resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" 2692 | 2693 | yargs@~3.10.0: 2694 | version "3.10.0" 2695 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1" 2696 | dependencies: 2697 | camelcase "^1.0.2" 2698 | cliui "^2.1.0" 2699 | decamelize "^1.0.0" 2700 | window-size "0.1.0" 2701 | --------------------------------------------------------------------------------