first commit
This commit is contained in:
71
node_modules/@ungap/url-search-params/package.json
generated
vendored
Normal file
71
node_modules/@ungap/url-search-params/package.json
generated
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"_from": "@ungap/url-search-params@latest",
|
||||
"_id": "@ungap/url-search-params@0.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-qQsguKXZVKdCixOHX9jqnX/K/1HekPDpGKyEcXHT+zR6EjGA7S4boSuelL4uuPv6YfhN0n8c4UxW+v/Z3gM2iw==",
|
||||
"_location": "/@ungap/url-search-params",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "@ungap/url-search-params@latest",
|
||||
"name": "@ungap/url-search-params",
|
||||
"escapedName": "@ungap%2furl-search-params",
|
||||
"scope": "@ungap",
|
||||
"rawSpec": "latest",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@ungap/url-search-params/-/url-search-params-0.2.2.tgz",
|
||||
"_shasum": "2de3bdec21476a9b70ef11fd7b794752f9afa04c",
|
||||
"_spec": "@ungap/url-search-params@latest",
|
||||
"_where": "D:\\Projects\\vanillajs-seed",
|
||||
"author": {
|
||||
"name": "Andrea Giammarchi"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ungap/url-search-params/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "The URLSearchParams polyfill.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.1.0",
|
||||
"nyc": "^15.1.0",
|
||||
"uglify-js": "^3.9.4"
|
||||
},
|
||||
"exports": {
|
||||
"import": "./esm/index.js",
|
||||
"default": "./cjs/index.js"
|
||||
},
|
||||
"homepage": "https://github.com/ungap/url-search-params#readme",
|
||||
"keywords": [
|
||||
"URLSearchParams",
|
||||
"polyfill",
|
||||
"ungap"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "./cjs/index.js",
|
||||
"module": "./esm/index.js",
|
||||
"name": "@ungap/url-search-params",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ungap/url-search-params.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run cjs && npm run esm && npm run min && npm run test && npm run size",
|
||||
"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": "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.2"
|
||||
}
|
Reference in New Issue
Block a user