39 lines
784 B
JSON
39 lines
784 B
JSON
|
|
{
|
||
|
|
"name": "is-buffer",
|
||
|
|
"description": "Determine if an object is a Buffer",
|
||
|
|
"version": "2.0.5",
|
||
|
|
"author": {
|
||
|
|
"name": "Feross Aboukhadijeh",
|
||
|
|
"email": "feross@feross.org",
|
||
|
|
"url": "https://feross.org"
|
||
|
|
},
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
"airtap": "^3.0.0",
|
||
|
|
"standard": "*",
|
||
|
|
"tape": "^5.0.1"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=4"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "index.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git://github.com/feross/is-buffer.git"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/feross"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "patreon",
|
||
|
|
"url": "https://www.patreon.com/feross"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "consulting",
|
||
|
|
"url": "https://feross.org/support"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|