Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / markdown-table / package.json
index aef1f47b99fcba7d51932a8362cdc3143767b542..da660d9467632a74e20555d43ea9f77980b49e33 100644 (file)
@@ -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/nvimkGaq4E/coc-prettier-UL9jgR/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 <tituswormer@gmail.com> (https://wooorm.com)",
   "contributors": [
-    {
-      "name": "Titus Wormer",
-      "email": "tituswormer@gmail.com",
-      "url": "https://wooorm.com"
-    }
+    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
+  ],
+  "files": [
+    "index.js"
   ],
   "dependencies": {},
-  "deprecated": false,
-  "description": "Markdown/ASCII tables",
   "devDependencies": {
     "browserify": "^16.0.0",
     "chalk": "^2.0.0",
     "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,
     "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,
     "ignores": [
       "markdown-table.js"
     ]
+  },
+  "nyc": {
+    "check-coverage": true,
+    "lines": 100,
+    "functions": 100,
+    "branches": 100
   }
 }