urbanopt-scenario 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CONTRIBUTING.md +58 -0
  3. data/.github/ISSUE_TEMPLATE/bug_report.md +27 -0
  4. data/.github/ISSUE_TEMPLATE/feature_request.md +23 -0
  5. data/.github/pull_request_template.md +23 -0
  6. data/.gitignore +1 -0
  7. data/CHANGELOG.md +16 -2
  8. data/Gemfile +1 -0
  9. data/LICENSE.md +1 -1
  10. data/doc_templates/LICENSE.md +1 -1
  11. data/doc_templates/copyright_erb.txt +1 -1
  12. data/doc_templates/copyright_js.txt +1 -1
  13. data/doc_templates/copyright_ruby.txt +1 -1
  14. data/docs/package-lock.json +142 -116
  15. data/docs/package.json +5 -1
  16. data/lib/change_log.rb +147 -0
  17. data/lib/measures/default_feature_reports/measure.rb +16 -5
  18. data/lib/measures/default_feature_reports/tests/default_feature_reports_test.rb +1 -1
  19. data/lib/urbanopt-scenario.rb +1 -1
  20. data/lib/urbanopt/scenario.rb +1 -1
  21. data/lib/urbanopt/scenario/default_reports.rb +1 -1
  22. data/lib/urbanopt/scenario/default_reports/construction_cost.rb +1 -1
  23. data/lib/urbanopt/scenario/default_reports/date.rb +1 -1
  24. data/lib/urbanopt/scenario/default_reports/distributed_generation.rb +187 -0
  25. data/lib/urbanopt/scenario/default_reports/end_use.rb +1 -1
  26. data/lib/urbanopt/scenario/default_reports/end_uses.rb +1 -1
  27. data/lib/urbanopt/scenario/default_reports/feature_report.rb +8 -2
  28. data/lib/urbanopt/scenario/default_reports/generator.rb +92 -0
  29. data/lib/urbanopt/scenario/default_reports/location.rb +2 -2
  30. data/lib/urbanopt/scenario/default_reports/logger.rb +1 -1
  31. data/lib/urbanopt/scenario/default_reports/program.rb +2 -2
  32. data/lib/urbanopt/scenario/default_reports/reporting_period.rb +2 -2
  33. data/lib/urbanopt/scenario/default_reports/scenario_report.rb +36 -12
  34. data/lib/urbanopt/scenario/default_reports/schema/README.md +16 -15
  35. data/lib/urbanopt/scenario/default_reports/schema/scenario_schema.json +88 -0
  36. data/lib/urbanopt/scenario/default_reports/solar_pv.rb +92 -0
  37. data/lib/urbanopt/scenario/default_reports/storage.rb +105 -0
  38. data/lib/urbanopt/scenario/default_reports/timeseries_csv.rb +32 -5
  39. data/lib/urbanopt/scenario/default_reports/validator.rb +2 -2
  40. data/lib/urbanopt/scenario/default_reports/wind.rb +92 -0
  41. data/lib/urbanopt/scenario/extension.rb +1 -1
  42. data/lib/urbanopt/scenario/logger.rb +1 -1
  43. data/lib/urbanopt/scenario/scenario_base.rb +1 -1
  44. data/lib/urbanopt/scenario/scenario_csv.rb +1 -1
  45. data/lib/urbanopt/scenario/scenario_datapoint_base.rb +1 -1
  46. data/lib/urbanopt/scenario/scenario_post_processor_base.rb +1 -1
  47. data/lib/urbanopt/scenario/scenario_post_processor_default.rb +7 -6
  48. data/lib/urbanopt/scenario/scenario_runner_base.rb +1 -1
  49. data/lib/urbanopt/scenario/scenario_runner_osw.rb +1 -1
  50. data/lib/urbanopt/scenario/simulation_dir_base.rb +1 -1
  51. data/lib/urbanopt/scenario/simulation_dir_osw.rb +1 -1
  52. data/lib/urbanopt/scenario/simulation_mapper_base.rb +1 -1
  53. data/lib/urbanopt/scenario/version.rb +2 -2
  54. data/urbanopt-scenario-gem.gemspec +2 -0
  55. metadata +26 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70030416dd8b98440467e9be4e69be408b5880c6
4
- data.tar.gz: d3bde1a5c429c1f09969720b74a86367eaa062af
3
+ metadata.gz: f3225219c08dfe2a6beb6fdf3ed6b26443eef98a
4
+ data.tar.gz: 97d3cc6a749f80df8b454812b14ddff48634b917
5
5
  SHA512:
