You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
356 B
19 lines
356 B
{ |
|
"name": "is-utf8", |
|
"version": "0.2.1", |
|
"description": "Detect if a buffer is utf8 encoded.", |
|
"main": "is-utf8.js", |
|
"scripts": { |
|
"test": "node test.js" |
|
}, |
|
"repository": "https://github.com/wayfind/is-utf8.git", |
|
"keywords": [ |
|
"utf8", |
|
"charset" |
|
], |
|
"files": [ |
|
"is-utf8.js" |
|
], |
|
"author": "wayfind", |
|
"license": "MIT" |
|
}
|
|
|