UNPKG

valid-objectid

Version:

Test validity of mongodb ObjectId as string.

25 lines 514 B
{ "name": "valid-objectid", "version": "0.0.2", "description": "Test validity of mongodb ObjectId as string.", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha --reporter spec test.js" }, "repository": { "type": "git", "url": "https://github.com/cnkdynamics/valid-objectid.git" }, "keywords": [ "mongoose", "ObjectId", "_id", "validation" ], "author": "frlorenzo@cnkdynamics.com", "license": "MIT", "devDependencies": { "expect.js": "^0.3.1", "mocha": "^1.20.1" } }