pulsar/packages/encoding-selector/package.json
2023-01-06 08:58:27 -08:00

24 lines
526 B
JSON

{
"name": "encoding-selector",
"version": "0.23.9",
"main": "./lib/main",
"description": "Select the encoding to use for the current editor with `ctrl-shift-U`.",
"license": "MIT",
"repository": "https://github.com/pulsar-edit/pulsar",
"engines": {
"atom": ">=0.141.0"
},
"dependencies": {
"atom-select-list": "^0.7.0",
"iconv-lite": "^0.4.4",
"jschardet": "^1.1.0"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
}
}