some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / character-entities / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/character-entities/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/character-entities/package.json
deleted file mode 100644 (file)
index 8c18c9d..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-{
-  "_from": "character-entities@^1.0.0",
-  "_id": "character-entities@1.2.4",
-  "_inBundle": false,
-  "_integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
-  "_location": "/character-entities",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "character-entities@^1.0.0",
-    "name": "character-entities",
-    "escapedName": "character-entities",
-    "rawSpec": "^1.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^1.0.0"
-  },
-  "_requiredBy": [
-    "/parse-entities"
-  ],
-  "_resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
-  "_shasum": "e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b",
-  "_spec": "character-entities@^1.0.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/parse-entities",
-  "author": {
-    "name": "Titus Wormer",
-    "email": "tituswormer@gmail.com",
-    "url": "https://wooorm.com"
-  },
-  "bugs": {
-    "url": "https://github.com/wooorm/character-entities/issues"
-  },
-  "bundleDependencies": false,
-  "contributors": [
-    {
-      "name": "Titus Wormer",
-      "email": "tituswormer@gmail.com",
-      "url": "https://wooorm.com"
-    }
-  ],
-  "dependencies": {},
-  "deprecated": false,
-  "description": "HTML character entity information",
-  "devDependencies": {
-    "bail": "^1.0.0",
-    "browserify": "^16.0.0",
-    "concat-stream": "^2.0.0",
-    "prettier": "^1.0.0",
-    "remark-cli": "^7.0.0",
-    "remark-preset-wooorm": "^6.0.0",
-    "tape": "^4.0.0",
-    "tinyify": "^2.0.0",
-    "xo": "^0.25.0"
-  },
-  "files": [
-    "index.json"
-  ],
-  "funding": {
-    "type": "github",
-    "url": "https://github.com/sponsors/wooorm"
-  },
-  "homepage": "https://github.com/wooorm/character-entities#readme",
-  "keywords": [
-    "html",
-    "entity",
-    "entities",
-    "character",
-    "reference",
-    "name",
-    "replacement"
-  ],
-  "license": "MIT",
-  "main": "index.json",
-  "name": "character-entities",
-  "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/wooorm/character-entities.git"
-  },
-  "scripts": {
-    "build": "npm run build-bundle && npm run build-mangle",
-    "build-bundle": "browserify index.json -s characterEntities -o character-entities.js",
-    "build-mangle": "browserify index.json -s characterEntities -p tinyify -o character-entities.min.js",
-    "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
-    "generate": "node build",
-    "lint": "xo",
-    "test": "npm run generate && npm run format && npm run build && npm run test-api",
-    "test-api": "node test"
-  },
-  "version": "1.2.4",
-  "xo": {
-    "prettier": true,
-    "esnext": false,
-    "ignores": [
-      "character-entities.js"
-    ]
-  }
-}