| { |
| "author": { |
| "name": "wayfind" |
| }, |
| "bugs": { |
| "url": "https://github.com/wayfind/is-utf8/issues" |
| }, |
| "bundleDependencies": false, |
| "deprecated": false, |
| "description": "Detect if a buffer is utf8 encoded.", |
| "files": [ |
| "is-utf8.js" |
| ], |
| "homepage": "https://github.com/wayfind/is-utf8#readme", |
| "keywords": [ |
| "utf8", |
| "charset" |
| ], |
| "license": "MIT", |
| "main": "is-utf8.js", |
| "name": "is-utf8", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/wayfind/is-utf8.git" |
| }, |
| "scripts": { |
| "test": "node test.js" |
| }, |
| "version": "0.2.1" |
| } |