X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fmarkdown-table%2Fpackage.json;h=da660d9467632a74e20555d43ea9f77980b49e33;hb=HEAD;hp=73c06b7de9c7b28cabacaaf7a6d85c25b54f6919;hpb=3aba54c891969552833dbc350b3139e944e17a97;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/markdown-table/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/markdown-table/package.json index 73c06b7d..da660d94 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/markdown-table/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/markdown-table/package.json @@ -1,46 +1,27 @@ { - "_from": "markdown-table@^1.1.0", - "_id": "markdown-table@1.1.3", - "_inBundle": false, - "_integrity": "sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==", - "_location": "/markdown-table", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "markdown-table@^1.1.0", - "name": "markdown-table", - "escapedName": "markdown-table", - "rawSpec": "^1.1.0", - "saveSpec": null, - "fetchSpec": "^1.1.0" - }, - "_requiredBy": [ - "/remark-stringify" + "name": "markdown-table", + "version": "1.1.3", + "description": "Markdown/ASCII tables", + "license": "MIT", + "keywords": [ + "text", + "markdown", + "table", + "align", + "ascii", + "rows", + "tabular" ], - "_resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz", - "_shasum": "9fcb69bcfdb8717bfd0398c6ec2d93036ef8de60", - "_spec": "markdown-table@^1.1.0", - "_where": "/tmp/coc-prettier-dzKjD7/node_modules/remark-stringify", - "author": { - "name": "Titus Wormer", - "email": "tituswormer@gmail.com", - "url": "https://wooorm.com" - }, - "bugs": { - "url": "https://github.com/wooorm/markdown-table/issues" - }, - "bundleDependencies": false, + "repository": "wooorm/markdown-table", + "bugs": "https://github.com/wooorm/markdown-table/issues", + "author": "Titus Wormer (https://wooorm.com)", "contributors": [ - { - "name": "Titus Wormer", - "email": "tituswormer@gmail.com", - "url": "https://wooorm.com" - } + "Titus Wormer (https://wooorm.com)" + ], + "files": [ + "index.js" ], "dependencies": {}, - "deprecated": false, - "description": "Markdown/ASCII tables", "devDependencies": { "browserify": "^16.0.0", "chalk": "^2.0.0", @@ -53,26 +34,19 @@ "tinyify": "^2.5.0", "xo": "^0.24.0" }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/wooorm/markdown-table#readme", - "keywords": [ - "text", - "markdown", - "table", - "align", - "ascii", - "rows", - "tabular" - ], - "license": "MIT", - "name": "markdown-table", - "nyc": { - "check-coverage": true, - "lines": 100, - "functions": 100, - "branches": 100 + "scripts": { + "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", + "build-bundle": "browserify . -s markdownTable -o markdown-table.js", + "build-mangle": "browserify . -s markdownTable -p tinyify -o markdown-table.min.js", + "build": "npm run build-bundle && npm run build-mangle", + "test-api": "node test", + "test-coverage": "nyc --reporter lcov tape test.js", + "test": "npm run format && npm run build && npm run test-coverage" + }, + "remarkConfig": { + "plugins": [ + "preset-wooorm" + ] }, "prettier": { "tabWidth": 2, @@ -82,25 +56,6 @@ "semi": false, "trailingComma": "none" }, - "remarkConfig": { - "plugins": [ - "preset-wooorm" - ] - }, - "repository": { - "type": "git", - "url": "git+https://github.com/wooorm/markdown-table.git" - }, - "scripts": { - "build": "npm run build-bundle && npm run build-mangle", - "build-bundle": "browserify . -s markdownTable -o markdown-table.js", - "build-mangle": "browserify . -s markdownTable -p tinyify -o markdown-table.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.3", "xo": { "prettier": true, "esnext": false, @@ -111,5 +66,11 @@ "ignores": [ "markdown-table.js" ] + }, + "nyc": { + "check-coverage": true, + "lines": 100, + "functions": 100, + "branches": 100 } }