Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / read-pkg / package.json
index 392a8a25aeb7646352b6e82566dd80d1896b108d..1a40fe0ed464d1cff75d929eb1f85af349d5ec4e 100644 (file)
@@ -1,54 +1,23 @@
 {
-  "_from": "read-pkg@^3.0.0",
-  "_id": "read-pkg@3.0.0",
-  "_inBundle": false,
-  "_integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
-  "_location": "/stylelint/read-pkg",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "read-pkg@^3.0.0",
-    "name": "read-pkg",
-    "escapedName": "read-pkg",
-    "rawSpec": "^3.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^3.0.0"
-  },
-  "_requiredBy": [
-    "/stylelint/read-pkg-up"
-  ],
-  "_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
-  "_shasum": "9cbc686978fee65d16c00e2b19c237fcf6e38389",
-  "_spec": "read-pkg@^3.0.0",
-  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/stylelint/node_modules/read-pkg-up",
+  "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"
   },
-  "bugs": {
-    "url": "https://github.com/sindresorhus/read-pkg/issues"
-  },
-  "bundleDependencies": false,
-  "dependencies": {
-    "load-json-file": "^4.0.0",
-    "normalize-package-data": "^2.3.2",
-    "path-type": "^3.0.0"
-  },
-  "deprecated": false,
-  "description": "Read a package.json file",
-  "devDependencies": {
-    "ava": "*",
-    "xo": "*"
-  },
   "engines": {
     "node": ">=4"
   },
+  "scripts": {
+    "test": "xo && ava"
+  },
   "files": [
     "index.js"
   ],
-  "homepage": "https://github.com/sindresorhus/read-pkg#readme",
   "keywords": [
     "json",
     "read",
     "package",
     "normalize"
   ],
-  "license": "MIT",
-  "name": "read-pkg",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/sindresorhus/read-pkg.git"
-  },
-  "scripts": {
-    "test": "xo && ava"
+  "dependencies": {
+    "load-json-file": "^4.0.0",
+    "normalize-package-data": "^2.3.2",
+    "path-type": "^3.0.0"
   },
-  "version": "3.0.0"
+  "devDependencies": {
+    "ava": "*",
+    "xo": "*"
+  }
 }