@goa/uuid
Version:
[fork] Simple, fast generation of RFC4122 UUIDS.
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "@goa/uuid",
"version": "1.0.2",
"description": "[fork] Simple, fast generation of RFC4122 UUIDS.",
"main": "build/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"lint": "eslint .",
"doc": "NODE_DEBUG=doc doc -o README.md",
"b": "alamode src -o build -s",
"d": "yarn-s d1 externs",
"d1": "typal types/index.js src -c -t types/index.xml",
"externs": "typal types/externs.js",
"build": "yarn-s d b doc",
"e": "alanode"
},
"files": [
"build",
"src",
"types/externs.js"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/idiocc/uuid.git"
},
"keywords": [
"uuid",
"goa"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/idiocc/uuid/issues"
},
"homepage": "https://github.com/idiocc/uuid#readme",
"devDependencies": {
"alamode": "^2.3.4",
"documentary": "^1.27.3",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.1.0",
"zoroaster": "^4.1.1-alpha"
}
}