{
  "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:66:-:0;;;;;;;;;;;;;;;;;;;",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c80632bef289214610046578063ab91c7b014610077578063f6d1610214610091575b600080fd5b6100636004803603602081101561005c57600080fd5b5035610099565b604080519115158252519081900360200190f35b61007f6100ac565b60408051918252519081900360200190f35b61007f6100bd565b60006100a66001836100c9565b92915050565b60006100b86001610143565b905090565b60006100b86001610183565b81546000906fffffffffffffffffffffffffffffffff165b835470010000000000000000000000000000000090046fffffffffffffffffffffffffffffffff1681116101395760008181526001850160205260409020548314156101315760019150506100a6565b6001016100e1565b5060009392505050565b80546000906fffffffffffffffffffffffffffffffff70010000000000000000000000000000000082048116911661017b82826101c0565b949350505050565b805470010000000000000000000000000000000090046fffffffffffffffffffffffffffffffff1660009081526001909101602052604090205490565b60019103016fffffffffffffffffffffffffffffffff169056fea164736f6c6343000706000a",
    "sourceMap": "444:989:66:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1150:112;;;;;;;;;;;;;;;;-1:-1:-1;1150:112:66;;:::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:66: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:74:-;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:74;;3510:286;-1:-1:-1;;;3510:286:74: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:74: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": 44065,
    "exportedSymbols": {
      "Initializable": [
        23676
      ],
      "QueueLib": [
        46241
      ],
      "QueueManager": [
        44064
      ]
    },
    "nodeType": "SourceUnit",
    "src": "46:1388:66",
    "nodes": [
      {
        "id": 44000,
        "nodeType": "PragmaDirective",
        "src": "46:22:66",
        "literals": [
          "solidity",
          "0.7",
          ".6"
        ]
      },
      {
        "id": 44002,
        "nodeType": "ImportDirective",
        "src": "116:42:66",
        "absolutePath": "packages/contracts-core/contracts/libs/Queue.sol",
        "file": "./libs/Queue.sol",
        "scope": 44065,
        "sourceUnit": 46242,
        "symbolAliases": [
          {
            "foreign": {
              "id": 44001,
              "name": "QueueLib",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "124:8:66",
              "typeDescriptions": {}
            }
          }
        ],
        "unitAlias": ""
      },
      {
        "id": 44004,
        "nodeType": "ImportDirective",
        "src": "205:90:66",
        "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/proxy/Initializable.sol",
        "file": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol",
        "scope": 44065,
        "sourceUnit": 23677,
        "symbolAliases": [
          {
            "foreign": {
              "id": 44003,
              "name": "Initializable",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "213:13:66",
              "typeDescriptions": {}
            }
          }
        ],
        "unitAlias": ""
      },
      {
        "id": 44064,
        "nodeType": "ContractDefinition",
        "src": "444:989:66",
        "nodes": [
          {
            "id": 44010,
            "nodeType": "UsingForDirective",
            "src": "533:34:66",
            "libraryName": {
              "id": 44008,
              "name": "QueueLib",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 46241,
              "src": "539:8:66",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_QueueLib_$46241",
                "typeString": "library QueueLib"
              }
            },
            "typeName": {
              "id": 44009,
              "name": "QueueLib.Queue",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 45843,
              "src": "552:14:66",
              "typeDescriptions": {
                "typeIdentifier": "t_struct$_Queue_$45843_storage_ptr",
                "typeString": "struct QueueLib.Queue"
              }
            }
          },
          {
            "id": 44012,
            "nodeType": "VariableDeclaration",
            "src": "572:29:66",
            "constant": false,
            "mutability": "mutable",
            "name": "queue",
            "scope": 44064,
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_struct$_Queue_$45843_storage",
              "typeString": "struct QueueLib.Queue"
            },
            "typeName": {
              "id": 44011,
              "name": "QueueLib.Queue",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 45843,
              "src": "572:14:66",
              "typeDescriptions": {
                "typeIdentifier": "t_struct$_Queue_$45843_storage_ptr",
                "typeString": "struct QueueLib.Queue"
              }
            },
            "visibility": "internal"
          },
          {
            "id": 44016,
            "nodeType": "VariableDeclaration",
            "src": "684:25:66",
            "constant": false,
            "mutability": "mutable",
            "name": "__GAP",
            "scope": 44064,
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_uint256_$49_storage",
              "typeString": "uint256[49]"
            },
            "typeName": {
              "baseType": {
                "id": 44013,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "684:7:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "id": 44015,
              "length": {
                "hexValue": "3439",
                "id": 44014,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "692:2:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_49_by_1",
                  "typeString": "int_const 49"
                },
                "value": "49"
              },
              "nodeType": "ArrayTypeName",
              "src": "684:11:66",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_uint256_$49_storage_ptr",
                "typeString": "uint256[49]"
              }
            },
            "visibility": "private"
          },
          {
            "id": 44027,
            "nodeType": "FunctionDefinition",
            "src": "762:93:66",
            "body": {
              "id": 44026,
              "nodeType": "Block",
              "src": "820:35:66",
              "statements": [
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "id": 44021,
                        "name": "queue",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 44012,
                        "src": "830:5:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Queue_$45843_storage",
                          "typeString": "struct QueueLib.Queue storage ref"
                        }
                      },
                      "id": 44023,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "initialize",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 45862,
                      "src": "830:16:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_Queue_$45843_storage_ptr_$returns$__$bound_to$_t_struct$_Queue_$45843_storage_ptr_$",
                        "typeString": "function (struct QueueLib.Queue storage pointer)"
                      }
                    },
                    "id": 44024,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "830:18:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 44025,
                  "nodeType": "ExpressionStatement",
                  "src": "830:18:66"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 44019,
                "modifierName": {
                  "id": 44018,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 23659,
                  "src": "808:11:66",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "808:11:66"
              }
            ],
            "name": "__QueueManager_initialize",
            "parameters": {
              "id": 44017,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "796:2:66"
            },
            "returnParameters": {
              "id": 44020,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "820:0:66"
            },
            "scope": 44064,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "id": 44038,
            "nodeType": "FunctionDefinition",
            "src": "979:93:66",
            "body": {
              "id": 44037,
              "nodeType": "Block",
              "src": "1034:38:66",
              "statements": [
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "id": 44033,
                        "name": "queue",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 44012,
                        "src": "1051:5:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Queue_$45843_storage",
                          "typeString": "struct QueueLib.Queue storage ref"
                        }
                      },
                      "id": 44034,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "length",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 46220,
                      "src": "1051:12:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_struct$_Queue_$45843_storage_ptr_$returns$_t_uint256_$bound_to$_t_struct$_Queue_$45843_storage_ptr_$",
                        "typeString": "function (struct QueueLib.Queue storage pointer) view returns (uint256)"
                      }
                    },
                    "id": 44035,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1051:14:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 44032,
                  "id": 44036,
                  "nodeType": "Return",
                  "src": "1044:21:66"
                }
              ]
            },
            "documentation": {
              "id": 44028,
              "nodeType": "StructuredDocumentation",
              "src": "912:62:66",
              "text": " @notice Returns number of elements in queue"
            },
            "functionSelector": "ab91c7b0",
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "queueLength",
            "parameters": {
              "id": 44029,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "999:2:66"
            },
            "returnParameters": {
              "id": 44032,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 44031,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 44038,
                  "src": "1025:7:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 44030,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1025:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1024:9:66"
            },
            "scope": 44064,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 44052,
            "nodeType": "FunctionDefinition",
            "src": "1150:112:66",
            "body": {
              "id": 44051,
              "nodeType": "Block",
              "src": "1217:45:66",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 44048,
                        "name": "_item",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 44041,
                        "src": "1249:5:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        }
                      ],
                      "expression": {
                        "id": 44046,
                        "name": "queue",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 44012,
                        "src": "1234:5:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Queue_$45843_storage",
                          "typeString": "struct QueueLib.Queue storage ref"
                        }
                      },
                      "id": 44047,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "contains",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 46141,
                      "src": "1234:14:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_struct$_Queue_$45843_storage_ptr_$_t_bytes32_$returns$_t_bool_$bound_to$_t_struct$_Queue_$45843_storage_ptr_$",
                        "typeString": "function (struct QueueLib.Queue storage pointer,bytes32) view returns (bool)"
                      }
                    },
                    "id": 44049,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1234:21:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 44045,
                  "id": 44050,
                  "nodeType": "Return",
                  "src": "1227:28:66"
                }
              ]
            },
            "documentation": {
              "id": 44039,
              "nodeType": "StructuredDocumentation",
              "src": "1078:67:66",
              "text": " @notice Returns TRUE iff `_item` is in the queue"
            },
            "functionSelector": "2bef2892",
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "queueContains",
            "parameters": {
              "id": 44042,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 44041,
                  "mutability": "mutable",
                  "name": "_item",
                  "nodeType": "VariableDeclaration",
                  "scope": 44052,
                  "src": "1173:13:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 44040,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1173:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1172:15:66"
            },
            "returnParameters": {
              "id": 44045,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 44044,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 44052,
                  "src": "1211:4:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 44043,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "1211:4:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1210:6:66"
            },
            "scope": 44064,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "id": 44063,
            "nodeType": "FunctionDefinition",
            "src": "1339:92:66",
            "body": {
              "id": 44062,
              "nodeType": "Block",
              "src": "1391:40:66",
              "statements": [
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "id": 44058,
                        "name": "queue",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 44012,
                        "src": "1408:5:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Queue_$45843_storage",
                          "typeString": "struct QueueLib.Queue storage ref"
                        }
                      },
                      "id": 44059,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "lastItem",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 46156,
                      "src": "1408:14:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_struct$_Queue_$45843_storage_ptr_$returns$_t_bytes32_$bound_to$_t_struct$_Queue_$45843_storage_ptr_$",
                        "typeString": "function (struct QueueLib.Queue storage pointer) view returns (bytes32)"
                      }
                    },
                    "id": 44060,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1408:16:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "functionReturnParameters": 44057,
                  "id": 44061,
                  "nodeType": "Return",
                  "src": "1401:23:66"
                }
              ]
            },
            "documentation": {
              "id": 44053,
              "nodeType": "StructuredDocumentation",
              "src": "1268:66:66",
              "text": " @notice Returns last item enqueued to the queue"
            },
            "functionSelector": "f6d16102",
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "queueEnd",
            "parameters": {
              "id": 44054,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1356:2:66"
            },
            "returnParameters": {
              "id": 44057,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 44056,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 44063,
                  "src": "1382:7:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 44055,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1382:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1381:9:66"
            },
            "scope": 44064,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 44006,
              "name": "Initializable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 23676,
              "src": "469:13:66",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Initializable_$23676",
                "typeString": "contract Initializable"
              }
            },
            "id": 44007,
            "nodeType": "InheritanceSpecifier",
            "src": "469:13:66"
          }
        ],
        "contractDependencies": [
          23676
        ],
        "contractKind": "contract",
        "documentation": {
          "id": 44005,
          "nodeType": "StructuredDocumentation",
          "src": "297:146:66",
          "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": [
          44064,
          23676
        ],
        "name": "QueueManager",
        "scope": 44065
      }
    ],
    "license": "MIT OR Apache-2.0"
  },
  "id": 66
}