mdbid
Version:
Generate unique identifiers like MongoDB does
49 lines (48 loc) • 997 B
JSON
{
"name": "mdbid",
"version": "1.0.0",
"description": "Generate unique identifiers like MongoDB does",
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"zerop": "^1.0.1"
},
"devDependencies": {
"bson": "^0.5.2",
"mongoid": "0.0.1",
"mongoid-js": "^1.0.6",
"objectid": "^3.2.1",
"tap": "^6.2.0"
},
"scripts": {
"test": "tap test.js",
"coverage": "npm test -- --cov --coverage-report=lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schwarzkopfb/mdbid.git"
},
"keywords": [
"mongo",
"db",
"mongodb",
"database",
"id",
"identifier",
"object",
"objectid",
"document",
"documentid",
"fast",
"performant",
"efficient"
],
"author": "Schwarzkopf Balazs <schwarzkopfb@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/schwarzkopfb/mdbid/issues"
},
"homepage": "https://github.com/schwarzkopfb/mdbid#readme"
}