cuuid
Version:
Non-standard `datetime + random` UUID. `8-4-4-4-12` format same as UUID.
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "cuuid",
"version": "0.3.0",
"description": "Non-standard `datetime + random` UUID. `8-4-4-4-12` format same as UUID.",
"main": "dist/cuuid",
"scripts": {
"build": "rollup -c rollup.config.esm.js && rollup -c rollup.config.cjs.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jiangfengming/cuuid.git"
},
"keywords": [
"UUID",
"GUID"
],
"author": "Jiang Fengming <jiangfengming87@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jiangfengming/cuuid/issues"
},
"homepage": "https://github.com/jiangfengming/cuuid#readme",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-config-enough": "^0.3.5",
"rollup": "^1.16.7",
"rollup-plugin-babel": "^4.3.3"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"loose": true,
"modules": false
}
]
]
},
"eslintConfig": {
"extends": "enough",
"env": {
"browser": true
}
}
}