skypager-project
Version:
skypager project framework
2,252 lines (2,230 loc) • 52.8 kB
JavaScript
module.exports =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/ // identity function for calling harmory imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };
/******/ // define getter function for harmory exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ };
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "/";
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 168);
/******/ })
/************************************************************************/
/******/ ({
/***/ 168:
/***/ function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(77);
/***/ },
/***/ 77:
/***/ function(module, exports) {
module.exports = {
"path": "/Users/jonathan/Skypager/packages/skypager-project/src/selectors/dependencies.js",
"ast": {
"type": "File",
"start": 0,
"end": 233,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 13,
"column": 5
}
},
"program": {
"type": "Program",
"start": 0,
"end": 233,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 13,
"column": 5
}
},
"sourceType": "module",
"body": [
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_extends2"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "babel-runtime/helpers/extends",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
]
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_extends3"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_extends2"
}
]
}
}
]
},
{
"type": "FunctionDeclaration",
"id": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"name": "obj"
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "ConditionalExpression",
"test": {
"type": "LogicalExpression",
"left": {
"type": "Identifier",
"name": "obj"
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "obj"
},
"property": {
"type": "Identifier",
"name": "__esModule"
},
"computed": false
}
},
"consequent": {
"type": "Identifier",
"name": "obj"
},
"alternate": {
"type": "ObjectExpression",
"properties": [
{
"type": "ObjectProperty",
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"name": "default"
},
"value": {
"type": "Identifier",
"name": "obj"
}
}
]
}
}
}
],
"directives": []
},
"extra": {
"parenthesized": true,
"parenStart": 3
}
},
{
"type": "ExpressionStatement",
"start": 0,
"end": 233,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 13,
"column": 5
}
},
"expression": {
"type": "AssignmentExpression",
"start": 0,
"end": 233,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 13,
"column": 5
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 0,
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 14
}
},
"object": {
"type": "Identifier",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "module"
},
"name": "module"
},
"property": {
"type": "Identifier",
"start": 7,
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 14
},
"identifierName": "exports"
},
"name": "exports"
},
"computed": false
},
"right": {
"type": "FunctionExpression",
"start": 17,
"end": 233,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 13,
"column": 5
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 18,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 23
},
"identifierName": "chain"
},
"name": "chain"
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "CallExpression",
"start": 28,
"end": 233,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 13,
"column": 5
}
},
"callee": {
"type": "MemberExpression",
"start": 28,
"end": 185,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 10,
"column": 9
}
},
"object": {
"type": "CallExpression",
"start": 28,
"end": 175,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 9,
"column": 11
}
},
"callee": {
"type": "MemberExpression",
"start": 28,
"end": 173,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 9,
"column": 9
}
},
"object": {
"type": "CallExpression",
"start": 28,
"end": 163,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 8,
"column": 3
}
},
"callee": {
"type": "MemberExpression",
"start": 28,
"end": 60,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 3,
"column": 7
}
},
"object": {
"type": "CallExpression",
"start": 28,
"end": 52,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 2,
"column": 18
}
},
"callee": {
"type": "MemberExpression",
"start": 28,
"end": 40,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 2,
"column": 6
}
},
"object": {
"type": "Identifier",
"start": 28,
"end": 33,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 1,
"column": 33
},
"identifierName": "chain"
},
"name": "chain"
},
"property": {
"type": "Identifier",
"start": 37,
"end": 40,
"loc": {
"start": {
"line": 2,
"column": 3
},
"end": {
"line": 2,
"column": 6
},
"identifierName": "get"
},
"name": "get"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 41,
"end": 51,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 17
}
},
"extra": {
"rawValue": "manifest",
"raw": "'manifest'"
},
"value": "manifest"
}
]
},
"property": {
"type": "Identifier",
"start": 56,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 3
},
"end": {
"line": 3,
"column": 7
},
"identifierName": "pick"
},
"name": "pick"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 66,
"end": 88,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 26
}
},
"extra": {
"rawValue": "optionalDependencies",
"raw": "'optionalDependencies'"
},
"value": "optionalDependencies"
},
{
"type": "StringLiteral",
"start": 94,
"end": 112,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 5,
"column": 22
}
},
"extra": {
"rawValue": "peerDependencies",
"raw": "'peerDependencies'"
},
"value": "peerDependencies"
},
{
"type": "StringLiteral",
"start": 119,
"end": 136,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 21
}
},
"extra": {
"rawValue": "devDependencies",
"raw": "'devDependencies'"
},
"value": "devDependencies"
},
{
"type": "StringLiteral",
"start": 143,
"end": 157,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 18
}
},
"extra": {
"rawValue": "dependencies",
"raw": "'dependencies'"
},
"value": "dependencies"
}
]
},
"property": {
"type": "Identifier",
"start": 167,
"end": 173,
"loc": {
"start": {
"line": 9,
"column": 3
},
"end": {
"line": 9,
"column": 9
},
"identifierName": "values"
},
"name": "values"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 179,
"end": 185,
"loc": {
"start": {
"line": 10,
"column": 3
},
"end": {
"line": 10,
"column": 9
},
"identifierName": "reduce"
},
"name": "reduce"
},
"computed": false
},
"arguments": [
{
"type": "FunctionExpression",
"start": 186,
"end": 232,
"loc": {
"start": {
"line": 10,
"column": 10
},
"end": {
"line": 13,
"column": 4
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 187,
"end": 191,
"loc": {
"start": {
"line": 10,
"column": 11
},
"end": {
"line": 10,
"column": 15
},
"identifierName": "memo"
},
"name": "memo"
},
{
"type": "Identifier",
"start": 192,
"end": 195,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 19
},
"identifierName": "obj"
},
"name": "obj"
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "CallExpression",
"callee": {
"type": "SequenceExpression",
"expressions": [
{
"type": "NumericLiteral",
"value": 0
},
{
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "_extends3"
},
"property": {
"type": "Identifier",
"name": "default"
},
"computed": false
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"arguments": [
{
"type": "ObjectExpression",
"properties": []
},
{
"type": "Identifier",
"start": 210,
"end": 214,
"loc": {
"start": {
"line": 11,
"column": 7
},
"end": {
"line": 11,
"column": 11
},
"identifierName": "memo"
},
"name": "memo"
},
{
"type": "Identifier",
"start": 223,
"end": 226,
"loc": {
"start": {
"line": 12,
"column": 7
},
"end": {
"line": 12,
"column": 10
},
"identifierName": "obj"
},
"name": "obj"
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
],
"directives": []
},
"shadow": true
}
]
}
}
],
"directives": []
},
"shadow": true
}
}
}
],
"directives": [
{
"type": "Directive",
"value": {
"type": "DirectiveLiteral",
"value": "use strict"
}
}
]
},
"comments": [],
"tokens": [
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "module",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6,
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 6
},
"end": {
"line": 1,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "exports",
"start": 7,
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 15,
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 15
},
"end": {
"line": 1,
"column": 16
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 17,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "chain",
"start": 18,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 23,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 23
},
"end": {
"line": 1,
"column": 24
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 25,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "chain",
"start": 28,
"end": 33,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 1,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 36,
"end": 37,
"loc": {
"start": {
"line": 2,
"column": 2
},
"end": {
"line": 2,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "get",
"start": 37,
"end": 40,
"loc": {
"start": {
"line": 2,
"column": 3
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 40,
"end": 41,
"loc": {
"start": {
"line": 2,
"column": 6
},
"end": {
"line": 2,
"column": 7
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "manifest",
"start": 41,
"end": 51,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 51,
"end": 52,
"loc": {
"start": {
"line": 2,
"column": 17
},
"end": {
"line": 2,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 55,
"end": 56,
"loc": {
"start": {
"line": 3,
"column": 2
},
"end": {
"line": 3,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pick",
"start": 56,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 3
},
"end": {
"line": 3,
"column": 7
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 60,
"end": 61,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 8
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "optionalDependencies",
"start": 66,
"end": 88,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 26
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 88,
"end": 89,
"loc": {
"start": {
"line": 4,
"column": 26
},
"end": {
"line": 4,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "peerDependencies",
"start": 94,
"end": 112,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 5,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 112,
"end": 113,
"loc": {
"start": {
"line": 5,
"column": 22
},
"end": {
"line": 5,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "devDependencies",
"start": 119,
"end": 136,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 136,
"end": 137,
"loc": {
"start": {
"line": 6,
"column": 21
},
"end": {
"line": 6,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "dependencies",
"start": 143,
"end": 157,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 157,
"end": 158,
"loc": {
"start": {
"line": 7,
"column": 18
},
"end": {
"line": 7,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 162,
"end": 163,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 166,
"end": 167,
"loc": {
"start": {
"line": 9,
"column": 2
},
"end": {
"line": 9,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "values",
"start": 167,
"end": 173,
"loc": {
"start": {
"line": 9,
"column": 3
},
"end": {
"line": 9,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 173,
"end": 174,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 10
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 174,
"end": 175,
"loc": {
"start": {
"line": 9,
"column": 10
},
"end": {
"line": 9,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 178,
"end": 179,
"loc": {
"start": {
"line": 10,
"column": 2
},
"end": {
"line": 10,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reduce",
"start": 179,
"end": 185,
"loc": {
"start": {
"line": 10,
"column": 3
},
"end": {
"line": 10,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 185,
"end": 186,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 186,
"end": 187,
"loc": {
"start": {
"line": 10,
"column": 10
},
"end": {
"line": 10,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "memo",
"start": 187,
"end": 191,
"loc": {
"start": {
"line": 10,
"column": 11
},
"end": {
"line": 10,
"column": 15
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 191,
"end": 192,
"loc": {
"start": {
"line": 10,
"column": 15
},
"end": {
"line": 10,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "obj",
"start": 192,
"end": 195,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 195,
"end": 196,
"loc": {
"start": {
"line": 10,
"column": 19
},
"end": {
"line": 10,
"column": 20
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 197,
"end": 199,
"loc": {
"start": {
"line": 10,
"column": 21
},
"end": {
"line": 10,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 200,
"end": 201,
"loc": {
"start": {
"line": 10,
"column": 24
},
"end": {
"line": 10,
"column": 25
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 201,
"end": 202,
"loc": {
"start": {
"line": 10,
"column": 25
},
"end": {
"line": 10,
"column": 26
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 207,
"end": 210,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "memo",
"start": 210,
"end": 214,
"loc": {
"start": {
"line": 11,
"column": 7
},
"end": {
"line": 11,
"column": 11
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 214,
"end": 215,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"column": 12
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 220,
"end": 223,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "obj",
"start": 223,
"end": 226,
"loc": {
"start": {
"line": 12,
"column": 7
},
"end": {
"line": 12,
"column": 10
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 226,
"end": 227,
"loc": {
"start": {
"line": 12,
"column": 10
},
"end": {
"line": 12,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 230,
"end": 231,
"loc": {
"start": {
"line": 13,
"column": 2
},
"end": {
"line": 13,
"column": 3
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 231,
"end": 232,
"loc": {
"start": {
"line": 13,
"column": 3
},
"end": {
"line": 13,
"column": 4
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 232,
"end": 233,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 5
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 233,
"end": 233,
"loc": {
"start": {
"line": 13,
"column": 5
},
"end": {
"line": 13,
"column": 5
}
}
}
]
},
"meta": {
"usedHelpers": [
{
"0": "e",
"1": "x",
"2": "t",
"3": "e",
"4": "n",
"5": "d",
"6": "s",
"bold": "\u001b[1mextends\u001b[22m",
"strip": "extends",
"stripColors": "extends",
"trap": "ƎҲŦҼͶԁϨ",
"zalgo": "ẽ̷͓̪͈̹̱̝̜̠͍̞͙̞̪̥̯͕̭̰͎̮̖̘̰̮͉̭͚͇̠̠͇̱̟͕̫̠̖͎͈̼̞̜͇͕̣̖̻̻͚̼̫̠̹̩̲͓͙̬̲͒͊͐ͫͯ̉͊ͫ̄ͣ̈ͦ̌͢͞x̶̢̘͔̦̳̦̰̳̙͎̭̤͚̤̩̮̪͙̙̘̪͙̭̩͓̭̩̱̲̩̳̺͕̼̖̻̮̝̜͍ͨ̎̅ͥ̀̀̚̚͢͡ͅt̻̮͙̣̲̤͓̠̯̥͉͍͍̹͕̱̮̱̤͕͖͔̣̪͍̯̗̠͚̺̝̮͕̠̗̗͕̦̟̰̝̻̦̟͚̥̟̓̍̊̓́̀e̶̶̵̦̙̰̯̗͔͙̗̯̲̖̱̞̟͚̺̜̟̫̯͕̰̽̄ͪ͗̎̅͋͑ͭ̕͢ͅn̷͙̺̳̤̪̯̱̯̥̝͙̲̘͕̣̪̣̫̣̳̲͎͔̖̹̲̗̪̪̱͇̗ͬ̎̍ͨͤ͛ͭ̉̉ͪͥ̎̊͛̃͟͟͝͝ͅd̵̵̨̡̝̞̗̠̲̪̼͖̹̻̗͖̻̩̝̩̞͔̻̼̟̪̞͇̘̗̼̮̟͖͈̖̼̟͈͔̰͖̪͎̣̮̠̥͇̻͉̣̫͙̗̜͓̮̠͔̦̫̠̳̝͍̮͈͍̝͂ͥͯ̏͞ͅs̸̢̥̦͍͙̮̜̮̘͉͇̏ͯͧ͊̾̐͑͆ͨ̀̅̔́̆́̚͜͠",
"zebra": "e\u001b[7mx\u001b[27mt\u001b[7me\u001b[27mn\u001b[7md\u001b[27ms",
"rainbow": "\u001b[31me\u001b[39m\u001b[33mx\u001b[39m\u001b[32mt\u001b[39m\u001b[34me\u001b[39m\u001b[35mn\u001b[39m\u001b[31md\u001b[39m\u001b[33ms\u001b[39m",
"random": "\u001b[7me\u001b[27m\u001b[31mx\u001b[39m\u001b[37mt\u001b[39m\u001b[4me\u001b[24m\u001b[31mn\u001b[39m\u001b[32md\u001b[39m\u001b[35ms\u001b[39m",
"america": "\u001b[31me\u001b[39m\u001b[37mx\u001b[39m\u001b[34mt\u001b[39m\u001b[31me\u001b[39m\u001b[37mn\u001b[39m\u001b[34md\u001b[39m\u001b[31ms\u001b[39m",
"reset": "\u001b[0mextends\u001b[0m",
"dim": "\u001b[2mextends\u001b[22m",
"italic": "\u001b[3mextends\u001b[23m",
"underline": "\u001b[4mextends\u001b[24m",
"inverse": "\u001b[7mextends\u001b[27m",
"hidden": "\u001b[8mextends\u001b[28m",
"strikethrough": "\u001b[9mextends\u001b[29m",
"black": "\u001b[30mextends\u001b[39m",
"red": "\u001b[31mextends\u001b[39m",
"green": "\u001b[32mextends\u001b[39m",
"yellow": "\u001b[33mextends\u001b[39m",
"blue": "\u001b[34mextends\u001b[39m",
"magenta": "\u001b[35mextends\u001b[39m",
"cyan": "\u001b[36mextends\u001b[39m",
"white": "\u001b[37mextends\u001b[39m",
"gray": "\u001b[90mextends\u001b[39m",
"grey": "\u001b[90mextends\u001b[39m",
"bgBlack": "\u001b[40mextends\u001b[49m",
"bgRed": "\u001b[41mextends\u001b[49m",
"bgGreen": "\u001b[42mextends\u001b[49m",
"bgYellow": "\u001b[43mextends\u001b[49m",
"bgBlue": "\u001b[44mextends\u001b[49m",
"bgMagenta": "\u001b[45mextends\u001b[49m",
"bgCyan": "\u001b[46mextends\u001b[49m",
"bgWhite": "\u001b[47mextends\u001b[49m",
"blackBG": "\u001b[40mextends\u001b[49m",
"redBG": "\u001b[41mextends\u001b[49m",
"greenBG": "\u001b[42mextends\u001b[49m",
"yellowBG": "\u001b[43mextends\u001b[49m",
"blueBG": "\u001b[44mextends\u001b[49m",
"magentaBG": "\u001b[45mextends\u001b[49m",
"cyanBG": "\u001b[46mextends\u001b[49m",
"whiteBG": "\u001b[47mextends\u001b[49m"
},
{
"0": "i",
"1": "n",
"2": "t",
"3": "e",
"4": "r",
"5": "o",
"6": "p",
"7": "R",
"8": "e",
"9": "q",
"10": "u",
"11": "i",
"12": "r",
"13": "e",
"14": "D",
"15": "e",
"16": "f",
"17": "a",
"18": "u",
"19": "l",
"20": "t",
"bold": "\u001b[1minteropRequireDefault\u001b[22m",
"strip": "interopRequireDefault",
"stripColors": "interopRequireDefault",
"trap": "༏ͶŦĕʀøҎȐ੬্Ս༏ɌɘԁɘӺΛƱĹŁ",
"zalgo": "ȉ̡̧͚̫̭̭̝͍̳̤̱͓͓͎͈͙̙̲̮̜͙̳͔͉̹̬̞̗͈̟̟͚̹̙͙͇̻̣̭ͬͭ͒̍͊ͩ̓̍̀n̴̮͈̰͈̪͖̼̤̣͕͍̻̘̯̜̠̤̙̹̫̺̼̼̞͖̜͕̼͙̜̯̝̹͔̬̳͈̤̬̙̮̣̝̝͍̫̝͇̞͔̣͎̮̜̟͊ͣ͛̉̎̊ͥ̐̊̾̍̈ͥͪͨ̾̔̚͝͡͝ͅţ̗̺̱̹̯͕̜͉̥̻̰͈̞͈͇͖͉̠̼̗͉̩̪̗͇̰̲̞͎̦͕̰̺̰͎̪͌ͣ͆̿ͭ̀̕͞e̸̡̗̙͚͈̠̰̳̻̺̘͙̖̭̟͈̻͉̖̼̎̄ͪ̇̔ͫ͗̓r̸͕͓͍͓̘̜̜͖͎͓̙͖̯͉̬̞͖͙͓͙͔͍̜̹̩̠͓̦͕̟͖̖̭͇͈͔̝̟̣̮̮̼̼̺̹̙̺̱͙͕̮̻̖͕̣͍̰̙͓̠͔̞͉̝͍͑ͦ̍ͮ͊̃ͬͪ͑͗͊ͤͪͤ̑̌͋ͨ͞ͅo̶̠͓̥̘̭̲̭̺͙͖͓͖̬̪͙̺̙̪̰̺̜͔̎ͣ̾ͯ͌ͫ͂̊̉̍͂̎ͩͩ͆̈́̀̚͢͝p̸̩̲͕̲͇̼̺̲͉̥̲̭̙̞̦̜̗̝̫̫̮̞̫̻̩̥̅̆͗ͤͩ̅̃̾̋ͧ̋̿̉ͮͦ͊̊͐͜͞R̷̸̛̫̲̼̬̖̠͎̭͎͇̦̘͖̘̯͖̦̦̞̻͕͍̟̜̤͋ͧ̆ͧͥ̽ͬͧ̌̍̒͒̂͜͡ͅe̴̶̸̖̮̫̮̰͙̻͇̯͚̮̱̞̻̼̲̖̺̞̣̠̺͙̹̟̼̙͚̜̟̹̫̙̟̝̫̻̤͇̫̩͎ͦ̃̽͒́̈ͩ͘ͅͅq̨͌̔̿ͯͨ͒͑͑̑̔ͭ͌͑̾̄ͯ̌͐͝ ҉̢͙͎̰̦̻̫̰͔̣̲̰̪̯͎̪̼̤͍̟̜̙̩̜̗̥̱̳̥̙̻̻͎͔̜̰̲͕̱̹̪̲̲̖̣̯̻͎̲̙̮̫̳̯̙̗̖̼͖͟ų̵̛̤͖̝͇͔̬̬̰̲̻̬̙̰͎̰̠̻̪͈̫͍̫͉͓̲͍͖̫̪̩͓̫̭̗̪͚̳̮͇̬͔͉̰͙̭͙̼̻̗̯̣̱̲͕̗̼̰̹̺̪ͥ͗̎̈̒ͫ̽̆͘͡i̸̛̙̠̠̪̭̗̻̩͎͎͉̗̙̪̻̤͕̜̜̣͇̙̙͎̭̫͚̹̼̱̘͖͍̹ͯ̾ͭͣͬͥ̎̏̐̚ͅr̷̡̳͇͎͕͇̞̲͉͈ͮ̈ͮͧͭ̇͗ͬͯͧͨͧ͒͑̃̄ͫ̋̐́̕͜ͅȩ̻̝̰̞̜̦͖̫̼̻̘̭̹̤̣̭͔̗͉͓̼̫̺̻̹̝̹̪͎̮̳̼̭͖̟̱̥̗̬̙̣͚̟̺̗̳̣͇̖̼̤̫̹̮͔ͭ͋̿̃ͦ̔̇̃̍ͦ̉́͘ͅḐ̶̷̳̲̱̲ͪ͒̆̓̃̆̂ͮ̆̚͞ȩ̛̪̰̗̝̱̥͉͗̀̿̊ͮ͜͡͞f̷̠͙͕̫̻̹̩̭̱̙̪̜̱ͨͧ͋̿̕͟͝ͅa͍̜͖̤̭̣̲̗̙̻͎̻̫̣̰͖͍̙̪̯̬̗̗̼͔̙̖̱̜̼̼͇͎̼̰̱͈̝͈̗̞͎̳̮͕̯̠̯͎̱̼̱̖̳̻̯̩͚͆̐̈ͯ̽ͣͪͧ͗̅ͥ̍͜͞͞ͅu̖̳͇̱̟̩̗̜̙̩̠̣͈̹̜͇͍̗̝̝͕̘͈ͧ̂ͭ̂̃̂̕̕͡͞ͅͅḷ̸̡̞͚̭̫̭̲̭̦͓̩̱̘̩̝̖̘̪̠͕͋̈͂ͮ̀͠ͅt̷͖̘̬̩̬̠̰̳̳͇̘̝̩̜̼̤̥̩̰͚̖͎̺͓̬͙̮͕͔͚̤̙̜̩͕̟̜̯̮͖̜͇̱̠̲̜̠̖͉̣̠̹̦̞̘̘̙̮̞ͩ̃ͨͦ̄̉̌̽ͪ̈ͩ́́̚̚͢ͅͅͅ",
"zebra": "i\u001b[7mn\u001b[27mt\u001b[7me\u001b[27mr\u001b[7mo\u001b[27mp\u001b[7mR\u001b[27me\u001b[7mq\u001b[27mu\u001b[7mi\u001b[27mr\u001b[7me\u001b[27mD\u001b[7me\u001b[27mf\u001b[7ma\u001b[27mu\u001b[7ml\u001b[27mt",
"rainbow": "\u001b[31mi\u001b[39m\u001b[33mn\u001b[39m\u001b[32mt\u001b[39m\u001b[34me\u001b[39m\u001b[35mr\u001b[39m\u001b[31mo\u001b[39m\u001b[33mp\u001b[39m\u001b[32mR\u001b[39m\u001b[34me\u001b[39m\u001b[35mq\u001b[39m\u001b[31mu\u001b[39m\u001b[33mi\u001b[39m\u001b[32mr\u001b[39m\u001b[34me\u001b[39m\u001b[35mD\u001b[39m\u001b[31me\u001b[39m\u001b[33mf\u001b[39m\u001b[32ma\u001b[39m\u001b[34mu\u001b[39m\u001b[35ml\u001b[39m\u001b[31mt\u001b[39m",
"random": "\u001b[36mi\u001b[39m\u001b[36mn\u001b[39m\u001b[37mt\u001b[39m\u001b[7me\u001b[27m\u001b[7mr\u001b[27m\u001b[31mo\u001b[39m\u001b[33mp\u001b[39m\u001b[90mR\u001b[39m\u001b[37me\u001b[39m\u001b[36mq\u001b[39m\u001b[31mu\u001b[39m\u001b[32mi\u001b[39m\u001b[34mr\u001b[39m\u001b[35me\u001b[39m\u001b[37mD\u001b[39m\u001b[31me\u001b[39m\u001b[37mf\u001b[39m\u001b[31ma\u001b[39m\u001b[36mu\u001b[39m\u001b[36ml\u001b[39m\u001b[37mt\u001b[39m",
"america": "\u001b[31mi\u001b[39m\u001b[37mn\u001b[39m\u001b[34mt\u001b[39m\u001b[31me\u001b[39m\u001b[37mr\u001b[39m\u001b[34mo\u001b[39m\u001b[31mp\u001b[39m\u001b[37mR\u001b[39m\u001b[34me\u001b[39m\u001b[31mq\u001b[39m\u001b[37mu\u001b[39m\u001b[34mi\u001b[39m\u001b[31mr\u001b[39m\u001b[37me\u001b[39m\u001b[34mD\u001b[39m\u001b[31me\u001b[39m\u001b[37mf\u001b[39m\u001b[34ma\u001b[39m\u001b[31mu\u001b[39m\u001b[37ml\u001b[39m\u001b[34mt\u001b[39m",
"reset": "\u001b[0minteropRequireDefault\u001b[0m",
"dim": "\u001b[2minteropRequireDefault\u001b[22m",
"italic": "\u001b[3minteropRequireDefault\u001b[23m",
"underline": "\u001b[4minteropRequireDefault\u001b[24m",
"inverse": "\u001b[7minteropRequireDefault\u001b[27m",
"hidden": "\u001b[8minteropRequireDefault\u001b[28m",
"strikethrough": "\u001b[9minteropRequireDefault\u001b[29m",
"black": "\u001b[30minteropRequireDefault\u001b[39m",
"red": "\u001b[31minteropRequireDefault\u001b[39m",
"green": "\u001b[32minteropRequireDefault\u001b[39m",
"yellow": "\u001b[33minteropRequireDefault\u001b[39m",
"blue": "\u001b[34minteropRequireDefault\u001b[39m",
"magenta": "\u001b[35minteropRequireDefault\u001b[39m",
"cyan": "\u001b[36minteropRequireDefault\u001b[39m",