is-xid
Version:
A unique id checker for node.js
29 lines (28 loc) • 562 B
JSON
{
"name": "is-xid",
"version": "1.0.3",
"description": "A unique id checker for node.js",
"main": "index.js",
"devDependencies": {
"jest": "^26.1.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/joffreyverd/is-xid.git"
},
"keywords": [
"xid"
],
"author": "Joffrey VERD",
"license": "MIT",
"bugs": {
"url": "https://github.com/joffreyverd/is-xid/issues"
},
"homepage": "https://github.com/joffreyverd/is-xid#readme"
}