UNPKG

skypager-project

Version:
1,991 lines (1,970 loc) 95.3 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 = 181); /******/ }) /************************************************************************/ /******/ ({ /***/ 181: /***/ function(module, exports, __webpack_require__) { module.exports = __webpack_require__(90); /***/ }, /***/ 90: /***/ function(module, exports) { module.exports = { "path": "/Users/jonathan/Skypager/packages/skypager-project/webpack.config.test.js", "ast": { "type": "File", "start": 0, "end": 764, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 33, "column": 0 } }, "program": { "type": "Program", "start": 0, "end": 764, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 33, "column": 0 } }, "sourceType": "module", "body": [ { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_require" }, "init": { "type": "CallExpression", "start": 17, "end": 32, "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 32 } }, "callee": { "type": "Identifier", "start": 17, "end": 24, "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 24 }, "identifierName": "require" }, "name": "require" }, "arguments": [ { "type": "StringLiteral", "start": 25, "end": 31, "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 31 } }, "extra": { "rawValue": "path", "raw": "'path'" }, "value": "path" } ] } } ], "leadingComments": [] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 8, "end": 12, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 12 }, "identifierName": "join" }, "name": "join" }, "init": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_require" }, "property": { "type": "Identifier", "start": 8, "end": 12, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 12 }, "identifierName": "join" }, "name": "join" }, "computed": false } } ], "trailingComments": [] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_require2" }, "init": { "type": "CallExpression", "start": 49, "end": 76, "loc": { "start": { "line": 2, "column": 16 }, "end": { "line": 2, "column": 43 } }, "callee": { "type": "Identifier", "start": 49, "end": 56, "loc": { "start": { "line": 2, "column": 16 }, "end": { "line": 2, "column": 23 }, "identifierName": "require" }, "name": "require" }, "arguments": [ { "type": "StringLiteral", "start": 57, "end": 75, "loc": { "start": { "line": 2, "column": 24 }, "end": { "line": 2, "column": 42 } }, "extra": { "rawValue": "skypager-webpack", "raw": "'skypager-webpack'" }, "value": "skypager-webpack" } ] } } ], "leadingComments": [] }, { "type": "VariableDeclaration", "kind": "var", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "start": 41, "end": 44, "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 11 }, "identifierName": "api" }, "name": "api" }, "init": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "_require2" }, "property": { "type": "Identifier", "start": 41, "end": 44, "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 11 }, "identifierName": "api" }, "name": "api" }, "computed": false } } ], "trailingComments": [] }, { "type": "ExpressionStatement", "start": 78, "end": 763, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 32, "column": 14 } }, "expression": { "type": "AssignmentExpression", "start": 78, "end": 763, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 32, "column": 14 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 78, "end": 92, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 4, "column": 14 } }, "object": { "type": "Identifier", "start": 78, "end": 84, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 4, "column": 6 }, "identifierName": "module" }, "name": "module" }, "property": { "type": "Identifier", "start": 85, "end": 92, "loc": { "start": { "line": 4, "column": 7 }, "end": { "line": 4, "column": 14 }, "identifierName": "exports" }, "name": "exports" }, "computed": false }, "right": { "type": "CallExpression", "start": 95, "end": 763, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 32, "column": 14 } }, "callee": { "type": "MemberExpression", "start": 95, "end": 761, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 32, "column": 12 } }, "object": { "type": "CallExpression", "start": 95, "end": 748, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 31, "column": 4 } }, "callee": { "type": "MemberExpression", "start": 95, "end": 510, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 23, "column": 9 } }, "object": { "type": "CallExpression", "start": 95, "end": 500, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 22, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 95, "end": 486, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 22, "column": 12 } }, "object": { "type": "CallExpression", "start": 95, "end": 400, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 19, "column": 39 } }, "callee": { "type": "MemberExpression", "start": 95, "end": 370, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 19, "column": 9 } }, "object": { "type": "CallExpression", "start": 95, "end": 360, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 18, "column": 4 } }, "callee": { "type": "MemberExpression", "start": 95, "end": 241, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 11, "column": 9 } }, "object": { "type": "CallExpression", "start": 95, "end": 231, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 10, "column": 3 } }, "callee": { "type": "MemberExpression", "start": 95, "end": 199, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 8, "column": 10 } }, "object": { "type": "CallExpression", "start": 95, "end": 188, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 7, "column": 21 } }, "callee": { "type": "MemberExpression", "start": 95, "end": 177, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 7, "column": 10 } }, "object": { "type": "CallExpression", "start": 95, "end": 166, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 6, "column": 47 } }, "callee": { "type": "MemberExpression", "start": 95, "end": 131, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 6, "column": 12 } }, "object": { "type": "CallExpression", "start": 95, "end": 118, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 5, "column": 17 } }, "callee": { "type": "MemberExpression", "start": 95, "end": 110, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 5, "column": 9 } }, "object": { "type": "CallExpression", "start": 95, "end": 100, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 4, "column": 22 } }, "callee": { "type": "Identifier", "start": 95, "end": 98, "loc": { "start": { "line": 4, "column": 17 }, "end": { "line": 4, "column": 20 }, "identifierName": "api" }, "name": "api" }, "arguments": [] }, "property": { "type": "Identifier", "start": 104, "end": 110, "loc": { "start": { "line": 5, "column": 3 }, "end": { "line": 5, "column": 9 }, "identifierName": "target" }, "name": "target" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 111, "end": 117, "loc": { "start": { "line": 5, "column": 10 }, "end": { "line": 5, "column": 16 } }, "extra": { "rawValue": "node", "raw": "'node'" }, "value": "node" } ] }, "property": { "type": "Identifier", "start": 122, "end": 131, "loc": { "start": { "line": 6, "column": 3 }, "end": { "line": 6, "column": 12 }, "identifierName": "externals" }, "name": "externals" }, "computed": false }, "arguments": [ { "type": "CallExpression", "start": 132, "end": 165, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 46 } }, "callee": { "type": "MemberExpression", "start": 132, "end": 147, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 28 } }, "object": { "type": "Identifier", "start": 132, "end": 139, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 20 }, "identifierName": "require" }, "name": "require" }, "property": { "type": "Identifier", "start": 140, "end": 147, "loc": { "start": { "line": 6, "column": 21 }, "end": { "line": 6, "column": 28 }, "identifierName": "resolve" }, "name": "resolve" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 148, "end": 164, "loc": { "start": { "line": 6, "column": 29 }, "end": { "line": 6, "column": 45 } }, "extra": { "rawValue": "./package.json", "raw": "'./package.json'" }, "value": "./package.json" } ] } ] }, "property": { "type": "Identifier", "start": 170, "end": 177, "loc": { "start": { "line": 7, "column": 3 }, "end": { "line": 7, "column": 10 }, "identifierName": "context" }, "name": "context" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 178, "end": 187, "loc": { "start": { "line": 7, "column": 11 }, "end": { "line": 7, "column": 20 }, "identifierName": "__dirname" }, "name": "__dirname" } ] }, "property": { "type": "Identifier", "start": 192, "end": 199, "loc": { "start": { "line": 8, "column": 3 }, "end": { "line": 8, "column": 10 }, "identifierName": "modules" }, "name": "modules" }, "computed": false }, "arguments": [ { "type": "CallExpression", "start": 205, "end": 227, "loc": { "start": { "line": 9, "column": 4 }, "end": { "line": 9, "column": 26 } }, "callee": { "type": "Identifier", "start": 205, "end": 209, "loc": { "start": { "line": 9, "column": 4 }, "end": { "line": 9, "column": 8 }, "identifierName": "join" }, "name": "join" }, "arguments": [ { "type": "Identifier", "start": 210, "end": 219, "loc": { "start": { "line": 9, "column": 9 }, "end": { "line": 9, "column": 18 }, "identifierName": "__dirname" }, "name": "__dirname" }, { "type": "StringLiteral", "start": 221, "end": 226, "loc": { "start": { "line": 9, "column": 20 }, "end": { "line": 9, "column": 25 } }, "extra": { "rawValue": "src", "raw": "'src'" }, "value": "src" } ] } ] }, "property": { "type": "Identifier", "start": 235, "end": 241, "loc": { "start": { "line": 11, "column": 3 }, "end": { "line": 11, "column": 9 }, "identifierName": "loader" }, "name": "loader" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 242, "end": 249, "loc": { "start": { "line": 11, "column": 10 }, "end": { "line": 11, "column": 17 } }, "extra": { "rawValue": "babel", "raw": "'babel'" }, "value": "babel" }, { "type": "StringLiteral", "start": 251, "end": 256, "loc": { "start": { "line": 11, "column": 19 }, "end": { "line": 11, "column": 24 } }, "extra": { "rawValue": ".js", "raw": "'.js'" }, "value": ".js" }, { "type": "ObjectExpression", "start": 258, "end": 359, "loc": { "start": { "line": 11, "column": 26 }, "end": { "line": 18, "column": 3 } }, "properties": [ { "type": "ObjectProperty", "start": 264, "end": 310, "loc": { "start": { "line": 12, "column": 4 }, "end": { "line": 14, "column": 5 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 264, "end": 271, "loc": { "start": { "line": 12, "column": 4 }, "end": { "line": 12, "column": 11 }, "identifierName": "include" }, "name": "include" }, "value": { "type": "ArrayExpression", "start": 273, "end": 310, "loc": { "start": { "line": 12, "column": 13 }, "end": { "line": 14, "column": 5 } }, "elements": [ { "type": "CallExpression", "start": 281, "end": 303, "loc": { "start": { "line": 13, "column": 6 }, "end": { "line": 13, "column": 28 } }, "callee": { "type": "Identifier", "start": 281, "end": 285, "loc": { "start": { "line": 13, "column": 6 }, "end": { "line": 13, "column": 10 }, "identifierName": "join" }, "name": "join" }, "arguments": [ { "type": "Identifier", "start": 286, "end": 295, "loc": { "start": { "line": 13, "column": 11 }, "end": { "line": 13, "column": 20 }, "identifierName": "__dirname" }, "name": "__dirname" }, { "type": "StringLiteral", "start": 297, "end": 302, "loc": { "start": { "line": 13, "column": 22 }, "end": { "line": 13, "column": 27 } }, "extra": { "rawValue": "src", "raw": "'src'" }, "value": "src" } ] } ] } }, { "type": "ObjectProperty", "start": 316, "end": 354, "loc": { "start": { "line": 15, "column": 4 }, "end": { "line": 17, "column": 5 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 316, "end": 323, "loc": { "start": { "line": 15, "column": 4 }, "end": { "line": 15, "column": 11 }, "identifierName": "exclude" }, "name": "exclude" }, "value": { "type": "ArrayExpression", "start": 325, "end": 354, "loc": { "start": { "line": 15, "column": 13 }, "end": { "line": 17, "column": 5 } }, "elements": [ { "type": "RegExpLiteral", "start": 333, "end": 347, "loc": { "start": { "line": 16, "column": 6 }, "end": { "line": 16, "column": 20 } }, "extra": { "raw": "/node_modules/" }, "pattern": "node_modules", "flags": "" } ] } } ] } ] }, "property": { "type": "Identifier", "start": 364, "end": 370, "loc": { "start": { "line": 19, "column": 3 }, "end": { "line": 19, "column": 9 }, "identifierName": "plugin" }, "name": "plugin" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 371, "end": 399, "loc": { "start": { "line": 19, "column": 10 }, "end": { "line": 19, "column": 38 } }, "extra": { "rawValue": "webpack.NamedModulesPlugin", "raw": "'webpack.NamedModulesPlugin'" }, "value": "webpack.NamedModulesPlugin" } ], "trailingComments": [ { "type": "CommentLine", "value": " Source Map Support in node requires the source-map-support module", "start": 405, "end": 473, "loc": { "start": { "line": 21, "column": 3 }, "end": { "line": 21, "column": 71 } } } ] }, "property": { "type": "Identifier", "start": 477, "end": 486, "loc": { "start": { "line": 22, "column": 3 }, "end": { "line": 22, "column": 12 }, "identifierName": "sourcemap" }, "name": "sourcemap", "leadingComments": [ { "type": "CommentLine", "value": " Source Map Support in node requires the source-map-support module", "start": 405, "end": 473, "loc": { "start": { "line": 21, "column": 3 }, "end": { "line": 21, "column": 71 } } } ] }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 487, "end": 499, "loc": { "start": { "line": 22, "column": 13 }, "end": { "line": 22, "column": 25 } }, "extra": { "rawValue": "source-map", "raw": "\"source-map\"" }, "value": "source-map" } ] }, "property": { "type": "Identifier", "start": 504, "end": 510, "loc": { "start": { "line": 23, "column": 3 }, "end": { "line": 23, "column": 9 }, "identifierName": "plugin" }, "name": "plugin" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 511, "end": 533, "loc": { "start": { "line": 23, "column": 10 }, "end": { "line": 23, "column": 32 } }, "extra": { "rawValue": "webpack.BannerPlugin", "raw": "\"webpack.BannerPlugin\"" }, "value": "webpack.BannerPlugin" }, { "type": "ObjectExpression", "start": 535, "end": 747, "loc": { "start": { "line": 23, "column": 34 }, "end": { "line": 31, "column": 3 } }, "properties": [ { "type": "ObjectProperty", "start": 541, "end": 727, "loc": { "start": { "line": 24, "column": 4 }, "end": { "line": 29, "column": 5 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 541, "end": 547, "loc": { "start": { "line": 24, "column": 4 }, "end": { "line": 24, "column": 10 }, "identifierName": "banner" }, "name": "banner" }, "value": { "type": "StringLiteral", "value": "\n try { require(\"source-map-support\").install(); } catch(e) { }\n global.chai = require('chai');\n global.should = chai.should();\n global.expect = chai.expect();\n ", "trailingComments": [], "leadingComments": [], "innerComments": [] } }, { "type": "ObjectProperty", "start": 733, "end": 742, "loc": { "start": { "line": 30, "column": 4 }, "end": { "line": 30, "column": 13 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 733, "end": 736, "loc": { "start": { "line": 30, "column": 4 }, "end": { "line": 30, "column": 7 }, "identifierName": "raw" }, "name": "raw" }, "value": { "type": "BooleanLiteral", "start": 738, "end": 742, "loc": { "start": { "line": 30, "column": 9 }, "end": { "line": 30, "column": 13 } }, "value": true } } ] } ] }, "property": { "type": "Identifier", "start": 752, "end": 761, "loc": { "start": { "line": 32, "column": 3 }, "end": { "line": 32, "column": 12 }, "identifierName": "getConfig" }, "name": "getConfig" }, "computed": false }, "arguments": [] } } } ], "directives": [ { "type": "Directive", "value": { "type": "DirectiveLiteral", "value": "use strict" } } ] }, "comments": [ { "type": "CommentLine", "value": " Source Map Support in node requires the source-map-support module", "start": 405, "end": 473, "loc": { "start": { "line": 21, "column": 3 }, "end": { "line": 21, "column": 71 } } } ], "tokens": [ { "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": 0, "end": 5, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 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": "join", "start": 8, "end": 12, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 12 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13, "end": 14, "loc": { "start": { "line": 1, "column": 13 }, "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": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "require", "start": 17, "end": 24, "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 24 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 24, "end": 25, "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "path", "start": 25, "end": 31, "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 31 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 31, "end": 32, "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 32 } } }, { "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": 33, "end": 38, "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 5 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 39, "end": 40, "loc": { "start": { "line": 2, "column": 6 }, "end": { "line": 2, "column": 7 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "api", "start": 41, "end": 44, "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 11 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 45, "end": 46, "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 13 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 47, "end": 48, "loc": { "start": { "line": 2, "column": 14 }, "end": { "line": 2, "column": 15 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "require", "start": 49, "end": 56, "loc": { "start": { "line": 2, "column": 16 }, "end": { "line": 2, "column": 23 } } }, { "type"