Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
783 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "safe-buffer",
|
---|
3 | "description": "Safer Node.js Buffer API",
|
---|
4 | "version": "5.1.2",
|
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.