Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / resolve / package.json
index 931bd301f27d238cec3bc9b49aefda52bc80e482..54b2af3445facfa21160596eb5ac013af8c22bcb 100644 (file)
@@ -1,8 +1,8 @@
 {
   "_from": "resolve@^1.10.0",
-  "_id": "resolve@1.17.0",
+  "_id": "resolve@1.19.0",
   "_inBundle": false,
-  "_integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==",
+  "_integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==",
   "_location": "/resolve",
   "_phantomChildren": {},
   "_requested": {
   },
   "_requiredBy": [
     "/normalize-package-data",
+    "/rechoir",
     "/tslint"
   ],
-  "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz",
-  "_shasum": "b25941b54968231cc2d1bb76a79cb7f2c0bf8444",
+  "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz",
+  "_shasum": "1af5bf630409734a067cae29318aac7fa29a267c",
   "_spec": "resolve@^1.10.0",
-  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/normalize-package-data",
+  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/normalize-package-data",
   "author": {
     "name": "James Halliday",
     "email": "mail@substack.net",
   },
   "bundleDependencies": false,
   "dependencies": {
+    "is-core-module": "^2.1.0",
     "path-parse": "^1.0.6"
   },
   "deprecated": false,
   "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
   "devDependencies": {
-    "@ljharb/eslint-config": "^16.0.0",
+    "@ljharb/eslint-config": "^17.2.0",
     "array.prototype.map": "^1.0.2",
-    "eslint": "^6.8.0",
+    "aud": "^1.1.3",
+    "eclint": "^2.8.1",
+    "eslint": "^7.13.0",
     "object-keys": "^1.1.1",
     "safe-publish-latest": "^1.1.4",
     "tap": "0.4.13",
-    "tape": "^5.0.0-next.5"
+    "tape": "^5.0.1"
   },
   "funding": {
     "url": "https://github.com/sponsors/ljharb"
     "url": "git://github.com/browserify/resolve.git"
   },
   "scripts": {
-    "lint": "eslint .",
-    "posttest": "npm run test:multirepo",
-    "prepublish": "safe-publish-latest",
+    "lint": "eslint --ext=js,mjs .",
+    "posttest": "npm run test:multirepo && aud --production",
+    "prelint": "eclint check '**/*'",
+    "prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/",
     "pretest": "npm run lint",
     "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
     "test": "npm run --silent tests-only",
     "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
     "tests-only": "tape test/*.js"
   },
-  "version": "1.17.0"
+  "version": "1.19.0"
 }