首次提交
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "uuid-parse",
|
||||
"version": "1.1.0",
|
||||
"description": "RFC4122 UUID parser",
|
||||
"keywords": [
|
||||
"uuid",
|
||||
"parse",
|
||||
"guid",
|
||||
"rfc4122"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./uuid-parse.js",
|
||||
"devDependencies": {
|
||||
"mocha": "~6.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zefferus/uuid-parse.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user