Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / dot-prop / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/dot-prop/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/dot-prop/package.json
new file mode 100644 (file)
index 0000000..55d8d82
--- /dev/null
@@ -0,0 +1,77 @@
+{
+  "_from": "dot-prop@^5.2.0",
+  "_id": "dot-prop@5.2.0",
+  "_inBundle": false,
+  "_integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==",
+  "_location": "/dot-prop",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "dot-prop@^5.2.0",
+    "name": "dot-prop",
+    "escapedName": "dot-prop",
+    "rawSpec": "^5.2.0",
+    "saveSpec": null,
+    "fetchSpec": "^5.2.0"
+  },
+  "_requiredBy": [
+    "/postcss-selector-parser"
+  ],
+  "_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz",
+  "_shasum": "c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb",
+  "_spec": "dot-prop@^5.2.0",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/postcss-selector-parser",
+  "author": {
+    "name": "Sindre Sorhus",
+    "email": "sindresorhus@gmail.com",
+    "url": "sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/dot-prop/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "is-obj": "^2.0.0"
+  },
+  "deprecated": false,
+  "description": "Get, set, or delete a property from a nested object using a dot path",
+  "devDependencies": {
+    "ava": "^2.1.0",
+    "benchmark": "^2.1.4",
+    "tsd": "^0.7.2",
+    "xo": "^0.25.3"
+  },
+  "engines": {
+    "node": ">=8"
+  },
+  "files": [
+    "index.js",
+    "index.d.ts"
+  ],
+  "homepage": "https://github.com/sindresorhus/dot-prop#readme",
+  "keywords": [
+    "object",
+    "prop",
+    "property",
+    "dot",
+    "path",
+    "get",
+    "set",
+    "delete",
+    "access",
+    "notation",
+    "dotty"
+  ],
+  "license": "MIT",
+  "name": "dot-prop",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/dot-prop.git"
+  },
+  "scripts": {
+    "bench": "node bench.js",
+    "test": "xo && ava && tsd"
+  },
+  "version": "5.2.0"
+}