Actualizacion maquina principal
[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     "/browserify-aes",
20     "/browserify-des",
21     "/browserify-sign",
22     "/cipher-base",
23     "/create-hmac",
24     "/evp_bytestokey",
25     "/got",
26     "/hash-base",
27     "/md5.js",
28     "/minipass",
29     "/parse-asn1",
30     "/pbkdf2",
31     "/public-encrypt",
32     "/randombytes",
33     "/randomfill",
34     "/registry-auth-token",
35     "/sha.js",
36     "/string_decoder",
37     "/tar"
38   ],
39   "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
40   "_shasum": "1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6",
41   "_spec": "safe-buffer@~5.2.0",
42   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/string_decoder",
43   "author": {
44     "name": "Feross Aboukhadijeh",
45     "email": "feross@feross.org",
46     "url": "https://feross.org"
47   },
48   "bugs": {
49     "url": "https://github.com/feross/safe-buffer/issues"
50   },
51   "bundleDependencies": false,
52   "deprecated": false,
53   "description": "Safer Node.js Buffer API",
54   "devDependencies": {
55     "standard": "*",
56     "tape": "^5.0.0"
57   },
58   "funding": [
59     {
60       "type": "github",
61       "url": "https://github.com/sponsors/feross"
62     },
63     {
64       "type": "patreon",
65       "url": "https://www.patreon.com/feross"
66     },
67     {
68       "type": "consulting",
69       "url": "https://feross.org/support"
70     }
71   ],
72   "homepage": "https://github.com/feross/safe-buffer",
73   "keywords": [
74     "buffer",
75     "buffer allocate",
76     "node security",
77     "safe",
78     "safe-buffer",
79     "security",
80     "uninitialized"
81   ],
82   "license": "MIT",
83   "main": "index.js",
84   "name": "safe-buffer",
85   "repository": {
86     "type": "git",
87     "url": "git://github.com/feross/safe-buffer.git"
88   },
89   "scripts": {
90     "test": "standard && tape test/*.js"
91   },
92   "types": "index.d.ts",
93   "version": "5.2.1"
94 }