UNPKG
convert-string
Version:
latest (0.1.0)
0.1.0
Convert to/from strings and array of bytes
cryptocoinjs/convert-string
convert-string
/
component.json
16 lines
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"convert-string"
,
"version"
:
"0.1.0"
,
"description"
:
"Convert to/from strings and array of bytes"
,
"keywords"
:
[
"string"
,
"strings"
,
"convert"
,
"bytes"
]
,
"repo"
:
"cryptocoinjs/convert-string"
,
"scripts"
:
[
"convert-string.js"
]
,
"main"
:
"convert-string.js"
}