LookAtMySuitBot/js/node_modules/uuid-1345/package.json

39 lines
778 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"name": "uuid-1345",
"version": "1.0.2",
"description": "Generate UUIDs of versions 1, 3, 4, and 5.",
"keywords": [
"uuid",
"guid",
"rfc4122",
"uuid-v1",
"uuid-v3",
"uuid-v4",
"uuid-v5"
],
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"author": "Julian Fleischer",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/scravy/uuid-1345.git"
},
"bugs": {
"url": "https://github.com/scravy/uuid-1345/issues"
},
"homepage": "https://github.com/scravy/uuid-1345",
"dependencies": {
"macaddress": "^0.5.1"
},
"devDependencies": {
"gulp-mocha": "^7.0.2",
"node-gyp": "^6.1.0",
"gulp-jshint": "^2.1.0",
"jshint": "^2.11.0",
"gulp": "^4.0.2"
}
}