schnee effeckt und fehler Korektur
This commit is contained in:
57
node_modules/uuid/package.json
generated
vendored
57
node_modules/uuid/package.json
generated
vendored
@@ -1,46 +1,49 @@
|
||||
{
|
||||
"name": "uuid",
|
||||
"version": "2.0.3",
|
||||
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
|
||||
"version": "3.4.0",
|
||||
"description": "RFC4122 (v1, v4, and v5) UUIDs",
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"uuid",
|
||||
"guid",
|
||||
"rfc4122"
|
||||
],
|
||||
"author": "Robert Kieffer <robert@broofa.com>",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Christoph Tavan <dev@tavan.de>",
|
||||
"github": "https://github.com/ctavan"
|
||||
},
|
||||
{
|
||||
"name": "Vincent Voyer <vincent@zeroload.net>",
|
||||
"github": "https://github.com/vvo"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./uuid.js",
|
||||
"bin": {
|
||||
"uuid": "./bin/uuid"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "1.8.0"
|
||||
"@commitlint/cli": "~8.2.0",
|
||||
"@commitlint/config-conventional": "~8.2.0",
|
||||
"eslint": "~6.4.0",
|
||||
"husky": "~3.0.5",
|
||||
"mocha": "6.2.0",
|
||||
"runmd": "1.2.1",
|
||||
"standard-version": "7.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/test.js"
|
||||
"lint": "eslint .",
|
||||
"test": "npm run lint && mocha test/test.js",
|
||||
"md": "runmd --watch --output=README.md README_js.md",
|
||||
"release": "standard-version",
|
||||
"prepare": "runmd --output=README.md README_js.md"
|
||||
},
|
||||
"browser": {
|
||||
"./rng.js": "./rng-browser.js"
|
||||
"./lib/rng.js": "./lib/rng-browser.js",
|
||||
"./lib/sha1.js": "./lib/sha1-browser.js",
|
||||
"./lib/md5.js": "./lib/md5-browser.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/defunctzombie/node-uuid.git"
|
||||
"url": "https://github.com/uuidjs/uuid.git"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"ie6..latest",
|
||||
"firefox/3.6..latest",
|
||||
"chrome/22..latest",
|
||||
"safari/5.1..latest"
|
||||
],
|
||||
"harness": "mocha-tdd",
|
||||
"files": "test/*.js"
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user