Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / temp-write / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/temp-write/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/temp-write/package.json
new file mode 100644 (file)
index 0000000..de2fe85
--- /dev/null
@@ -0,0 +1,81 @@
+{
+  "_from": "temp-write@^3.3.0",
+  "_id": "temp-write@3.4.0",
+  "_inBundle": false,
+  "_integrity": "sha1-jP9jD7fp2gXwR8dM5M5NaFRX1JI=",
+  "_location": "/temp-write",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "temp-write@^3.3.0",
+    "name": "temp-write",
+    "escapedName": "temp-write",
+    "rawSpec": "^3.3.0",
+    "saveSpec": null,
+    "fetchSpec": "^3.3.0"
+  },
+  "_requiredBy": [
+    "/prettier-stylelint"
+  ],
+  "_resolved": "https://registry.npmjs.org/temp-write/-/temp-write-3.4.0.tgz",
+  "_shasum": "8cff630fb7e9da05f047c74ce4ce4d685457d492",
+  "_spec": "temp-write@^3.3.0",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/prettier-stylelint",
+  "author": {
+    "name": "Sindre Sorhus",
+    "email": "sindresorhus@gmail.com",
+    "url": "sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/temp-write/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "graceful-fs": "^4.1.2",
+    "is-stream": "^1.1.0",
+    "make-dir": "^1.0.0",
+    "pify": "^3.0.0",
+    "temp-dir": "^1.0.0",
+    "uuid": "^3.0.1"
+  },
+  "deprecated": false,
+  "description": "Write string/buffer/stream to a random temp file",
+  "devDependencies": {
+    "ava": "*",
+    "xo": "*"
+  },
+  "engines": {
+    "node": ">=4"
+  },
+  "files": [
+    "index.js"
+  ],
+  "homepage": "https://github.com/sindresorhus/temp-write#readme",
+  "keywords": [
+    "tmp",
+    "temp",
+    "temporary",
+    "tempfile",
+    "file",
+    "filename",
+    "path",
+    "random",
+    "rand",
+    "write",
+    "fs",
+    "string",
+    "buffer",
+    "stream"
+  ],
+  "license": "MIT",
+  "name": "temp-write",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/temp-write.git"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "version": "3.4.0"
+}