Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "querystring",
3
"id": "querystring",
4
"version": "0.2.0",
5
"description": "Node's querystring module for all engines.",
6
"keywords": [
7
"commonjs",
8
"query",
9
"querystring"
10
],
11
"author": {
12
"name": "Irakli Gozalishvili",
13
"email": "[email protected]"
14
},
15
"repository": {
16
"type": "git",
17
"url": "git://github.com/Gozala/querystring.git",
18
"web": "https://github.com/Gozala/querystring"
19
},
20
"bugs": {
21
"url": "http://github.com/Gozala/querystring/issues/"
22
},
23
"devDependencies": {
24
"test": "~0.x.0",
25
"phantomify": "~0.x.0",
26
"retape": "~0.x.0",
27
"tape": "~0.1.5"
28
},
29
"engines": {
30
"node": ">=0.4.x"
31
},
32
"scripts": {
33
"test": "npm run test-node && npm run test-browser && npm run test-tap",
34
"test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",
35
"test-node": "node ./test/common-index.js",
36
"test-tap": "node ./test/tap-index.js"
37
},
38
"testling": {
39
"files": "test/tap-index.js",
40
"browsers": {
41
"iexplore": [
42
9,
43
10
44
],
45
"chrome": [
46
16,
47
20,
48
25,
49
"canary"
50
],
51
"firefox": [
52
10,
53
15,
54
16,
55
17,
56
18,
57
"nightly"
58
],
59
"safari": [
60
5,
61
6
62
],
63
"opera": [
64
12
65
]
66
}
67
},
68
"licenses": [
69
{
70
"type": "MIT",
71
"url": "https://github.com/Gozala/enchain/License.md"
72
}
73
],
74
"_id": "[email protected]",
75
"dist": {
76
"shasum": "b209849203bb25df820da756e747005878521620",
77
"tarball": "http://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz"
78
},
79
"_npmVersion": "1.1.65",
80
"_npmUser": {
81
"name": "gozala",
82
"email": "[email protected]"
83
},
84
"maintainers": [
85
{
86
"name": "gozala",
87
"email": "[email protected]"
88
}
89
],
90
"directories": {},
91
"_shasum": "b209849203bb25df820da756e747005878521620",
92
"_resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
93
"_from": "[email protected]",
94
"readme": "ERROR: No README data found!",
95
"homepage": "https://github.com/Gozala/querystring#readme"
96
}
97
98