{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "_item",
          "type": "bytes32"
        }
      ],
      "name": "queueContains",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "queueEnd",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "queueLength",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": {
    "object": "0x608060405234801561001057600080fd5b506101e7806100206000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c80632bef289214610046578063ab91c7b014610077578063f6d1610214610091575b600080fd5b6100636004803603602081101561005c57600080fd5b5035610099565b604080519115158252519081900360200190f35b61007f6100ac565b60408051918252519081900360200190f35b61007f6100bd565b60006100a66001836100c9565b92915050565b60006100b86001610143565b905090565b60006100b86001610183565b81546000906fffffffffffffffffffffffffffffffff165b835470010000000000000000000000000000000090046fffffffffffffffffffffffffffffffff1681116101395760008181526001850160205260409020548314156101315760019150506100a6565b6001016100e1565b5060009392505050565b80546000906fffffffffffffffffffffffffffffffff70010000000000000000000000000000000082048116911661017b82826101c0565b949350505050565b805470010000000000000000000000000000000090046fffffffffffffffffffffffffffffffff1660009081526001909101602052604090205490565b60019103016fffffffffffffffffffffffffffffffff169056fea164736f6c6343000706000a",
    "sourceMap": "444:989:20:-:0;;;;;;;;;;;;;;;;;;;",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c80632bef289214610046578063ab91c7b014610077578063f6d1610214610091575b600080fd5b6100636004803603602081101561005c57600080fd5b5035610099565b604080519115158252519081900360200190f35b61007f6100ac565b60408051918252519081900360200190f35b61007f6100bd565b60006100a66001836100c9565b92915050565b60006100b86001610143565b905090565b60006100b86001610183565b81546000906fffffffffffffffffffffffffffffffff165b835470010000000000000000000000000000000090046fffffffffffffffffffffffffffffffff1681116101395760008181526001850160205260409020548314156101315760019150506100a6565b6001016100e1565b5060009392505050565b80546000906fffffffffffffffffffffffffffffffff70010000000000000000000000000000000082048116911661017b82826101c0565b949350505050565b805470010000000000000000000000000000000090046fffffffffffffffffffffffffffffffff1660009081526001909101602052604090205490565b60019103016fffffffffffffffffffffffffffffffff169056fea164736f6c6343000706000a",
    "sourceMap": "444:989:20:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1150:112;;;;;;;;;;;;;;;;-1:-1:-1;1150:112:20;;:::i;:::-;;;;;;;;;;;;;;;;;;979:93;;;:::i;:::-;;;;;;;;;;;;;;;;1339:92;;;:::i;1150:112::-;1211:4;1234:21;:5;1249;1234:14;:21::i;:::-;1227:28;1150:112;-1:-1:-1;;1150:112:20:o;979:93::-;1025:7;1051:14;:5;:12;:14::i;:::-;1044:21;;979:93;:::o;1339:92::-;1382:7;1408:16;:5;:14;:16::i;3510:286:28:-;3645:8;;3608:4;;3645:8;;3628:140;3660:7;;;;;;;3655:12;;3628:140;;3692:11;;;;:8;;;:11;;;;;;:20;;3688:70;;;3739:4;3732:11;;;;;3688:70;3669:3;;3628:140;;;-1:-1:-1;3784:5:28;;3510:286;-1:-1:-1;;;3510:286:28:o;4514:234::-;4606:7;;4571;;4606;;;;;;;4640:8;4719:22;4606:7;4640:8;4719:7;:22::i;:::-;4712:29;4514:234;-1:-1:-1;;;;4514:234:28:o;3892:109::-;3986:7;;;;;;;3951;3977:17;;;:8;;;;:17;;;;;;;3892:109::o;4844:159::-;4985:1;4977:18;;;4969:27;;;4844:159::o",
    "linkReferences": {}
  },
  "methodIdentifiers": {
    "queueContains(bytes32)": "2bef2892",
    "queueEnd()": "f6d16102",
    "queueLength()": "ab91c7b0"
  },
  "ast": {
    "absolutePath": "packages/contracts-core/contracts/Queue.sol",
    "id": 26449,
    "exportedSymbols": {
      "Initializable": [
        23234
      ],
      "QueueLib": [
        28625
      ],
      "QueueManager": [
        26448
      ]
    },
    "nodeType": "SourceUnit",
    "src": "46:1388:20",
    "nodes": [
      {
        "id": 26384,
        "nodeType": "PragmaDirective",
        "src": "46:22:20",
        "literals": [
          "solidity",
          "0.7",
          ".6"
        ]
      },
      {
        "id": 26386,
        "nodeType": "ImportDirective",
        "src": "116:42:20",
        "absolutePath": "packages/contracts-core/contracts/libs/Queue.sol",
        "file": "./libs/Queue.sol",
        "scope": 26449,
        "sourceUnit": 28626,
        "symbolAliases": [
          {
            "foreign": {
              "id": 26385,
              "name": "QueueLib",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "124:8:20",
              "typeDescriptions": {}
            }
          }
        ],
        "unitAlias": ""
      },
      {
        "id": 26388,
        "nodeType": "ImportDirective",
        "src": "205:90:20",
        "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/proxy/Initializable.sol",
        "file": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol",
        "scope": 26449,
        "sourceUnit": 23235,
        "symbolAliases": [
          {
            "foreign": {
              "id": 26387,
              "name": "Initializable",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "213:13:20",
              "typeDescriptions": {}
            }
          }
        ],
        "unitAlias": ""
      },
      {
        "id": 26448,
        "nodeType": "ContractDefinition",
        "src": "444:989:20",
        "nodes": [
          {
            "id": 26394,
            "nodeType": "UsingForDirective",
            "src": "533:34:20",
            "libraryName": {
              "id": 26392,
              "name": "QueueLib",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 28625,
              "src": "539:8:20",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_QueueLib_$28625",
                "typeString": "library QueueLib"
              }
            },
            "typeName": {
              "id": 26393,
              "name": "QueueLib.Queue",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 28227,
              "src": "552:14:20",
              "typeDescriptions": {
                "typeIdentifier": "t_struct$_Queue_$28227_storage_ptr",
                "typeString": "struct QueueLib.Queue"
              }
            }
          },
          {
            "id": 26396,
            "nodeType": "VariableDeclaration",
            "src": "572:29:20",
            "constant": false,
            "mutability": "mutable",
            "name": "queue",
            "scope": 26448,
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_struct$_Queue_$28227_storage",
              "typeString": "struct QueueLib.Queue"
            },
            "typeName": {
              "id": 26395,
              "name": "QueueLib.Queue",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 28227,
              "src": "572:14:20",
              "typeDescriptions": {
                "typeIdentifier": "t_struct$_Queue_$28227_storage_ptr",
                "typeString": "struct QueueLib.Queue"
              }
            },
            "visibility": "internal"
          },
          {
            "id": 26400,
            "nodeType": "VariableDeclaration",
            "src": "684:25:20",
            "constant": false,
            "mutability": "mutable",
            "name": "__GAP",
            "scope": 26448,
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_uint256_$49_storage",
              "typeString": "uint256[49]"
            },
            "typeName": {
              "baseType": {
                "id": 26397,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "684:7:20",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "id": 26399,
              "length": {
                "hexValue": "3439",
                "id": 26398,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "692:2:20",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_49_by_1",
                  "typeString": "int_const 49"
                },
                "value": "49"
              },
              "nodeType": "ArrayTypeName",
              "src": "684:11:20",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_uint256_$49_storage_ptr",
                "typeString": "uint256[49]"
              }
            },
            "visibility": "private"
          },
          {
            "id": 26411,
            "nodeType": "FunctionDefinition",
            "src": "762:93:20",
            "body": {
              "id": 26410,
              "nodeType": "Block",
              "src": "820:35:20",
              "statements": [
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "id": 26405,
                        "name": "queue",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 26396,
                        "src": "830:5:20",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Queue_$28227_storage",
                          "typeString": "struct QueueLib.Queue storage ref"
                        }
                      },
                      "id": 26407,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "initialize",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 28246,
                      "src": "830:16:20",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_Queue_$28227_storage_ptr_$returns$__$bound_to$_t_struct$_Queue_$28227_storage_ptr_$",
                        "typeString": "function (struct QueueLib.Queue storage pointer)"
                      }
                    },
                    "id": 26408,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "830:18:20",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 26409,
                  "nodeType": "ExpressionStatement",
                  "src": "830:18:20"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 26403,
                "modifierName": {
                  "id": 26402,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 23217,
                  "src": "808:11:20",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "808:11:20"
              }
            ],
            "name": "__QueueManager_initialize",
            "parameters": {
              "id": 26401,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "796:2:20"
            },
            "returnParameters": {
              "id": 26404,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "820:0:20"
            },
            "scope": 26448,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "id": 26422,
            "nodeType": "FunctionDefinition",
            "src": "979:93:20",
            "body": {
              "id": 26421,
              "nodeType": "Block",
              "src": "1034:38:20",
              "statements": [
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "id": 26417,
                        "name": "queue",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 26396,
                        "src": "1051:5:20",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Queue_$28227_storage",
                          "typeString": "struct QueueLib.Queue storage ref"
                        }
                      },
                      "id": 26418,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "length",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 28604,
                      "src": "1051:12:20",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_struct$_Queue_$28227_storage_ptr_$returns$_t_uint256_$bound_to$_t_struct$_Queue_$28227_storage_ptr_$",
                        "typeString": "function (struct QueueLib.Queue storage pointer) view returns (uint256)"
                      }
                    },
                    "id": 26419,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1051:14:20",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 26416,
                  "id": 26420,
                  "nodeType": "Return",
                  "src": "1044:21:20"
                }
              ]
            },
            "documentation": {
              "id": 26412,
              "nodeType": "StructuredDocumentation",
              "src": "912:62:20",
              "text": " @notice Returns number of elements in queue"
            },
            "functionSelector": "ab91c7b0",
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "queueLength",
            "parameters": {
              "id": 26413,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "999:2:20"
            },
            "returnParameters": {
              "id": 26416,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26415,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 26422,
                  "src": "1025:7:20",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26414,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1025:7:20",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1024:9:20"
            },
            "scope": 26448,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 26436,
            "nodeType": "FunctionDefinition",
            "src": "1150:112:20",
            "body": {
              "id": 26435,
              "nodeType": "Block",
              "src": "1217:45:20",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 26432,
                        "name": "_item",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 26425,
                        "src": "1249:5:20",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      ],
                      "expression": {
                        "id": 26430,
                        "name": "queue",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 26396,
                        "src": "1234:5:20",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Queue_$28227_storage",
                          "typeString": "struct QueueLib.Queue storage ref"
                        }
                      },
                      "id": 26431,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "contains",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 28525,
                      "src": "1234:14:20",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_struct$_Queue_$28227_storage_ptr_$_t_bytes32_$returns$_t_bool_$bound_to$_t_struct$_Queue_$28227_storage_ptr_$",
                        "typeString": "function (struct QueueLib.Queue storage pointer,bytes32) view returns (bool)"
                      }
                    },
                    "id": 26433,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1234:21:20",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 26429,
                  "id": 26434,
                  "nodeType": "Return",
                  "src": "1227:28:20"
                }
              ]
            },
            "documentation": {
              "id": 26423,
              "nodeType": "StructuredDocumentation",
              "src": "1078:67:20",
              "text": " @notice Returns TRUE iff `_item` is in the queue"
            },
            "functionSelector": "2bef2892",
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "queueContains",
            "parameters": {
              "id": 26426,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26425,
                  "mutability": "mutable",
                  "name": "_item",
                  "nodeType": "VariableDeclaration",
                  "scope": 26436,
                  "src": "1173:13:20",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 26424,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1173:7:20",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1172:15:20"
            },
            "returnParameters": {
              "id": 26429,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26428,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 26436,
                  "src": "1211:4:20",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 26427,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "1211:4:20",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1210:6:20"
            },
            "scope": 26448,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 26447,
            "nodeType": "FunctionDefinition",
            "src": "1339:92:20",
            "body": {
              "id": 26446,
              "nodeType": "Block",
              "src": "1391:40:20",
              "statements": [
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "id": 26442,
                        "name": "queue",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 26396,
                        "src": "1408:5:20",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Queue_$28227_storage",
                          "typeString": "struct QueueLib.Queue storage ref"
                        }
                      },
                      "id": 26443,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "lastItem",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 28540,
                      "src": "1408:14:20",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_struct$_Queue_$28227_storage_ptr_$returns$_t_bytes32_$bound_to$_t_struct$_Queue_$28227_storage_ptr_$",
                        "typeString": "function (struct QueueLib.Queue storage pointer) view returns (bytes32)"
                      }
                    },
                    "id": 26444,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1408:16:20",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 26441,
                  "id": 26445,
                  "nodeType": "Return",
                  "src": "1401:23:20"
                }
              ]
            },
            "documentation": {
              "id": 26437,
              "nodeType": "StructuredDocumentation",
              "src": "1268:66:20",
              "text": " @notice Returns last item enqueued to the queue"
            },
            "functionSelector": "f6d16102",
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "queueEnd",
            "parameters": {
              "id": 26438,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1356:2:20"
            },
            "returnParameters": {
              "id": 26441,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26440,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 26447,
                  "src": "1382:7:20",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 26439,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1382:7:20",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1381:9:20"
            },
            "scope": 26448,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 26390,
              "name": "Initializable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 23234,
              "src": "469:13:20",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Initializable_$23234",
                "typeString": "contract Initializable"
              }
            },
            "id": 26391,
            "nodeType": "InheritanceSpecifier",
            "src": "469:13:20"
          }
        ],
        "contractDependencies": [
          23234
        ],
        "contractKind": "contract",
        "documentation": {
          "id": 26389,
          "nodeType": "StructuredDocumentation",
          "src": "297:146:20",
          "text": " @title QueueManager\n @author Illusory Systems Inc.\n @notice Contains a queue instance and\n exposes view functions for the queue.*"
        },
        "fullyImplemented": true,
        "linearizedBaseContracts": [
          26448,
          23234
        ],
        "name": "QueueManager",
        "scope": 26449
      }
    ],
    "license": "MIT OR Apache-2.0"
  },
  "id": 20
}