1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
| {
| "_args": [
| [
| "querystring@0.2.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "querystring@0.2.1",
| "_id": "querystring@0.2.1",
| "_inBundle": false,
| "_integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==",
| "_location": "/querystring",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "querystring@0.2.1",
| "name": "querystring",
| "escapedName": "querystring",
| "rawSpec": "0.2.1",
| "saveSpec": null,
| "fetchSpec": "0.2.1"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://mirrors.huaweicloud.com/repository/npm/querystring/-/querystring-0.2.1.tgz",
| "_spec": "0.2.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Irakli Gozalishvili",
| "email": "rfobic@gmail.com"
| },
| "bugs": {
| "url": "http://github.com/Gozala/querystring/issues/"
| },
| "description": "Node's querystring module for all engines.",
| "devDependencies": {
| "retape": "~0.x.0",
| "tape": "~0.1.5",
| "test": "~0.x.0"
| },
| "engines": {
| "node": ">=0.4.x"
| },
| "homepage": "https://github.com/Gozala/querystring#readme",
| "id": "querystring",
| "keywords": [
| "commonjs",
| "query",
| "querystring"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "querystring",
| "repository": {
| "type": "git",
| "url": "git://github.com/Gozala/querystring.git",
| "web": "https://github.com/Gozala/querystring"
| },
| "scripts": {
| "test": "npm run test-node && npm run test-tap",
| "test-node": "node ./test/common-index.js",
| "test-tap": "node ./test/tap-index.js"
| },
| "version": "0.2.1"
| }
|
|