massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / common-tags / package.json
index 4a6924a04a0e732715efa2801429d258f3fe4cdb..3ecd5a6e7e33012aa7a56055622cdd5418469e99 100644 (file)
@@ -1,63 +1,19 @@
 {
-  "_from": "common-tags@^1.4.0",
-  "_id": "common-tags@1.8.0",
-  "_inBundle": false,
-  "_integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==",
-  "_location": "/common-tags",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "common-tags@^1.4.0",
-    "name": "common-tags",
-    "escapedName": "common-tags",
-    "rawSpec": "^1.4.0",
-    "saveSpec": null,
-    "fetchSpec": "^1.4.0"
-  },
-  "_requiredBy": [
-    "/prettier-eslint"
-  ],
-  "_resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz",
-  "_shasum": "8e3153e542d4a39e9b10554434afaaf98956a937",
-  "_spec": "common-tags@^1.4.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-eslint",
-  "author": {
-    "name": "Declan de Wet",
-    "email": "declandewet@me.com"
-  },
+  "name": "common-tags",
+  "description": "a few common utility template tags for ES2015",
+  "version": "1.8.2",
+  "author": "Declan de Wet <declandewet@me.com>",
   "bugs": {
-    "url": "http://github.com/declandewet/common-tags/issues"
+    "url": "http://github.com/zspecza/common-tags/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
-    {
-      "name": "Declan de Wet",
-      "url": "https://github.com/declandewet"
-    },
-    {
-      "name": "Jason Killian",
-      "url": "https://github.com/JKillian"
-    },
-    {
-      "name": "Laurent Goudet",
-      "url": "https://github.com/laurentgoudet"
-    },
-    {
-      "name": "Kamil Ogórek",
-      "url": "https://github.com/kamilogorek"
-    },
-    {
-      "name": "Lucian Buzzo",
-      "url": "https://github.com/LucianBuzzo"
-    },
-    {
-      "name": "Rafał Ruciński",
-      "url": "https://github.com/fatfisz"
-    }
+    "Declan de Wet (https://github.com/zspecza)",
+    "Jason Killian (https://github.com/JKillian)",
+    "Laurent Goudet (https://github.com/laurentgoudet)",
+    "Kamil Ogórek (https://github.com/kamilogorek)",
+    "Lucian Buzzo (https://github.com/LucianBuzzo)",
+    "Rafał Ruciński (https://github.com/fatfisz)"
   ],
-  "deprecated": false,
-  "description": "a few common utility template tags for ES2015",
   "devDependencies": {
     "babel-cli": "6.26.0",
     "babel-eslint": "8.2.3",
   "engines": {
     "node": ">=4.0.0"
   },
-  "files": [
-    "dist",
-    "es",
-    "lib"
-  ],
-  "homepage": "https://github.com/declandewet/common-tags",
-  "jsnext:main": "es",
+  "homepage": "https://github.com/zspecza/common-tags",
   "keywords": [
     "array",
     "babel",
   ],
   "license": "MIT",
   "main": "lib",
+  "jsnext:main": "es",
   "module": "es",
-  "name": "common-tags",
+  "unpkg": "dist/common-tags.min.js",
+  "files": [
+    "dist",
+    "es",
+    "lib"
+  ],
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/declandewet/common-tags.git"
+    "url": "https://github.com/zspecza/common-tags"
   },
   "scripts": {
+    "clear": "rimraf lib && rimraf es",
     "build": "npm run clear && npm run build:cjs && npm run build:es && npm run build:unpkg",
     "build:cjs": "babel src -d lib --ignore *.test.js",
     "build:es": "cross-env BABEL_ENV=es babel src -d es --ignore *.test.js",
     "build:unpkg": "cross-env BABEL_ENV=es rollup --config",
-    "clear": "rimraf lib && rimraf es",
     "codecov": "codecov",
     "doctoc": "doctoc readme.md --title \"## Table of Contents\"",
     "lint": "eslint .*rc.js src/**/*.js --ignore-pattern '!.*rc.js'",
     "preversion": "npm run doctoc  && npm test",
     "release": "npm publish",
     "test": "npm run lint && jest"
-  },
-  "unpkg": "dist/common-tags.min.js",
-  "version": "1.8.0"
+  }
 }