Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-alphanumeric / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/is-alphanumeric/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/is-alphanumeric/package.json
new file mode 100644 (file)
index 0000000..8b59bf0
--- /dev/null
@@ -0,0 +1,73 @@
+{
+  "_from": "is-alphanumeric@^1.0.0",
+  "_id": "is-alphanumeric@1.0.0",
+  "_inBundle": false,
+  "_integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=",
+  "_location": "/is-alphanumeric",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "is-alphanumeric@^1.0.0",
+    "name": "is-alphanumeric",
+    "escapedName": "is-alphanumeric",
+    "rawSpec": "^1.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^1.0.0"
+  },
+  "_requiredBy": [
+    "/remark-stringify"
+  ],
+  "_resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz",
+  "_shasum": "4a9cef71daf4c001c1d81d63d140cf53fd6889f4",
+  "_spec": "is-alphanumeric@^1.0.0",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/remark-stringify",
+  "author": {
+    "name": "Arthur Verschaeve",
+    "email": "contact@arthurverschaeve.be",
+    "url": "arthurverschaeve.be"
+  },
+  "bugs": {
+    "url": "https://github.com/arthurvr/is-alphanumeric/issues"
+  },
+  "bundleDependencies": false,
+  "deprecated": false,
+  "description": "Check if a string only contains alphanumeric characters",
+  "devDependencies": {
+    "mocha": "*"
+  },
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "files": [
+    "index.js"
+  ],
+  "homepage": "https://github.com/arthurvr/is-alphanumeric#readme",
+  "keywords": [
+    "numbers",
+    "numeric",
+    "alphabet",
+    "alphabetic",
+    "check",
+    "is",
+    "detect",
+    "latin",
+    "alphanumeric",
+    "string",
+    "text",
+    "letters",
+    "digit",
+    "arabic",
+    "alphameric"
+  ],
+  "license": "MIT",
+  "name": "is-alphanumeric",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/arthurvr/is-alphanumeric.git"
+  },
+  "scripts": {
+    "test": "mocha"
+  },
+  "version": "1.0.0"
+}