asarfuckery/appasar/ptb/node_modules/safe-buffer/package.json

38 lines
783 B
JSON
Raw Normal View History

2019-01-17 18:22:05 +00:00
{
"name": "safe-buffer",
"description": "Safer Node.js Buffer API",
2019-03-08 18:20:59 +00:00
"version": "5.1.2",
2019-01-17 18:22:05 +00:00
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org"
},
"bugs": {
"url": "https://github.com/feross/safe-buffer/issues"
},
"devDependencies": {
"standard": "*",
2019-03-08 18:20:59 +00:00
"tape": "^4.0.0"
2019-01-17 18:22:05 +00:00
},
"homepage": "https://github.com/feross/safe-buffer",
"keywords": [
"buffer",
"buffer allocate",
"node security",
"safe",
"safe-buffer",
"security",
"uninitialized"
],
"license": "MIT",
"main": "index.js",
2019-03-08 18:20:59 +00:00
"types": "index.d.ts",
2019-01-17 18:22:05 +00:00
"repository": {
"type": "git",
"url": "git://github.com/feross/safe-buffer.git"
},
"scripts": {
2019-03-08 18:20:59 +00:00
"test": "standard && tape test/*.js"
2019-01-17 18:22:05 +00:00
}
}