27 lines
736 B
JSON
27 lines
736 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/common/issues",
|
|
"description": "A TextDecoder replacement",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-textencoder#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@polkadot/x-textencoder",
|
|
"repository": {
|
|
"directory": "packages/x-textencoder",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/common.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "14.0.2-0-x",
|
|
"browser": "browser.js",
|
|
"main": "node.js",
|
|
"react-native": "react-native.js",
|
|
"dependencies": {
|
|
"@polkadot/x-global": "14.0.2-0-x",
|
|
"tslib": "^2.8.0"
|
|
}
|
|
}
|