Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-buffer / package.json
1 {
2   "_from": "is-buffer@^1.1.5",
3   "_id": "is-buffer@1.1.6",
4   "_inBundle": false,
5   "_integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
6   "_location": "/is-buffer",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-buffer@^1.1.5",
12     "name": "is-buffer",
13     "escapedName": "is-buffer",
14     "rawSpec": "^1.1.5",
15     "saveSpec": null,
16     "fetchSpec": "^1.1.5"
17   },
18   "_requiredBy": [
19     "/fast-glob/expand-brackets/is-accessor-descriptor/kind-of",
20     "/fast-glob/expand-brackets/is-data-descriptor/kind-of",
21     "/fast-glob/is-number/kind-of",
22     "/findup-sync/expand-brackets/is-accessor-descriptor/kind-of",
23     "/findup-sync/expand-brackets/is-data-descriptor/kind-of",
24     "/findup-sync/is-number/kind-of",
25     "/has-values/is-number/kind-of",
26     "/has-values/kind-of",
27     "/kind-of",
28     "/vfile",
29     "/watchpack-chokidar2/expand-brackets/is-accessor-descriptor/kind-of",
30     "/watchpack-chokidar2/expand-brackets/is-data-descriptor/kind-of",
31     "/watchpack-chokidar2/is-number/kind-of",
32     "/webpack/expand-brackets/is-accessor-descriptor/kind-of",
33     "/webpack/expand-brackets/is-data-descriptor/kind-of",
34     "/webpack/is-number/kind-of"
35   ],
36   "_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
37   "_shasum": "efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be",
38   "_spec": "is-buffer@^1.1.5",
39   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/kind-of",
40   "author": {
41     "name": "Feross Aboukhadijeh",
42     "email": "feross@feross.org",
43     "url": "http://feross.org/"
44   },
45   "bugs": {
46     "url": "https://github.com/feross/is-buffer/issues"
47   },
48   "bundleDependencies": false,
49   "dependencies": {},
50   "deprecated": false,
51   "description": "Determine if an object is a Buffer",
52   "devDependencies": {
53     "standard": "*",
54     "tape": "^4.0.0",
55     "zuul": "^3.0.0"
56   },
57   "homepage": "https://github.com/feross/is-buffer#readme",
58   "keywords": [
59     "buffer",
60     "buffers",
61     "type",
62     "core buffer",
63     "browser buffer",
64     "browserify",
65     "typed array",
66     "uint32array",
67     "int16array",
68     "int32array",
69     "float32array",
70     "float64array",
71     "browser",
72     "arraybuffer",
73     "dataview"
74   ],
75   "license": "MIT",
76   "main": "index.js",
77   "name": "is-buffer",
78   "repository": {
79     "type": "git",
80     "url": "git://github.com/feross/is-buffer.git"
81   },
82   "scripts": {
83     "test": "standard && npm run test-node && npm run test-browser",
84     "test-browser": "zuul -- test/*.js",
85     "test-browser-local": "zuul --local -- test/*.js",
86     "test-node": "tape test/*.js"
87   },
88   "testling": {
89     "files": "test/*.js"
90   },
91   "version": "1.1.6"
92 }