Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-buffer / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/is-buffer/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/is-buffer/package.json
new file mode 100644 (file)
index 0000000..8df5f19
--- /dev/null
@@ -0,0 +1,92 @@
+{
+  "_from": "is-buffer@^1.1.5",
+  "_id": "is-buffer@1.1.6",
+  "_inBundle": false,
+  "_integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+  "_location": "/is-buffer",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "is-buffer@^1.1.5",
+    "name": "is-buffer",
+    "escapedName": "is-buffer",
+    "rawSpec": "^1.1.5",
+    "saveSpec": null,
+    "fetchSpec": "^1.1.5"
+  },
+  "_requiredBy": [
+    "/fast-glob/expand-brackets/is-accessor-descriptor/kind-of",
+    "/fast-glob/expand-brackets/is-data-descriptor/kind-of",
+    "/fast-glob/is-number/kind-of",
+    "/findup-sync/expand-brackets/is-accessor-descriptor/kind-of",
+    "/findup-sync/expand-brackets/is-data-descriptor/kind-of",
+    "/findup-sync/is-number/kind-of",
+    "/has-values/is-number/kind-of",
+    "/has-values/kind-of",
+    "/kind-of",
+    "/vfile",
+    "/watchpack-chokidar2/expand-brackets/is-accessor-descriptor/kind-of",
+    "/watchpack-chokidar2/expand-brackets/is-data-descriptor/kind-of",
+    "/watchpack-chokidar2/is-number/kind-of",
+    "/webpack/expand-brackets/is-accessor-descriptor/kind-of",
+    "/webpack/expand-brackets/is-data-descriptor/kind-of",
+    "/webpack/is-number/kind-of"
+  ],
+  "_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+  "_shasum": "efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be",
+  "_spec": "is-buffer@^1.1.5",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/kind-of",
+  "author": {
+    "name": "Feross Aboukhadijeh",
+    "email": "feross@feross.org",
+    "url": "http://feross.org/"
+  },
+  "bugs": {
+    "url": "https://github.com/feross/is-buffer/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {},
+  "deprecated": false,
+  "description": "Determine if an object is a Buffer",
+  "devDependencies": {
+    "standard": "*",
+    "tape": "^4.0.0",
+    "zuul": "^3.0.0"
+  },
+  "homepage": "https://github.com/feross/is-buffer#readme",
+  "keywords": [
+    "buffer",
+    "buffers",
+    "type",
+    "core buffer",
+    "browser buffer",
+    "browserify",
+    "typed array",
+    "uint32array",
+    "int16array",
+    "int32array",
+    "float32array",
+    "float64array",
+    "browser",
+    "arraybuffer",
+    "dataview"
+  ],
+  "license": "MIT",
+  "main": "index.js",
+  "name": "is-buffer",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/feross/is-buffer.git"
+  },
+  "scripts": {
+    "test": "standard && npm run test-node && npm run test-browser",
+    "test-browser": "zuul -- test/*.js",
+    "test-browser-local": "zuul --local -- test/*.js",
+    "test-node": "tape test/*.js"
+  },
+  "testling": {
+    "files": "test/*.js"
+  },
+  "version": "1.1.6"
+}