Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/uuid/package.json')
-rw-r--r--node_modules/uuid/package.json51
1 files changed, 28 insertions, 23 deletions
diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json
index 2ffe04e3d..62686689a 100644
--- a/node_modules/uuid/package.json
+++ b/node_modules/uuid/package.json
@@ -1,32 +1,32 @@
{
- "_from": "uuid@3.3.3",
- "_id": "uuid@3.3.3",
+ "_from": "uuid@^3.3.3",
+ "_id": "uuid@3.4.0",
"_inBundle": false,
- "_integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==",
+ "_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
"_location": "/uuid",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "uuid@3.3.3",
+ "raw": "uuid@^3.3.3",
"name": "uuid",
"escapedName": "uuid",
- "rawSpec": "3.3.3",
+ "rawSpec": "^3.3.3",
"saveSpec": null,
- "fetchSpec": "3.3.3"
+ "fetchSpec": "^3.3.3"
},
"_requiredBy": [
- "#USER",
"/",
+ "/istanbul-lib-processinfo",
"/nyc",
"/request"
],
- "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
- "_shasum": "4568f0216e78760ee1dbf3a4d2cf53e224112866",
- "_spec": "uuid@3.3.3",
- "_where": "/Users/mperrotte/npminc/cli",
+ "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
+ "_shasum": "b23e4358afa8a202fe7a100af1f5f883f02007ee",
+ "_spec": "uuid@^3.3.3",
+ "_where": "/Users/isaacs/dev/npm/cli",
"bin": {
- "uuid": "./bin/uuid"
+ "uuid": "bin/uuid"
},
"browser": {
"./lib/rng.js": "./lib/rng-browser.js",
@@ -34,7 +34,7 @@
"./lib/md5.js": "./lib/md5-browser.js"
},
"bugs": {
- "url": "https://github.com/kelektiv/node-uuid/issues"
+ "url": "https://github.com/uuidjs/uuid/issues"
},
"bundleDependencies": false,
"commitlint": {
@@ -67,15 +67,20 @@
"deprecated": false,
"description": "RFC4122 (v1, v4, and v5) UUIDs",
"devDependencies": {
- "@commitlint/cli": "8.1.0",
- "@commitlint/config-conventional": "8.1.0",
- "eslint": "6.2.0",
- "husky": "3.0.4",
+ "@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"
},
- "homepage": "https://github.com/kelektiv/node-uuid#readme",
+ "homepage": "https://github.com/uuidjs/uuid#readme",
+ "husky": {
+ "hooks": {
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
+ }
+ },
"keywords": [
"uuid",
"guid",
@@ -85,14 +90,14 @@
"name": "uuid",
"repository": {
"type": "git",
- "url": "git+https://github.com/kelektiv/node-uuid.git"
+ "url": "git+https://github.com/uuidjs/uuid.git"
},
"scripts": {
- "commitmsg": "commitlint -E HUSKY_GIT_PARAMS",
+ "lint": "eslint .",
"md": "runmd --watch --output=README.md README_js.md",
"prepare": "runmd --output=README.md README_js.md",
"release": "standard-version",
- "test": "mocha test/test.js"
+ "test": "npm run lint && mocha test/test.js"
},
- "version": "3.3.3"
+ "version": "3.4.0"
}