Repository URL to install this package:
|
Version:
0.0.1 ▾
|
to-utf8
/
package.json
|
|---|
{
"name": "to-utf8",
"version": "0.0.1",
"description": "single-function form of node's Buffer.toString(utf8)",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/to-utf8.git"
},
"keywords": [
"utf8",
"buffer"
],
"author": {
"name": "Chris Dickinson",
"email": "chris@neversaw.us"
},
"license": "MIT",
"devDependencies": {
"tape": "~0.2.2"
},
"_id": "to-utf8@0.0.1",
"dist": {
"shasum": "d17aea72ff2fba39b9e43601be7b3ff72e089852",
"tarball": "http://registry.npmjs.org/to-utf8/-/to-utf8-0.0.1.tgz"
},
"_npmVersion": "1.1.69",
"_npmUser": {
"name": "chrisdickinson",
"email": "chris@neversaw.us"
},
"maintainers": [
{
"name": "chrisdickinson",
"email": "chris@neversaw.us"
}
],
"directories": {},
"_shasum": "d17aea72ff2fba39b9e43601be7b3ff72e089852",
"_resolved": "https://registry.npmjs.org/to-utf8/-/to-utf8-0.0.1.tgz",
"_from": "to-utf8@0.0.1",
"bugs": {
"url": "https://github.com/chrisdickinson/to-utf8/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/chrisdickinson/to-utf8#readme"
}