Initial commit
parents
Showing
with
835 additions
and
0 deletions
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
lib/iso8601-regex.js
0 → 100644
lib/objectID.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "query-to-mongo", | |||
"version": "0.5.1", | |||
"description": "Convert query parameters into mongo query criteria and options.", | |||
"main": "index.js", | |||
"repository": { | |||
"type": "git", | |||
"url": "http://github.com/pbatey/query-to-mongo" | |||
}, | |||
"author": "Phil Batey <pbatey@gmail.com>", | |||
"license": "MIT License", | |||
"devDependencies": { | |||
"chai": "^2.1.0", | |||
"mocha": "^2.1.0", | |||
"qs": "^6.0.0" | |||
}, | |||
"scripts": { | |||
"test": "node_modules/mocha/bin/mocha test" | |||
}, | |||
"dependencies": { | |||
"bson": "^0.4.23" | |||
} | |||
} |
test/iso8601-regex.js
0 → 100644
test/links.js
0 → 100644
test/qs.js
0 → 100644
test/query.js
0 → 100644
Please
register
or
sign in
to comment