X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fcharacter-entities-html4%2Fpackage.json;h=116d768d3e40984f9a1a331619287b0ab93c3ba2;hb=HEAD;hp=852eabf6cdbc7c79c2e2468c5156c5922702dd11;hpb=3aba54c891969552833dbc350b3139e944e17a97;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/character-entities-html4/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/character-entities-html4/package.json index 852eabf6..116d768d 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/character-entities-html4/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/character-entities-html4/package.json @@ -1,46 +1,33 @@ { - "_from": "character-entities-html4@^1.0.0", - "_id": "character-entities-html4@1.1.4", - "_inBundle": false, - "_integrity": "sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==", - "_location": "/character-entities-html4", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "character-entities-html4@^1.0.0", - "name": "character-entities-html4", - "escapedName": "character-entities-html4", - "rawSpec": "^1.0.0", - "saveSpec": null, - "fetchSpec": "^1.0.0" - }, - "_requiredBy": [ - "/stringify-entities" + "name": "character-entities-html4", + "version": "1.1.4", + "description": "HTML4 character entity information", + "license": "MIT", + "keywords": [ + "html", + "html4", + "entity", + "entities", + "character", + "reference", + "name", + "replacement" ], - "_resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz", - "_shasum": "0e64b0a3753ddbf1fdc044c5fd01d0199a02e125", - "_spec": "character-entities-html4@^1.0.0", - "_where": "/tmp/coc-prettier-dzKjD7/node_modules/stringify-entities", - "author": { - "name": "Titus Wormer", - "email": "tituswormer@gmail.com", - "url": "https://wooorm.com" - }, - "bugs": { - "url": "https://github.com/wooorm/character-entities-html4/issues" + "repository": "wooorm/character-entities-html4", + "bugs": "https://github.com/wooorm/character-entities-html4/issues", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" }, - "bundleDependencies": false, + "author": "Titus Wormer (https://wooorm.com)", "contributors": [ - { - "name": "Titus Wormer", - "email": "tituswormer@gmail.com", - "url": "https://wooorm.com" - } + "Titus Wormer (https://wooorm.com)" + ], + "main": "index.json", + "files": [ + "index.json" ], "dependencies": {}, - "deprecated": false, - "description": "HTML4 character entity information", "devDependencies": { "bail": "^1.0.1", "browserify": "^16.0.0", @@ -52,27 +39,15 @@ "tinyify": "^2.0.0", "xo": "^0.25.0" }, - "files": [ - "index.json" - ], - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "scripts": { + "generate": "node build", + "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", + "build-bundle": "browserify index.json -s characterEntitiesHTML4 -o character-entities-html4.js", + "build-mangle": "browserify index.json -s characterEntitiesHTML4 -p tinyify -o character-entities-html4.js", + "build": "npm run build-bundle && npm run build-mangle", + "test-api": "node test", + "test": "npm run generate && npm run format && npm run build && npm run test-api" }, - "homepage": "https://github.com/wooorm/character-entities-html4#readme", - "keywords": [ - "html", - "html4", - "entity", - "entities", - "character", - "reference", - "name", - "replacement" - ], - "license": "MIT", - "main": "index.json", - "name": "character-entities-html4", "prettier": { "tabWidth": 2, "useTabs": false, @@ -81,30 +56,16 @@ "semi": false, "trailingComma": "none" }, - "remarkConfig": { - "plugins": [ - "preset-wooorm" - ] - }, - "repository": { - "type": "git", - "url": "git+https://github.com/wooorm/character-entities-html4.git" - }, - "scripts": { - "build": "npm run build-bundle && npm run build-mangle", - "build-bundle": "browserify index.json -s characterEntitiesHTML4 -o character-entities-html4.js", - "build-mangle": "browserify index.json -s characterEntitiesHTML4 -p tinyify -o character-entities-html4.js", - "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", - "generate": "node build", - "test": "npm run generate && npm run format && npm run build && npm run test-api", - "test-api": "node test" - }, - "version": "1.1.4", "xo": { "prettier": true, "esnext": false, "ignores": [ "character-entities-html4.js" ] + }, + "remarkConfig": { + "plugins": [ + "preset-wooorm" + ] } }