ubdate
This commit is contained in:
77
node_modules/query-string/package.json
generated
vendored
Normal file
77
node_modules/query-string/package.json
generated
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"_from": "query-string@^5.0.1",
|
||||
"_id": "query-string@5.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==",
|
||||
"_location": "/query-string",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "query-string@^5.0.1",
|
||||
"name": "query-string",
|
||||
"escapedName": "query-string",
|
||||
"rawSpec": "^5.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^5.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/normalize-url"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz",
|
||||
"_shasum": "a78c012b71c17e05f2e3fa2319dd330682efb3cb",
|
||||
"_spec": "query-string@^5.0.1",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/normalize-url",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/query-string/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"decode-uri-component": "^0.2.0",
|
||||
"object-assign": "^4.1.0",
|
||||
"strict-uri-encode": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Parse and stringify URL query strings",
|
||||
"devDependencies": {
|
||||
"ava": "^0.17.0",
|
||||
"xo": "^0.16.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/query-string#readme",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"querystring",
|
||||
"query",
|
||||
"string",
|
||||
"qs",
|
||||
"param",
|
||||
"parameter",
|
||||
"url",
|
||||
"uri",
|
||||
"parse",
|
||||
"stringify",
|
||||
"encode",
|
||||
"decode"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "query-string",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/query-string.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "5.1.1"
|
||||
}
|
||||
Reference in New Issue
Block a user