1
|
{
|
2
|
"name": "safe-buffer",
|
3
|
"description": "Safer Node.js Buffer API",
|
4
|
"version": "5.2.0",
|
5
|
"author": {
|
6
|
"name": "Feross Aboukhadijeh",
|
7
|
"email": "feross@feross.org",
|
8
|
"url": "http://feross.org"
|
9
|
},
|
10
|
"bugs": {
|
11
|
"url": "https://github.com/feross/safe-buffer/issues"
|
12
|
},
|
13
|
"devDependencies": {
|
14
|
"standard": "*",
|
15
|
"tape": "^4.0.0"
|
16
|
},
|
17
|
"homepage": "https://github.com/feross/safe-buffer",
|
18
|
"keywords": [
|
19
|
"buffer",
|
20
|
"buffer allocate",
|
21
|
"node security",
|
22
|
"safe",
|
23
|
"safe-buffer",
|
24
|
"security",
|
25
|
"uninitialized"
|
26
|
],
|
27
|
"license": "MIT",
|
28
|
"main": "index.js",
|
29
|
"types": "index.d.ts",
|
30
|
"repository": {
|
31
|
"type": "git",
|
32
|
"url": "git://github.com/feross/safe-buffer.git"
|
33
|
},
|
34
|
"scripts": {
|
35
|
"test": "standard && tape test/*.js"
|
36
|
}
|
37
|
}
|