blob: 2e30f75fc4c4557f107676606f64a66991f1370a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "safe-buffer@^5.1.1",
3 "_id": "safe-buffer@5.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
6 "_location": "/safe-buffer",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "safe-buffer@^5.1.1",
12 "name": "safe-buffer",
13 "escapedName": "safe-buffer",
14 "rawSpec": "^5.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^5.1.1"
17 },
18 "_requiredBy": [
19 "/bin-wrapper/got",
20 "/bl",
21 "/got",
22 "/remove-bom-stream",
23 "/tunnel-agent",
24 "/websocket-driver"
25 ],
26 "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
27 "_shasum": "1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6",
28 "_spec": "safe-buffer@^5.1.1",
29 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bl",
30 "author": {
31 "name": "Feross Aboukhadijeh",
32 "email": "feross@feross.org",
33 "url": "https://feross.org"
34 },
35 "bugs": {
36 "url": "https://github.com/feross/safe-buffer/issues"
37 },
38 "bundleDependencies": false,
39 "deprecated": false,
40 "description": "Safer Node.js Buffer API",
41 "devDependencies": {
42 "standard": "*",
43 "tape": "^5.0.0"
44 },
45 "funding": [
46 {
47 "type": "github",
48 "url": "https://github.com/sponsors/feross"
49 },
50 {
51 "type": "patreon",
52 "url": "https://www.patreon.com/feross"
53 },
54 {
55 "type": "consulting",
56 "url": "https://feross.org/support"
57 }
58 ],
59 "homepage": "https://github.com/feross/safe-buffer",
60 "keywords": [
61 "buffer",
62 "buffer allocate",
63 "node security",
64 "safe",
65 "safe-buffer",
66 "security",
67 "uninitialized"
68 ],
69 "license": "MIT",
70 "main": "index.js",
71 "name": "safe-buffer",
72 "repository": {
73 "type": "git",
74 "url": "git://github.com/feross/safe-buffer.git"
75 },
76 "scripts": {
77 "test": "standard && tape test/*.js"
78 },
79 "types": "index.d.ts",
80 "version": "5.2.1"
81}