mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 17:12:33 +00:00
added article
This commit is contained in:
40
test/node_modules/querystring/package.json
generated
vendored
Normal file
40
test/node_modules/querystring/package.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user