6
- metadata.gz: 7453d419578337962da52bfbbc521c4233a5f4662f976d750b30eb048f7811412c052f6afb95fdfbc4248379f861e73bdf518be99b42c1d2815f37f2209c03ab
7
- data.tar.gz: a2d8f4588b3280f6fd6f1e14bd1ab6a4d2702140961bb4097e908251bbf84c29214cf018e6376f6ec64c5d27ace1f52a8d679378662fa080c95a35ea6326a093
6
+ metadata.gz: 7b624a22f243fecceb510cd12eafc0a06856b61b0327e895371a77d16bf2be73d856b94febac2f7b72ab3a9d310db50f724da818979d5c442f217dcca071f619
7
+ data.tar.gz: 39938a49c4ae3f9ffeb76df9ad07f0f4902a5a3c236c645a3651739e6d97bd58c85f9243cd28c9766489588b3a30b850aefa22ce38f4b7285ac6a9312f63d712
@@ -0,0 +1,58 @@
1
+ # URBANopt Contribution Policy
2
+
3
+ ## Version 1.0
4
+
5
+ The URBANopt team welcomes your contribution to the project. You can contribute to the URBANopt project in several ways: by using the software, reporting issues, contributing documentation, or contributing code back to the project. The GitHub [Contributing to Open Source](https://opensource.guide/how-to-contribute/) guide provides a good overview. If you contribute code, you agree that your contribution may be incorporated into the URBANopt Software Development Kit (SDK) and made available under the URBANopt SDK license.
6
+
7
+ The contribution process for URBANopt is composed of three steps:
8
+
9
+ ## 1. Send consent email
10
+
11
+ In order for us to distribute your code as part of URBANopt under the URBANopt SDK [license](https://github.com/urbanopt/urbanopt-scenario-gem/blob/develop/LICENSE.md), we’ll need your consent. An email acknowledging your understanding of these terms and agreeing to them is all that will be asked of any contributor. Send an email to the URBANopt project manager ([see below](#documentation) for the address) including the following text and a list of co-contributors (if any):
12
+
13
+ *I agree to contribute to the URBANopt SDK. I agree to the following terms and conditions for my contributions: First, I agree that I am licensing the copyright to my contributions under the terms of the current URBANopt SDK license. Second, I hereby grant to Alliance for Sustainable Energy, LLC, to any successor manager and distributor of URBANopt SDK appointed by the U.S. Department of Energy, and to all recipients of a version of URBANopt SDK that includes my contributions, a non-exclusive, worldwide, royalty-free, irrevocable patent license under any patent claims owned by me, or owned by my employer and known to me, that are or will be,necessarily infringed upon by my contributions alone, or by combination of my contributions with the version of URBANopt SDK to which they are contributed, to make, have made, use, offer to sell, sell, import, and otherwise transfer any version of URBANopt SDK that includes my contributions, in source code and object code form. Third, I represent and warrant that I am authorized to make the contributions and grant the foregoing license(s). Additionally, if, to my knowledge, my employer has rights to intellectual property that covers my contributions, I represent and warrant that I have received permission to make these contributions and grant the foregoing license(s) on behalf of my employer.*
14
+
15
+ Once we have your consent on file, you’ll only need to redo it if conditions change (e.g. a change of employer).
16
+
17
+ ## 2. Scope agreement and timeline commitment
18
+
19
+ If your contribution is small (e.g. a bug fix), simply submit your contribution via GitHub. If you find a bug, first make sure it is not an already known issue, then report it in the GitHub [issue tracker](https://github.com/urbanopt/urbanopt-scenario-gem/issues) for this repository. If your contribution is larger (e.g. a new feature or new functionality/capability), we’ll need to evaluate your proposed contribution first. We may ask you to revise your materials and make changes to it, which we will then re-review.
20
+
21
+ ## 3. Technical contribution process
22
+
23
+ We want URBANopt to adhere to our established quality standards. Smaller, non-code contributions may not require as much review as code contributions, but all contributions will be reviewed. Code contributions will initially be in a source control branch, and then will be merged into the official URBANopt repository after review and approval. Any bugs, either discovered by you, us, or any users will be tracked in our issue tracker. We request that you take full responsibility for correcting bugs. Be aware that, unless notified otherwise, the correction of bugs takes precedence over the submission or creation of new code.
24
+
25
+ ### Release Schedule
26
+
27
+ Contributions should be aligned with the URBANopt release schedule. The URBANopt SDK is currently released publicly two times each year (approximately on the last workday of March and October). There are cutoff dates for when new contributions are allowed for the upcoming release (approximately two weeks before release date). If your contribution is incomplete or comes in past the cutoff date for a release, we reserve the right to hold your code for a later release.
28
+
29
+ ### Coding Standards
30
+
31
+ Make sure you read and follow the coding standards when writing URBANopt SDK code. Although these standards are not complete or very detailed, they should give you an idea of the style that we would like you to adopt. New additions to the URBANopt SDK must be written using object-oriented programming techniques and practices. Please also look at the URBANopt SDK code itself as an example of the preferred coding style.
32
+
33
+ ### Code Reviews
34
+
35
+ You will be working and testing your code in a source control branch. When a piece of functionality is complete, tested and working, let us know and we will review your code. If the functionality that you contributed is complex, we may ask you for a written design document as well. We want your code to follow coding standards, be clear, readable, and maintainable, and of course it should do what it is supposed to do. We will look for errors, style issues, comments (or lack thereof), and any other issues in your code. We will inform you of our comments and we expect you to make the recommended changes. New re-reviews may be expected until the code complies with our required processes.
36
+
37
+ ### Unit Tests
38
+
39
+ We ask that you supply unit tests along with the code that you have written. A unit test is a program that exercises your code in isolation to verify that it does what it is supposed to do. Your unit tests are very important to us. First, they give an indication that your code works according to its intended functionality. Second, we execute your unit tests automatically along with our unit tests to verify that the overall URBANopt SDK code continues to work.
40
+
41
+ ### Code Coverage
42
+
43
+ We require that your unit tests provide an adequate coverage of the source code you are submitting. You will need to design your unit tests in such a way that all critical parts of the code (at least) are tested and verified.
44
+
45
+ ### Documentation
46
+
47
+ Proper documentation is crucial for our users, without it users will not know how to use your contribution. We require that you create user documentation so that end users know how to use your new functionality.
48
+
49
+ For further questions or information:
50
+
51
+ - Ben Polly\
52
+ URBANopt Project Management\
53
+ ben.polly@nrel.gov\
54
+ (303) 384-7429
55
+
56
+ URBANopt is funded by the U.S. Department of Energy (DOE) and managed by the National Renewable Energy Laboratory (NREL).
57
+
58
+ URBANopt is developed in collaboration with NREL, LBNL, and private firms.
@@ -0,0 +1,27 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+ ---
8
+
9
+ ### Expected behavior
10
+
11
+ _A clear and concise description of what you expected to happen._
12
+
13
+ ### Actual behavior
14
+
15
+ _A clear and concise description of what actually happens._
16
+
17
+ ### To Reproduce
18
+
19
+ Steps to reproduce the behavior:
20
+
21
+ 1. Go to '...'
22
+ 1. Enter '...'
23
+ 1. Enter '...'
24
+
25
+ ### Additional context
26
+
27
+ _E.g.: Windows, Mac, Linux? Are you behind a firewall? Do you have additional security constraints?_
@@ -0,0 +1,23 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+ ---
8
+
9
+ ### Is your feature request related to a problem? Please describe
10
+
11
+ A clear and concise description of what the problem is. _I'm frustred when..._
12
+
13
+ ### Describe the solution you'd like
14
+
15
+ A clear and concise description of what you want to happen.
16
+
17
+ ### Describe alternatives you've considered
18
+
19
+ A clear and concise description of any alternative solutions or features you've considered.
20
+
21
+ ### Additional context
22
+
23
+ Add any other context or screenshots about the feature request here.
@@ -0,0 +1,23 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+ ---
8
+
9
+ Addresses #[issue number here].
10
+
11
+ ## Pull Request Description
12
+
13
+ [description here]
14
+
15
+ ## Checklist
16
+
17
+ Not all may apply:
18
+
19
+ - [ ] Unit tests have been added or updated
20
+ - [ ] Documentation has been modified appropriately
21
+ - [ ] All tests are passing (green) on circleci
22
+ - [ ] The [changelog](https://github.com/urbanopt/urbanopt-scenario-gem/blob/develop/CHANGELOG.md) has been updated appropriately
23
+ - [ ] This branch is up-to-date with master
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  .bundle/
2
+ .DS_Store
2
3
  /.yardoc
3
4
  /.ruby-version
4
5
  Gemfile.lock
@@ -1,5 +1,19 @@
1
1
  # URBANopt Scenario Gem
2
2
 
3
- ## Version 0.1.0
3
+ ## Version 0.1.1
4
4
 
5
- * Initial release of scenario gem.
5
+ Date Range: 10/16/19 - 01/14/20
6
+
7
+ Accepted Pull Requests:
8
+ - Fixed [#34]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/34 ), Post process
9
+ - Fixed [#44]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/44 ), reopt integrations
10
+ - Fixed [#47]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/47 ), Use runner.conf for run options
11
+ - Fixed [#48]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/48 ), Bump mixin-deep from 1.3.1 to 1.3.2 in /docs
12
+ - Fixed [#49]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/49 ), Bump lodash from 4.17.11 to 4.17.15 in /docs
13
+ - Fixed [#50]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/50 ), Bump lodash.template from 4.4.0 to 4.5.0 in /docs
14
+ - Fixed [#51]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/51 ), Der
15
+ - Fixed [#61]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/61 ), GitHub security
16
+ - Fixed [#62]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/62 ), Update issue templates
17
+ - Fixed [#64]( https://github.com/urbanopt/urbanopt-scenario-gem/pull/64 ), update dependency versions for security
18
+
19
+ ## Version 0.1.0
data/Gemfile CHANGED
@@ -40,3 +40,4 @@ end
40
40
 
41
41
  # simplecov has an unnecessary dependency on native json gem, use fork that does not require this
42
42
  gem 'simplecov', github: 'NREL/simplecov'
43
+ # gem 'rdoc'
data/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- URBANopt, Copyright (c) 2019, Alliance for Sustainable Energy, LLC, and other
1
+ URBANopt, Copyright (c) 2019-2020, Alliance for Sustainable Energy, LLC, and other
2
2
  contributors. All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,
@@ -1,4 +1,4 @@
1
- URBANopt, Copyright (c) 2019, Alliance for Sustainable Energy, LLC, and other
1
+ URBANopt, Copyright (c) 2019-2020, Alliance for Sustainable Energy, LLC, and other
2
2
  contributors. All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,
@@ -1,6 +1,6 @@
1
1
  <%
2
2
  # *********************************************************************************
3
- # URBANopt, Copyright (c) 2019, Alliance for Sustainable Energy, LLC, and other
3
+ # URBANopt, Copyright (c) 2019-2020, Alliance for Sustainable Energy, LLC, and other
4
4
  # contributors. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,4 +1,4 @@
1
1
  /* @preserve
2
- * URBANopt, Copyright (c) 2019, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
2
+ * URBANopt, Copyright (c) 2019-2020, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
3
3
  * Use of this source code is governed by the BSD 3-Clause license.
4
4
  */
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt, Copyright (c) 2019, Alliance for Sustainable Energy, LLC, and other
2
+ # URBANopt, Copyright (c) 2019-2020, Alliance for Sustainable Energy, LLC, and other
3
3
  # contributors. All rights reserved.
4
4
  #
5
5
  # Redistribution and use in source and binary forms, with or without modification,
@@ -4268,22 +4268,25 @@
4268
4268
  "dependencies": {
4269
4269
  "abbrev": {
4270
4270
  "version": "1.1.1",
4271
- "bundled": true,
4271
+ "resolved": false,
4272
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
4272
4273
  "optional": true
4273
4274
  },
4274
4275
  "ansi-regex": {
4275
4276
  "version": "2.1.1",
4276
- "bundled": true,
4277
- "optional": true
4277
+ "resolved": false,
4278
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
4278
4279
  },
4279
4280
  "aproba": {
4280
4281
  "version": "1.2.0",
4281
- "bundled": true,
4282
+ "resolved": false,
4283
+ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
4282
4284
  "optional": true
4283
4285
  },
4284
4286
  "are-we-there-yet": {
4285
4287
  "version": "1.1.5",
4286
- "bundled": true,
4288
+ "resolved": false,
4289
+ "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
4287
4290
  "optional": true,
4288
4291
  "requires": {
4289
4292
  "delegates": "^1.0.0",
@@ -4292,13 +4295,13 @@
4292
4295
  },
4293
4296
  "balanced-match": {
4294
4297
  "version": "1.0.0",
4295
- "bundled": true,
4296
- "optional": true
4298
+ "resolved": false,
4299
+ "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
4297
4300
  },
4298
4301
  "brace-expansion": {
4299
4302
  "version": "1.1.11",
4300
- "bundled": true,
4301
- "optional": true,
4303
+ "resolved": false,
4304
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
4302
4305
  "requires": {
4303
4306
  "balanced-match": "^1.0.0",
4304
4307
  "concat-map": "0.0.1"
@@ -4306,32 +4309,35 @@
4306
4309
  },
4307
4310
  "chownr": {
4308
4311
  "version": "1.1.1",
4309
- "bundled": true,
4312
+ "resolved": false,
4313
+ "integrity": "sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==",
4310
4314
  "optional": true
4311
4315
  },
4312
4316
  "code-point-at": {
4313
4317
  "version": "1.1.0",
4314
- "bundled": true,
4315
- "optional": true
4318
+ "resolved": false,
4319
+ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
4316
4320
  },
4317
4321
  "concat-map": {
4318
4322
  "version": "0.0.1",
4319
- "bundled": true,
4320
- "optional": true
4323
+ "resolved": false,
4324
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
4321
4325
  },
4322
4326
  "console-control-strings": {
4323
4327
  "version": "1.1.0",
4324
- "bundled": true,
4325
- "optional": true
4328
+ "resolved": false,
4329
+ "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
4326
4330
  },
4327
4331
  "core-util-is": {
4328
4332
  "version": "1.0.2",
4329
- "bundled": true,
4333
+ "resolved": false,
4334
+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
4330
4335
  "optional": true
4331
4336
  },
4332
4337
  "debug": {
4333
4338
  "version": "2.6.9",
4334
- "bundled": true,
4339
+ "resolved": false,
4340
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
4335
4341
  "optional": true,
4336
4342
  "requires": {
4337
4343
  "ms": "2.0.0"
@@ -4339,22 +4345,26 @@
4339
4345
  },
4340
4346
  "deep-extend": {
4341
4347
  "version": "0.6.0",
4342
- "bundled": true,
4348
+ "resolved": false,
4349
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
4343
4350
  "optional": true
4344
4351
  },
4345
4352
  "delegates": {
4346
4353
  "version": "1.0.0",
4347
- "bundled": true,
4354
+ "resolved": false,
4355
+ "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
4348
4356
  "optional": true
4349
4357
  },
4350
4358
  "detect-libc": {
4351
4359
  "version": "1.0.3",
4352
- "bundled": true,
4360
+ "resolved": false,
4361
+ "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
4353
4362
  "optional": true
4354
4363
  },
4355
4364
  "fs-minipass": {
4356
4365
  "version": "1.2.5",
4357
- "bundled": true,
4366
+ "resolved": false,
4367
+ "integrity": "sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ==",
4358
4368
  "optional": true,
4359
4369
  "requires": {
4360
4370
  "minipass": "^2.2.1"
@@ -4362,12 +4372,14 @@
4362
4372
  },
4363
4373
  "fs.realpath": {
4364
4374
  "version": "1.0.0",
4365
- "bundled": true,
4375
+ "resolved": false,
4376
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
4366
4377
  "optional": true
4367
4378
  },
4368
4379
  "gauge": {
4369
4380
  "version": "2.7.4",
4370
- "bundled": true,
4381
+ "resolved": false,
4382
+ "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
4371
4383
  "optional": true,
4372
4384
  "requires": {
4373
4385
  "aproba": "^1.0.3",
@@ -4382,7 +4394,8 @@
4382
4394
  },
4383
4395
  "glob": {
4384
4396
  "version": "7.1.3",
4385
- "bundled": true,
4397
+ "resolved": false,
4398
+ "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
4386
4399
  "optional": true,
4387
4400
  "requires": {
4388
4401
  "fs.realpath": "^1.0.0",
@@ -4395,12 +4408,14 @@
4395
4408
  },
4396
4409
  "has-unicode": {
4397
4410
  "version": "2.0.1",
4398
- "bundled": true,
4411
+ "resolved": false,
4412
+ "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
4399
4413
  "optional": true
4400
4414
  },
4401
4415
  "iconv-lite": {
4402
4416
  "version": "0.4.24",
4403
- "bundled": true,
4417
+ "resolved": false,
4418
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
4404
4419
  "optional": true,
4405
4420
  "requires": {
4406
4421
  "safer-buffer": ">= 2.1.2 < 3"
@@ -4408,7 +4423,8 @@
4408
4423
  },
4409
4424
  "ignore-walk": {
4410
4425
  "version": "3.0.1",
4411
- "bundled": true,
4426
+ "resolved": false,
4427
+ "integrity": "sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==",
4412
4428
  "optional": true,
4413
4429
  "requires": {
4414
4430
  "minimatch": "^3.0.4"
@@ -4416,7 +4432,8 @@
4416
4432
  },
4417
4433
  "inflight": {
4418
4434
  "version": "1.0.6",
4419
- "bundled": true,
4435
+ "resolved": false,
4436
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
4420
4437
  "optional": true,
4421
4438
  "requires": {
4422
4439
  "once": "^1.3.0",
@@ -4425,44 +4442,46 @@
4425
4442
  },
4426
4443
  "inherits": {
4427
4444
  "version": "2.0.3",
4428
- "bundled": true,
4429
- "optional": true
4445
+ "resolved": false,
4446
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
4430
4447
  },
4431
4448
  "ini": {
4432
4449
  "version": "1.3.5",
4433
- "bundled": true,
4450
+ "resolved": false,
4451
+ "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
4434
4452
  "optional": true
4435
4453
  },
4436
4454
  "is-fullwidth-code-point": {
4437
4455
  "version": "1.0.0",
4438
- "bundled": true,
4439
- "optional": true,
4456
+ "resolved": false,
4457
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
4440
4458
  "requires": {
4441
4459
  "number-is-nan": "^1.0.0"
4442
4460
  }
4443
4461
  },
4444
4462
  "isarray": {
4445
4463
  "version": "1.0.0",
4446
- "bundled": true,
4464
+ "resolved": false,
4465
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
4447
4466
  "optional": true
4448
4467
  },
4449
4468
  "minimatch": {
4450
4469
  "version": "3.0.4",
4451
- "bundled": true,
4452
- "optional": true,
4470
+ "resolved": false,
4471
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
4453
4472
  "requires": {
4454
4473
  "brace-expansion": "^1.1.7"
4455
4474
  }
4456
4475
  },
4457
4476
  "minimist": {
4458
4477
  "version": "0.0.8",
4459
- "bundled": true,
4460
- "optional": true
4478
+ "resolved": false,
4479
+ "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
4461
4480
  },
4462
4481
  "minipass": {
4463
4482
  "version": "2.3.5",
4464
- "bundled": true,
4465
- "optional": true,
4483
+ "resolved": false,
4484
+ "integrity": "sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==",
4466
4485
  "requires": {
4467
4486
  "safe-buffer": "^5.1.2",
4468
4487
  "yallist": "^3.0.0"
@@ -4470,7 +4489,8 @@
4470
4489
  },
4471
4490
  "minizlib": {
4472
4491
  "version": "1.2.1",
4473
- "bundled": true,
4492
+ "resolved": false,
4493
+ "integrity": "sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA==",
4474
4494
  "optional": true,
4475
4495
  "requires": {
4476
4496
  "minipass": "^2.2.1"
@@ -4478,20 +4498,22 @@
4478
4498
  },
4479
4499
  "mkdirp": {
4480
4500
  "version": "0.5.1",
4481
- "bundled": true,
4482
- "optional": true,
4501
+ "resolved": false,
4502
+ "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
4483
4503
  "requires": {
4484
4504
  "minimist": "0.0.8"
4485
4505
  }
4486
4506
  },
4487
4507
  "ms": {
4488
4508
  "version": "2.0.0",
4489
- "bundled": true,
4509
+ "resolved": false,
4510
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
4490
4511
  "optional": true
4491
4512
  },
4492
4513
  "needle": {
4493
4514
  "version": "2.2.4",
4494
- "bundled": true,
4515
+ "resolved": false,
4516
+ "integrity": "sha512-HyoqEb4wr/rsoaIDfTH2aVL9nWtQqba2/HvMv+++m8u0dz808MaagKILxtfeSN7QU7nvbQ79zk3vYOJp9zsNEA==",
4495
4517
  "optional": true,
4496
4518
  "requires": {
4497
4519
  "debug": "^2.1.2",
@@ -4501,7 +4523,8 @@
4501
4523
  },
4502
4524
  "node-pre-gyp": {
4503
4525
  "version": "0.10.3",
4504
- "bundled": true,
4526
+ "resolved": false,
4527
+ "integrity": "sha512-d1xFs+C/IPS8Id0qPTZ4bUT8wWryfR/OzzAFxweG+uLN85oPzyo2Iw6bVlLQ/JOdgNonXLCoRyqDzDWq4iw72A==",
4505
4528
  "optional": true,
4506
4529
  "requires": {
4507
4530
  "detect-libc": "^1.0.2",
@@ -4518,7 +4541,8 @@
4518
4541
  },
4519
4542
  "nopt": {
4520
4543
  "version": "4.0.1",
4521
- "bundled": true,
4544
+ "resolved": false,
4545
+ "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=",
4522
4546
  "optional": true,
4523
4547
  "requires": {
4524
4548
  "abbrev": "1",
@@ -4527,12 +4551,14 @@
4527
4551
  },
4528
4552
  "npm-bundled": {
4529
4553
  "version": "1.0.5",
4530
- "bundled": true,
4554
+ "resolved": false,
4555
+ "integrity": "sha512-m/e6jgWu8/v5niCUKQi9qQl8QdeEduFA96xHDDzFGqly0OOjI7c+60KM/2sppfnUU9JJagf+zs+yGhqSOFj71g==",
4531
4556
  "optional": true
4532
4557
  },
4533
4558
  "npm-packlist": {
4534
4559
  "version": "1.2.0",
4535
- "bundled": true,
4560
+ "resolved": false,
4561
+ "integrity": "sha512-7Mni4Z8Xkx0/oegoqlcao/JpPCPEMtUvsmB0q7mgvlMinykJLSRTYuFqoQLYgGY8biuxIeiHO+QNJKbCfljewQ==",
4536
4562
  "optional": true,
4537
4563
  "requires": {
4538
4564
  "ignore-walk": "^3.0.1",
@@ -4541,7 +4567,8 @@
4541
4567
  },
4542
4568
  "npmlog": {
4543
4569
  "version": "4.1.2",
4544
- "bundled": true,
4570
+ "resolved": false,
4571
+ "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
4545
4572
  "optional": true,
4546
4573
  "requires": {
4547
4574
  "are-we-there-yet": "~1.1.2",
@@ -4552,35 +4579,39 @@
4552
4579
  },
4553
4580
  "number-is-nan": {
4554
4581
  "version": "1.0.1",
4555
- "bundled": true,
4556
- "optional": true
4582
+ "resolved": false,
4583
+ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
4557
4584
  },
4558
4585
  "object-assign": {
4559
4586
  "version": "4.1.1",
4560
- "bundled": true,
4587
+ "resolved": false,
4588
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
4561
4589
  "optional": true
4562
4590
  },
4563
4591
  "once": {
4564
4592
  "version": "1.4.0",
4565
- "bundled": true,
4566
- "optional": true,
4593
+ "resolved": false,
4594
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
4567
4595
  "requires": {
4568
4596
  "wrappy": "1"
4569
4597
  }
4570
4598
  },
4571
4599
  "os-homedir": {
4572
4600
  "version": "1.0.2",
4573
- "bundled": true,
4601
+ "resolved": false,
4602
+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
4574
4603
  "optional": true
4575
4604
  },
4576
4605
  "os-tmpdir": {
4577
4606
  "version": "1.0.2",
4578
- "bundled": true,
4607
+ "resolved": false,
4608
+ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
4579
4609
  "optional": true
4580
4610
  },
4581
4611
  "osenv": {
4582
4612
  "version": "0.1.5",
4583
- "bundled": true,
4613
+ "resolved": false,
4614
+ "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
4584
4615
  "optional": true,
4585
4616
  "requires": {
4586
4617
  "os-homedir": "^1.0.0",
@@ -4589,17 +4620,20 @@
4589
4620
  },
4590
4621
  "path-is-absolute": {
4591
4622
  "version": "1.0.1",
4592
- "bundled": true,
4623
+ "resolved": false,
4624
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
4593
4625
  "optional": true
4594
4626
  },
4595
4627
  "process-nextick-args": {
4596
4628
  "version": "2.0.0",
4597
- "bundled": true,
4629
+ "resolved": false,
4630
+ "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
4598
4631
  "optional": true
4599
4632
  },
4600
4633
  "rc": {
4601
4634
  "version": "1.2.8",
4602
- "bundled": true,
4635
+ "resolved": false,
4636
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
4603
4637
  "optional": true,
4604
4638
  "requires": {
4605
4639
  "deep-extend": "^0.6.0",
@@ -4610,14 +4644,16 @@
4610
4644
  "dependencies": {
4611
4645
  "minimist": {
4612
4646
  "version": "1.2.0",
4613
- "bundled": true,
4647
+ "resolved": false,
4648
+ "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
4614
4649
  "optional": true
4615
4650
  }
4616
4651
  }
4617
4652
  },
4618
4653
  "readable-stream": {
4619
4654
  "version": "2.3.6",
4620
- "bundled": true,
4655
+ "resolved": false,
4656
+ "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
4621
4657
  "optional": true,
4622
4658
  "requires": {
4623
4659
  "core-util-is": "~1.0.0",
@@ -4631,7 +4667,8 @@
4631
4667
  },
4632
4668
  "rimraf": {
4633
4669
  "version": "2.6.3",
4634
- "bundled": true,
4670
+ "resolved": false,
4671
+ "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
4635
4672
  "optional": true,
4636
4673
  "requires": {
4637
4674
  "glob": "^7.1.3"
@@ -4639,38 +4676,43 @@
4639
4676
  },
4640
4677
  "safe-buffer": {
4641
4678
  "version": "5.1.2",
4642
- "bundled": true,
4643
- "optional": true
4679
+ "resolved": false,
4680
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
4644
4681
  },
4645
4682
  "safer-buffer": {
4646
4683
  "version": "2.1.2",
4647
- "bundled": true,
4684
+ "resolved": false,
4685
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
4648
4686
  "optional": true
4649
4687
  },
4650
4688
  "sax": {
4651
4689
  "version": "1.2.4",
4652
- "bundled": true,
4690
+ "resolved": false,
4691
+ "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
4653
4692
  "optional": true
4654
4693
  },
4655
4694
  "semver": {
4656
4695
  "version": "5.6.0",
4657
- "bundled": true,
4696
+ "resolved": false,
4697
+ "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==",
4658
4698
  "optional": true
4659
4699
  },
4660
4700
  "set-blocking": {
4661
4701
  "version": "2.0.0",
4662
- "bundled": true,
4702
+ "resolved": false,
4703
+ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
4663
4704
  "optional": true
4664
4705
  },
4665
4706
  "signal-exit": {
4666
4707
  "version": "3.0.2",
4667
- "bundled": true,
4708
+ "resolved": false,
4709
+ "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
4668
4710
  "optional": true
4669
4711
  },
4670
4712
  "string-width": {
4671
4713
  "version": "1.0.2",
4672
- "bundled": true,
4673
- "optional": true,
4714
+ "resolved": false,
4715
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
4674
4716
  "requires": {
4675
4717
  "code-point-at": "^1.0.0",
4676
4718
  "is-fullwidth-code-point": "^1.0.0",
@@ -4679,7 +4721,8 @@
4679
4721
  },
4680
4722
  "string_decoder": {
4681
4723
  "version": "1.1.1",
4682
- "bundled": true,
4724
+ "resolved": false,
4725
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
4683
4726
  "optional": true,
4684
4727
  "requires": {
4685
4728
  "safe-buffer": "~5.1.0"
@@ -4687,20 +4730,22 @@
4687
4730
  },
4688
4731
  "strip-ansi": {
4689
4732
  "version": "3.0.1",
4690
- "bundled": true,
4691
- "optional": true,
4733
+ "resolved": false,
4734
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
4692
4735
  "requires": {
4693
4736
  "ansi-regex": "^2.0.0"
4694
4737
  }
4695
4738
  },
4696
4739
  "strip-json-comments": {
4697
4740
  "version": "2.0.1",
4698
- "bundled": true,
4741
+ "resolved": false,
4742
+ "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
4699
4743
  "optional": true
4700
4744
  },
4701
4745
  "tar": {
4702
4746
  "version": "4.4.8",
4703
- "bundled": true,
4747
+ "resolved": false,
4748
+ "integrity": "sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ==",
4704
4749
  "optional": true,
4705
4750
  "requires": {
4706
4751
  "chownr": "^1.1.1",
@@ -4714,12 +4759,14 @@
4714
4759
  },
4715
4760
  "util-deprecate": {
4716
4761
  "version": "1.0.2",
4717
- "bundled": true,
4762
+ "resolved": false,
4763
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
4718
4764
  "optional": true
4719
4765
  },
4720
4766
  "wide-align": {
4721
4767
  "version": "1.1.3",
4722
- "bundled": true,
4768
+ "resolved": false,
4769
+ "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
4723
4770
  "optional": true,
4724
4771
  "requires": {
4725
4772
  "string-width": "^1.0.2 || 2"
@@ -4727,13 +4774,13 @@
4727
4774
  },
4728
4775
  "wrappy": {
4729
4776
  "version": "1.0.2",
4730
- "bundled": true,
4731
- "optional": true
4777
+ "resolved": false,
4778
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
4732
4779
  },
4733
4780
  "yallist": {
4734
4781
  "version": "3.0.3",
4735
- "bundled": true,
4736
- "optional": true
4782
+ "resolved": false,
4783
+ "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A=="
4737
4784
  }
4738
4785
  }
4739
4786
  },
@@ -5639,9 +5686,9 @@
5639
5686
  "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
5640
5687
  },
5641
5688
  "js-yaml": {
5642
- "version": "3.13.0",
5643
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.0.tgz",
5644
- "integrity": "sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ==",
5689
+ "version": "3.13.1",
5690
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
5691
+ "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
5645
5692
  "requires": {
5646
5693
  "argparse": "^1.0.7",
5647
5694
  "esprima": "^4.0.0"
@@ -9503,9 +9550,9 @@
9503
9550
  "integrity": "sha512-A5MOagrPFga4YaKQSWHryl7AXvbQkEqpw4NNYMTNYUNV51bA8ABHgYFpqKx+YFFrw59xMV1qGH1R4AgoNIVgCw=="
9504
9551
  },
9505
9552
  "set-value": {
9506
- "version": "2.0.0",
9507
- "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz",
9508
- "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==",
9553
+ "version": "2.0.1",
9554
+ "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
9555
+ "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
9509
9556
  "requires": {
9510
9557
  "extend-shallow": "^2.0.1",
9511
9558
  "is-extendable": "^0.1.1",
@@ -10556,35 +10603,14 @@
10556
10603
  "integrity": "sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw=="
10557
10604
  },
10558
10605
  "union-value": {
10559
- "version": "1.0.0",
10560
- "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz",
10561
- "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=",
10606
+ "version": "1.0.1",
10607
+ "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
10608
+ "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
10562
10609
  "requires": {
10563
10610
  "arr-union": "^3.1.0",
10564
10611
  "get-value": "^2.0.6",
10565
10612
  "is-extendable": "^0.1.1",
10566
- "set-value": "^0.4.3"
10567
- },
10568
- "dependencies": {
10569
- "extend-shallow": {
10570
- "version": "2.0.1",
10571
- "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
10572
- "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
10573
- "requires": {
10574
- "is-extendable": "^0.1.0"
10575
- }
10576
- },
10577
- "set-value": {
10578
- "version": "0.4.3",
10579
- "resolved": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz",
10580
- "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=",
10581
- "requires": {
10582
- "extend-shallow": "^2.0.1",
10583
- "is-extendable": "^0.1.1",
10584
- "is-plain-object": "^2.0.1",
10585
- "to-object-path": "^0.3.0"
10586
- }
10587
- }
10613
+ "set-value": "^2.0.1"
10588
10614
  }
10589
10615
  },
10590
10616
  "uniq": {