parse-data-uri
Version:
parse a data uri into mime type and buffer
25 lines (24 loc) • 505 B
JSON
{
"name": "parse-data-uri",
"author": "jden <jason@denizac.org>",
"version": "0.2.0",
"description": "parse a data uri into mime type and buffer",
"keywords": [
"mime",
"data uri",
"datauri"
],
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "git@github.com:jden/node-parse-data-uri.git",
"license": "ISC",
"readmeFilename": "README.md",
"devDependencies": {
"mochi": "0.1.0"
},
"dependencies": {
"data-uri-to-buffer": "0.0.3"
}
}