65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"_from": "url-set-query@^1.0.0",
|
|
"_id": "url-set-query@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3AChu4NiXquPfeckE5R5cGdiHCMWJx1dwCWOmWIL4KHAziJNOFIYJlpGFeKDvwLPHovZRCxK3cYlwzqI9Vp+Gg==",
|
|
"_location": "/url-set-query",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "url-set-query@^1.0.0",
|
|
"name": "url-set-query",
|
|
"escapedName": "url-set-query",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/xhr-request"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/url-set-query/-/url-set-query-1.0.0.tgz",
|
|
"_shasum": "016e8cfd7c20ee05cafe7795e892bd0702faa339",
|
|
"_spec": "url-set-query@^1.0.0",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\xhr-request",
|
|
"author": {
|
|
"name": "Matt DesLauriers",
|
|
"email": "dave.des@gmail.com",
|
|
"url": "https://github.com/mattdesl"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mattdesl/url-set-query/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "small function to append a query string to a URL",
|
|
"devDependencies": {
|
|
"tape": "^4.0.1"
|
|
},
|
|
"homepage": "https://github.com/mattdesl/url-set-query",
|
|
"keywords": [
|
|
"query",
|
|
"string",
|
|
"url",
|
|
"hash",
|
|
"querystring",
|
|
"qs",
|
|
"browser",
|
|
"node",
|
|
"queries",
|
|
"uri"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "url-set-query",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mattdesl/url-set-query.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|