Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unist-util-is / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/unist-util-is/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/unist-util-is/package.json
new file mode 100644 (file)
index 0000000..7f9eeab
--- /dev/null
@@ -0,0 +1,115 @@
+{
+  "_from": "unist-util-is@^3.0.0",
+  "_id": "unist-util-is@3.0.0",
+  "_inBundle": false,
+  "_integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==",
+  "_location": "/unist-util-is",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "unist-util-is@^3.0.0",
+    "name": "unist-util-is",
+    "escapedName": "unist-util-is",
+    "rawSpec": "^3.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^3.0.0"
+  },
+  "_requiredBy": [
+    "/unist-util-find-all-after",
+    "/unist-util-visit-parents"
+  ],
+  "_resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
+  "_shasum": "d9e84381c2468e82629e4a5be9d7d05a2dd324cd",
+  "_spec": "unist-util-is@^3.0.0",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/unist-util-visit-parents",
+  "author": {
+    "name": "Titus Wormer",
+    "email": "tituswormer@gmail.com",
+    "url": "https://wooorm.com"
+  },
+  "bugs": {
+    "url": "https://github.com/syntax-tree/unist-util-is/issues"
+  },
+  "bundleDependencies": false,
+  "contributors": [
+    {
+      "name": "Titus Wormer",
+      "email": "tituswormer@gmail.com",
+      "url": "https://wooorm.com"
+    }
+  ],
+  "dependencies": {},
+  "deprecated": false,
+  "description": "Utility to check if a node passes a test",
+  "devDependencies": {
+    "browserify": "^16.0.0",
+    "nyc": "^14.0.0",
+    "prettier": "^1.0.0",
+    "remark-cli": "^6.0.0",
+    "remark-preset-wooorm": "^5.0.0",
+    "tape": "^4.0.0",
+    "tinyify": "^2.0.0",
+    "xo": "^0.24.0"
+  },
+  "files": [
+    "index.js",
+    "convert.js"
+  ],
+  "homepage": "https://github.com/syntax-tree/unist-util-is#readme",
+  "keywords": [
+    "unist",
+    "node",
+    "is",
+    "equal",
+    "test",
+    "type",
+    "util",
+    "utility"
+  ],
+  "license": "MIT",
+  "name": "unist-util-is",
+  "nyc": {
+    "check-coverage": true,
+    "lines": 100,
+    "functions": 100,
+    "branches": 100
+  },
+  "prettier": {
+    "tabWidth": 2,
+    "useTabs": false,
+    "singleQuote": true,
+    "bracketSpacing": false,
+    "semi": false,
+    "trailingComma": "none"
+  },
+  "remarkConfig": {
+    "plugins": [
+      "preset-wooorm"
+    ]
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/syntax-tree/unist-util-is.git"
+  },
+  "scripts": {
+    "build": "npm run build-bundle && npm run build-mangle",
+    "build-bundle": "browserify . -s unistUtilIs > unist-util-is.js",
+    "build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.min.js",
+    "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
+    "test": "npm run format && npm run build && npm run test-coverage",
+    "test-api": "node test",
+    "test-coverage": "nyc --reporter lcov tape test.js"
+  },
+  "version": "3.0.0",
+  "xo": {
+    "prettier": true,
+    "esnext": false,
+    "rules": {
+      "unicorn/prefer-type-error": "off"
+    },
+    "ignore": [
+      "unist-util-is.js"
+    ]
+  }
+}