update node modules
This commit is contained in:
31
node_modules/@ungap/url-search-params/package.json
generated
vendored
31
node_modules/@ungap/url-search-params/package.json
generated
vendored
@@ -1,27 +1,28 @@
|
||||
{
|
||||
"_from": "@ungap/url-search-params@^0.2.0",
|
||||
"_id": "@ungap/url-search-params@0.2.0",
|
||||
"_from": "@ungap/url-search-params@0.2.2",
|
||||
"_id": "@ungap/url-search-params@0.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-KVPTXfdofx9g/1OnO4js0Sos/ITghfNxw+DHJUyXG+X83KEMyJV+fQ6zyd2jTUwqall/SCJlV7p/HDqJbbF5WQ==",
|
||||
"_integrity": "sha512-qQsguKXZVKdCixOHX9jqnX/K/1HekPDpGKyEcXHT+zR6EjGA7S4boSuelL4uuPv6YfhN0n8c4UxW+v/Z3gM2iw==",
|
||||
"_location": "/@ungap/url-search-params",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@ungap/url-search-params@^0.2.0",
|
||||
"raw": "@ungap/url-search-params@0.2.2",
|
||||
"name": "@ungap/url-search-params",
|
||||
"escapedName": "@ungap%2furl-search-params",
|
||||
"scope": "@ungap",
|
||||
"rawSpec": "^0.2.0",
|
||||
"rawSpec": "0.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.0"
|
||||
"fetchSpec": "0.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@ungap/url-search-params/-/url-search-params-0.2.0.tgz",
|
||||
"_shasum": "8942763e5d31330fcd5a04fdbf1c66a5eb97c20e",
|
||||
"_spec": "@ungap/url-search-params@^0.2.0",
|
||||
"_resolved": "https://registry.npmjs.org/@ungap/url-search-params/-/url-search-params-0.2.2.tgz",
|
||||
"_shasum": "2de3bdec21476a9b70ef11fd7b794752f9afa04c",
|
||||
"_spec": "@ungap/url-search-params@0.2.2",
|
||||
"_where": "D:\\Projects\\vanillajs-seed",
|
||||
"author": {
|
||||
"name": "Andrea Giammarchi"
|
||||
@@ -34,8 +35,8 @@
|
||||
"description": "The URLSearchParams polyfill.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.1.0",
|
||||
"nyc": "^15.0.1",
|
||||
"uglify-js": "^3.9.1"
|
||||
"nyc": "^15.1.0",
|
||||
"uglify-js": "^3.9.4"
|
||||
},
|
||||
"exports": {
|
||||
"import": "./esm/index.js",
|
||||
@@ -57,14 +58,14 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run cjs && npm run esm && npm run min && npm run test && npm run size",
|
||||
"cjs": "cp index.js cjs/ && echo 'module.exports = self.URLSearchParams;' >> cjs/index.js",
|
||||
"cjs": "cat index.js | sed 's/var self = this || {};/var self = {};/' > cjs/index.js && echo 'module.exports = self.URLSearchParams;' >> cjs/index.js",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"esm": "cp index.js esm/ && echo 'export default self.URLSearchParams;' >> esm/index.js",
|
||||
"esm": "cat index.js | sed 's/var self = this || {};/var self = {};/' > esm/index.js && echo 'export default self.URLSearchParams;' >> esm/index.js",
|
||||
"min": "uglifyjs index.js --support-ie8 --comments=/^!/ -c -m -o min.js",
|
||||
"size": "cat index.js | wc -c && cat min.js | wc -c && gzip -c9 min.js | wc -c && cat min.js | brotli | wc -c",
|
||||
"test": "nyc node test/index.js"
|
||||
},
|
||||
"type": "module",
|
||||
"unpkg": "min.js",
|
||||
"version": "0.2.0"
|
||||
"version": "0.2.2"
|
||||
}
|
||||
|
Reference in New Issue
Block a user