X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Furi-js%2Fpackage.json;h=b6effb74b31555596327c3c3591d8afb1d0b2f2a;hp=361bec3da1491e2d39dd2593bf042e1c0f0150f8;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/uri-js/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/uri-js/package.json index 361bec3d..b6effb74 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/uri-js/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/uri-js/package.json @@ -1,8 +1,8 @@ { "_from": "uri-js@^4.2.2", - "_id": "uri-js@4.2.2", + "_id": "uri-js@4.4.0", "_inBundle": false, - "_integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "_integrity": "sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==", "_location": "/uri-js", "_phantomChildren": {}, "_requested": { @@ -18,10 +18,10 @@ "_requiredBy": [ "/ajv" ], - "_resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", - "_shasum": "94c540e1ff772956e2299507c010aea6c8838eb0", + "_resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz", + "_shasum": "aa714261de793e8a82347a7bcc9ce74e86f28602", "_spec": "uri-js@^4.2.2", - "_where": "/tmp/coc-prettier-dzKjD7/node_modules/ajv", + "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/ajv", "author": { "name": "Gary Court", "email": "gary.court@gmail.com" @@ -51,6 +51,14 @@ "directories": { "test": "tests" }, + "files": [ + "dist", + "package.json", + "yarn.lock", + "README.md", + "CHANGELOG", + "LICENSE" + ], "homepage": "https://github.com/garycourt/uri-js", "keywords": [ "URI", @@ -60,6 +68,8 @@ "UUID", "HTTP", "HTTPS", + "WS", + "WSS", "MAILTO", "RFC3986", "RFC3987", @@ -71,6 +81,7 @@ "RFC4291", "RFC5952", "RFC6068", + "RFC6455", "RFC6874" ], "license": "BSD-2-Clause", @@ -84,10 +95,11 @@ "build": "npm run build:esnext && npm run build:es5 && npm run build:es5:min", "build:es5": "rollup -c && cp dist/esnext/uri.d.ts dist/es5/uri.all.d.ts && npm run build:es5:fix-sourcemap", "build:es5:fix-sourcemap": "sorcery -i dist/es5/uri.all.js", - "build:es5:min": "uglifyjs dist/es5/uri.all.js --support-ie8 --output dist/es5/uri.all.min.js --in-source-map dist/es5/uri.all.js.map --source-map uri.all.min.js.map --comments --compress --mangle --pure-funcs merge subexp && mv uri.all.min.js.map dist/es5/ && cp dist/es5/uri.all.d.ts dist/es5/uri.all.min.d.ts", + "build:es5:min": "uglifyjs dist/es5/uri.all.js --support-ie8 --output dist/es5/uri.all.min.js --in-source-map dist/es5/uri.all.js.map --source-map uri.all.min.js.map --comments --compress --mangle --pure-funcs merge subexp && mv uri.all.min.js.map dist/es5/ && cp dist/es5/uri.all.d.ts dist/es5/uri.all.min.d.ts", "build:esnext": "tsc", + "clean": "rm -rf dist", "test": "mocha -u mocha-qunit-ui dist/es5/uri.all.js tests/tests.js" }, "types": "dist/es5/uri.all.d.ts", - "version": "4.2.2" + "version": "4.4.0" }