56 lines
2.0 KiB
JSON
56 lines
2.0 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":41,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":41}},
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":41,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":41}},
|
|
"sourceType": "module",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ImportDeclaration",
|
|
"start":0,"end":41,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":41}},
|
|
"specifiers": [
|
|
{
|
|
"type": "ImportSpecifier",
|
|
"start":9,"end":16,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":16}},
|
|
"imported": {
|
|
"type": "Identifier",
|
|
"start":9,"end":16,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":16},"identifierName":"encrypt"},
|
|
"name": "encrypt"
|
|
},
|
|
"local": {
|
|
"type": "Identifier",
|
|
"start":9,"end":16,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":16},"identifierName":"encrypt"},
|
|
"name": "encrypt"
|
|
}
|
|
},
|
|
{
|
|
"type": "ImportSpecifier",
|
|
"start":18,"end":25,"loc":{"start":{"line":1,"column":18},"end":{"line":1,"column":25}},
|
|
"imported": {
|
|
"type": "Identifier",
|
|
"start":18,"end":25,"loc":{"start":{"line":1,"column":18},"end":{"line":1,"column":25},"identifierName":"decrypt"},
|
|
"name": "decrypt"
|
|
},
|
|
"local": {
|
|
"type": "Identifier",
|
|
"start":18,"end":25,"loc":{"start":{"line":1,"column":18},"end":{"line":1,"column":25},"identifierName":"decrypt"},
|
|
"name": "decrypt"
|
|
}
|
|
}
|
|
],
|
|
"source": {
|
|
"type": "StringLiteral",
|
|
"start":33,"end":41,"loc":{"start":{"line":1,"column":33},"end":{"line":1,"column":41}},
|
|
"extra": {
|
|
"rawValue": "crypto",
|
|
"raw": "\"crypto\""
|
|
},
|
|
"value": "crypto"
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |