first commit

This commit is contained in:
=
2017-03-24 15:30:44 -03:00
commit ef9816cb82
427 changed files with 74976 additions and 0 deletions

15
server/node_modules/qs/component.json generated vendored Executable file
View File

@@ -0,0 +1,15 @@
{
"name": "qs",
"repository": "hapijs/qs",
"description": "query-string parser / stringifier with nesting support",
"version": "6.1.0",
"keywords": ["querystring", "query", "parser"],
"main": "lib/index.js",
"scripts": [
"lib/index.js",
"lib/parse.js",
"lib/stringify.js",
"lib/utils.js"
],
"license": "BSD-3-Clause"
}