{
	"name": "querystring",
	"versions": {
		"0.0.1": {
			"name": "querystring",
			"version": "0.0.1",
			"description": "Node's querystring module for all engines.",
			"keywords": [
				"query",
				"querystring"
			],
			"author": {
				"name": "Irakli Gozalishvili",
				"email": "rfobic@gmail.com"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/Gozala/querystring.git",
				"web": "https://github.com/Gozala/querystring"
			},
			"bugs": {
				"url": "http://github.com/Gozala/querystring/issues/"
			},
			"directories": {
				"doc": "./docs",
				"lib": "./lib",
				"test": "./test"
			},
			"devDependencies": {
				"test": ">=0.0.10"
			},
			"main": "./lib/querystring.js",
			"engines": {
				"node": "0.4.x",
				"teleport": ">=0.2.0"
			},
			"scripts": {
				"test": "node test/test-querystring.js"
			},
			"licenses": [
				{
					"type": "MPL 1.1/LGPL 2.1/GPL 2.0",
					"url": "http://www.mozilla.org/MPL/"
				}
			],
			"_id": "querystring@0.0.1",
			"_engineSupported": true,
			"_npmVersion": "0.3.15",
			"_nodeVersion": "v0.4.5",
			"files": [
				""
			],
			"_defaultsLoaded": true,
			"dist": {
				"shasum": "755e68a917a3b9bb9d86dac66b02eb32e786bd2b",
				"tarball": "https://registry.npmjs.org/querystring/-/querystring-0.0.1.tgz"
			},
			"contributors": []
		},
		"0.0.4": {
			"name": "querystring",
			"id": "querystring",
			"version": "0.0.4",
			"description": "Node's querystring module for all engines.",
			"keywords": [
				"commonjs",
				"query",
				"querystring"
			],
			"author": {
				"name": "Irakli Gozalishvili",
				"email": "rfobic@gmail.com"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/Gozala/querystring.git",
				"web": "https://github.com/Gozala/querystring"
			},
			"bugs": {
				"url": "http://github.com/Gozala/querystring/issues/"
			},
			"directories": {
				"doc": "./docs",
				"lib": "./lib",
				"test": "./test"
			},
			"devDependencies": {
				"test": ">=0.4.0"
			},
			"main": "./lib/querystring.js",
			"engines": {
				"node": "0.4.x",
				"teleport": ">=0.2.0"
			},
			"scripts": {
				"test": "node tests/test-querystring.js"
			},
			"_npmJsonOpts": {
				"file": "/Users/gozala/.npm/querystring/0.0.4/package/package.json",
				"wscript": false,
				"contributors": false,
				"serverjs": false
			},
			"_id": "querystring@0.0.4",
			"dependencies": {},
			"_engineSupported": true,
			"_npmVersion": "1.0.22",
			"_nodeVersion": "v0.4.9",
			"_defaultsLoaded": true,
			"dist": {
				"shasum": "fe9f22fb5bce6fae4a78d739455ed388149c2401",
				"tarball": "https://registry.npmjs.org/querystring/-/querystring-0.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "gozala",
					"email": "rfobic@gmail.com"
				}
			],
			"contributors": []
		},
		"0.1.0": {
			"name": "querystring",
			"id": "querystring",
			"version": "0.1.0",
			"description": "Node's querystring module for all engines.",
			"keywords": [
				"commonjs",
				"query",
				"querystring"
			],
			"author": {
				"name": "Irakli Gozalishvili",
				"email": "rfobic@gmail.com"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/Gozala/querystring.git",
				"web": "https://github.com/Gozala/querystring"
			},
			"bugs": {
				"url": "http://github.com/Gozala/querystring/issues/"
			},
			"devDependencies": {
				"test": ">=0.4.3"
			},
			"main": "./querystring.js",
			"engines": {
				"node": ">=0.4.x"
			},
			"scripts": {
				"test": "node tests/test-querystring.js"
			},
			"_npmUser": {
				"name": "gozala",
				"email": "rfobic@gmail.com"
			},
			"_id": "querystring@0.1.0",
			"dependencies": {},
			"_engineSupported": true,
			"_npmVersion": "1.0.101",
			"_nodeVersion": "v0.5.9",
			"_defaultsLoaded": true,
			"dist": {
				"shasum": "cb76a26cda0a10a94163fcdb3e132827f04b7b10",
				"tarball": "https://registry.npmjs.org/querystring/-/querystring-0.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "gozala",
					"email": "rfobic@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "querystring",
			"id": "querystring",
			"version": "0.2.0",
			"description": "Node's querystring module for all engines.",
			"keywords": [
				"commonjs",
				"query",
				"querystring"
			],
			"author": {
				"name": "Irakli Gozalishvili",
				"email": "rfobic@gmail.com"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/Gozala/querystring.git",
				"web": "https://github.com/Gozala/querystring"
			},
			"bugs": {
				"url": "http://github.com/Gozala/querystring/issues/"
			},
			"devDependencies": {
				"test": "~0.x.0",
				"phantomify": "~0.x.0",
				"retape": "~0.x.0",
				"tape": "~0.1.5"
			},
			"engines": {
				"node": ">=0.4.x"
			},
			"scripts": {
				"test": "npm run test-node && npm run test-browser && npm run test-tap",
				"test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",
				"test-node": "node ./test/common-index.js",
				"test-tap": "node ./test/tap-index.js"
			},
			"testling": {
				"files": "test/tap-index.js",
				"browsers": {
					"iexplore": [
						9,
						10
					],
					"chrome": [
						16,
						20,
						25,
						"canary"
					],
					"firefox": [
						10,
						15,
						16,
						17,
						18,
						"nightly"
					],
					"safari": [
						5,
						6
					],
					"opera": [
						12
					]
				}
			},
			"licenses": [
				{
					"type": "MIT",
					"url": "https://github.com/Gozala/enchain/License.md"
				}
			],
			"_id": "querystring@0.2.0",
			"dist": {
				"shasum": "b209849203bb25df820da756e747005878521620",
				"tarball": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz"
			},
			"_npmVersion": "1.1.65",
			"_npmUser": {
				"name": "gozala",
				"email": "rfobic@gmail.com"
			},
			"maintainers": [
				{
					"name": "gozala",
					"email": "rfobic@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		}
	},
	"time": {
		"modified": "2018-03-07T03:51:35.078Z",
		"created": "2011-04-15T13:01:20.436Z",
		"0.0.1": "2011-04-15T13:01:21.027Z",
		"0.0.4": "2011-08-01T21:10:27.098Z",
		"0.1.0": "2011-12-13T19:26:29.378Z",
		"0.2.0": "2013-03-05T22:13:43.986Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "0.2.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"3b38eb7ff901785447bd12ed1913952a\"",
			"fetched": 1593324413570
		}
	},
	"_distfiles": {
		"querystring-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/querystring/-/querystring-0.0.1.tgz",
			"sha": "755e68a917a3b9bb9d86dac66b02eb32e786bd2b",
			"registry": "npmjs"
		},
		"querystring-0.0.4.tgz": {
			"url": "https://registry.npmjs.org/querystring/-/querystring-0.0.4.tgz",
			"sha": "fe9f22fb5bce6fae4a78d739455ed388149c2401",
			"registry": "npmjs"
		},
		"querystring-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/querystring/-/querystring-0.1.0.tgz",
			"sha": "cb76a26cda0a10a94163fcdb3e132827f04b7b10",
			"registry": "npmjs"
		},
		"querystring-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
			"sha": "b209849203bb25df820da756e747005878521620",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"querystring-0.2.0.tgz": {
			"shasum": "b209849203bb25df820da756e747005878521620"
		}
	},
	"_rev": "2-d6d99b0f3706c522",
	"_id": "querystring",
	"readme": "# querystring\n\n[![Build Status](https://secure.travis-ci.org/Gozala/querystring.png)](http://travis-ci.org/Gozala/querystring)\n\n\n[![Browser support](http://ci.testling.com/Gozala/querystring.png)](http://ci.testling.com/Gozala/querystring)\n\n\n\nNode's querystring module for all engines.\n\n## Install ##\n\n    npm install querystring"
}