mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-03-15 18:15:46 +00:00
82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"query-string@6.1.0",
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "query-string@6.1.0",
|
|
"_id": "query-string@6.1.0",
|
|
"_inBundle": true,
|
|
"_integrity": "sha512-pNB/Gr8SA8ff8KpUFM36o/WFAlthgaThka5bV19AD9PNTH20Pwq5Zxodif2YyHwrctp6SkL4GqlOot0qR/wGaw==",
|
|
"_location": "/npm/query-string",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "query-string@6.1.0",
|
|
"name": "query-string",
|
|
"escapedName": "query-string",
|
|
"rawSpec": "6.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/npm"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/query-string/-/query-string-6.1.0.tgz",
|
|
"_spec": "6.1.0",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/query-string/issues"
|
|
},
|
|
"dependencies": {
|
|
"decode-uri-component": "^0.2.0",
|
|
"strict-uri-encode": "^2.0.0"
|
|
},
|
|
"description": "Parse and stringify URL query strings",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"deep-equal": "^1.0.1",
|
|
"fast-check": "^1.0.1",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/query-string#readme",
|
|
"keywords": [
|
|
"browser",
|
|
"querystring",
|
|
"query",
|
|
"string",
|
|
"qs",
|
|
"param",
|
|
"parameter",
|
|
"url",
|
|
"parse",
|
|
"stringify",
|
|
"encode",
|
|
"decode",
|
|
"searchparams"
|
|
],
|
|
"license": "MIT",
|
|
"name": "query-string",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/query-string.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "6.1.0"
|
|
}
|