Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / safe-buffer / package.json
1 {
2   "_from": "safe-buffer@~5.2.0",
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.2.0",
12     "name": "safe-buffer",
13     "escapedName": "safe-buffer",
14     "rawSpec": "~5.2.0",
15     "saveSpec": null,
16     "fetchSpec": "~5.2.0"
17   },
18   "_requiredBy": [
19     "/got",
20     "/randombytes",
21     "/registry-auth-token",
22     "/string_decoder"
23   ],
24   "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
25   "_shasum": "1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6",
26   "_spec": "safe-buffer@~5.2.0",
27   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/string_decoder",
28   "author": {
29     "name": "Feross Aboukhadijeh",
30     "email": "feross@feross.org",
31     "url": "https://feross.org"
32   },
33   "bugs": {
34     "url": "https://github.com/feross/safe-buffer/issues"
35   },
36   "bundleDependencies": false,
37   "deprecated": false,
38   "description": "Safer Node.js Buffer API",
39   "devDependencies": {
40     "standard": "*",
41     "tape": "^5.0.0"
42   },
43   "funding": [
44     {
45       "type": "github",
46       "url": "https://github.com/sponsors/feross"
47     },
48     {
49       "type": "patreon",
50       "url": "https://www.patreon.com/feross"
51     },
52     {
53       "type": "consulting",
54       "url": "https://feross.org/support"
55     }
56   ],
57   "homepage": "https://github.com/feross/safe-buffer",
58   "keywords": [
59     "buffer",
60     "buffer allocate",
61     "node security",
62     "safe",
63     "safe-buffer",
64     "security",
65     "uninitialized"
66   ],
67   "license": "MIT",
68   "main": "index.js",
69   "name": "safe-buffer",
70   "repository": {
71     "type": "git",
72     "url": "git://github.com/feross/safe-buffer.git"
73   },
74   "scripts": {
75     "test": "standard && tape test/*.js"
76   },
77   "types": "index.d.ts",
78   "version": "5.2.1"
79 }