ADAPT-Chase commited on
Commit
8c8c2db
·
verified ·
1 Parent(s): 753e8de

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/index.d.ts +22 -0
  2. novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/index.js +22 -0
  3. novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/license +9 -0
  4. novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/package.json +47 -0
  5. novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/readme.md +47 -0
  6. novas/novacore-zephyr/groq-code-cli/node_modules/is-get-set-prop/LICENSE.md +21 -0
  7. novas/novacore-zephyr/groq-code-cli/node_modules/is-get-set-prop/README.md +57 -0
  8. novas/novacore-zephyr/groq-code-cli/node_modules/is-get-set-prop/package.json +54 -0
  9. novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.babelrc +3 -0
  10. novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.editorconfig +13 -0
  11. novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.eslintrc +7 -0
  12. novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.gitattributes +1 -0
  13. novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.travis.yml +5 -0
  14. novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/LICENSE.md +21 -0
  15. novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/README.md +61 -0
  16. novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/gulpfile.babel.js +43 -0
  17. novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/package.json +51 -0
  18. novas/novacore-zephyr/groq-code-cli/node_modules/lodash.merge/LICENSE +47 -0
  19. novas/novacore-zephyr/groq-code-cli/node_modules/lodash.merge/README.md +18 -0
  20. novas/novacore-zephyr/groq-code-cli/node_modules/lodash.merge/index.js +1977 -0
  21. novas/novacore-zephyr/groq-code-cli/node_modules/lodash.merge/package.json +16 -0
  22. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/README.md +39 -0
  23. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/flake.lock +40 -0
  24. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/flake.nix +20 -0
  25. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/forInRight.js +37 -0
  26. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/forOwn.js +36 -0
  27. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/forOwnRight.js +34 -0
  28. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/fp.js +2 -0
  29. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/fromPairs.js +28 -0
  30. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/function.js +25 -0
  31. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/functions.js +31 -0
  32. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/functionsIn.js +31 -0
  33. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/get.js +33 -0
  34. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/groupBy.js +41 -0
  35. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/gt.js +29 -0
  36. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/gte.js +30 -0
  37. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/has.js +35 -0
  38. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/hasIn.js +34 -0
  39. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/head.js +23 -0
  40. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/identity.js +21 -0
  41. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/inRange.js +55 -0
  42. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/includes.js +53 -0
  43. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/index.js +1 -0
  44. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/indexOf.js +42 -0
  45. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/initial.js +22 -0
  46. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/intersection.js +30 -0
  47. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/intersectionBy.js +45 -0
  48. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/intersectionWith.js +41 -0
  49. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/invert.js +42 -0
  50. novas/novacore-zephyr/groq-code-cli/node_modules/lodash/invertBy.js +56 -0
novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/index.d.ts ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ Returns `true` if the given `moduleName` is a Node.js builtin module, `false` otherwise.
3
+
4
+ @param moduleName - The name of the module.
5
+
6
+ @example
7
+ ```
8
+ import isBuiltinModule = require('is-builtin-module');
9
+
10
+ isBuiltinModule('fs/promises');
11
+ //=> true
12
+
13
+ isBuiltinModule('node:fs');
14
+ //=> true
15
+
16
+ isBuiltinModule('unicorn');
17
+ //=> false
18
+ ```
19
+ */
20
+ declare function isBuiltinModule(moduleName: string): boolean;
21
+
22
+ export = isBuiltinModule;
novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/index.js ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 'use strict';
2
+ const builtinModules = require('builtin-modules');
3
+
4
+ const moduleSet = new Set(builtinModules);
5
+ const NODE_PROTOCOL = 'node:';
6
+
7
+ module.exports = moduleName => {
8
+ if (typeof moduleName !== 'string') {
9
+ throw new TypeError('Expected a string');
10
+ }
11
+
12
+ if (moduleName.startsWith(NODE_PROTOCOL)) {
13
+ moduleName = moduleName.slice(NODE_PROTOCOL.length);
14
+ }
15
+
16
+ const slashIndex = moduleName.indexOf('/');
17
+ if (slashIndex !== -1 && slashIndex !== moduleName.length - 1) {
18
+ moduleName = moduleName.slice(0, slashIndex);
19
+ }
20
+
21
+ return moduleSet.has(moduleName);
22
+ };
novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/license ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/package.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "is-builtin-module",
3
+ "version": "3.2.1",
4
+ "description": "Check if a string matches the name of a Node.js builtin module",
5
+ "license": "MIT",
6
+ "repository": "sindresorhus/is-builtin-module",
7
+ "funding": "https://github.com/sponsors/sindresorhus",
8
+ "author": {
9
+ "name": "Sindre Sorhus",
10
+ "email": "sindresorhus@gmail.com",
11
+ "url": "https://sindresorhus.com"
12
+ },
13
+ "engines": {
14
+ "node": ">=6"
15
+ },
16
+ "scripts": {
17
+ "test": "xo && ava && tsd"
18
+ },
19
+ "files": [
20
+ "index.js",
21
+ "index.d.ts"
22
+ ],
23
+ "keywords": [
24
+ "builtin",
25
+ "built-in",
26
+ "builtins",
27
+ "node",
28
+ "modules",
29
+ "core",
30
+ "bundled",
31
+ "list",
32
+ "array",
33
+ "names",
34
+ "is",
35
+ "detect",
36
+ "check",
37
+ "match"
38
+ ],
39
+ "dependencies": {
40
+ "builtin-modules": "^3.3.0"
41
+ },
42
+ "devDependencies": {
43
+ "ava": "^0.25.0",
44
+ "tsd": "^0.7.2",
45
+ "xo": "^0.23.0"
46
+ }
47
+ }
novas/novacore-zephyr/groq-code-cli/node_modules/is-builtin-module/readme.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # is-builtin-module
2
+
3
+ > Check if a string matches the name of a Node.js builtin module
4
+
5
+
6
+ ## Install
7
+
8
+ ```
9
+ $ npm install is-builtin-module
10
+ ```
11
+
12
+
13
+ ## Usage
14
+
15
+ ```js
16
+ const isBuiltinModule = require('is-builtin-module');
17
+
18
+ isBuiltinModule('fs');
19
+ //=> true
20
+
21
+ isBuiltinModule('fs/promises');
22
+ //=> true
23
+
24
+ isBuiltinModule('node:fs/promises');
25
+ //=> true
26
+
27
+ isBuiltinModule('unicorn');
28
+ //=> false
29
+ ```
30
+
31
+
32
+ ## Related
33
+
34
+ - [builtin-modules](https://github.com/sindresorhus/builtin-modules) - List of the Node.js builtin modules
35
+
36
+
37
+ ---
38
+
39
+ <div align="center">
40
+ <b>
41
+ <a href="https://tidelift.com/subscription/pkg/npm-is-builtin-module?utm_source=npm-is-builtin-module&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
42
+ </b>
43
+ <br>
44
+ <sub>
45
+ Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
46
+ </sub>
47
+ </div>
novas/novacore-zephyr/groq-code-cli/node_modules/is-get-set-prop/LICENSE.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Dustin Specker
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.
novas/novacore-zephyr/groq-code-cli/node_modules/is-get-set-prop/README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # is-get-set-prop
2
+ [![NPM version](https://badge.fury.io/js/is-get-set-prop.svg)](https://badge.fury.io/js/is-get-set-prop) [![Build Status](https://travis-ci.org/dustinspecker/is-get-set-prop.svg)](https://travis-ci.org/dustinspecker/is-get-set-prop) [![Coverage Status](https://img.shields.io/coveralls/dustinspecker/is-get-set-prop.svg)](https://coveralls.io/r/dustinspecker/is-get-set-prop?branch=master)
3
+
4
+ [![Code Climate](https://codeclimate.com/github/dustinspecker/is-get-set-prop/badges/gpa.svg)](https://codeclimate.com/github/dustinspecker/is-get-set-prop) [![Dependencies](https://david-dm.org/dustinspecker/is-get-set-prop.svg)](https://david-dm.org/dustinspecker/is-get-set-prop/#info=dependencies&view=table) [![DevDependencies](https://david-dm.org/dustinspecker/is-get-set-prop/dev-status.svg)](https://david-dm.org/dustinspecker/is-get-set-prop/#info=devDependencies&view=table)
5
+
6
+ > Does a JS type have a getter/setter property
7
+
8
+ ## Install
9
+ ```
10
+ npm install --save is-get-set-prop
11
+ ```
12
+
13
+ ## Usage
14
+ ### ES2015
15
+ ```javascript
16
+ import isGetSetProp from 'is-get-set-prop';
17
+
18
+ isGetSetProp('array', 'length');
19
+ // => true
20
+
21
+ isGetSetProp('ARRAY', 'push');
22
+ // => false
23
+
24
+ // is-get-set-prop can only verify native JS types
25
+ isGetSetProp('gulp', 'task');
26
+ // => false;
27
+ ```
28
+
29
+ ### ES5
30
+ ```javascript
31
+ var isGetSetProp = require('is-get-set-prop');
32
+
33
+ isGetSetProp('array', 'length');
34
+ // => true
35
+
36
+ isGetSetProp('ARRAY', 'push');
37
+ // => false
38
+
39
+ // is-get-set-prop can only verify native JS types
40
+ isGetSetProp('customObject', 'customGetterOrSetter');
41
+ // => false;
42
+ ```
43
+
44
+ ## API
45
+ ### isGetSetProp(type, propertyName)
46
+ #### type
47
+ Type: `string`
48
+
49
+ A native JS type to examine. Note: `is-get-set-prop` can only verify native JS types.
50
+
51
+ #### propertyName
52
+ Type: `string`
53
+
54
+ Property name to determine if a getter/setter of `type`.
55
+
56
+ ## LICENSE
57
+ MIT © [Dustin Specker](https://github.com/dustinspecker)
novas/novacore-zephyr/groq-code-cli/node_modules/is-get-set-prop/package.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "is-get-set-prop",
3
+ "version": "1.0.0",
4
+ "description": "Does a JS type have a getter/setter property",
5
+ "main": "lib/index.js",
6
+ "scripts": {
7
+ "test": "gulp test",
8
+ "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
9
+ },
10
+ "repository": "dustinspecker/is-get-set-prop",
11
+ "keywords": [
12
+ "js",
13
+ "javascript",
14
+ "getter",
15
+ "get",
16
+ "setter",
17
+ "set",
18
+ "types"
19
+ ],
20
+ "author": {
21
+ "name": "Dustin Specker",
22
+ "email": "DustinSpecker@DustinSpecker.com",
23
+ "url": "github.com/dustinspecker"
24
+ },
25
+ "license": "MIT",
26
+ "files": [
27
+ "lib"
28
+ ],
29
+ "dependencies": {
30
+ "get-set-props": "^0.1.0",
31
+ "lowercase-keys": "^1.0.0"
32
+ },
33
+ "devDependencies": {
34
+ "babel-core": "^6.0.12",
35
+ "babel-eslint": "^4.1.3",
36
+ "babel-preset-es2015": "^6.0.12",
37
+ "chai": "^3.0.0",
38
+ "coveralls": "^2.11.2",
39
+ "del": "^2.0.0",
40
+ "eslint-config-dustinspecker": "^0.1.0",
41
+ "eslint-path-formatter": "^0.1.1",
42
+ "eslint-plugin-no-use-extend-native": "^0.1.4",
43
+ "gulp": "^3.9.0",
44
+ "gulp-alex": "^1.0.0",
45
+ "gulp-babel": "^6.0.0",
46
+ "gulp-eslint": "^1.0.0",
47
+ "gulp-if": "^2.0.0",
48
+ "gulp-istanbul": "^0.10.0",
49
+ "gulp-jscs": "^3.0.0",
50
+ "gulp-jshint": "^1.11.0",
51
+ "gulp-mocha": "^2.1.0",
52
+ "gulp-plumber": "^1.0.1"
53
+ }
54
+ }
novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.babelrc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "presets": ["babel-preset-es2015"]
3
+ }
novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.editorconfig ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.eslintrc ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "parser": "babel-eslint",
3
+ "extends": "dustinspecker/esnext",
4
+ plugins: [
5
+ "no-use-extend-native"
6
+ ]
7
+ }
novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ * text=auto
novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/.travis.yml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ sudo: false
2
+ language: node_js
3
+ node_js:
4
+ - '8'
5
+ after_success: npm run-script coveralls
novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/LICENSE.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Dustin Specker
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.
novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # is-proto-prop
2
+ [![NPM version](https://badge.fury.io/js/is-proto-prop.svg)](https://badge.fury.io/js/is-proto-prop) [![Build Status](https://travis-ci.org/dustinspecker/is-proto-prop.svg)](https://travis-ci.org/dustinspecker/is-proto-prop) [![Coverage Status](https://img.shields.io/coveralls/dustinspecker/is-proto-prop.svg)](https://coveralls.io/r/dustinspecker/is-proto-prop?branch=master)
3
+
4
+ [![Code Climate](https://codeclimate.com/github/dustinspecker/is-proto-prop/badges/gpa.svg)](https://codeclimate.com/github/dustinspecker/is-proto-prop) [![Dependencies](https://david-dm.org/dustinspecker/is-proto-prop.svg)](https://david-dm.org/dustinspecker/is-proto-prop/#info=dependencies&view=table) [![DevDependencies](https://david-dm.org/dustinspecker/is-proto-prop/dev-status.svg)](https://david-dm.org/dustinspecker/is-proto-prop/#info=devDependencies&view=table)
5
+
6
+ > Does a JS type's prototype have a property
7
+
8
+ **Uses [Sindre Sorhus](https://github.com/sindresorhus)' [proto-props](https://www.npmjs.com/package/proto-props)**
9
+
10
+ ## Install
11
+ ```
12
+ npm install --save is-proto-prop
13
+ ```
14
+
15
+ ## Usage
16
+ ### ES2015
17
+ ```javascript
18
+ import isProtoProp from 'is-proto-prop';
19
+
20
+ isProtoProp('array', 'length');
21
+ // => true
22
+
23
+ isProtoProp('Error', 'ignore');
24
+ // => false
25
+
26
+ // `is-proto-props` can only verify native JS types
27
+ isProtoProp('gulp', 'task');
28
+ // => false
29
+ ```
30
+
31
+ ### ES5
32
+ ```javascript
33
+ var isProtoProp = require('is-proto-prop');
34
+
35
+ isProtoProp('array', 'length');
36
+ // => true
37
+
38
+ isProtoProp('Error', 'ignore');
39
+ // => false
40
+
41
+ // `is-proto-props` can only verify native JS types
42
+ isProtoProp('gulp', 'task');
43
+ // => false
44
+ ```
45
+
46
+ ## API
47
+ ### isProtoProp(type, propertyName)
48
+ Returns a `Boolean` if `propertyName` is on `type`'s prototype.
49
+
50
+ #### type
51
+ type: `string`
52
+
53
+ JS type to examine the prototype of. Note: `is-proto-prop` only looks at native JS types.
54
+
55
+ #### propertyName
56
+ type: `string`
57
+
58
+ Property name to look for on `type`'s prototype. Note: `propertyName` is case sensitive.
59
+
60
+ ## LICENSE
61
+ MIT © [Dustin Specker](https://github.com/dustinspecker)
novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/gulpfile.babel.js ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 'use strict'
2
+ import alex from 'gulp-alex'
3
+ import babel from 'gulp-babel'
4
+ import del from 'del'
5
+ import gulp from 'gulp'
6
+ import gulpIf from 'gulp-if'
7
+ import eslint from 'gulp-eslint'
8
+
9
+ const configFiles = './gulpfile.babel.js'
10
+ , srcFiles = 'src/*.js'
11
+ , testFiles = 'test/*.js'
12
+
13
+ , destDir = './lib/'
14
+
15
+ let watching = false
16
+
17
+ gulp.task('clean', () => del(destDir))
18
+
19
+ gulp.task('alex', () =>
20
+ gulp.src('./README.md')
21
+ .pipe(alex())
22
+ .pipe(alex.reporter())
23
+ .pipe(alex.reporter('fail'))
24
+ )
25
+
26
+ gulp.task('lint', ['alex'], () =>
27
+ gulp.src([configFiles, srcFiles, testFiles])
28
+ .pipe(eslint())
29
+ .pipe(gulpIf(!watching, eslint.failOnError()))
30
+ )
31
+
32
+ gulp.task('compile', ['clean', 'lint'], () =>
33
+ gulp.src(srcFiles)
34
+ .pipe(babel())
35
+ .pipe(gulp.dest(destDir))
36
+ )
37
+
38
+ gulp.task('build', ['compile'])
39
+
40
+ gulp.task('watch', () => {
41
+ watching = true
42
+ gulp.watch([srcFiles, testFiles], ['build'])
43
+ })
novas/novacore-zephyr/groq-code-cli/node_modules/is-proto-prop/package.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "is-proto-prop",
3
+ "version": "2.0.0",
4
+ "description": "Does a JS type's prototype have a property",
5
+ "main": "lib/index.js",
6
+ "scripts": {
7
+ "compile": "gulp build",
8
+ "coveralls": "nyc report --reporter=text-lcov | coveralls",
9
+ "test": "npm run compile && nyc ava"
10
+ },
11
+ "repository": "dustinspecker/is-proto-prop",
12
+ "keywords": [
13
+ "js",
14
+ "javascript",
15
+ "proto",
16
+ "properties"
17
+ ],
18
+ "author": {
19
+ "name": "Dustin Specker",
20
+ "email": "DustinSpecker@DustinSpecker.com",
21
+ "url": "github.com/dustinspecker"
22
+ },
23
+ "license": "MIT",
24
+ "dependencies": {
25
+ "lowercase-keys": "^1.0.0",
26
+ "proto-props": "^2.0.0"
27
+ },
28
+ "devDependencies": {
29
+ "ava": "^0.14.0",
30
+ "babel-core": "^6.0.12",
31
+ "babel-eslint": "^6.0.0-beta.6",
32
+ "babel-preset-es2015": "^6.0.12",
33
+ "coveralls": "^2.11.2",
34
+ "del": "^2.0.0",
35
+ "eslint-config-dustinspecker": "^1.1.0",
36
+ "eslint-plugin-new-with-error": "^1.1.0",
37
+ "eslint-plugin-no-use-extend-native": "^0.3.1",
38
+ "eslint-plugin-xo": "^0.4.0",
39
+ "gulp": "^3.9.0",
40
+ "gulp-alex": "^3.0.0",
41
+ "gulp-babel": "^6.0.0",
42
+ "gulp-eslint": "^2.0.0",
43
+ "gulp-if": "^2.0.0",
44
+ "nyc": "^6.0.0"
45
+ },
46
+ "ava": {
47
+ "require": [
48
+ "babel-core/register"
49
+ ]
50
+ }
51
+ }
novas/novacore-zephyr/groq-code-cli/node_modules/lodash.merge/LICENSE ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
2
+
3
+ Based on Underscore.js, copyright Jeremy Ashkenas,
4
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
5
+
6
+ This software consists of voluntary contributions made by many
7
+ individuals. For exact contribution history, see the revision history
8
+ available at https://github.com/lodash/lodash
9
+
10
+ The following license applies to all parts of this software except as
11
+ documented below:
12
+
13
+ ====
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining
16
+ a copy of this software and associated documentation files (the
17
+ "Software"), to deal in the Software without restriction, including
18
+ without limitation the rights to use, copy, modify, merge, publish,
19
+ distribute, sublicense, and/or sell copies of the Software, and to
20
+ permit persons to whom the Software is furnished to do so, subject to
21
+ the following conditions:
22
+
23
+ The above copyright notice and this permission notice shall be
24
+ included in all copies or substantial portions of the Software.
25
+
26
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
30
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
31
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
32
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33
+
34
+ ====
35
+
36
+ Copyright and related rights for sample code are waived via CC0. Sample
37
+ code is defined as all source code displayed within the prose of the
38
+ documentation.
39
+
40
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
41
+
42
+ ====
43
+
44
+ Files located in the node_modules and vendor directories are externally
45
+ maintained libraries used by this software which have their own
46
+ licenses; we recommend you read them, as their terms may differ from the
47
+ terms above.
novas/novacore-zephyr/groq-code-cli/node_modules/lodash.merge/README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # lodash.merge v4.6.2
2
+
3
+ The [Lodash](https://lodash.com/) method `_.merge` exported as a [Node.js](https://nodejs.org/) module.
4
+
5
+ ## Installation
6
+
7
+ Using npm:
8
+ ```bash
9
+ $ {sudo -H} npm i -g npm
10
+ $ npm i --save lodash.merge
11
+ ```
12
+
13
+ In Node.js:
14
+ ```js
15
+ var merge = require('lodash.merge');
16
+ ```
17
+
18
+ See the [documentation](https://lodash.com/docs#merge) or [package source](https://github.com/lodash/lodash/blob/4.6.2-npm-packages/lodash.merge) for more details.
novas/novacore-zephyr/groq-code-cli/node_modules/lodash.merge/index.js ADDED
@@ -0,0 +1,1977 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Lodash (Custom Build) <https://lodash.com/>
3
+ * Build: `lodash modularize exports="npm" -o ./`
4
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
5
+ * Released under MIT license <https://lodash.com/license>
6
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
7
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
8
+ */
9
+
10
+ /** Used as the size to enable large array optimizations. */
11
+ var LARGE_ARRAY_SIZE = 200;
12
+
13
+ /** Used to stand-in for `undefined` hash values. */
14
+ var HASH_UNDEFINED = '__lodash_hash_undefined__';
15
+
16
+ /** Used to detect hot functions by number of calls within a span of milliseconds. */
17
+ var HOT_COUNT = 800,
18
+ HOT_SPAN = 16;
19
+
20
+ /** Used as references for various `Number` constants. */
21
+ var MAX_SAFE_INTEGER = 9007199254740991;
22
+
23
+ /** `Object#toString` result references. */
24
+ var argsTag = '[object Arguments]',
25
+ arrayTag = '[object Array]',
26
+ asyncTag = '[object AsyncFunction]',
27
+ boolTag = '[object Boolean]',
28
+ dateTag = '[object Date]',
29
+ errorTag = '[object Error]',
30
+ funcTag = '[object Function]',
31
+ genTag = '[object GeneratorFunction]',
32
+ mapTag = '[object Map]',
33
+ numberTag = '[object Number]',
34
+ nullTag = '[object Null]',
35
+ objectTag = '[object Object]',
36
+ proxyTag = '[object Proxy]',
37
+ regexpTag = '[object RegExp]',
38
+ setTag = '[object Set]',
39
+ stringTag = '[object String]',
40
+ undefinedTag = '[object Undefined]',
41
+ weakMapTag = '[object WeakMap]';
42
+
43
+ var arrayBufferTag = '[object ArrayBuffer]',
44
+ dataViewTag = '[object DataView]',
45
+ float32Tag = '[object Float32Array]',
46
+ float64Tag = '[object Float64Array]',
47
+ int8Tag = '[object Int8Array]',
48
+ int16Tag = '[object Int16Array]',
49
+ int32Tag = '[object Int32Array]',
50
+ uint8Tag = '[object Uint8Array]',
51
+ uint8ClampedTag = '[object Uint8ClampedArray]',
52
+ uint16Tag = '[object Uint16Array]',
53
+ uint32Tag = '[object Uint32Array]';
54
+
55
+ /**
56
+ * Used to match `RegExp`
57
+ * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
58
+ */
59
+ var reRegExpChar = /[\\^$.*+?()[\]{}|]/g;
60
+
61
+ /** Used to detect host constructors (Safari). */
62
+ var reIsHostCtor = /^\[object .+?Constructor\]$/;
63
+
64
+ /** Used to detect unsigned integer values. */
65
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
66
+
67
+ /** Used to identify `toStringTag` values of typed arrays. */
68
+ var typedArrayTags = {};
69
+ typedArrayTags[float32Tag] = typedArrayTags[float64Tag] =
70
+ typedArrayTags[int8Tag] = typedArrayTags[int16Tag] =
71
+ typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =
72
+ typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =
73
+ typedArrayTags[uint32Tag] = true;
74
+ typedArrayTags[argsTag] = typedArrayTags[arrayTag] =
75
+ typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =
76
+ typedArrayTags[dataViewTag] = typedArrayTags[dateTag] =
77
+ typedArrayTags[errorTag] = typedArrayTags[funcTag] =
78
+ typedArrayTags[mapTag] = typedArrayTags[numberTag] =
79
+ typedArrayTags[objectTag] = typedArrayTags[regexpTag] =
80
+ typedArrayTags[setTag] = typedArrayTags[stringTag] =
81
+ typedArrayTags[weakMapTag] = false;
82
+
83
+ /** Detect free variable `global` from Node.js. */
84
+ var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
85
+
86
+ /** Detect free variable `self`. */
87
+ var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
88
+
89
+ /** Used as a reference to the global object. */
90
+ var root = freeGlobal || freeSelf || Function('return this')();
91
+
92
+ /** Detect free variable `exports`. */
93
+ var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;
94
+
95
+ /** Detect free variable `module`. */
96
+ var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
97
+
98
+ /** Detect the popular CommonJS extension `module.exports`. */
99
+ var moduleExports = freeModule && freeModule.exports === freeExports;
100
+
101
+ /** Detect free variable `process` from Node.js. */
102
+ var freeProcess = moduleExports && freeGlobal.process;
103
+
104
+ /** Used to access faster Node.js helpers. */
105
+ var nodeUtil = (function() {
106
+ try {
107
+ // Use `util.types` for Node.js 10+.
108
+ var types = freeModule && freeModule.require && freeModule.require('util').types;
109
+
110
+ if (types) {
111
+ return types;
112
+ }
113
+
114
+ // Legacy `process.binding('util')` for Node.js < 10.
115
+ return freeProcess && freeProcess.binding && freeProcess.binding('util');
116
+ } catch (e) {}
117
+ }());
118
+
119
+ /* Node.js helper references. */
120
+ var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
121
+
122
+ /**
123
+ * A faster alternative to `Function#apply`, this function invokes `func`
124
+ * with the `this` binding of `thisArg` and the arguments of `args`.
125
+ *
126
+ * @private
127
+ * @param {Function} func The function to invoke.
128
+ * @param {*} thisArg The `this` binding of `func`.
129
+ * @param {Array} args The arguments to invoke `func` with.
130
+ * @returns {*} Returns the result of `func`.
131
+ */
132
+ function apply(func, thisArg, args) {
133
+ switch (args.length) {
134
+ case 0: return func.call(thisArg);
135
+ case 1: return func.call(thisArg, args[0]);
136
+ case 2: return func.call(thisArg, args[0], args[1]);
137
+ case 3: return func.call(thisArg, args[0], args[1], args[2]);
138
+ }
139
+ return func.apply(thisArg, args);
140
+ }
141
+
142
+ /**
143
+ * The base implementation of `_.times` without support for iteratee shorthands
144
+ * or max array length checks.
145
+ *
146
+ * @private
147
+ * @param {number} n The number of times to invoke `iteratee`.
148
+ * @param {Function} iteratee The function invoked per iteration.
149
+ * @returns {Array} Returns the array of results.
150
+ */
151
+ function baseTimes(n, iteratee) {
152
+ var index = -1,
153
+ result = Array(n);
154
+
155
+ while (++index < n) {
156
+ result[index] = iteratee(index);
157
+ }
158
+ return result;
159
+ }
160
+
161
+ /**
162
+ * The base implementation of `_.unary` without support for storing metadata.
163
+ *
164
+ * @private
165
+ * @param {Function} func The function to cap arguments for.
166
+ * @returns {Function} Returns the new capped function.
167
+ */
168
+ function baseUnary(func) {
169
+ return function(value) {
170
+ return func(value);
171
+ };
172
+ }
173
+
174
+ /**
175
+ * Gets the value at `key` of `object`.
176
+ *
177
+ * @private
178
+ * @param {Object} [object] The object to query.
179
+ * @param {string} key The key of the property to get.
180
+ * @returns {*} Returns the property value.
181
+ */
182
+ function getValue(object, key) {
183
+ return object == null ? undefined : object[key];
184
+ }
185
+
186
+ /**
187
+ * Creates a unary function that invokes `func` with its argument transformed.
188
+ *
189
+ * @private
190
+ * @param {Function} func The function to wrap.
191
+ * @param {Function} transform The argument transform.
192
+ * @returns {Function} Returns the new function.
193
+ */
194
+ function overArg(func, transform) {
195
+ return function(arg) {
196
+ return func(transform(arg));
197
+ };
198
+ }
199
+
200
+ /** Used for built-in method references. */
201
+ var arrayProto = Array.prototype,
202
+ funcProto = Function.prototype,
203
+ objectProto = Object.prototype;
204
+
205
+ /** Used to detect overreaching core-js shims. */
206
+ var coreJsData = root['__core-js_shared__'];
207
+
208
+ /** Used to resolve the decompiled source of functions. */
209
+ var funcToString = funcProto.toString;
210
+
211
+ /** Used to check objects for own properties. */
212
+ var hasOwnProperty = objectProto.hasOwnProperty;
213
+
214
+ /** Used to detect methods masquerading as native. */
215
+ var maskSrcKey = (function() {
216
+ var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
217
+ return uid ? ('Symbol(src)_1.' + uid) : '';
218
+ }());
219
+
220
+ /**
221
+ * Used to resolve the
222
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
223
+ * of values.
224
+ */
225
+ var nativeObjectToString = objectProto.toString;
226
+
227
+ /** Used to infer the `Object` constructor. */
228
+ var objectCtorString = funcToString.call(Object);
229
+
230
+ /** Used to detect if a method is native. */
231
+ var reIsNative = RegExp('^' +
232
+ funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&')
233
+ .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
234
+ );
235
+
236
+ /** Built-in value references. */
237
+ var Buffer = moduleExports ? root.Buffer : undefined,
238
+ Symbol = root.Symbol,
239
+ Uint8Array = root.Uint8Array,
240
+ allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined,
241
+ getPrototype = overArg(Object.getPrototypeOf, Object),
242
+ objectCreate = Object.create,
243
+ propertyIsEnumerable = objectProto.propertyIsEnumerable,
244
+ splice = arrayProto.splice,
245
+ symToStringTag = Symbol ? Symbol.toStringTag : undefined;
246
+
247
+ var defineProperty = (function() {
248
+ try {
249
+ var func = getNative(Object, 'defineProperty');
250
+ func({}, '', {});
251
+ return func;
252
+ } catch (e) {}
253
+ }());
254
+
255
+ /* Built-in method references for those with the same name as other `lodash` methods. */
256
+ var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,
257
+ nativeMax = Math.max,
258
+ nativeNow = Date.now;
259
+
260
+ /* Built-in method references that are verified to be native. */
261
+ var Map = getNative(root, 'Map'),
262
+ nativeCreate = getNative(Object, 'create');
263
+
264
+ /**
265
+ * The base implementation of `_.create` without support for assigning
266
+ * properties to the created object.
267
+ *
268
+ * @private
269
+ * @param {Object} proto The object to inherit from.
270
+ * @returns {Object} Returns the new object.
271
+ */
272
+ var baseCreate = (function() {
273
+ function object() {}
274
+ return function(proto) {
275
+ if (!isObject(proto)) {
276
+ return {};
277
+ }
278
+ if (objectCreate) {
279
+ return objectCreate(proto);
280
+ }
281
+ object.prototype = proto;
282
+ var result = new object;
283
+ object.prototype = undefined;
284
+ return result;
285
+ };
286
+ }());
287
+
288
+ /**
289
+ * Creates a hash object.
290
+ *
291
+ * @private
292
+ * @constructor
293
+ * @param {Array} [entries] The key-value pairs to cache.
294
+ */
295
+ function Hash(entries) {
296
+ var index = -1,
297
+ length = entries == null ? 0 : entries.length;
298
+
299
+ this.clear();
300
+ while (++index < length) {
301
+ var entry = entries[index];
302
+ this.set(entry[0], entry[1]);
303
+ }
304
+ }
305
+
306
+ /**
307
+ * Removes all key-value entries from the hash.
308
+ *
309
+ * @private
310
+ * @name clear
311
+ * @memberOf Hash
312
+ */
313
+ function hashClear() {
314
+ this.__data__ = nativeCreate ? nativeCreate(null) : {};
315
+ this.size = 0;
316
+ }
317
+
318
+ /**
319
+ * Removes `key` and its value from the hash.
320
+ *
321
+ * @private
322
+ * @name delete
323
+ * @memberOf Hash
324
+ * @param {Object} hash The hash to modify.
325
+ * @param {string} key The key of the value to remove.
326
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
327
+ */
328
+ function hashDelete(key) {
329
+ var result = this.has(key) && delete this.__data__[key];
330
+ this.size -= result ? 1 : 0;
331
+ return result;
332
+ }
333
+
334
+ /**
335
+ * Gets the hash value for `key`.
336
+ *
337
+ * @private
338
+ * @name get
339
+ * @memberOf Hash
340
+ * @param {string} key The key of the value to get.
341
+ * @returns {*} Returns the entry value.
342
+ */
343
+ function hashGet(key) {
344
+ var data = this.__data__;
345
+ if (nativeCreate) {
346
+ var result = data[key];
347
+ return result === HASH_UNDEFINED ? undefined : result;
348
+ }
349
+ return hasOwnProperty.call(data, key) ? data[key] : undefined;
350
+ }
351
+
352
+ /**
353
+ * Checks if a hash value for `key` exists.
354
+ *
355
+ * @private
356
+ * @name has
357
+ * @memberOf Hash
358
+ * @param {string} key The key of the entry to check.
359
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
360
+ */
361
+ function hashHas(key) {
362
+ var data = this.__data__;
363
+ return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);
364
+ }
365
+
366
+ /**
367
+ * Sets the hash `key` to `value`.
368
+ *
369
+ * @private
370
+ * @name set
371
+ * @memberOf Hash
372
+ * @param {string} key The key of the value to set.
373
+ * @param {*} value The value to set.
374
+ * @returns {Object} Returns the hash instance.
375
+ */
376
+ function hashSet(key, value) {
377
+ var data = this.__data__;
378
+ this.size += this.has(key) ? 0 : 1;
379
+ data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;
380
+ return this;
381
+ }
382
+
383
+ // Add methods to `Hash`.
384
+ Hash.prototype.clear = hashClear;
385
+ Hash.prototype['delete'] = hashDelete;
386
+ Hash.prototype.get = hashGet;
387
+ Hash.prototype.has = hashHas;
388
+ Hash.prototype.set = hashSet;
389
+
390
+ /**
391
+ * Creates an list cache object.
392
+ *
393
+ * @private
394
+ * @constructor
395
+ * @param {Array} [entries] The key-value pairs to cache.
396
+ */
397
+ function ListCache(entries) {
398
+ var index = -1,
399
+ length = entries == null ? 0 : entries.length;
400
+
401
+ this.clear();
402
+ while (++index < length) {
403
+ var entry = entries[index];
404
+ this.set(entry[0], entry[1]);
405
+ }
406
+ }
407
+
408
+ /**
409
+ * Removes all key-value entries from the list cache.
410
+ *
411
+ * @private
412
+ * @name clear
413
+ * @memberOf ListCache
414
+ */
415
+ function listCacheClear() {
416
+ this.__data__ = [];
417
+ this.size = 0;
418
+ }
419
+
420
+ /**
421
+ * Removes `key` and its value from the list cache.
422
+ *
423
+ * @private
424
+ * @name delete
425
+ * @memberOf ListCache
426
+ * @param {string} key The key of the value to remove.
427
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
428
+ */
429
+ function listCacheDelete(key) {
430
+ var data = this.__data__,
431
+ index = assocIndexOf(data, key);
432
+
433
+ if (index < 0) {
434
+ return false;
435
+ }
436
+ var lastIndex = data.length - 1;
437
+ if (index == lastIndex) {
438
+ data.pop();
439
+ } else {
440
+ splice.call(data, index, 1);
441
+ }
442
+ --this.size;
443
+ return true;
444
+ }
445
+
446
+ /**
447
+ * Gets the list cache value for `key`.
448
+ *
449
+ * @private
450
+ * @name get
451
+ * @memberOf ListCache
452
+ * @param {string} key The key of the value to get.
453
+ * @returns {*} Returns the entry value.
454
+ */
455
+ function listCacheGet(key) {
456
+ var data = this.__data__,
457
+ index = assocIndexOf(data, key);
458
+
459
+ return index < 0 ? undefined : data[index][1];
460
+ }
461
+
462
+ /**
463
+ * Checks if a list cache value for `key` exists.
464
+ *
465
+ * @private
466
+ * @name has
467
+ * @memberOf ListCache
468
+ * @param {string} key The key of the entry to check.
469
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
470
+ */
471
+ function listCacheHas(key) {
472
+ return assocIndexOf(this.__data__, key) > -1;
473
+ }
474
+
475
+ /**
476
+ * Sets the list cache `key` to `value`.
477
+ *
478
+ * @private
479
+ * @name set
480
+ * @memberOf ListCache
481
+ * @param {string} key The key of the value to set.
482
+ * @param {*} value The value to set.
483
+ * @returns {Object} Returns the list cache instance.
484
+ */
485
+ function listCacheSet(key, value) {
486
+ var data = this.__data__,
487
+ index = assocIndexOf(data, key);
488
+
489
+ if (index < 0) {
490
+ ++this.size;
491
+ data.push([key, value]);
492
+ } else {
493
+ data[index][1] = value;
494
+ }
495
+ return this;
496
+ }
497
+
498
+ // Add methods to `ListCache`.
499
+ ListCache.prototype.clear = listCacheClear;
500
+ ListCache.prototype['delete'] = listCacheDelete;
501
+ ListCache.prototype.get = listCacheGet;
502
+ ListCache.prototype.has = listCacheHas;
503
+ ListCache.prototype.set = listCacheSet;
504
+
505
+ /**
506
+ * Creates a map cache object to store key-value pairs.
507
+ *
508
+ * @private
509
+ * @constructor
510
+ * @param {Array} [entries] The key-value pairs to cache.
511
+ */
512
+ function MapCache(entries) {
513
+ var index = -1,
514
+ length = entries == null ? 0 : entries.length;
515
+
516
+ this.clear();
517
+ while (++index < length) {
518
+ var entry = entries[index];
519
+ this.set(entry[0], entry[1]);
520
+ }
521
+ }
522
+
523
+ /**
524
+ * Removes all key-value entries from the map.
525
+ *
526
+ * @private
527
+ * @name clear
528
+ * @memberOf MapCache
529
+ */
530
+ function mapCacheClear() {
531
+ this.size = 0;
532
+ this.__data__ = {
533
+ 'hash': new Hash,
534
+ 'map': new (Map || ListCache),
535
+ 'string': new Hash
536
+ };
537
+ }
538
+
539
+ /**
540
+ * Removes `key` and its value from the map.
541
+ *
542
+ * @private
543
+ * @name delete
544
+ * @memberOf MapCache
545
+ * @param {string} key The key of the value to remove.
546
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
547
+ */
548
+ function mapCacheDelete(key) {
549
+ var result = getMapData(this, key)['delete'](key);
550
+ this.size -= result ? 1 : 0;
551
+ return result;
552
+ }
553
+
554
+ /**
555
+ * Gets the map value for `key`.
556
+ *
557
+ * @private
558
+ * @name get
559
+ * @memberOf MapCache
560
+ * @param {string} key The key of the value to get.
561
+ * @returns {*} Returns the entry value.
562
+ */
563
+ function mapCacheGet(key) {
564
+ return getMapData(this, key).get(key);
565
+ }
566
+
567
+ /**
568
+ * Checks if a map value for `key` exists.
569
+ *
570
+ * @private
571
+ * @name has
572
+ * @memberOf MapCache
573
+ * @param {string} key The key of the entry to check.
574
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
575
+ */
576
+ function mapCacheHas(key) {
577
+ return getMapData(this, key).has(key);
578
+ }
579
+
580
+ /**
581
+ * Sets the map `key` to `value`.
582
+ *
583
+ * @private
584
+ * @name set
585
+ * @memberOf MapCache
586
+ * @param {string} key The key of the value to set.
587
+ * @param {*} value The value to set.
588
+ * @returns {Object} Returns the map cache instance.
589
+ */
590
+ function mapCacheSet(key, value) {
591
+ var data = getMapData(this, key),
592
+ size = data.size;
593
+
594
+ data.set(key, value);
595
+ this.size += data.size == size ? 0 : 1;
596
+ return this;
597
+ }
598
+
599
+ // Add methods to `MapCache`.
600
+ MapCache.prototype.clear = mapCacheClear;
601
+ MapCache.prototype['delete'] = mapCacheDelete;
602
+ MapCache.prototype.get = mapCacheGet;
603
+ MapCache.prototype.has = mapCacheHas;
604
+ MapCache.prototype.set = mapCacheSet;
605
+
606
+ /**
607
+ * Creates a stack cache object to store key-value pairs.
608
+ *
609
+ * @private
610
+ * @constructor
611
+ * @param {Array} [entries] The key-value pairs to cache.
612
+ */
613
+ function Stack(entries) {
614
+ var data = this.__data__ = new ListCache(entries);
615
+ this.size = data.size;
616
+ }
617
+
618
+ /**
619
+ * Removes all key-value entries from the stack.
620
+ *
621
+ * @private
622
+ * @name clear
623
+ * @memberOf Stack
624
+ */
625
+ function stackClear() {
626
+ this.__data__ = new ListCache;
627
+ this.size = 0;
628
+ }
629
+
630
+ /**
631
+ * Removes `key` and its value from the stack.
632
+ *
633
+ * @private
634
+ * @name delete
635
+ * @memberOf Stack
636
+ * @param {string} key The key of the value to remove.
637
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
638
+ */
639
+ function stackDelete(key) {
640
+ var data = this.__data__,
641
+ result = data['delete'](key);
642
+
643
+ this.size = data.size;
644
+ return result;
645
+ }
646
+
647
+ /**
648
+ * Gets the stack value for `key`.
649
+ *
650
+ * @private
651
+ * @name get
652
+ * @memberOf Stack
653
+ * @param {string} key The key of the value to get.
654
+ * @returns {*} Returns the entry value.
655
+ */
656
+ function stackGet(key) {
657
+ return this.__data__.get(key);
658
+ }
659
+
660
+ /**
661
+ * Checks if a stack value for `key` exists.
662
+ *
663
+ * @private
664
+ * @name has
665
+ * @memberOf Stack
666
+ * @param {string} key The key of the entry to check.
667
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
668
+ */
669
+ function stackHas(key) {
670
+ return this.__data__.has(key);
671
+ }
672
+
673
+ /**
674
+ * Sets the stack `key` to `value`.
675
+ *
676
+ * @private
677
+ * @name set
678
+ * @memberOf Stack
679
+ * @param {string} key The key of the value to set.
680
+ * @param {*} value The value to set.
681
+ * @returns {Object} Returns the stack cache instance.
682
+ */
683
+ function stackSet(key, value) {
684
+ var data = this.__data__;
685
+ if (data instanceof ListCache) {
686
+ var pairs = data.__data__;
687
+ if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
688
+ pairs.push([key, value]);
689
+ this.size = ++data.size;
690
+ return this;
691
+ }
692
+ data = this.__data__ = new MapCache(pairs);
693
+ }
694
+ data.set(key, value);
695
+ this.size = data.size;
696
+ return this;
697
+ }
698
+
699
+ // Add methods to `Stack`.
700
+ Stack.prototype.clear = stackClear;
701
+ Stack.prototype['delete'] = stackDelete;
702
+ Stack.prototype.get = stackGet;
703
+ Stack.prototype.has = stackHas;
704
+ Stack.prototype.set = stackSet;
705
+
706
+ /**
707
+ * Creates an array of the enumerable property names of the array-like `value`.
708
+ *
709
+ * @private
710
+ * @param {*} value The value to query.
711
+ * @param {boolean} inherited Specify returning inherited property names.
712
+ * @returns {Array} Returns the array of property names.
713
+ */
714
+ function arrayLikeKeys(value, inherited) {
715
+ var isArr = isArray(value),
716
+ isArg = !isArr && isArguments(value),
717
+ isBuff = !isArr && !isArg && isBuffer(value),
718
+ isType = !isArr && !isArg && !isBuff && isTypedArray(value),
719
+ skipIndexes = isArr || isArg || isBuff || isType,
720
+ result = skipIndexes ? baseTimes(value.length, String) : [],
721
+ length = result.length;
722
+
723
+ for (var key in value) {
724
+ if ((inherited || hasOwnProperty.call(value, key)) &&
725
+ !(skipIndexes && (
726
+ // Safari 9 has enumerable `arguments.length` in strict mode.
727
+ key == 'length' ||
728
+ // Node.js 0.10 has enumerable non-index properties on buffers.
729
+ (isBuff && (key == 'offset' || key == 'parent')) ||
730
+ // PhantomJS 2 has enumerable non-index properties on typed arrays.
731
+ (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
732
+ // Skip index properties.
733
+ isIndex(key, length)
734
+ ))) {
735
+ result.push(key);
736
+ }
737
+ }
738
+ return result;
739
+ }
740
+
741
+ /**
742
+ * This function is like `assignValue` except that it doesn't assign
743
+ * `undefined` values.
744
+ *
745
+ * @private
746
+ * @param {Object} object The object to modify.
747
+ * @param {string} key The key of the property to assign.
748
+ * @param {*} value The value to assign.
749
+ */
750
+ function assignMergeValue(object, key, value) {
751
+ if ((value !== undefined && !eq(object[key], value)) ||
752
+ (value === undefined && !(key in object))) {
753
+ baseAssignValue(object, key, value);
754
+ }
755
+ }
756
+
757
+ /**
758
+ * Assigns `value` to `key` of `object` if the existing value is not equivalent
759
+ * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
760
+ * for equality comparisons.
761
+ *
762
+ * @private
763
+ * @param {Object} object The object to modify.
764
+ * @param {string} key The key of the property to assign.
765
+ * @param {*} value The value to assign.
766
+ */
767
+ function assignValue(object, key, value) {
768
+ var objValue = object[key];
769
+ if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||
770
+ (value === undefined && !(key in object))) {
771
+ baseAssignValue(object, key, value);
772
+ }
773
+ }
774
+
775
+ /**
776
+ * Gets the index at which the `key` is found in `array` of key-value pairs.
777
+ *
778
+ * @private
779
+ * @param {Array} array The array to inspect.
780
+ * @param {*} key The key to search for.
781
+ * @returns {number} Returns the index of the matched value, else `-1`.
782
+ */
783
+ function assocIndexOf(array, key) {
784
+ var length = array.length;
785
+ while (length--) {
786
+ if (eq(array[length][0], key)) {
787
+ return length;
788
+ }
789
+ }
790
+ return -1;
791
+ }
792
+
793
+ /**
794
+ * The base implementation of `assignValue` and `assignMergeValue` without
795
+ * value checks.
796
+ *
797
+ * @private
798
+ * @param {Object} object The object to modify.
799
+ * @param {string} key The key of the property to assign.
800
+ * @param {*} value The value to assign.
801
+ */
802
+ function baseAssignValue(object, key, value) {
803
+ if (key == '__proto__' && defineProperty) {
804
+ defineProperty(object, key, {
805
+ 'configurable': true,
806
+ 'enumerable': true,
807
+ 'value': value,
808
+ 'writable': true
809
+ });
810
+ } else {
811
+ object[key] = value;
812
+ }
813
+ }
814
+
815
+ /**
816
+ * The base implementation of `baseForOwn` which iterates over `object`
817
+ * properties returned by `keysFunc` and invokes `iteratee` for each property.
818
+ * Iteratee functions may exit iteration early by explicitly returning `false`.
819
+ *
820
+ * @private
821
+ * @param {Object} object The object to iterate over.
822
+ * @param {Function} iteratee The function invoked per iteration.
823
+ * @param {Function} keysFunc The function to get the keys of `object`.
824
+ * @returns {Object} Returns `object`.
825
+ */
826
+ var baseFor = createBaseFor();
827
+
828
+ /**
829
+ * The base implementation of `getTag` without fallbacks for buggy environments.
830
+ *
831
+ * @private
832
+ * @param {*} value The value to query.
833
+ * @returns {string} Returns the `toStringTag`.
834
+ */
835
+ function baseGetTag(value) {
836
+ if (value == null) {
837
+ return value === undefined ? undefinedTag : nullTag;
838
+ }
839
+ return (symToStringTag && symToStringTag in Object(value))
840
+ ? getRawTag(value)
841
+ : objectToString(value);
842
+ }
843
+
844
+ /**
845
+ * The base implementation of `_.isArguments`.
846
+ *
847
+ * @private
848
+ * @param {*} value The value to check.
849
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
850
+ */
851
+ function baseIsArguments(value) {
852
+ return isObjectLike(value) && baseGetTag(value) == argsTag;
853
+ }
854
+
855
+ /**
856
+ * The base implementation of `_.isNative` without bad shim checks.
857
+ *
858
+ * @private
859
+ * @param {*} value The value to check.
860
+ * @returns {boolean} Returns `true` if `value` is a native function,
861
+ * else `false`.
862
+ */
863
+ function baseIsNative(value) {
864
+ if (!isObject(value) || isMasked(value)) {
865
+ return false;
866
+ }
867
+ var pattern = isFunction(value) ? reIsNative : reIsHostCtor;
868
+ return pattern.test(toSource(value));
869
+ }
870
+
871
+ /**
872
+ * The base implementation of `_.isTypedArray` without Node.js optimizations.
873
+ *
874
+ * @private
875
+ * @param {*} value The value to check.
876
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
877
+ */
878
+ function baseIsTypedArray(value) {
879
+ return isObjectLike(value) &&
880
+ isLength(value.length) && !!typedArrayTags[baseGetTag(value)];
881
+ }
882
+
883
+ /**
884
+ * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.
885
+ *
886
+ * @private
887
+ * @param {Object} object The object to query.
888
+ * @returns {Array} Returns the array of property names.
889
+ */
890
+ function baseKeysIn(object) {
891
+ if (!isObject(object)) {
892
+ return nativeKeysIn(object);
893
+ }
894
+ var isProto = isPrototype(object),
895
+ result = [];
896
+
897
+ for (var key in object) {
898
+ if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {
899
+ result.push(key);
900
+ }
901
+ }
902
+ return result;
903
+ }
904
+
905
+ /**
906
+ * The base implementation of `_.merge` without support for multiple sources.
907
+ *
908
+ * @private
909
+ * @param {Object} object The destination object.
910
+ * @param {Object} source The source object.
911
+ * @param {number} srcIndex The index of `source`.
912
+ * @param {Function} [customizer] The function to customize merged values.
913
+ * @param {Object} [stack] Tracks traversed source values and their merged
914
+ * counterparts.
915
+ */
916
+ function baseMerge(object, source, srcIndex, customizer, stack) {
917
+ if (object === source) {
918
+ return;
919
+ }
920
+ baseFor(source, function(srcValue, key) {
921
+ stack || (stack = new Stack);
922
+ if (isObject(srcValue)) {
923
+ baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack);
924
+ }
925
+ else {
926
+ var newValue = customizer
927
+ ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack)
928
+ : undefined;
929
+
930
+ if (newValue === undefined) {
931
+ newValue = srcValue;
932
+ }
933
+ assignMergeValue(object, key, newValue);
934
+ }
935
+ }, keysIn);
936
+ }
937
+
938
+ /**
939
+ * A specialized version of `baseMerge` for arrays and objects which performs
940
+ * deep merges and tracks traversed objects enabling objects with circular
941
+ * references to be merged.
942
+ *
943
+ * @private
944
+ * @param {Object} object The destination object.
945
+ * @param {Object} source The source object.
946
+ * @param {string} key The key of the value to merge.
947
+ * @param {number} srcIndex The index of `source`.
948
+ * @param {Function} mergeFunc The function to merge values.
949
+ * @param {Function} [customizer] The function to customize assigned values.
950
+ * @param {Object} [stack] Tracks traversed source values and their merged
951
+ * counterparts.
952
+ */
953
+ function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) {
954
+ var objValue = safeGet(object, key),
955
+ srcValue = safeGet(source, key),
956
+ stacked = stack.get(srcValue);
957
+
958
+ if (stacked) {
959
+ assignMergeValue(object, key, stacked);
960
+ return;
961
+ }
962
+ var newValue = customizer
963
+ ? customizer(objValue, srcValue, (key + ''), object, source, stack)
964
+ : undefined;
965
+
966
+ var isCommon = newValue === undefined;
967
+
968
+ if (isCommon) {
969
+ var isArr = isArray(srcValue),
970
+ isBuff = !isArr && isBuffer(srcValue),
971
+ isTyped = !isArr && !isBuff && isTypedArray(srcValue);
972
+
973
+ newValue = srcValue;
974
+ if (isArr || isBuff || isTyped) {
975
+ if (isArray(objValue)) {
976
+ newValue = objValue;
977
+ }
978
+ else if (isArrayLikeObject(objValue)) {
979
+ newValue = copyArray(objValue);
980
+ }
981
+ else if (isBuff) {
982
+ isCommon = false;
983
+ newValue = cloneBuffer(srcValue, true);
984
+ }
985
+ else if (isTyped) {
986
+ isCommon = false;
987
+ newValue = cloneTypedArray(srcValue, true);
988
+ }
989
+ else {
990
+ newValue = [];
991
+ }
992
+ }
993
+ else if (isPlainObject(srcValue) || isArguments(srcValue)) {
994
+ newValue = objValue;
995
+ if (isArguments(objValue)) {
996
+ newValue = toPlainObject(objValue);
997
+ }
998
+ else if (!isObject(objValue) || isFunction(objValue)) {
999
+ newValue = initCloneObject(srcValue);
1000
+ }
1001
+ }
1002
+ else {
1003
+ isCommon = false;
1004
+ }
1005
+ }
1006
+ if (isCommon) {
1007
+ // Recursively merge objects and arrays (susceptible to call stack limits).
1008
+ stack.set(srcValue, newValue);
1009
+ mergeFunc(newValue, srcValue, srcIndex, customizer, stack);
1010
+ stack['delete'](srcValue);
1011
+ }
1012
+ assignMergeValue(object, key, newValue);
1013
+ }
1014
+
1015
+ /**
1016
+ * The base implementation of `_.rest` which doesn't validate or coerce arguments.
1017
+ *
1018
+ * @private
1019
+ * @param {Function} func The function to apply a rest parameter to.
1020
+ * @param {number} [start=func.length-1] The start position of the rest parameter.
1021
+ * @returns {Function} Returns the new function.
1022
+ */
1023
+ function baseRest(func, start) {
1024
+ return setToString(overRest(func, start, identity), func + '');
1025
+ }
1026
+
1027
+ /**
1028
+ * The base implementation of `setToString` without support for hot loop shorting.
1029
+ *
1030
+ * @private
1031
+ * @param {Function} func The function to modify.
1032
+ * @param {Function} string The `toString` result.
1033
+ * @returns {Function} Returns `func`.
1034
+ */
1035
+ var baseSetToString = !defineProperty ? identity : function(func, string) {
1036
+ return defineProperty(func, 'toString', {
1037
+ 'configurable': true,
1038
+ 'enumerable': false,
1039
+ 'value': constant(string),
1040
+ 'writable': true
1041
+ });
1042
+ };
1043
+
1044
+ /**
1045
+ * Creates a clone of `buffer`.
1046
+ *
1047
+ * @private
1048
+ * @param {Buffer} buffer The buffer to clone.
1049
+ * @param {boolean} [isDeep] Specify a deep clone.
1050
+ * @returns {Buffer} Returns the cloned buffer.
1051
+ */
1052
+ function cloneBuffer(buffer, isDeep) {
1053
+ if (isDeep) {
1054
+ return buffer.slice();
1055
+ }
1056
+ var length = buffer.length,
1057
+ result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);
1058
+
1059
+ buffer.copy(result);
1060
+ return result;
1061
+ }
1062
+
1063
+ /**
1064
+ * Creates a clone of `arrayBuffer`.
1065
+ *
1066
+ * @private
1067
+ * @param {ArrayBuffer} arrayBuffer The array buffer to clone.
1068
+ * @returns {ArrayBuffer} Returns the cloned array buffer.
1069
+ */
1070
+ function cloneArrayBuffer(arrayBuffer) {
1071
+ var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
1072
+ new Uint8Array(result).set(new Uint8Array(arrayBuffer));
1073
+ return result;
1074
+ }
1075
+
1076
+ /**
1077
+ * Creates a clone of `typedArray`.
1078
+ *
1079
+ * @private
1080
+ * @param {Object} typedArray The typed array to clone.
1081
+ * @param {boolean} [isDeep] Specify a deep clone.
1082
+ * @returns {Object} Returns the cloned typed array.
1083
+ */
1084
+ function cloneTypedArray(typedArray, isDeep) {
1085
+ var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;
1086
+ return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);
1087
+ }
1088
+
1089
+ /**
1090
+ * Copies the values of `source` to `array`.
1091
+ *
1092
+ * @private
1093
+ * @param {Array} source The array to copy values from.
1094
+ * @param {Array} [array=[]] The array to copy values to.
1095
+ * @returns {Array} Returns `array`.
1096
+ */
1097
+ function copyArray(source, array) {
1098
+ var index = -1,
1099
+ length = source.length;
1100
+
1101
+ array || (array = Array(length));
1102
+ while (++index < length) {
1103
+ array[index] = source[index];
1104
+ }
1105
+ return array;
1106
+ }
1107
+
1108
+ /**
1109
+ * Copies properties of `source` to `object`.
1110
+ *
1111
+ * @private
1112
+ * @param {Object} source The object to copy properties from.
1113
+ * @param {Array} props The property identifiers to copy.
1114
+ * @param {Object} [object={}] The object to copy properties to.
1115
+ * @param {Function} [customizer] The function to customize copied values.
1116
+ * @returns {Object} Returns `object`.
1117
+ */
1118
+ function copyObject(source, props, object, customizer) {
1119
+ var isNew = !object;
1120
+ object || (object = {});
1121
+
1122
+ var index = -1,
1123
+ length = props.length;
1124
+
1125
+ while (++index < length) {
1126
+ var key = props[index];
1127
+
1128
+ var newValue = customizer
1129
+ ? customizer(object[key], source[key], key, object, source)
1130
+ : undefined;
1131
+
1132
+ if (newValue === undefined) {
1133
+ newValue = source[key];
1134
+ }
1135
+ if (isNew) {
1136
+ baseAssignValue(object, key, newValue);
1137
+ } else {
1138
+ assignValue(object, key, newValue);
1139
+ }
1140
+ }
1141
+ return object;
1142
+ }
1143
+
1144
+ /**
1145
+ * Creates a function like `_.assign`.
1146
+ *
1147
+ * @private
1148
+ * @param {Function} assigner The function to assign values.
1149
+ * @returns {Function} Returns the new assigner function.
1150
+ */
1151
+ function createAssigner(assigner) {
1152
+ return baseRest(function(object, sources) {
1153
+ var index = -1,
1154
+ length = sources.length,
1155
+ customizer = length > 1 ? sources[length - 1] : undefined,
1156
+ guard = length > 2 ? sources[2] : undefined;
1157
+
1158
+ customizer = (assigner.length > 3 && typeof customizer == 'function')
1159
+ ? (length--, customizer)
1160
+ : undefined;
1161
+
1162
+ if (guard && isIterateeCall(sources[0], sources[1], guard)) {
1163
+ customizer = length < 3 ? undefined : customizer;
1164
+ length = 1;
1165
+ }
1166
+ object = Object(object);
1167
+ while (++index < length) {
1168
+ var source = sources[index];
1169
+ if (source) {
1170
+ assigner(object, source, index, customizer);
1171
+ }
1172
+ }
1173
+ return object;
1174
+ });
1175
+ }
1176
+
1177
+ /**
1178
+ * Creates a base function for methods like `_.forIn` and `_.forOwn`.
1179
+ *
1180
+ * @private
1181
+ * @param {boolean} [fromRight] Specify iterating from right to left.
1182
+ * @returns {Function} Returns the new base function.
1183
+ */
1184
+ function createBaseFor(fromRight) {
1185
+ return function(object, iteratee, keysFunc) {
1186
+ var index = -1,
1187
+ iterable = Object(object),
1188
+ props = keysFunc(object),
1189
+ length = props.length;
1190
+
1191
+ while (length--) {
1192
+ var key = props[fromRight ? length : ++index];
1193
+ if (iteratee(iterable[key], key, iterable) === false) {
1194
+ break;
1195
+ }
1196
+ }
1197
+ return object;
1198
+ };
1199
+ }
1200
+
1201
+ /**
1202
+ * Gets the data for `map`.
1203
+ *
1204
+ * @private
1205
+ * @param {Object} map The map to query.
1206
+ * @param {string} key The reference key.
1207
+ * @returns {*} Returns the map data.
1208
+ */
1209
+ function getMapData(map, key) {
1210
+ var data = map.__data__;
1211
+ return isKeyable(key)
1212
+ ? data[typeof key == 'string' ? 'string' : 'hash']
1213
+ : data.map;
1214
+ }
1215
+
1216
+ /**
1217
+ * Gets the native function at `key` of `object`.
1218
+ *
1219
+ * @private
1220
+ * @param {Object} object The object to query.
1221
+ * @param {string} key The key of the method to get.
1222
+ * @returns {*} Returns the function if it's native, else `undefined`.
1223
+ */
1224
+ function getNative(object, key) {
1225
+ var value = getValue(object, key);
1226
+ return baseIsNative(value) ? value : undefined;
1227
+ }
1228
+
1229
+ /**
1230
+ * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
1231
+ *
1232
+ * @private
1233
+ * @param {*} value The value to query.
1234
+ * @returns {string} Returns the raw `toStringTag`.
1235
+ */
1236
+ function getRawTag(value) {
1237
+ var isOwn = hasOwnProperty.call(value, symToStringTag),
1238
+ tag = value[symToStringTag];
1239
+
1240
+ try {
1241
+ value[symToStringTag] = undefined;
1242
+ var unmasked = true;
1243
+ } catch (e) {}
1244
+
1245
+ var result = nativeObjectToString.call(value);
1246
+ if (unmasked) {
1247
+ if (isOwn) {
1248
+ value[symToStringTag] = tag;
1249
+ } else {
1250
+ delete value[symToStringTag];
1251
+ }
1252
+ }
1253
+ return result;
1254
+ }
1255
+
1256
+ /**
1257
+ * Initializes an object clone.
1258
+ *
1259
+ * @private
1260
+ * @param {Object} object The object to clone.
1261
+ * @returns {Object} Returns the initialized clone.
1262
+ */
1263
+ function initCloneObject(object) {
1264
+ return (typeof object.constructor == 'function' && !isPrototype(object))
1265
+ ? baseCreate(getPrototype(object))
1266
+ : {};
1267
+ }
1268
+
1269
+ /**
1270
+ * Checks if `value` is a valid array-like index.
1271
+ *
1272
+ * @private
1273
+ * @param {*} value The value to check.
1274
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
1275
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
1276
+ */
1277
+ function isIndex(value, length) {
1278
+ var type = typeof value;
1279
+ length = length == null ? MAX_SAFE_INTEGER : length;
1280
+
1281
+ return !!length &&
1282
+ (type == 'number' ||
1283
+ (type != 'symbol' && reIsUint.test(value))) &&
1284
+ (value > -1 && value % 1 == 0 && value < length);
1285
+ }
1286
+
1287
+ /**
1288
+ * Checks if the given arguments are from an iteratee call.
1289
+ *
1290
+ * @private
1291
+ * @param {*} value The potential iteratee value argument.
1292
+ * @param {*} index The potential iteratee index or key argument.
1293
+ * @param {*} object The potential iteratee object argument.
1294
+ * @returns {boolean} Returns `true` if the arguments are from an iteratee call,
1295
+ * else `false`.
1296
+ */
1297
+ function isIterateeCall(value, index, object) {
1298
+ if (!isObject(object)) {
1299
+ return false;
1300
+ }
1301
+ var type = typeof index;
1302
+ if (type == 'number'
1303
+ ? (isArrayLike(object) && isIndex(index, object.length))
1304
+ : (type == 'string' && index in object)
1305
+ ) {
1306
+ return eq(object[index], value);
1307
+ }
1308
+ return false;
1309
+ }
1310
+
1311
+ /**
1312
+ * Checks if `value` is suitable for use as unique object key.
1313
+ *
1314
+ * @private
1315
+ * @param {*} value The value to check.
1316
+ * @returns {boolean} Returns `true` if `value` is suitable, else `false`.
1317
+ */
1318
+ function isKeyable(value) {
1319
+ var type = typeof value;
1320
+ return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')
1321
+ ? (value !== '__proto__')
1322
+ : (value === null);
1323
+ }
1324
+
1325
+ /**
1326
+ * Checks if `func` has its source masked.
1327
+ *
1328
+ * @private
1329
+ * @param {Function} func The function to check.
1330
+ * @returns {boolean} Returns `true` if `func` is masked, else `false`.
1331
+ */
1332
+ function isMasked(func) {
1333
+ return !!maskSrcKey && (maskSrcKey in func);
1334
+ }
1335
+
1336
+ /**
1337
+ * Checks if `value` is likely a prototype object.
1338
+ *
1339
+ * @private
1340
+ * @param {*} value The value to check.
1341
+ * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
1342
+ */
1343
+ function isPrototype(value) {
1344
+ var Ctor = value && value.constructor,
1345
+ proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;
1346
+
1347
+ return value === proto;
1348
+ }
1349
+
1350
+ /**
1351
+ * This function is like
1352
+ * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
1353
+ * except that it includes inherited enumerable properties.
1354
+ *
1355
+ * @private
1356
+ * @param {Object} object The object to query.
1357
+ * @returns {Array} Returns the array of property names.
1358
+ */
1359
+ function nativeKeysIn(object) {
1360
+ var result = [];
1361
+ if (object != null) {
1362
+ for (var key in Object(object)) {
1363
+ result.push(key);
1364
+ }
1365
+ }
1366
+ return result;
1367
+ }
1368
+
1369
+ /**
1370
+ * Converts `value` to a string using `Object.prototype.toString`.
1371
+ *
1372
+ * @private
1373
+ * @param {*} value The value to convert.
1374
+ * @returns {string} Returns the converted string.
1375
+ */
1376
+ function objectToString(value) {
1377
+ return nativeObjectToString.call(value);
1378
+ }
1379
+
1380
+ /**
1381
+ * A specialized version of `baseRest` which transforms the rest array.
1382
+ *
1383
+ * @private
1384
+ * @param {Function} func The function to apply a rest parameter to.
1385
+ * @param {number} [start=func.length-1] The start position of the rest parameter.
1386
+ * @param {Function} transform The rest array transform.
1387
+ * @returns {Function} Returns the new function.
1388
+ */
1389
+ function overRest(func, start, transform) {
1390
+ start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
1391
+ return function() {
1392
+ var args = arguments,
1393
+ index = -1,
1394
+ length = nativeMax(args.length - start, 0),
1395
+ array = Array(length);
1396
+
1397
+ while (++index < length) {
1398
+ array[index] = args[start + index];
1399
+ }
1400
+ index = -1;
1401
+ var otherArgs = Array(start + 1);
1402
+ while (++index < start) {
1403
+ otherArgs[index] = args[index];
1404
+ }
1405
+ otherArgs[start] = transform(array);
1406
+ return apply(func, this, otherArgs);
1407
+ };
1408
+ }
1409
+
1410
+ /**
1411
+ * Gets the value at `key`, unless `key` is "__proto__" or "constructor".
1412
+ *
1413
+ * @private
1414
+ * @param {Object} object The object to query.
1415
+ * @param {string} key The key of the property to get.
1416
+ * @returns {*} Returns the property value.
1417
+ */
1418
+ function safeGet(object, key) {
1419
+ if (key === 'constructor' && typeof object[key] === 'function') {
1420
+ return;
1421
+ }
1422
+
1423
+ if (key == '__proto__') {
1424
+ return;
1425
+ }
1426
+
1427
+ return object[key];
1428
+ }
1429
+
1430
+ /**
1431
+ * Sets the `toString` method of `func` to return `string`.
1432
+ *
1433
+ * @private
1434
+ * @param {Function} func The function to modify.
1435
+ * @param {Function} string The `toString` result.
1436
+ * @returns {Function} Returns `func`.
1437
+ */
1438
+ var setToString = shortOut(baseSetToString);
1439
+
1440
+ /**
1441
+ * Creates a function that'll short out and invoke `identity` instead
1442
+ * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`
1443
+ * milliseconds.
1444
+ *
1445
+ * @private
1446
+ * @param {Function} func The function to restrict.
1447
+ * @returns {Function} Returns the new shortable function.
1448
+ */
1449
+ function shortOut(func) {
1450
+ var count = 0,
1451
+ lastCalled = 0;
1452
+
1453
+ return function() {
1454
+ var stamp = nativeNow(),
1455
+ remaining = HOT_SPAN - (stamp - lastCalled);
1456
+
1457
+ lastCalled = stamp;
1458
+ if (remaining > 0) {
1459
+ if (++count >= HOT_COUNT) {
1460
+ return arguments[0];
1461
+ }
1462
+ } else {
1463
+ count = 0;
1464
+ }
1465
+ return func.apply(undefined, arguments);
1466
+ };
1467
+ }
1468
+
1469
+ /**
1470
+ * Converts `func` to its source code.
1471
+ *
1472
+ * @private
1473
+ * @param {Function} func The function to convert.
1474
+ * @returns {string} Returns the source code.
1475
+ */
1476
+ function toSource(func) {
1477
+ if (func != null) {
1478
+ try {
1479
+ return funcToString.call(func);
1480
+ } catch (e) {}
1481
+ try {
1482
+ return (func + '');
1483
+ } catch (e) {}
1484
+ }
1485
+ return '';
1486
+ }
1487
+
1488
+ /**
1489
+ * Performs a
1490
+ * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
1491
+ * comparison between two values to determine if they are equivalent.
1492
+ *
1493
+ * @static
1494
+ * @memberOf _
1495
+ * @since 4.0.0
1496
+ * @category Lang
1497
+ * @param {*} value The value to compare.
1498
+ * @param {*} other The other value to compare.
1499
+ * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
1500
+ * @example
1501
+ *
1502
+ * var object = { 'a': 1 };
1503
+ * var other = { 'a': 1 };
1504
+ *
1505
+ * _.eq(object, object);
1506
+ * // => true
1507
+ *
1508
+ * _.eq(object, other);
1509
+ * // => false
1510
+ *
1511
+ * _.eq('a', 'a');
1512
+ * // => true
1513
+ *
1514
+ * _.eq('a', Object('a'));
1515
+ * // => false
1516
+ *
1517
+ * _.eq(NaN, NaN);
1518
+ * // => true
1519
+ */
1520
+ function eq(value, other) {
1521
+ return value === other || (value !== value && other !== other);
1522
+ }
1523
+
1524
+ /**
1525
+ * Checks if `value` is likely an `arguments` object.
1526
+ *
1527
+ * @static
1528
+ * @memberOf _
1529
+ * @since 0.1.0
1530
+ * @category Lang
1531
+ * @param {*} value The value to check.
1532
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
1533
+ * else `false`.
1534
+ * @example
1535
+ *
1536
+ * _.isArguments(function() { return arguments; }());
1537
+ * // => true
1538
+ *
1539
+ * _.isArguments([1, 2, 3]);
1540
+ * // => false
1541
+ */
1542
+ var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {
1543
+ return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&
1544
+ !propertyIsEnumerable.call(value, 'callee');
1545
+ };
1546
+
1547
+ /**
1548
+ * Checks if `value` is classified as an `Array` object.
1549
+ *
1550
+ * @static
1551
+ * @memberOf _
1552
+ * @since 0.1.0
1553
+ * @category Lang
1554
+ * @param {*} value The value to check.
1555
+ * @returns {boolean} Returns `true` if `value` is an array, else `false`.
1556
+ * @example
1557
+ *
1558
+ * _.isArray([1, 2, 3]);
1559
+ * // => true
1560
+ *
1561
+ * _.isArray(document.body.children);
1562
+ * // => false
1563
+ *
1564
+ * _.isArray('abc');
1565
+ * // => false
1566
+ *
1567
+ * _.isArray(_.noop);
1568
+ * // => false
1569
+ */
1570
+ var isArray = Array.isArray;
1571
+
1572
+ /**
1573
+ * Checks if `value` is array-like. A value is considered array-like if it's
1574
+ * not a function and has a `value.length` that's an integer greater than or
1575
+ * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
1576
+ *
1577
+ * @static
1578
+ * @memberOf _
1579
+ * @since 4.0.0
1580
+ * @category Lang
1581
+ * @param {*} value The value to check.
1582
+ * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
1583
+ * @example
1584
+ *
1585
+ * _.isArrayLike([1, 2, 3]);
1586
+ * // => true
1587
+ *
1588
+ * _.isArrayLike(document.body.children);
1589
+ * // => true
1590
+ *
1591
+ * _.isArrayLike('abc');
1592
+ * // => true
1593
+ *
1594
+ * _.isArrayLike(_.noop);
1595
+ * // => false
1596
+ */
1597
+ function isArrayLike(value) {
1598
+ return value != null && isLength(value.length) && !isFunction(value);
1599
+ }
1600
+
1601
+ /**
1602
+ * This method is like `_.isArrayLike` except that it also checks if `value`
1603
+ * is an object.
1604
+ *
1605
+ * @static
1606
+ * @memberOf _
1607
+ * @since 4.0.0
1608
+ * @category Lang
1609
+ * @param {*} value The value to check.
1610
+ * @returns {boolean} Returns `true` if `value` is an array-like object,
1611
+ * else `false`.
1612
+ * @example
1613
+ *
1614
+ * _.isArrayLikeObject([1, 2, 3]);
1615
+ * // => true
1616
+ *
1617
+ * _.isArrayLikeObject(document.body.children);
1618
+ * // => true
1619
+ *
1620
+ * _.isArrayLikeObject('abc');
1621
+ * // => false
1622
+ *
1623
+ * _.isArrayLikeObject(_.noop);
1624
+ * // => false
1625
+ */
1626
+ function isArrayLikeObject(value) {
1627
+ return isObjectLike(value) && isArrayLike(value);
1628
+ }
1629
+
1630
+ /**
1631
+ * Checks if `value` is a buffer.
1632
+ *
1633
+ * @static
1634
+ * @memberOf _
1635
+ * @since 4.3.0
1636
+ * @category Lang
1637
+ * @param {*} value The value to check.
1638
+ * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
1639
+ * @example
1640
+ *
1641
+ * _.isBuffer(new Buffer(2));
1642
+ * // => true
1643
+ *
1644
+ * _.isBuffer(new Uint8Array(2));
1645
+ * // => false
1646
+ */
1647
+ var isBuffer = nativeIsBuffer || stubFalse;
1648
+
1649
+ /**
1650
+ * Checks if `value` is classified as a `Function` object.
1651
+ *
1652
+ * @static
1653
+ * @memberOf _
1654
+ * @since 0.1.0
1655
+ * @category Lang
1656
+ * @param {*} value The value to check.
1657
+ * @returns {boolean} Returns `true` if `value` is a function, else `false`.
1658
+ * @example
1659
+ *
1660
+ * _.isFunction(_);
1661
+ * // => true
1662
+ *
1663
+ * _.isFunction(/abc/);
1664
+ * // => false
1665
+ */
1666
+ function isFunction(value) {
1667
+ if (!isObject(value)) {
1668
+ return false;
1669
+ }
1670
+ // The use of `Object#toString` avoids issues with the `typeof` operator
1671
+ // in Safari 9 which returns 'object' for typed arrays and other constructors.
1672
+ var tag = baseGetTag(value);
1673
+ return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;
1674
+ }
1675
+
1676
+ /**
1677
+ * Checks if `value` is a valid array-like length.
1678
+ *
1679
+ * **Note:** This method is loosely based on
1680
+ * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
1681
+ *
1682
+ * @static
1683
+ * @memberOf _
1684
+ * @since 4.0.0
1685
+ * @category Lang
1686
+ * @param {*} value The value to check.
1687
+ * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
1688
+ * @example
1689
+ *
1690
+ * _.isLength(3);
1691
+ * // => true
1692
+ *
1693
+ * _.isLength(Number.MIN_VALUE);
1694
+ * // => false
1695
+ *
1696
+ * _.isLength(Infinity);
1697
+ * // => false
1698
+ *
1699
+ * _.isLength('3');
1700
+ * // => false
1701
+ */
1702
+ function isLength(value) {
1703
+ return typeof value == 'number' &&
1704
+ value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
1705
+ }
1706
+
1707
+ /**
1708
+ * Checks if `value` is the
1709
+ * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
1710
+ * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
1711
+ *
1712
+ * @static
1713
+ * @memberOf _
1714
+ * @since 0.1.0
1715
+ * @category Lang
1716
+ * @param {*} value The value to check.
1717
+ * @returns {boolean} Returns `true` if `value` is an object, else `false`.
1718
+ * @example
1719
+ *
1720
+ * _.isObject({});
1721
+ * // => true
1722
+ *
1723
+ * _.isObject([1, 2, 3]);
1724
+ * // => true
1725
+ *
1726
+ * _.isObject(_.noop);
1727
+ * // => true
1728
+ *
1729
+ * _.isObject(null);
1730
+ * // => false
1731
+ */
1732
+ function isObject(value) {
1733
+ var type = typeof value;
1734
+ return value != null && (type == 'object' || type == 'function');
1735
+ }
1736
+
1737
+ /**
1738
+ * Checks if `value` is object-like. A value is object-like if it's not `null`
1739
+ * and has a `typeof` result of "object".
1740
+ *
1741
+ * @static
1742
+ * @memberOf _
1743
+ * @since 4.0.0
1744
+ * @category Lang
1745
+ * @param {*} value The value to check.
1746
+ * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
1747
+ * @example
1748
+ *
1749
+ * _.isObjectLike({});
1750
+ * // => true
1751
+ *
1752
+ * _.isObjectLike([1, 2, 3]);
1753
+ * // => true
1754
+ *
1755
+ * _.isObjectLike(_.noop);
1756
+ * // => false
1757
+ *
1758
+ * _.isObjectLike(null);
1759
+ * // => false
1760
+ */
1761
+ function isObjectLike(value) {
1762
+ return value != null && typeof value == 'object';
1763
+ }
1764
+
1765
+ /**
1766
+ * Checks if `value` is a plain object, that is, an object created by the
1767
+ * `Object` constructor or one with a `[[Prototype]]` of `null`.
1768
+ *
1769
+ * @static
1770
+ * @memberOf _
1771
+ * @since 0.8.0
1772
+ * @category Lang
1773
+ * @param {*} value The value to check.
1774
+ * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.
1775
+ * @example
1776
+ *
1777
+ * function Foo() {
1778
+ * this.a = 1;
1779
+ * }
1780
+ *
1781
+ * _.isPlainObject(new Foo);
1782
+ * // => false
1783
+ *
1784
+ * _.isPlainObject([1, 2, 3]);
1785
+ * // => false
1786
+ *
1787
+ * _.isPlainObject({ 'x': 0, 'y': 0 });
1788
+ * // => true
1789
+ *
1790
+ * _.isPlainObject(Object.create(null));
1791
+ * // => true
1792
+ */
1793
+ function isPlainObject(value) {
1794
+ if (!isObjectLike(value) || baseGetTag(value) != objectTag) {
1795
+ return false;
1796
+ }
1797
+ var proto = getPrototype(value);
1798
+ if (proto === null) {
1799
+ return true;
1800
+ }
1801
+ var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;
1802
+ return typeof Ctor == 'function' && Ctor instanceof Ctor &&
1803
+ funcToString.call(Ctor) == objectCtorString;
1804
+ }
1805
+
1806
+ /**
1807
+ * Checks if `value` is classified as a typed array.
1808
+ *
1809
+ * @static
1810
+ * @memberOf _
1811
+ * @since 3.0.0
1812
+ * @category Lang
1813
+ * @param {*} value The value to check.
1814
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
1815
+ * @example
1816
+ *
1817
+ * _.isTypedArray(new Uint8Array);
1818
+ * // => true
1819
+ *
1820
+ * _.isTypedArray([]);
1821
+ * // => false
1822
+ */
1823
+ var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;
1824
+
1825
+ /**
1826
+ * Converts `value` to a plain object flattening inherited enumerable string
1827
+ * keyed properties of `value` to own properties of the plain object.
1828
+ *
1829
+ * @static
1830
+ * @memberOf _
1831
+ * @since 3.0.0
1832
+ * @category Lang
1833
+ * @param {*} value The value to convert.
1834
+ * @returns {Object} Returns the converted plain object.
1835
+ * @example
1836
+ *
1837
+ * function Foo() {
1838
+ * this.b = 2;
1839
+ * }
1840
+ *
1841
+ * Foo.prototype.c = 3;
1842
+ *
1843
+ * _.assign({ 'a': 1 }, new Foo);
1844
+ * // => { 'a': 1, 'b': 2 }
1845
+ *
1846
+ * _.assign({ 'a': 1 }, _.toPlainObject(new Foo));
1847
+ * // => { 'a': 1, 'b': 2, 'c': 3 }
1848
+ */
1849
+ function toPlainObject(value) {
1850
+ return copyObject(value, keysIn(value));
1851
+ }
1852
+
1853
+ /**
1854
+ * Creates an array of the own and inherited enumerable property names of `object`.
1855
+ *
1856
+ * **Note:** Non-object values are coerced to objects.
1857
+ *
1858
+ * @static
1859
+ * @memberOf _
1860
+ * @since 3.0.0
1861
+ * @category Object
1862
+ * @param {Object} object The object to query.
1863
+ * @returns {Array} Returns the array of property names.
1864
+ * @example
1865
+ *
1866
+ * function Foo() {
1867
+ * this.a = 1;
1868
+ * this.b = 2;
1869
+ * }
1870
+ *
1871
+ * Foo.prototype.c = 3;
1872
+ *
1873
+ * _.keysIn(new Foo);
1874
+ * // => ['a', 'b', 'c'] (iteration order is not guaranteed)
1875
+ */
1876
+ function keysIn(object) {
1877
+ return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);
1878
+ }
1879
+
1880
+ /**
1881
+ * This method is like `_.assign` except that it recursively merges own and
1882
+ * inherited enumerable string keyed properties of source objects into the
1883
+ * destination object. Source properties that resolve to `undefined` are
1884
+ * skipped if a destination value exists. Array and plain object properties
1885
+ * are merged recursively. Other objects and value types are overridden by
1886
+ * assignment. Source objects are applied from left to right. Subsequent
1887
+ * sources overwrite property assignments of previous sources.
1888
+ *
1889
+ * **Note:** This method mutates `object`.
1890
+ *
1891
+ * @static
1892
+ * @memberOf _
1893
+ * @since 0.5.0
1894
+ * @category Object
1895
+ * @param {Object} object The destination object.
1896
+ * @param {...Object} [sources] The source objects.
1897
+ * @returns {Object} Returns `object`.
1898
+ * @example
1899
+ *
1900
+ * var object = {
1901
+ * 'a': [{ 'b': 2 }, { 'd': 4 }]
1902
+ * };
1903
+ *
1904
+ * var other = {
1905
+ * 'a': [{ 'c': 3 }, { 'e': 5 }]
1906
+ * };
1907
+ *
1908
+ * _.merge(object, other);
1909
+ * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] }
1910
+ */
1911
+ var merge = createAssigner(function(object, source, srcIndex) {
1912
+ baseMerge(object, source, srcIndex);
1913
+ });
1914
+
1915
+ /**
1916
+ * Creates a function that returns `value`.
1917
+ *
1918
+ * @static
1919
+ * @memberOf _
1920
+ * @since 2.4.0
1921
+ * @category Util
1922
+ * @param {*} value The value to return from the new function.
1923
+ * @returns {Function} Returns the new constant function.
1924
+ * @example
1925
+ *
1926
+ * var objects = _.times(2, _.constant({ 'a': 1 }));
1927
+ *
1928
+ * console.log(objects);
1929
+ * // => [{ 'a': 1 }, { 'a': 1 }]
1930
+ *
1931
+ * console.log(objects[0] === objects[1]);
1932
+ * // => true
1933
+ */
1934
+ function constant(value) {
1935
+ return function() {
1936
+ return value;
1937
+ };
1938
+ }
1939
+
1940
+ /**
1941
+ * This method returns the first argument it receives.
1942
+ *
1943
+ * @static
1944
+ * @since 0.1.0
1945
+ * @memberOf _
1946
+ * @category Util
1947
+ * @param {*} value Any value.
1948
+ * @returns {*} Returns `value`.
1949
+ * @example
1950
+ *
1951
+ * var object = { 'a': 1 };
1952
+ *
1953
+ * console.log(_.identity(object) === object);
1954
+ * // => true
1955
+ */
1956
+ function identity(value) {
1957
+ return value;
1958
+ }
1959
+
1960
+ /**
1961
+ * This method returns `false`.
1962
+ *
1963
+ * @static
1964
+ * @memberOf _
1965
+ * @since 4.13.0
1966
+ * @category Util
1967
+ * @returns {boolean} Returns `false`.
1968
+ * @example
1969
+ *
1970
+ * _.times(2, _.stubFalse);
1971
+ * // => [false, false]
1972
+ */
1973
+ function stubFalse() {
1974
+ return false;
1975
+ }
1976
+
1977
+ module.exports = merge;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash.merge/package.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "lodash.merge",
3
+ "version": "4.6.2",
4
+ "description": "The Lodash method `_.merge` exported as a module.",
5
+ "homepage": "https://lodash.com/",
6
+ "icon": "https://lodash.com/icon.svg",
7
+ "license": "MIT",
8
+ "keywords": "lodash-modularized, merge",
9
+ "author": "John-David Dalton <john.david.dalton@gmail.com>",
10
+ "contributors": [
11
+ "John-David Dalton <john.david.dalton@gmail.com>",
12
+ "Mathias Bynens <mathias@qiwi.be>"
13
+ ],
14
+ "repository": "lodash/lodash",
15
+ "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
16
+ }
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # lodash v4.17.21
2
+
3
+ The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules.
4
+
5
+ ## Installation
6
+
7
+ Using npm:
8
+ ```shell
9
+ $ npm i -g npm
10
+ $ npm i --save lodash
11
+ ```
12
+
13
+ In Node.js:
14
+ ```js
15
+ // Load the full build.
16
+ var _ = require('lodash');
17
+ // Load the core build.
18
+ var _ = require('lodash/core');
19
+ // Load the FP build for immutable auto-curried iteratee-first data-last methods.
20
+ var fp = require('lodash/fp');
21
+
22
+ // Load method categories.
23
+ var array = require('lodash/array');
24
+ var object = require('lodash/fp/object');
25
+
26
+ // Cherry-pick methods for smaller browserify/rollup/webpack bundles.
27
+ var at = require('lodash/at');
28
+ var curryN = require('lodash/fp/curryN');
29
+ ```
30
+
31
+ See the [package source](https://github.com/lodash/lodash/tree/4.17.21-npm) for more details.
32
+
33
+ **Note:**<br>
34
+ Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL.
35
+
36
+ ## Support
37
+
38
+ Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.<br>
39
+ Automated [browser](https://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available.
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/flake.lock ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nodes": {
3
+ "nixpkgs": {
4
+ "locked": {
5
+ "lastModified": 1613582597,
6
+ "narHash": "sha256-6LvipIvFuhyorHpUqK3HjySC5Y6gshXHFBhU9EJ4DoM=",
7
+ "path": "/nix/store/srvplqq673sqd9vyfhyc5w1p88y1gfm4-source",
8
+ "rev": "6b1057b452c55bb3b463f0d7055bc4ec3fd1f381",
9
+ "type": "path"
10
+ },
11
+ "original": {
12
+ "id": "nixpkgs",
13
+ "type": "indirect"
14
+ }
15
+ },
16
+ "root": {
17
+ "inputs": {
18
+ "nixpkgs": "nixpkgs",
19
+ "utils": "utils"
20
+ }
21
+ },
22
+ "utils": {
23
+ "locked": {
24
+ "lastModified": 1610051610,
25
+ "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=",
26
+ "owner": "numtide",
27
+ "repo": "flake-utils",
28
+ "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc",
29
+ "type": "github"
30
+ },
31
+ "original": {
32
+ "owner": "numtide",
33
+ "repo": "flake-utils",
34
+ "type": "github"
35
+ }
36
+ }
37
+ },
38
+ "root": "root",
39
+ "version": 7
40
+ }
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/flake.nix ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ inputs = {
3
+ utils.url = "github:numtide/flake-utils";
4
+ };
5
+
6
+ outputs = { self, nixpkgs, utils }:
7
+ utils.lib.eachDefaultSystem (system:
8
+ let
9
+ pkgs = nixpkgs.legacyPackages."${system}";
10
+ in rec {
11
+ devShell = pkgs.mkShell {
12
+ nativeBuildInputs = with pkgs; [
13
+ yarn
14
+ nodejs-14_x
15
+ nodePackages.typescript-language-server
16
+ nodePackages.eslint
17
+ ];
18
+ };
19
+ });
20
+ }
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/forInRight.js ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseForRight = require('./_baseForRight'),
2
+ castFunction = require('./_castFunction'),
3
+ keysIn = require('./keysIn');
4
+
5
+ /**
6
+ * This method is like `_.forIn` except that it iterates over properties of
7
+ * `object` in the opposite order.
8
+ *
9
+ * @static
10
+ * @memberOf _
11
+ * @since 2.0.0
12
+ * @category Object
13
+ * @param {Object} object The object to iterate over.
14
+ * @param {Function} [iteratee=_.identity] The function invoked per iteration.
15
+ * @returns {Object} Returns `object`.
16
+ * @see _.forIn
17
+ * @example
18
+ *
19
+ * function Foo() {
20
+ * this.a = 1;
21
+ * this.b = 2;
22
+ * }
23
+ *
24
+ * Foo.prototype.c = 3;
25
+ *
26
+ * _.forInRight(new Foo, function(value, key) {
27
+ * console.log(key);
28
+ * });
29
+ * // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'.
30
+ */
31
+ function forInRight(object, iteratee) {
32
+ return object == null
33
+ ? object
34
+ : baseForRight(object, castFunction(iteratee), keysIn);
35
+ }
36
+
37
+ module.exports = forInRight;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/forOwn.js ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseForOwn = require('./_baseForOwn'),
2
+ castFunction = require('./_castFunction');
3
+
4
+ /**
5
+ * Iterates over own enumerable string keyed properties of an object and
6
+ * invokes `iteratee` for each property. The iteratee is invoked with three
7
+ * arguments: (value, key, object). Iteratee functions may exit iteration
8
+ * early by explicitly returning `false`.
9
+ *
10
+ * @static
11
+ * @memberOf _
12
+ * @since 0.3.0
13
+ * @category Object
14
+ * @param {Object} object The object to iterate over.
15
+ * @param {Function} [iteratee=_.identity] The function invoked per iteration.
16
+ * @returns {Object} Returns `object`.
17
+ * @see _.forOwnRight
18
+ * @example
19
+ *
20
+ * function Foo() {
21
+ * this.a = 1;
22
+ * this.b = 2;
23
+ * }
24
+ *
25
+ * Foo.prototype.c = 3;
26
+ *
27
+ * _.forOwn(new Foo, function(value, key) {
28
+ * console.log(key);
29
+ * });
30
+ * // => Logs 'a' then 'b' (iteration order is not guaranteed).
31
+ */
32
+ function forOwn(object, iteratee) {
33
+ return object && baseForOwn(object, castFunction(iteratee));
34
+ }
35
+
36
+ module.exports = forOwn;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/forOwnRight.js ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseForOwnRight = require('./_baseForOwnRight'),
2
+ castFunction = require('./_castFunction');
3
+
4
+ /**
5
+ * This method is like `_.forOwn` except that it iterates over properties of
6
+ * `object` in the opposite order.
7
+ *
8
+ * @static
9
+ * @memberOf _
10
+ * @since 2.0.0
11
+ * @category Object
12
+ * @param {Object} object The object to iterate over.
13
+ * @param {Function} [iteratee=_.identity] The function invoked per iteration.
14
+ * @returns {Object} Returns `object`.
15
+ * @see _.forOwn
16
+ * @example
17
+ *
18
+ * function Foo() {
19
+ * this.a = 1;
20
+ * this.b = 2;
21
+ * }
22
+ *
23
+ * Foo.prototype.c = 3;
24
+ *
25
+ * _.forOwnRight(new Foo, function(value, key) {
26
+ * console.log(key);
27
+ * });
28
+ * // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'.
29
+ */
30
+ function forOwnRight(object, iteratee) {
31
+ return object && baseForOwnRight(object, castFunction(iteratee));
32
+ }
33
+
34
+ module.exports = forOwnRight;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/fp.js ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ var _ = require('./lodash.min').runInContext();
2
+ module.exports = require('./fp/_baseConvert')(_, _);
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/fromPairs.js ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * The inverse of `_.toPairs`; this method returns an object composed
3
+ * from key-value `pairs`.
4
+ *
5
+ * @static
6
+ * @memberOf _
7
+ * @since 4.0.0
8
+ * @category Array
9
+ * @param {Array} pairs The key-value pairs.
10
+ * @returns {Object} Returns the new object.
11
+ * @example
12
+ *
13
+ * _.fromPairs([['a', 1], ['b', 2]]);
14
+ * // => { 'a': 1, 'b': 2 }
15
+ */
16
+ function fromPairs(pairs) {
17
+ var index = -1,
18
+ length = pairs == null ? 0 : pairs.length,
19
+ result = {};
20
+
21
+ while (++index < length) {
22
+ var pair = pairs[index];
23
+ result[pair[0]] = pair[1];
24
+ }
25
+ return result;
26
+ }
27
+
28
+ module.exports = fromPairs;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/function.js ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ module.exports = {
2
+ 'after': require('./after'),
3
+ 'ary': require('./ary'),
4
+ 'before': require('./before'),
5
+ 'bind': require('./bind'),
6
+ 'bindKey': require('./bindKey'),
7
+ 'curry': require('./curry'),
8
+ 'curryRight': require('./curryRight'),
9
+ 'debounce': require('./debounce'),
10
+ 'defer': require('./defer'),
11
+ 'delay': require('./delay'),
12
+ 'flip': require('./flip'),
13
+ 'memoize': require('./memoize'),
14
+ 'negate': require('./negate'),
15
+ 'once': require('./once'),
16
+ 'overArgs': require('./overArgs'),
17
+ 'partial': require('./partial'),
18
+ 'partialRight': require('./partialRight'),
19
+ 'rearg': require('./rearg'),
20
+ 'rest': require('./rest'),
21
+ 'spread': require('./spread'),
22
+ 'throttle': require('./throttle'),
23
+ 'unary': require('./unary'),
24
+ 'wrap': require('./wrap')
25
+ };
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/functions.js ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseFunctions = require('./_baseFunctions'),
2
+ keys = require('./keys');
3
+
4
+ /**
5
+ * Creates an array of function property names from own enumerable properties
6
+ * of `object`.
7
+ *
8
+ * @static
9
+ * @since 0.1.0
10
+ * @memberOf _
11
+ * @category Object
12
+ * @param {Object} object The object to inspect.
13
+ * @returns {Array} Returns the function names.
14
+ * @see _.functionsIn
15
+ * @example
16
+ *
17
+ * function Foo() {
18
+ * this.a = _.constant('a');
19
+ * this.b = _.constant('b');
20
+ * }
21
+ *
22
+ * Foo.prototype.c = _.constant('c');
23
+ *
24
+ * _.functions(new Foo);
25
+ * // => ['a', 'b']
26
+ */
27
+ function functions(object) {
28
+ return object == null ? [] : baseFunctions(object, keys(object));
29
+ }
30
+
31
+ module.exports = functions;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/functionsIn.js ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseFunctions = require('./_baseFunctions'),
2
+ keysIn = require('./keysIn');
3
+
4
+ /**
5
+ * Creates an array of function property names from own and inherited
6
+ * enumerable properties of `object`.
7
+ *
8
+ * @static
9
+ * @memberOf _
10
+ * @since 4.0.0
11
+ * @category Object
12
+ * @param {Object} object The object to inspect.
13
+ * @returns {Array} Returns the function names.
14
+ * @see _.functions
15
+ * @example
16
+ *
17
+ * function Foo() {
18
+ * this.a = _.constant('a');
19
+ * this.b = _.constant('b');
20
+ * }
21
+ *
22
+ * Foo.prototype.c = _.constant('c');
23
+ *
24
+ * _.functionsIn(new Foo);
25
+ * // => ['a', 'b', 'c']
26
+ */
27
+ function functionsIn(object) {
28
+ return object == null ? [] : baseFunctions(object, keysIn(object));
29
+ }
30
+
31
+ module.exports = functionsIn;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/get.js ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseGet = require('./_baseGet');
2
+
3
+ /**
4
+ * Gets the value at `path` of `object`. If the resolved value is
5
+ * `undefined`, the `defaultValue` is returned in its place.
6
+ *
7
+ * @static
8
+ * @memberOf _
9
+ * @since 3.7.0
10
+ * @category Object
11
+ * @param {Object} object The object to query.
12
+ * @param {Array|string} path The path of the property to get.
13
+ * @param {*} [defaultValue] The value returned for `undefined` resolved values.
14
+ * @returns {*} Returns the resolved value.
15
+ * @example
16
+ *
17
+ * var object = { 'a': [{ 'b': { 'c': 3 } }] };
18
+ *
19
+ * _.get(object, 'a[0].b.c');
20
+ * // => 3
21
+ *
22
+ * _.get(object, ['a', '0', 'b', 'c']);
23
+ * // => 3
24
+ *
25
+ * _.get(object, 'a.b.c', 'default');
26
+ * // => 'default'
27
+ */
28
+ function get(object, path, defaultValue) {
29
+ var result = object == null ? undefined : baseGet(object, path);
30
+ return result === undefined ? defaultValue : result;
31
+ }
32
+
33
+ module.exports = get;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/groupBy.js ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseAssignValue = require('./_baseAssignValue'),
2
+ createAggregator = require('./_createAggregator');
3
+
4
+ /** Used for built-in method references. */
5
+ var objectProto = Object.prototype;
6
+
7
+ /** Used to check objects for own properties. */
8
+ var hasOwnProperty = objectProto.hasOwnProperty;
9
+
10
+ /**
11
+ * Creates an object composed of keys generated from the results of running
12
+ * each element of `collection` thru `iteratee`. The order of grouped values
13
+ * is determined by the order they occur in `collection`. The corresponding
14
+ * value of each key is an array of elements responsible for generating the
15
+ * key. The iteratee is invoked with one argument: (value).
16
+ *
17
+ * @static
18
+ * @memberOf _
19
+ * @since 0.1.0
20
+ * @category Collection
21
+ * @param {Array|Object} collection The collection to iterate over.
22
+ * @param {Function} [iteratee=_.identity] The iteratee to transform keys.
23
+ * @returns {Object} Returns the composed aggregate object.
24
+ * @example
25
+ *
26
+ * _.groupBy([6.1, 4.2, 6.3], Math.floor);
27
+ * // => { '4': [4.2], '6': [6.1, 6.3] }
28
+ *
29
+ * // The `_.property` iteratee shorthand.
30
+ * _.groupBy(['one', 'two', 'three'], 'length');
31
+ * // => { '3': ['one', 'two'], '5': ['three'] }
32
+ */
33
+ var groupBy = createAggregator(function(result, value, key) {
34
+ if (hasOwnProperty.call(result, key)) {
35
+ result[key].push(value);
36
+ } else {
37
+ baseAssignValue(result, key, [value]);
38
+ }
39
+ });
40
+
41
+ module.exports = groupBy;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/gt.js ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseGt = require('./_baseGt'),
2
+ createRelationalOperation = require('./_createRelationalOperation');
3
+
4
+ /**
5
+ * Checks if `value` is greater than `other`.
6
+ *
7
+ * @static
8
+ * @memberOf _
9
+ * @since 3.9.0
10
+ * @category Lang
11
+ * @param {*} value The value to compare.
12
+ * @param {*} other The other value to compare.
13
+ * @returns {boolean} Returns `true` if `value` is greater than `other`,
14
+ * else `false`.
15
+ * @see _.lt
16
+ * @example
17
+ *
18
+ * _.gt(3, 1);
19
+ * // => true
20
+ *
21
+ * _.gt(3, 3);
22
+ * // => false
23
+ *
24
+ * _.gt(1, 3);
25
+ * // => false
26
+ */
27
+ var gt = createRelationalOperation(baseGt);
28
+
29
+ module.exports = gt;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/gte.js ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var createRelationalOperation = require('./_createRelationalOperation');
2
+
3
+ /**
4
+ * Checks if `value` is greater than or equal to `other`.
5
+ *
6
+ * @static
7
+ * @memberOf _
8
+ * @since 3.9.0
9
+ * @category Lang
10
+ * @param {*} value The value to compare.
11
+ * @param {*} other The other value to compare.
12
+ * @returns {boolean} Returns `true` if `value` is greater than or equal to
13
+ * `other`, else `false`.
14
+ * @see _.lte
15
+ * @example
16
+ *
17
+ * _.gte(3, 1);
18
+ * // => true
19
+ *
20
+ * _.gte(3, 3);
21
+ * // => true
22
+ *
23
+ * _.gte(1, 3);
24
+ * // => false
25
+ */
26
+ var gte = createRelationalOperation(function(value, other) {
27
+ return value >= other;
28
+ });
29
+
30
+ module.exports = gte;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/has.js ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseHas = require('./_baseHas'),
2
+ hasPath = require('./_hasPath');
3
+
4
+ /**
5
+ * Checks if `path` is a direct property of `object`.
6
+ *
7
+ * @static
8
+ * @since 0.1.0
9
+ * @memberOf _
10
+ * @category Object
11
+ * @param {Object} object The object to query.
12
+ * @param {Array|string} path The path to check.
13
+ * @returns {boolean} Returns `true` if `path` exists, else `false`.
14
+ * @example
15
+ *
16
+ * var object = { 'a': { 'b': 2 } };
17
+ * var other = _.create({ 'a': _.create({ 'b': 2 }) });
18
+ *
19
+ * _.has(object, 'a');
20
+ * // => true
21
+ *
22
+ * _.has(object, 'a.b');
23
+ * // => true
24
+ *
25
+ * _.has(object, ['a', 'b']);
26
+ * // => true
27
+ *
28
+ * _.has(other, 'a');
29
+ * // => false
30
+ */
31
+ function has(object, path) {
32
+ return object != null && hasPath(object, path, baseHas);
33
+ }
34
+
35
+ module.exports = has;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/hasIn.js ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseHasIn = require('./_baseHasIn'),
2
+ hasPath = require('./_hasPath');
3
+
4
+ /**
5
+ * Checks if `path` is a direct or inherited property of `object`.
6
+ *
7
+ * @static
8
+ * @memberOf _
9
+ * @since 4.0.0
10
+ * @category Object
11
+ * @param {Object} object The object to query.
12
+ * @param {Array|string} path The path to check.
13
+ * @returns {boolean} Returns `true` if `path` exists, else `false`.
14
+ * @example
15
+ *
16
+ * var object = _.create({ 'a': _.create({ 'b': 2 }) });
17
+ *
18
+ * _.hasIn(object, 'a');
19
+ * // => true
20
+ *
21
+ * _.hasIn(object, 'a.b');
22
+ * // => true
23
+ *
24
+ * _.hasIn(object, ['a', 'b']);
25
+ * // => true
26
+ *
27
+ * _.hasIn(object, 'b');
28
+ * // => false
29
+ */
30
+ function hasIn(object, path) {
31
+ return object != null && hasPath(object, path, baseHasIn);
32
+ }
33
+
34
+ module.exports = hasIn;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/head.js ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Gets the first element of `array`.
3
+ *
4
+ * @static
5
+ * @memberOf _
6
+ * @since 0.1.0
7
+ * @alias first
8
+ * @category Array
9
+ * @param {Array} array The array to query.
10
+ * @returns {*} Returns the first element of `array`.
11
+ * @example
12
+ *
13
+ * _.head([1, 2, 3]);
14
+ * // => 1
15
+ *
16
+ * _.head([]);
17
+ * // => undefined
18
+ */
19
+ function head(array) {
20
+ return (array && array.length) ? array[0] : undefined;
21
+ }
22
+
23
+ module.exports = head;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/identity.js ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * This method returns the first argument it receives.
3
+ *
4
+ * @static
5
+ * @since 0.1.0
6
+ * @memberOf _
7
+ * @category Util
8
+ * @param {*} value Any value.
9
+ * @returns {*} Returns `value`.
10
+ * @example
11
+ *
12
+ * var object = { 'a': 1 };
13
+ *
14
+ * console.log(_.identity(object) === object);
15
+ * // => true
16
+ */
17
+ function identity(value) {
18
+ return value;
19
+ }
20
+
21
+ module.exports = identity;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/inRange.js ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseInRange = require('./_baseInRange'),
2
+ toFinite = require('./toFinite'),
3
+ toNumber = require('./toNumber');
4
+
5
+ /**
6
+ * Checks if `n` is between `start` and up to, but not including, `end`. If
7
+ * `end` is not specified, it's set to `start` with `start` then set to `0`.
8
+ * If `start` is greater than `end` the params are swapped to support
9
+ * negative ranges.
10
+ *
11
+ * @static
12
+ * @memberOf _
13
+ * @since 3.3.0
14
+ * @category Number
15
+ * @param {number} number The number to check.
16
+ * @param {number} [start=0] The start of the range.
17
+ * @param {number} end The end of the range.
18
+ * @returns {boolean} Returns `true` if `number` is in the range, else `false`.
19
+ * @see _.range, _.rangeRight
20
+ * @example
21
+ *
22
+ * _.inRange(3, 2, 4);
23
+ * // => true
24
+ *
25
+ * _.inRange(4, 8);
26
+ * // => true
27
+ *
28
+ * _.inRange(4, 2);
29
+ * // => false
30
+ *
31
+ * _.inRange(2, 2);
32
+ * // => false
33
+ *
34
+ * _.inRange(1.2, 2);
35
+ * // => true
36
+ *
37
+ * _.inRange(5.2, 4);
38
+ * // => false
39
+ *
40
+ * _.inRange(-3, -2, -6);
41
+ * // => true
42
+ */
43
+ function inRange(number, start, end) {
44
+ start = toFinite(start);
45
+ if (end === undefined) {
46
+ end = start;
47
+ start = 0;
48
+ } else {
49
+ end = toFinite(end);
50
+ }
51
+ number = toNumber(number);
52
+ return baseInRange(number, start, end);
53
+ }
54
+
55
+ module.exports = inRange;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/includes.js ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseIndexOf = require('./_baseIndexOf'),
2
+ isArrayLike = require('./isArrayLike'),
3
+ isString = require('./isString'),
4
+ toInteger = require('./toInteger'),
5
+ values = require('./values');
6
+
7
+ /* Built-in method references for those with the same name as other `lodash` methods. */
8
+ var nativeMax = Math.max;
9
+
10
+ /**
11
+ * Checks if `value` is in `collection`. If `collection` is a string, it's
12
+ * checked for a substring of `value`, otherwise
13
+ * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
14
+ * is used for equality comparisons. If `fromIndex` is negative, it's used as
15
+ * the offset from the end of `collection`.
16
+ *
17
+ * @static
18
+ * @memberOf _
19
+ * @since 0.1.0
20
+ * @category Collection
21
+ * @param {Array|Object|string} collection The collection to inspect.
22
+ * @param {*} value The value to search for.
23
+ * @param {number} [fromIndex=0] The index to search from.
24
+ * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`.
25
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
26
+ * @example
27
+ *
28
+ * _.includes([1, 2, 3], 1);
29
+ * // => true
30
+ *
31
+ * _.includes([1, 2, 3], 1, 2);
32
+ * // => false
33
+ *
34
+ * _.includes({ 'a': 1, 'b': 2 }, 1);
35
+ * // => true
36
+ *
37
+ * _.includes('abcd', 'bc');
38
+ * // => true
39
+ */
40
+ function includes(collection, value, fromIndex, guard) {
41
+ collection = isArrayLike(collection) ? collection : values(collection);
42
+ fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0;
43
+
44
+ var length = collection.length;
45
+ if (fromIndex < 0) {
46
+ fromIndex = nativeMax(length + fromIndex, 0);
47
+ }
48
+ return isString(collection)
49
+ ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1)
50
+ : (!!length && baseIndexOf(collection, value, fromIndex) > -1);
51
+ }
52
+
53
+ module.exports = includes;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/index.js ADDED
@@ -0,0 +1 @@
 
 
1
+ module.exports = require('./lodash');
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/indexOf.js ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseIndexOf = require('./_baseIndexOf'),
2
+ toInteger = require('./toInteger');
3
+
4
+ /* Built-in method references for those with the same name as other `lodash` methods. */
5
+ var nativeMax = Math.max;
6
+
7
+ /**
8
+ * Gets the index at which the first occurrence of `value` is found in `array`
9
+ * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
10
+ * for equality comparisons. If `fromIndex` is negative, it's used as the
11
+ * offset from the end of `array`.
12
+ *
13
+ * @static
14
+ * @memberOf _
15
+ * @since 0.1.0
16
+ * @category Array
17
+ * @param {Array} array The array to inspect.
18
+ * @param {*} value The value to search for.
19
+ * @param {number} [fromIndex=0] The index to search from.
20
+ * @returns {number} Returns the index of the matched value, else `-1`.
21
+ * @example
22
+ *
23
+ * _.indexOf([1, 2, 1, 2], 2);
24
+ * // => 1
25
+ *
26
+ * // Search from the `fromIndex`.
27
+ * _.indexOf([1, 2, 1, 2], 2, 2);
28
+ * // => 3
29
+ */
30
+ function indexOf(array, value, fromIndex) {
31
+ var length = array == null ? 0 : array.length;
32
+ if (!length) {
33
+ return -1;
34
+ }
35
+ var index = fromIndex == null ? 0 : toInteger(fromIndex);
36
+ if (index < 0) {
37
+ index = nativeMax(length + index, 0);
38
+ }
39
+ return baseIndexOf(array, value, index);
40
+ }
41
+
42
+ module.exports = indexOf;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/initial.js ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseSlice = require('./_baseSlice');
2
+
3
+ /**
4
+ * Gets all but the last element of `array`.
5
+ *
6
+ * @static
7
+ * @memberOf _
8
+ * @since 0.1.0
9
+ * @category Array
10
+ * @param {Array} array The array to query.
11
+ * @returns {Array} Returns the slice of `array`.
12
+ * @example
13
+ *
14
+ * _.initial([1, 2, 3]);
15
+ * // => [1, 2]
16
+ */
17
+ function initial(array) {
18
+ var length = array == null ? 0 : array.length;
19
+ return length ? baseSlice(array, 0, -1) : [];
20
+ }
21
+
22
+ module.exports = initial;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/intersection.js ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var arrayMap = require('./_arrayMap'),
2
+ baseIntersection = require('./_baseIntersection'),
3
+ baseRest = require('./_baseRest'),
4
+ castArrayLikeObject = require('./_castArrayLikeObject');
5
+
6
+ /**
7
+ * Creates an array of unique values that are included in all given arrays
8
+ * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
9
+ * for equality comparisons. The order and references of result values are
10
+ * determined by the first array.
11
+ *
12
+ * @static
13
+ * @memberOf _
14
+ * @since 0.1.0
15
+ * @category Array
16
+ * @param {...Array} [arrays] The arrays to inspect.
17
+ * @returns {Array} Returns the new array of intersecting values.
18
+ * @example
19
+ *
20
+ * _.intersection([2, 1], [2, 3]);
21
+ * // => [2]
22
+ */
23
+ var intersection = baseRest(function(arrays) {
24
+ var mapped = arrayMap(arrays, castArrayLikeObject);
25
+ return (mapped.length && mapped[0] === arrays[0])
26
+ ? baseIntersection(mapped)
27
+ : [];
28
+ });
29
+
30
+ module.exports = intersection;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/intersectionBy.js ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var arrayMap = require('./_arrayMap'),
2
+ baseIntersection = require('./_baseIntersection'),
3
+ baseIteratee = require('./_baseIteratee'),
4
+ baseRest = require('./_baseRest'),
5
+ castArrayLikeObject = require('./_castArrayLikeObject'),
6
+ last = require('./last');
7
+
8
+ /**
9
+ * This method is like `_.intersection` except that it accepts `iteratee`
10
+ * which is invoked for each element of each `arrays` to generate the criterion
11
+ * by which they're compared. The order and references of result values are
12
+ * determined by the first array. The iteratee is invoked with one argument:
13
+ * (value).
14
+ *
15
+ * @static
16
+ * @memberOf _
17
+ * @since 4.0.0
18
+ * @category Array
19
+ * @param {...Array} [arrays] The arrays to inspect.
20
+ * @param {Function} [iteratee=_.identity] The iteratee invoked per element.
21
+ * @returns {Array} Returns the new array of intersecting values.
22
+ * @example
23
+ *
24
+ * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor);
25
+ * // => [2.1]
26
+ *
27
+ * // The `_.property` iteratee shorthand.
28
+ * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x');
29
+ * // => [{ 'x': 1 }]
30
+ */
31
+ var intersectionBy = baseRest(function(arrays) {
32
+ var iteratee = last(arrays),
33
+ mapped = arrayMap(arrays, castArrayLikeObject);
34
+
35
+ if (iteratee === last(mapped)) {
36
+ iteratee = undefined;
37
+ } else {
38
+ mapped.pop();
39
+ }
40
+ return (mapped.length && mapped[0] === arrays[0])
41
+ ? baseIntersection(mapped, baseIteratee(iteratee, 2))
42
+ : [];
43
+ });
44
+
45
+ module.exports = intersectionBy;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/intersectionWith.js ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var arrayMap = require('./_arrayMap'),
2
+ baseIntersection = require('./_baseIntersection'),
3
+ baseRest = require('./_baseRest'),
4
+ castArrayLikeObject = require('./_castArrayLikeObject'),
5
+ last = require('./last');
6
+
7
+ /**
8
+ * This method is like `_.intersection` except that it accepts `comparator`
9
+ * which is invoked to compare elements of `arrays`. The order and references
10
+ * of result values are determined by the first array. The comparator is
11
+ * invoked with two arguments: (arrVal, othVal).
12
+ *
13
+ * @static
14
+ * @memberOf _
15
+ * @since 4.0.0
16
+ * @category Array
17
+ * @param {...Array} [arrays] The arrays to inspect.
18
+ * @param {Function} [comparator] The comparator invoked per element.
19
+ * @returns {Array} Returns the new array of intersecting values.
20
+ * @example
21
+ *
22
+ * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];
23
+ * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }];
24
+ *
25
+ * _.intersectionWith(objects, others, _.isEqual);
26
+ * // => [{ 'x': 1, 'y': 2 }]
27
+ */
28
+ var intersectionWith = baseRest(function(arrays) {
29
+ var comparator = last(arrays),
30
+ mapped = arrayMap(arrays, castArrayLikeObject);
31
+
32
+ comparator = typeof comparator == 'function' ? comparator : undefined;
33
+ if (comparator) {
34
+ mapped.pop();
35
+ }
36
+ return (mapped.length && mapped[0] === arrays[0])
37
+ ? baseIntersection(mapped, undefined, comparator)
38
+ : [];
39
+ });
40
+
41
+ module.exports = intersectionWith;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/invert.js ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var constant = require('./constant'),
2
+ createInverter = require('./_createInverter'),
3
+ identity = require('./identity');
4
+
5
+ /** Used for built-in method references. */
6
+ var objectProto = Object.prototype;
7
+
8
+ /**
9
+ * Used to resolve the
10
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
11
+ * of values.
12
+ */
13
+ var nativeObjectToString = objectProto.toString;
14
+
15
+ /**
16
+ * Creates an object composed of the inverted keys and values of `object`.
17
+ * If `object` contains duplicate values, subsequent values overwrite
18
+ * property assignments of previous values.
19
+ *
20
+ * @static
21
+ * @memberOf _
22
+ * @since 0.7.0
23
+ * @category Object
24
+ * @param {Object} object The object to invert.
25
+ * @returns {Object} Returns the new inverted object.
26
+ * @example
27
+ *
28
+ * var object = { 'a': 1, 'b': 2, 'c': 1 };
29
+ *
30
+ * _.invert(object);
31
+ * // => { '1': 'c', '2': 'b' }
32
+ */
33
+ var invert = createInverter(function(result, value, key) {
34
+ if (value != null &&
35
+ typeof value.toString != 'function') {
36
+ value = nativeObjectToString.call(value);
37
+ }
38
+
39
+ result[value] = key;
40
+ }, constant(identity));
41
+
42
+ module.exports = invert;
novas/novacore-zephyr/groq-code-cli/node_modules/lodash/invertBy.js ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var baseIteratee = require('./_baseIteratee'),
2
+ createInverter = require('./_createInverter');
3
+
4
+ /** Used for built-in method references. */
5
+ var objectProto = Object.prototype;
6
+
7
+ /** Used to check objects for own properties. */
8
+ var hasOwnProperty = objectProto.hasOwnProperty;
9
+
10
+ /**
11
+ * Used to resolve the
12
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
13
+ * of values.
14
+ */
15
+ var nativeObjectToString = objectProto.toString;
16
+
17
+ /**
18
+ * This method is like `_.invert` except that the inverted object is generated
19
+ * from the results of running each element of `object` thru `iteratee`. The
20
+ * corresponding inverted value of each inverted key is an array of keys
21
+ * responsible for generating the inverted value. The iteratee is invoked
22
+ * with one argument: (value).
23
+ *
24
+ * @static
25
+ * @memberOf _
26
+ * @since 4.1.0
27
+ * @category Object
28
+ * @param {Object} object The object to invert.
29
+ * @param {Function} [iteratee=_.identity] The iteratee invoked per element.
30
+ * @returns {Object} Returns the new inverted object.
31
+ * @example
32
+ *
33
+ * var object = { 'a': 1, 'b': 2, 'c': 1 };
34
+ *
35
+ * _.invertBy(object);
36
+ * // => { '1': ['a', 'c'], '2': ['b'] }
37
+ *
38
+ * _.invertBy(object, function(value) {
39
+ * return 'group' + value;
40
+ * });
41
+ * // => { 'group1': ['a', 'c'], 'group2': ['b'] }
42
+ */
43
+ var invertBy = createInverter(function(result, value, key) {
44
+ if (value != null &&
45
+ typeof value.toString != 'function') {
46
+ value = nativeObjectToString.call(value);
47
+ }
48
+
49
+ if (hasOwnProperty.call(result, value)) {
50
+ result[value].push(key);
51
+ } else {
52
+ result[value] = [key];
53
+ }
54
+ }, baseIteratee);
55
+
56
+ module.exports = invertBy;