UNPKG

skypager-project

Version:
1,987 lines (1,965 loc) 139 kB
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 = 174); /******/ }) /************************************************************************/ /******/ ({ /***/ 174: /***/ function(module, exports, __webpack_require__) { module.exports = __webpack_require__(83); /***/ }, /***/ 83: /***/ function(module, exports) { module.exports = { "path": "/Users/jonathan/Skypager/packages/skypager-project/src/transformers/retext.js", "ast": { "type": "File", "start": 0, "end": 667, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 26, "column": 0 } }, "program": { "type": "Program", "start": 0, "end": 667, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 26, "column": 0 } }, "sourceType": "module", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "Object" }, "property": { "type": "Identifier", "name": "defineProperty" }, "computed": false }, "arguments": [ { "type": "Identifier", "name": "exports" }, { "type": "StringLiteral", "extra": { "rawValue": "__esModule", "raw": "\"__esModule\"" }, "value": "__esModule" }, { "type": "ObjectExpression", "properties": [ { "type": "ObjectProperty", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "value" }, "value": { "type": "BooleanLiteral", "value": true } } ] } ] } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "name": "applyTo", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "name": "profiles", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "name": "retext", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "Identifier", "name": "undefined", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "trailingComments": [], "leadingComments": [], "innerComments": [] } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_remark" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "remark", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_remark2" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_remark" } ] } } ] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_unified" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "unified", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 29 } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_unified2" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_unified" } ] } } ] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_remarkRetext" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "remark-retext", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ], "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 42 } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_remarkRetext2" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_remarkRetext" } ] } } ] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_retextEnglish" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "retext-english", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ], "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 4, "column": 36 } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_retextEnglish2" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_retextEnglish" } ] } } ] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_retextKeywords" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "require" }, "arguments": [ { "type": "StringLiteral", "value": "retext-keywords", "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } } ], "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 5, "column": 38 } } }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_retextKeywords2" }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "_interopRequireDefault" }, "arguments": [ { "type": "Identifier", "name": "_retextKeywords" } ] } } ] }, { "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": "VariableDeclaration", "start": 185, "end": 311, "loc": { "start": { "line": 7, "column": 7 }, "end": { "line": 10, "column": 62 } }, "declarations": [ { "type": "VariableDeclarator", "start": 191, "end": 311, "loc": { "start": { "line": 7, "column": 13 }, "end": { "line": 10, "column": 62 } }, "id": { "type": "Identifier", "start": 191, "end": 197, "loc": { "start": { "line": 7, "column": 13 }, "end": { "line": 7, "column": 19 }, "identifierName": "retext" }, "name": "retext", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "start": 191, "end": 197, "loc": { "start": { "line": 7, "column": 13 }, "end": { "line": 7, "column": 19 }, "identifierName": "retext" }, "name": "retext", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "FunctionExpression", "start": 200, "end": 311, "loc": { "start": { "line": 7, "column": 22 }, "end": { "line": 10, "column": 62 } }, "id": { "type": "Identifier", "start": 191, "end": 197, "loc": { "start": { "line": 7, "column": 13 }, "end": { "line": 7, "column": 19 }, "identifierName": "retext" }, "name": "retext", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 201, "end": 208, "loc": { "start": { "line": 7, "column": 23 }, "end": { "line": 7, "column": 30 }, "identifierName": "options" }, "name": "options", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "ConditionalExpression", "test": { "type": "LogicalExpression", "left": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "Identifier", "name": "length" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "value": 0, "trailingComments": [], "leadingComments": [], "innerComments": [] } }, "operator": "&&", "right": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 0, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "operator": "!==", "right": { "type": "Identifier", "name": "undefined" } } }, "consequent": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 0, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "alternate": { "type": "ObjectExpression", "start": 211, "end": 213, "loc": { "start": { "line": 7, "column": 33 }, "end": { "line": 7, "column": 35 } }, "properties": [], "trailingComments": [], "leadingComments": [], "innerComments": [] } } } ], "kind": "var" }, { "type": "ReturnStatement", "argument": { "type": "CallExpression", "start": 220, "end": 311, "loc": { "start": { "line": 8, "column": 2 }, "end": { "line": 10, "column": 62 } }, "callee": { "type": "MemberExpression", "start": 220, "end": 257, "loc": { "start": { "line": 8, "column": 2 }, "end": { "line": 10, "column": 8 } }, "object": { "type": "CallExpression", "start": 220, "end": 248, "loc": { "start": { "line": 8, "column": 2 }, "end": { "line": 9, "column": 18 } }, "callee": { "type": "MemberExpression", "start": 220, "end": 238, "loc": { "start": { "line": 8, "column": 2 }, "end": { "line": 9, "column": 8 } }, "object": { "type": "CallExpression", "start": 220, "end": 229, "loc": { "start": { "line": 8, "column": 2 }, "end": { "line": 8, "column": 11 } }, "callee": { "type": "SequenceExpression", "expressions": [ { "type": "NumericLiteral", "value": 0 }, { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_unified2" }, "property": { "type": "Identifier", "name": "default" }, "computed": false } ], "trailingComments": [], "leadingComments": [], "innerComments": [] }, "arguments": [] }, "property": { "type": "Identifier", "start": 235, "end": 238, "loc": { "start": { "line": 9, "column": 5 }, "end": { "line": 9, "column": 8 }, "identifierName": "use" }, "name": "use" }, "computed": false }, "arguments": [ { "type": "CallExpression", "start": 239, "end": 247, "loc": { "start": { "line": 9, "column": 9 }, "end": { "line": 9, "column": 17 } }, "callee": { "type": "SequenceExpression", "expressions": [ { "type": "NumericLiteral", "value": 0 }, { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_remark2" }, "property": { "type": "Identifier", "name": "default" }, "computed": false } ], "trailingComments": [], "leadingComments": [], "innerComments": [] }, "arguments": [] } ] }, "property": { "type": "Identifier", "start": 254, "end": 257, "loc": { "start": { "line": 10, "column": 5 }, "end": { "line": 10, "column": 8 }, "identifierName": "use" }, "name": "use" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_remarkRetext2" }, "property": { "type": "Identifier", "name": "default" }, "computed": false, "trailingComments": [], "leadingComments": [], "innerComments": [] }, { "type": "CallExpression", "start": 274, "end": 310, "loc": { "start": { "line": 10, "column": 25 }, "end": { "line": 10, "column": 61 } }, "callee": { "type": "MemberExpression", "start": 274, "end": 300, "loc": { "start": { "line": 10, "column": 25 }, "end": { "line": 10, "column": 51 } }, "object": { "type": "CallExpression", "start": 274, "end": 296, "loc": { "start": { "line": 10, "column": 25 }, "end": { "line": 10, "column": 47 } }, "callee": { "type": "MemberExpression", "start": 274, "end": 287, "loc": { "start": { "line": 10, "column": 25 }, "end": { "line": 10, "column": 38 } }, "object": { "type": "CallExpression", "start": 274, "end": 283, "loc": { "start": { "line": 10, "column": 25 }, "end": { "line": 10, "column": 34 } }, "callee": { "type": "SequenceExpression", "expressions": [ { "type": "NumericLiteral", "value": 0 }, { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_unified2" }, "property": { "type": "Identifier", "name": "default" }, "computed": false } ], "trailingComments": [], "leadingComments": [], "innerComments": [] }, "arguments": [] }, "property": { "type": "Identifier", "start": 284, "end": 287, "loc": { "start": { "line": 10, "column": 35 }, "end": { "line": 10, "column": 38 }, "identifierName": "use" }, "name": "use" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_retextEnglish2" }, "property": { "type": "Identifier", "name": "default" }, "computed": false, "trailingComments": [], "leadingComments": [], "innerComments": [] } ] }, "property": { "type": "Identifier", "start": 297, "end": 300, "loc": { "start": { "line": 10, "column": 48 }, "end": { "line": 10, "column": 51 }, "identifierName": "use" }, "name": "use" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_retextKeywords2" }, "property": { "type": "Identifier", "name": "default" }, "computed": false, "trailingComments": [], "leadingComments": [], "innerComments": [] } ] } ] } } ], "directives": [] }, "shadow": true }, "trailingComments": [], "leadingComments": [], "innerComments": [] } } ], "kind": "var", "trailingComments": [], "leadingComments": [], "innerComments": [] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "name": "default", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "FunctionExpression", "start": 328, "end": 453, "loc": { "start": { "line": 12, "column": 15 }, "end": { "line": 15, "column": 1 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 360, "end": 453, "loc": { "start": { "line": 12, "column": 47 }, "end": { "line": 15, "column": 1 } }, "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 329, "end": 336, "loc": { "start": { "line": 12, "column": 16 }, "end": { "line": 12, "column": 23 }, "identifierName": "options" }, "name": "options", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "ConditionalExpression", "test": { "type": "LogicalExpression", "left": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "Identifier", "name": "length" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "value": 0, "trailingComments": [], "leadingComments": [], "innerComments": [] } }, "operator": "&&", "right": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 0, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "operator": "!==", "right": { "type": "Identifier", "name": "undefined" } } }, "consequent": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 0, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "alternate": { "type": "ObjectExpression", "start": 339, "end": 341, "loc": { "start": { "line": 12, "column": 26 }, "end": { "line": 12, "column": 28 } }, "properties": [], "trailingComments": [], "leadingComments": [], "innerComments": [] } } } ], "kind": "var" }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 343, "end": 350, "loc": { "start": { "line": 12, "column": 30 }, "end": { "line": 12, "column": 37 }, "identifierName": "context" }, "name": "context", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "ConditionalExpression", "test": { "type": "LogicalExpression", "left": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "Identifier", "name": "length" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "value": 1, "trailingComments": [], "leadingComments": [], "innerComments": [] } }, "operator": "&&", "right": { "type": "BinaryExpression", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 1, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "operator": "!==", "right": { "type": "Identifier", "name": "undefined" } } }, "consequent": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "arguments", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "property": { "type": "NumericLiteral", "value": 1, "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": true }, "alternate": { "type": "ObjectExpression", "start": 353, "end": 355, "loc": { "start": { "line": 12, "column": 40 }, "end": { "line": 12, "column": 42 } }, "properties": [], "trailingComments": [], "leadingComments": [], "innerComments": [] } } } ], "kind": "var" }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_options$profile" }, "init": { "type": "MemberExpression", "object": { "type": "Identifier", "start": 396, "end": 403, "loc": { "start": { "line": 13, "column": 34 }, "end": { "line": 13, "column": 41 }, "identifierName": "options" }, "name": "options" }, "property": { "type": "Identifier", "start": 372, "end": 379, "loc": { "start": { "line": 13, "column": 10 }, "end": { "line": 13, "column": 17 }, "identifierName": "profile" }, "name": "profile" }, "computed": false } } ], "leadingComments": [] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 372, "end": 379, "loc": { "start": { "line": 13, "column": 10 }, "end": { "line": 13, "column": 17 }, "identifierName": "profile" }, "name": "profile" }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "_options$profile" }, "right": { "type": "Identifier", "name": "undefined" } }, "consequent": { "type": "StringLiteral", "start": 382, "end": 391, "loc": { "start": { "line": 13, "column": 20 }, "end": { "line": 13, "column": 29 } }, "extra": { "rawValue": "default", "raw": "'default'" }, "value": "default" }, "alternate": { "type": "Identifier", "name": "_options$profile" } } } ], "trailingComments": [] }, { "type": "ReturnStatement", "start": 406, "end": 451, "loc": { "start": { "line": 14, "column": 2 }, "end": { "line": 14, "column": 47 } }, "argument": { "type": "CallExpression", "start": 413, "end": 451, "loc": { "start": { "line": 14, "column": 9 }, "end": { "line": 14, "column": 47 } }, "callee": { "type": "LogicalExpression", "start": 414, "end": 441, "loc": { "start": { "line": 14, "column": 10 }, "end": { "line": 14, "column": 37 } }, "left": { "type": "MemberExpression", "start": 414, "end": 431, "loc": { "start": { "line": 14, "column": 10 }, "end": { "line": 14, "column": 27 } }, "object": { "type": "Identifier", "start": 414, "end": 422, "loc": { "start": { "line": 14, "column": 10 }, "end": { "line": 14, "column": 18 }, "identifierName": "profiles" }, "name": "profiles" }, "property": { "type": "Identifier", "start": 423, "end": 430, "loc": { "start": { "line": 14, "column": 19 }, "end": { "line": 14, "column": 26 }, "identifierName": "profile" }, "name": "profile" }, "computed": true }, "operator": "||", "right": { "type": "Identifier", "start": 435, "end": 441, "loc": { "start": { "line": 14, "column": 31 }, "end": { "line": 14, "column": 37 }, "identifierName": "retext" }, "name": "retext" }, "extra": { "parenthesized": true, "parenStart": 413 } }, "arguments": [ { "type": "Identifier", "start": 443, "end": 450, "loc": { "start": { "line": 14, "column": 39 }, "end": { "line": 14, "column": 46 }, "identifierName": "options" }, "name": "options" } ] } } ], "directives": [] }, "shadow": true, "trailingComments": [], "leadingComments": [], "innerComments": [] } }, "trailingComments": [], "leadingComments": [], "innerComments": [] }, { "type": "VariableDeclaration", "start": 462, "end": 510, "loc": { "start": { "line": 17, "column": 7 }, "end": { "line": 20, "column": 1 } }, "declarations": [ { "type": "VariableDeclarator", "start": 468, "end": 510, "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 20, "column": 1 } }, "id": { "type": "Identifier", "start": 468, "end": 476, "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 21 }, "identifierName": "profiles" }, "name": "profiles", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "init": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "exports" }, "property": { "type": "Identifier", "start": 468, "end": 476, "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 21 }, "identifierName": "profiles" }, "name": "profiles", "trailingComments": [], "leadingComments": [], "innerComments": [] }, "computed": false }, "right": { "type": "ObjectExpression", "start": 479, "end": 510, "loc": { "start": { "line": 17, "column": 24 }, "end": { "line": 20, "column": 1 } }, "properties": [ { "type": "ObjectProperty", "start": 483, "end": 498, "loc": { "start": { "line": 18, "column": 2 }, "end": { "line": 18, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 483, "end": 490, "loc": { "start": { "line": 18, "column": 2 }, "end": { "line": 18, "column": 9 }, "identifierName": "default" }, "name": "default" }, "value": { "type": "Identifier", "start": 492, "end": 498, "loc": { "start": { "line": 18, "column": 11 }, "end": { "line": 18, "column": 17 }, "identifierName": "retext" }, "name": "retext" } }, { "type": "ObjectProperty",