.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / read-pkg / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/node_modules/read-pkg/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/node_modules/read-pkg/package.json
new file mode 100644 (file)
index 0000000..1a40fe0
--- /dev/null
@@ -0,0 +1,42 @@
+{
+  "name": "read-pkg",
+  "version": "3.0.0",
+  "description": "Read a package.json file",
+  "license": "MIT",
+  "repository": "sindresorhus/read-pkg",
+  "author": {
+    "name": "Sindre Sorhus",
+    "email": "sindresorhus@gmail.com",
+    "url": "sindresorhus.com"
+  },
+  "engines": {
+    "node": ">=4"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "files": [
+    "index.js"
+  ],
+  "keywords": [
+    "json",
+    "read",
+    "parse",
+    "file",
+    "fs",
+    "graceful",
+    "load",
+    "pkg",
+    "package",
+    "normalize"
+  ],
+  "dependencies": {
+    "load-json-file": "^4.0.0",
+    "normalize-package-data": "^2.3.2",
+    "path-type": "^3.0.0"
+  },
+  "devDependencies": {
+    "ava": "*",
+    "xo": "*"
+  }
+}