forked from enviPath/enviPy
76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
{
|
|
"_from": "query-string@2.4.2",
|
|
"_id": "query-string@2.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-fbBmZCCAS6qSrp8miWKFWnYUPfs=",
|
|
"_location": "/query-string",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "query-string@2.4.2",
|
|
"name": "query-string",
|
|
"escapedName": "query-string",
|
|
"rawSpec": "2.4.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.4.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/query-string/-/query-string-2.4.2.tgz",
|
|
"_shasum": "7db0666420804baa92ae9f268962855a76143dfb",
|
|
"_spec": "query-string@2.4.2",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/query-string/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"strict-uri-encode": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Parse and stringify URL query strings",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"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": "2.4.2"
|
|
}
|