wishthis/node_modules/safe-buffer/package.json

38 lines
783 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "safe-buffer",
"description": "Safer Node.js Buffer API",
"version": "5.1.2",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
2022-04-08 10:55:35 +00:00
"url": "http://feross.org"
2022-01-21 08:28:41 +00:00
},
"bugs": {
"url": "https://github.com/feross/safe-buffer/issues"
},
"devDependencies": {
"standard": "*",
2022-04-08 10:55:35 +00:00
"tape": "^4.0.0"
2022-01-21 08:28:41 +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",
2022-04-08 10:55:35 +00:00
"types": "index.d.ts",
2022-01-21 08:28:41 +00:00
"repository": {
"type": "git",
"url": "git://github.com/feross/safe-buffer.git"
},
"scripts": {
"test": "standard && tape test/*.js"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}