Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / require-main-filename / package.json
index 227f9c1ff63cc8ac315a1a71c954e3a6c955ffa0..558db27b5d2a680ab38657a2c59ff4ffc835e695 100644 (file)
@@ -1,58 +1,30 @@
 {
-  "_from": "require-main-filename@^1.0.1",
-  "_id": "require-main-filename@1.0.1",
-  "_inBundle": false,
-  "_integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
-  "_location": "/require-main-filename",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "require-main-filename@^1.0.1",
-    "name": "require-main-filename",
-    "escapedName": "require-main-filename",
-    "rawSpec": "^1.0.1",
-    "saveSpec": null,
-    "fetchSpec": "^1.0.1"
-  },
-  "_requiredBy": [
-    "/yargs"
-  ],
-  "_resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
-  "_shasum": "97f717b69d48784f5f526a6c5aa8ffdda055a4d1",
-  "_spec": "require-main-filename@^1.0.1",
-  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/yargs",
-  "author": {
-    "name": "Ben Coe",
-    "email": "ben@npmjs.com"
-  },
-  "bugs": {
-    "url": "https://github.com/yargs/require-main-filename/issues"
-  },
-  "bundleDependencies": false,
-  "deprecated": false,
+  "name": "require-main-filename",
+  "version": "1.0.1",
   "description": "shim for require.main.filename() that works in as many environments as possible",
-  "devDependencies": {
-    "chai": "^3.5.0",
-    "standard": "^6.0.5",
-    "tap": "^5.2.0"
+  "main": "index.js",
+  "scripts": {
+    "pretest": "standard",
+    "test": "tap --coverage test.js"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
   },
-  "homepage": "https://github.com/yargs/require-main-filename#readme",
   "keywords": [
     "require",
     "shim",
     "iisnode"
   ],
+  "author": "Ben Coe <ben@npmjs.com>",
   "license": "ISC",
-  "main": "index.js",
-  "name": "require-main-filename",
-  "repository": {
-    "type": "git",
-    "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
-  },
-  "scripts": {
-    "pretest": "standard",
-    "test": "tap --coverage test.js"
+  "bugs": {
+    "url": "https://github.com/yargs/require-main-filename/issues"
   },
-  "version": "1.0.1"
+  "homepage": "https://github.com/yargs/require-main-filename#readme",
+  "devDependencies": {
+    "chai": "^3.5.0",
+    "standard": "^6.0.5",
+    "tap": "^5.2.0"
+  }
 }