mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 09:02:33 +00:00
41 lines
991 B
JSON
41 lines
991 B
JSON
{
|
|
"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"
|
|
},
|
|
"readme": "# querystring #\n\nNode's querystring module for all engines.\n\n## Install ##\n\n npm install querystring\n\n",
|
|
"readmeFilename": "Readme.md",
|
|
"_id": "querystring@0.1.0",
|
|
"dist": {
|
|
"shasum": "210af37f82b5fa9a52a05982a2b27607e97c01bb"
|
|
},
|
|
"_from": "querystring"
|
|
}
|