skypager-project
Version:
skypager project framework
2,019 lines (1,996 loc) • 43.5 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 = 154);
/******/ })
/************************************************************************/
/******/ ({
/***/ 154:
/***/ function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(63);
/***/ },
/***/ 63:
/***/ function(module, exports) {
module.exports = {
"path": "/Users/jonathan/Skypager/packages/skypager-project/src/middleware.js",
"ast": {
"type": "File",
"start": 0,
"end": 232,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 11,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 232,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 11,
"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",
"start": 125,
"end": 135,
"loc": {
"start": {
"line": 5,
"column": 16
},
"end": {
"line": 5,
"column": 26
},
"identifierName": "middleware"
},
"name": "middleware",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 125,
"end": 135,
"loc": {
"start": {
"line": 5,
"column": 16
},
"end": {
"line": 5,
"column": 26
},
"identifierName": "middleware"
},
"name": "middleware",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_mware"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "mware",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 25
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_mware2"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_mware"
}
]
}
}
]
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_partialRight"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "lodash/partialRight",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 46
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_partialRight2"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_partialRight"
}
]
}
}
]
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_result"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"value": "lodash/result",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
]
}
}
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 34
}
}
},
{
"type": "VariableDeclaration",
"kind": "var",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_result2"
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault"
},
"arguments": [
{
"type": "Identifier",
"name": "_result"
}
]
}
}
]
},
{
"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": "FunctionDeclaration",
"start": 116,
"end": 204,
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 8,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 125,
"end": 135,
"loc": {
"start": {
"line": 5,
"column": 16
},
"end": {
"line": 5,
"column": 26
},
"identifierName": "middleware"
},
"name": "middleware",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 136,
"end": 143,
"loc": {
"start": {
"line": 5,
"column": 27
},
"end": {
"line": 5,
"column": 34
},
"identifierName": "project"
},
"name": "project"
}
],
"body": {
"type": "BlockStatement",
"start": 163,
"end": 204,
"loc": {
"start": {
"line": 5,
"column": 54
},
"end": {
"line": 8,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"start": 145,
"end": 149,
"loc": {
"start": {
"line": 5,
"column": 36
},
"end": {
"line": 5,
"column": 40
},
"identifierName": "name"
},
"name": "name",
"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": "StringLiteral",
"start": 152,
"end": 161,
"loc": {
"start": {
"line": 5,
"column": 43
},
"end": {
"line": 5,
"column": 52
}
},
"extra": {
"rawValue": "project",
"raw": "'project'"
},
"value": "project",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
}
}
],
"kind": "var"
},
{
"type": "VariableDeclaration",
"start": 167,
"end": 191,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 26
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 173,
"end": 191,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 26
}
},
"id": {
"type": "Identifier",
"start": 173,
"end": 174,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 9
},
"identifierName": "m"
},
"name": "m"
},
"init": {
"type": "CallExpression",
"start": 177,
"end": 191,
"loc": {
"start": {
"line": 6,
"column": 12
},
"end": {
"line": 6,
"column": 26
}
},
"callee": {
"type": "SequenceExpression",
"expressions": [
{
"type": "NumericLiteral",
"value": 0
},
{
"type": "MemberExpression",
"object": {
"type": "Identifier",
"name": "_mware2"
},
"property": {
"type": "Identifier",
"name": "default"
},
"computed": false
}
],
"trailingComments": [],
"leadingComments": [],
"innerComments": []
},
"arguments": [
{
"type": "Identifier",
"start": 183,
"end": 190,
"loc": {
"start": {
"line": 6,
"column": 18
},
"end": {
"line": 6,
"column": 25
},
"identifierName": "project"
},
"name": "project"
}
]
}
}
],
"kind": "var"
},
{
"type": "ReturnStatement",
"start": 194,
"end": 202,
"loc": {
"start": {
"line": 7,
"column": 2
},
"end": {
"line": 7,
"column": 10
}
},
"argument": {
"type": "Identifier",
"start": 201,
"end": 202,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 10
},
"identifierName": "m"
},
"name": "m"
}
}
],
"directives": []
},
"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": "Identifier",
"start": 221,
"end": 231,
"loc": {
"start": {
"line": 10,
"column": 15
},
"end": {
"line": 10,
"column": 25
},
"identifierName": "middleware"
},
"name": "middleware",
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
},
"trailingComments": [],
"leadingComments": [],
"innerComments": []
}
],
"directives": [
{
"type": "Directive",
"value": {
"type": "DirectiveLiteral",
"value": "use strict"
}
}
]
},
"comments": [],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mware",
"start": 7,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 13,
"end": 17,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "mware",
"start": 18,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 25
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 26,
"end": 32,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "partialRight",
"start": 33,
"end": 45,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 46,
"end": 50,
"loc": {
"start": {
"line": 2,
"column": 20
},
"end": {
"line": 2,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "lodash/partialRight",
"start": 51,
"end": 72,
"loc": {
"start": {
"line": 2,
"column": 25
},
"end": {
"line": 2,
"column": 46
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 73,
"end": 79,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "result",
"start": 80,
"end": 86,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 87,
"end": 91,
"loc": {
"start": {
"line": 3,
"column": 14
},
"end": {
"line": 3,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "lodash/result",
"start": 92,
"end": 107,
"loc": {
"start": {
"line": 3,
"column": 19
},
"end": {
"line": 3,
"column": 34
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 109,
"end": 115,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 6
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 116,
"end": 124,
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 5,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "middleware",
"start": 125,
"end": 135,
"loc": {
"start": {
"line": 5,
"column": 16
},
"end": {
"line": 5,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 135,
"end": 136,
"loc": {
"start": {
"line": 5,
"column": 26
},
"end": {
"line": 5,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "project",
"start": 136,
"end": 143,
"loc": {
"start": {
"line": 5,
"column": 27
},
"end": {
"line": 5,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 143,
"end": 144,
"loc": {
"start": {
"line": 5,
"column": 34
},
"end": {
"line": 5,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 145,
"end": 149,
"loc": {
"start": {
"line": 5,
"column": 36
},
"end": {
"line": 5,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 150,
"end": 151,
"loc": {
"start": {
"line": 5,
"column": 41
},
"end": {
"line": 5,
"column": 42
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "project",
"start": 152,
"end": 161,
"loc": {
"start": {
"line": 5,
"column": 43
},
"end": {
"line": 5,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 161,
"end": 162,
"loc": {
"start": {
"line": 5,
"column": 52
},
"end": {
"line": 5,
"column": 53
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 163,
"end": 164,
"loc": {
"start": {
"line": 5,
"column": 54
},
"end": {
"line": 5,
"column": 55
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 167,
"end": 172,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "m",
"start": 173,
"end": 174,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 9
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 175,
"end": 176,
"loc": {
"start": {
"line": 6,
"column": 10
},
"end": {
"line": 6,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mware",
"start": 177,
"end": 182,
"loc": {
"start": {
"line": 6,
"column": 12
},
"end": {
"line": 6,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 182,
"end": 183,
"loc": {
"start": {
"line": 6,
"column": 17
},
"end": {
"line": 6,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "project",
"start": 183,
"end": 190,
"loc": {
"start": {
"line": 6,
"column": 18
},
"end": {
"line": 6,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 190,
"end": 191,
"loc": {
"start": {
"line": 6,
"column": 25
},
"end": {
"line": 6,
"column": 26
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 194,
"end": 200,
"loc": {
"start": {
"line": 7,
"column": 2
},
"end": {
"line": 7,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "m",
"start": 201,
"end": 202,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 10
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 203,
"end": 204,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 1
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 206,
"end": 212,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 6
}
}
},
{
"type": {
"label": "default",
"keyword": "default",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "default",
"start": 213,
"end": 220,
"loc": {
"start": {
"line": 10,
"column": 7
},
"end": {
"line": 10,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "middleware",
"start": 221,
"end": 231,
"loc": {
"start": {
"line": 10,
"column": 15
},
"end": {
"line": 10,
"column": 25
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 232,
"end": 232,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 0
}
}
}
]
},
"meta": {
"usedHelpers": [
{
"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": "i̢̻̺̪͇̝̓̽̔̉͆̌̄́̕͞n̊̓̔̃ͦ̋ͨ̾ͤͣͨ͊̀ ҉̨͉̜͉͔̘̞͈͕̫͙͙͓͓͔̪̩̘̫̝̮͇̘͙ţ̵̜͎̣͚̜̙̻̳̹̞̣͍̖̣̻̻̰͍͙ͦ̌̓͊̇̏̀͜ͅé̶̪̪̮̬̳̹͍̦͔͆̔̂͐̆̑ͩͧ̃͊́ŗ̸̹̥̠͔̻̗̦̞͚̣̰̖͔͖̮̩̽̐̎̑ͣ́͛̑̀̅ͦ̓̽ͨ̔̾ͮ̍͢o̸̶̢̥̪͇̗̫̻̙̥̮̳̘̭̱̭̻̟̲͕̭̼̥͕̙͙̖̠͓͖̤̩̙̫̟̅̋ͧ̈̇ͫ̃̏͜͞p̛̛̟͈̪̭̲̖͔͔͈̫̞͔͇͍̟̱͉̟͈̱̗͖̣̻̯̱̣̥̖̙ͫͪ̓̀́Ṛ̩͕̱̩͖̓͋ͤ͆ͩ̓̽̀̇̑̽̆͆ͩͧ͛͐̑́̚̕e̴̷̵̡̺̼̗̯͓̰͈̘̹̲̞̺̞͙̩̜̰̪͎̭͈̩̭̖̘̮̹͉̘̹̬̻̤̪̰̩̺͗ͯ̇̂̿̾̒̇ͅͅq̸̸̵͇̣̦̝̯̬̫̱̘̣̫͍̳̰͔̲̥̠ͧ̃̃̃̐̒ͦͫú̡͔͇̳̩͎̦̭͔͚̪̻͔̞͕̦̱̙̩̹̣͓̫̲̻̠̠̃ͩ̽ͫ͑̉̓̄̌̇͂ͤ̚̕͜͡ͅͅi̶͇͓̜̗͉͈̜̹̮̱͍̠̞ͬ̋̌͌̆̊̎ͧ̈́́͛̆ͬ̒͢͡r̝̣̺̮̠̥̩͎͚̻͉̟̖̘͎͇̤̲̫̜͈̠͓̩͕̘͇̮̠ͨ͊ͤ̀̂́̍͂͌́̿͐̏̈̕͠͝e͔̼̻̥̮̺̥̳̦̮̘̹͔̪̠̫̣̬͂̎̉̐ͬͨ̂ͪ̐͛̎͐͒́̚͘D̸̴̨̖̩̣̦͇̞̼̫̳̩̬̝̩͙̯̣̻̯̙̠ͭ̐̎́͜͢ͅͅȩ͔̮̼̙̱͙̻̖̻̺̘͇͙̤͓͙̺̙̘̻̯͍̪̣̟̼̜̹̣̭͕͕̦̭̞̦̝̯̰̮̻̺̥͚̼͇͇͓̦̜̬͉̺̬͕͎̦̐ͥ̅ͮ̒̅͐̌͋̒̇͜͜ͅf̵̢̛͈̻͎̘̝̫͔̮̮̤͖͕͒͑ͫ̎̇̏ͨ̈̏̆̎̓͗ą̙̻͙͖̗̼͓̤̬͔͔̱̲̭͎͈͈̓̓ͣͦͩ̾̇̅ͩͦͦ͌ͥ͜͡ͅu̴͓̟̭̺͓̬̠̱̝̮̲̞̭̬̬̪̦̞͓͐̄ͣͭͯ͐ͯ̇ͦ͗̈͊͝ͅl̨̿ͥ͆̆ͬ̈ͩ̎͑͜ ҉̭̥̲̙̼̻̟ṭ̖̝̟̮̰̤̪̹̮̮̭̗͍̗̦͓̥̼͉͈ͬͭ͆ͪͪ̆ͮͫ̆̔̇ͩ̌͑ͦͧ̐̚̚͢͜ͅ",
"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[90mi\u001b[39m\u001b[31mn\u001b[39m\u001b[7mt\u001b[27m\u001b[37me\u001b[39m\u001b[90mr\u001b[39m\u001b[31mo\u001b[39m\u001b[37mp\u001b[39m\u001b[36mR\u001b[39m\u001b[34me\u001b[39m\u001b[90mq\u001b[39m\u001b[32mu\u001b[39m\u001b[31mi\u001b[39m\u001b[90mr\u001b[39m\u001b[37me\u001b[39m\u001b[32mD\u001b[39m\u001b[36me\u001b[39m\u001b[37mf\u001b[39m\u001b[36ma\u001b[39m\u001b[90mu\u001b[39m\u001b[32ml\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",
"white": "\u001b[37minteropRequireDefault\u001b[39m",
"gray": "\u001b[90minteropRequireDefault\u001b[39m",
"grey": "\u001b[90minteropRequireDefault\u001b[39m",
"bgBlack": "\u001b[40minteropRequireDefault\u001b[49m",
"bgRed": "\u001b[41minteropRequireDefault\u001b[49m",
"bgGreen": "\u001b[42minteropRequireDefault\u001b[49m",
"bgYellow": "\u001b[43minteropRequireDefault\u001b[49m",
"bgBlue": "\u001b[44minteropRequireDefault\u001b[49m",
"bgMagenta": "\u001b[45minteropRequireDefault\u001b[49m",
"bgCyan": "\u001b[46minteropRequireDefault\u001b[49m",
"bgWhite": "\u001b[47minteropRequireDefault\u001b[49m",
"blackBG": "\u001b[40minteropRequireDefault\u001b[49m",
"redBG": "\u001b[41minteropRequireDefault\u001b[49m",
"greenBG": "\u001b[42minteropRequireDefault\u001b[49m",
"yellowBG": "\u001b[43minteropRequireDefault\u001b[49m",
"blueBG": "\u001b[44minteropRequireDefault\u001b[49m",
"magentaBG": "\u001b[45minteropRequireDefault\u001b[49m",
"cyanBG": "\u001b[46minteropRequireDefault\u001b[49m",
"whiteBG": "\u001b[47minteropRequireDefault\u001b[49m"
}
],
"marked": [],
"modules": {
"imports": [
{
"source": "mware",
"imported": [
"default"
],
"specifiers": [
{
"kind": "named",
"imported": "default",
"local": "mware"
}
]
},
{
"source": "lodash/partialRight",
"imported": [
"default"
],
"specifiers": [
{
"kind": "named",
"imported": "default",
"local": "partialRight"
}
]
},
{
"source": "lodash/result",
"imported": [
"default"
],
"specifiers": [
{
"kind": "named",
"imported": "default",
"local": "result"
}
]
}
],
"exports": {
"exported": [
"middleware",
"project",
"name"
],
"specifiers": [
{
"kind": "local",
"local": "middleware",
"exported": "middleware"
},
{
"kind": "local",
"local": "project",
"exported": "project"
},
{
"kind": "local",
"local": "name",
"exported": "name"
}
]
}
}
},
"query": {
"": true
}
};
/***/ }
/******/ });