This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/scuid/package.json

41 lines
948 B
JSON

{
"name": "scuid",
"version": "1.1.0",
"description": "Collision-resistant IDs optimized for horizontal scaling and performance",
"author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de)",
"license": "MIT",
"keywords": [
"id",
"cuid",
"uid",
"unique",
"uuid",
"guid",
"rng",
"prng"
],
"main": "lib/scuid.js",
"dependencies": {},
"devDependencies": {
"cuid": "^2.0.2",
"matcha": "^0.7.0",
"tap-diff": "^0.1.1",
"tape": "^4.8.0",
"tape-catch": "^1.0.6"
},
"peerDependencies": {},
"optionalDependencies": {},
"homepage": "https://github.com/jhermsmeier/node-scuid",
"repository": {
"type": "git",
"url": "https://github.com/jhermsmeier/node-scuid.git"
},
"bugs": {
"url": "https://github.com/jhermsmeier/node-scuid/issues"
},
"scripts": {
"benchmark": "matcha --reporter plain",
"test": "tape test/*.js | tap-diff"
}
}