25 lines
517 B
JSON
25 lines
517 B
JSON
|
|
{
|
||
|
|
"name": "is-buffer",
|
||
|
|
"description": "Determine if an object is a Buffer",
|
||
|
|
"version": "1.1.6",
|
||
|
|
"author": {
|
||
|
|
"name": "Feross Aboukhadijeh",
|
||
|
|
"email": "feross@feross.org",
|
||
|
|
"url": "http://feross.org/"
|
||
|
|
},
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
"standard": "*",
|
||
|
|
"tape": "^4.0.0",
|
||
|
|
"zuul": "^3.0.0"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "index.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git://github.com/feross/is-buffer.git"
|
||
|
|
},
|
||
|
|
"testling": {
|
||
|
|
"files": "test/*.js"
|
||
|
|
}
|
||
|
|
}
|