Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"name": "querystring-es3",
3
"id": "querystring-es3",
4
"version": "0.2.1",
5
"description": "Node's querystring module for all engines. (ES3 compat fork)",
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/mike-spainhower/querystring.git",
18
"web": "https://github.com/mike-spainhower/querystring"
19
},
20
"bugs": {
21
"url": "http://github.com/mike-spainhower/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
"gitHead": "c58e18a37d9970e13a84dcc421ab682c7836fad2",
75
"homepage": "https://github.com/mike-spainhower/querystring",
76
"_id": "[email protected]",
77
"_shasum": "9ec61f79049875707d69414596fd907a4d711e73",
78
"_from": "querystring-es3@>=0.2.0 <0.3.0",
79
"_npmVersion": "2.0.2",
80
"_nodeVersion": "0.10.26",
81
"_npmUser": {
82
"name": "spaintrain",
83
"email": "[email protected]"
84
},
85
"maintainers": [
86
{
87
"name": "spaintrain",
88
"email": "[email protected]"
89
}
90
],
91
"dist": {
92
"shasum": "9ec61f79049875707d69414596fd907a4d711e73",
93
"tarball": "http://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz"
94
},
95
"directories": {},
96
"_resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
97
"readme": "ERROR: No README data found!"
98
}
99
100