首次提交
This commit is contained in:
+56
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "hyperid",
|
||||
"version": "3.3.0",
|
||||
"description": "Uber-fast unique id generation, for Node.js and the browser",
|
||||
"main": "hyperid",
|
||||
"files": [
|
||||
"hyperid.js",
|
||||
"index.d.ts",
|
||||
"uuid-node.js",
|
||||
"uuid-browser.js",
|
||||
"test"
|
||||
],
|
||||
"scripts": {
|
||||
"typescript": "tsc --project ./test/tsconfig.json",
|
||||
"test": "standard && tape test/test.js test/uniqueness.js test/buffer.js | tap-dot && npm run typescript",
|
||||
"legacy": "tape test/test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mcollina/hyperid.git"
|
||||
},
|
||||
"keywords": [
|
||||
"id",
|
||||
"generation",
|
||||
"fast"
|
||||
],
|
||||
"author": "Matteo Collina <hello@matteocollina.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mcollina/hyperid/issues"
|
||||
},
|
||||
"homepage": "https://github.com/mcollina/hyperid#readme",
|
||||
"devDependencies": {
|
||||
"@napi-rs/uuid": "^0.2.0",
|
||||
"benchmark": "^2.1.4",
|
||||
"bloomfilter": "^0.0.18",
|
||||
"hashids": "^2.2.8",
|
||||
"nanoid": "^3.0.0",
|
||||
"nid": "^2.0.1",
|
||||
"pre-commit": "^1.2.2",
|
||||
"proxyquire": "^2.1.3",
|
||||
"shortid": "^2.2.16",
|
||||
"standard": "^17.1.0",
|
||||
"tap-dot": "^2.0.0",
|
||||
"tape": "^5.0.0",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"buffer": "^5.2.1",
|
||||
"uuid": "^8.3.2",
|
||||
"uuid-parse": "^1.1.0"
|
||||
},
|
||||
"browser": {
|
||||
"./uuid-node.js": "./uuid-browser.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user