Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unist-util-remove-position / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/unist-util-remove-position/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/unist-util-remove-position/package.json
new file mode 100644 (file)
index 0000000..1d6e9d5
--- /dev/null
@@ -0,0 +1,115 @@
+{
+  "_from": "unist-util-remove-position@^1.0.0",
+  "_id": "unist-util-remove-position@1.1.4",
+  "_inBundle": false,
+  "_integrity": "sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==",
+  "_location": "/unist-util-remove-position",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "unist-util-remove-position@^1.0.0",
+    "name": "unist-util-remove-position",
+    "escapedName": "unist-util-remove-position",
+    "rawSpec": "^1.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^1.0.0"
+  },
+  "_requiredBy": [
+    "/remark-parse"
+  ],
+  "_resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz",
+  "_shasum": "ec037348b6102c897703eee6d0294ca4755a2020",
+  "_spec": "unist-util-remove-position@^1.0.0",
+  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/remark-parse",
+  "author": {
+    "name": "Titus Wormer",
+    "email": "tituswormer@gmail.com",
+    "url": "https://wooorm.com"
+  },
+  "bugs": {
+    "url": "https://github.com/syntax-tree/unist-util-remove-position/issues"
+  },
+  "bundleDependencies": false,
+  "contributors": [
+    {
+      "name": "Titus Wormer",
+      "email": "tituswormer@gmail.com",
+      "url": "https://wooorm.com"
+    }
+  ],
+  "dependencies": {
+    "unist-util-visit": "^1.1.0"
+  },
+  "deprecated": false,
+  "description": "Remove `position`s from a unist tree",
+  "devDependencies": {
+    "browserify": "^16.0.0",
+    "nyc": "^14.0.0",
+    "prettier": "^1.0.0",
+    "remark": "^11.0.0",
+    "remark-cli": "^7.0.0",
+    "remark-preset-wooorm": "^6.0.0",
+    "tape": "^4.0.0",
+    "tinyify": "^2.0.0",
+    "unist-builder": "^2.0.0",
+    "xo": "^0.25.0"
+  },
+  "files": [
+    "index.js"
+  ],
+  "funding": {
+    "type": "opencollective",
+    "url": "https://opencollective.com/unified"
+  },
+  "homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
+  "keywords": [
+    "unist",
+    "utility",
+    "remove",
+    "position",
+    "location"
+  ],
+  "license": "MIT",
+  "name": "unist-util-remove-position",
+  "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-remove-position.git"
+  },
+  "scripts": {
+    "build": "npm run build-bundle && npm run build-mangle",
+    "build-bundle": "browserify . -s unistUtilRemovePosition > unist-util-remove-position.js",
+    "build-mangle": "browserify . -s unistUtilRemovePosition -p tinyify > unist-util-remove-position.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": "1.1.4",
+  "xo": {
+    "prettier": true,
+    "esnext": false,
+    "ignores": [
+      "unist-util-remove-position.js"
+    ]
+  }
+}