package.json
{
"name": "short-uuid",
"version": "5.2.0",
"description": "Create and translate standard UUIDs with shorter formats.",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"coverage": "nyc --reporter=lcov --reporter=text-summary npm run test",
"test": "npx tape test/**/*.js"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oculus42/short-uuid.git"
},
"keywords": [
"uuid",
"guid",
"uid",
"node"
],
"author": "Samuel Rouse",
"license": "MIT",
"bugs": {
"url": "https://github.com/oculus42/short-uuid/issues"
},
"homepage": "https://github.com/oculus42/short-uuid#readme",
"dependencies": {
"any-base": "^1.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"nyc": "^15.1.0",
"tape": "^5.2.2"
}
}