35 lines
831 B
JSON
35 lines
831 B
JSON
{
|
|
"name": "blob-to-buffer",
|
|
"description": "Convert a Blob to a Buffer",
|
|
"version": "1.2.6",
|
|
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
|
|
"bugs": {
|
|
"url": "https://github.com/feross/blob-to-buffer/issues"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"standard": "^6.0.4",
|
|
"tape": "^4.0.0",
|
|
"zuul": "^3.8.0"
|
|
},
|
|
"homepage": "https://github.com/feross/blob-to-buffer",
|
|
"keywords": [
|
|
"convert",
|
|
"blob",
|
|
"buffer",
|
|
"browserify",
|
|
"filereader"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feross/blob-to-buffer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && npm run test-browser",
|
|
"test-browser": "zuul -- test/*.js",
|
|
"test-browser-local": "zuul --local -- test/*.js"
|
|
}
|
|
}
|