Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / posix-character-classes / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/posix-character-classes/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/posix-character-classes/package.json
new file mode 100644 (file)
index 0000000..20160d7
--- /dev/null
@@ -0,0 +1,88 @@
+{
+  "_from": "posix-character-classes@^0.1.0",
+  "_id": "posix-character-classes@0.1.1",
+  "_inBundle": false,
+  "_integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
+  "_location": "/posix-character-classes",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "posix-character-classes@^0.1.0",
+    "name": "posix-character-classes",
+    "escapedName": "posix-character-classes",
+    "rawSpec": "^0.1.0",
+    "saveSpec": null,
+    "fetchSpec": "^0.1.0"
+  },
+  "_requiredBy": [
+    "/fast-glob/expand-brackets",
+    "/findup-sync/expand-brackets",
+    "/watchpack-chokidar2/expand-brackets",
+    "/webpack/expand-brackets"
+  ],
+  "_resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
+  "_shasum": "01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab",
+  "_spec": "posix-character-classes@^0.1.0",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/fast-glob/node_modules/expand-brackets",
+  "author": {
+    "name": "Jon Schlinkert",
+    "url": "https://github.com/jonschlinkert"
+  },
+  "bugs": {
+    "url": "https://github.com/jonschlinkert/posix-character-classes/issues"
+  },
+  "bundleDependencies": false,
+  "deprecated": false,
+  "description": "POSIX character classes for creating regular expressions.",
+  "devDependencies": {
+    "gulp-format-md": "^0.1.12",
+    "mocha": "^3.2.0"
+  },
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "files": [
+    "index.js"
+  ],
+  "homepage": "https://github.com/jonschlinkert/posix-character-classes",
+  "keywords": [
+    "character",
+    "classes",
+    "posix"
+  ],
+  "license": "MIT",
+  "main": "index.js",
+  "name": "posix-character-classes",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/jonschlinkert/posix-character-classes.git"
+  },
+  "scripts": {
+    "test": "mocha"
+  },
+  "verb": {
+    "toc": false,
+    "layout": "default",
+    "tasks": [
+      "readme"
+    ],
+    "plugins": [
+      "gulp-format-md"
+    ],
+    "reflinks": [
+      "verb",
+      "verb-generate-readme"
+    ],
+    "lint": {
+      "reflinks": true
+    },
+    "related-list": [
+      "micromatch",
+      "nanomatch",
+      "extglob",
+      "expand-brackets"
+    ]
+  },
+  "version": "0.1.1"
+}