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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/uuid/package.json')
-rw-r--r--deps/npm/node_modules/uuid/package.json33
1 files changed, 21 insertions, 12 deletions
diff --git a/deps/npm/node_modules/uuid/package.json b/deps/npm/node_modules/uuid/package.json
index 8aebdb2ed18..7ea5d38da20 100644
--- a/deps/npm/node_modules/uuid/package.json
+++ b/deps/npm/node_modules/uuid/package.json
@@ -1,36 +1,38 @@
{
- "_from": "uuid@3.1.0",
- "_id": "uuid@3.1.0",
+ "_from": "uuid@3.2.1",
+ "_id": "uuid@3.2.1",
"_inBundle": false,
- "_integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==",
+ "_integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==",
"_location": "/uuid",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "uuid@3.1.0",
+ "raw": "uuid@3.2.1",
"name": "uuid",
"escapedName": "uuid",
- "rawSpec": "3.1.0",
+ "rawSpec": "3.2.1",
"saveSpec": null,
- "fetchSpec": "3.1.0"
+ "fetchSpec": "3.2.1"
},
"_requiredBy": [
"#USER",
"/",
+ "/npm-registry-couchapp/couchapp/nano/cloudant-follow/request",
"/request",
"/tap/coveralls/request"
],
- "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
- "_shasum": "3dd3d3e790abc24d7b0d3a034ffababe28ebbc04",
- "_spec": "uuid@3.1.0",
+ "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
+ "_shasum": "12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14",
+ "_spec": "uuid@3.2.1",
"_where": "/Users/rebecca/code/npm",
"bin": {
"uuid": "./bin/uuid"
},
"browser": {
"./lib/rng.js": "./lib/rng-browser.js",
- "./lib/sha1.js": "./lib/sha1-browser.js"
+ "./lib/sha1.js": "./lib/sha1-browser.js",
+ "./lib/md5.js": "./lib/md5-browser.js"
},
"bugs": {
"url": "https://github.com/kelektiv/node-uuid/issues"
@@ -58,10 +60,14 @@
"email": "shtylman@gmail.com"
}
],
+ "dependencies": {},
"deprecated": false,
"description": "RFC4122 (v1, v4, and v5) UUIDs",
"devDependencies": {
- "mocha": "3.1.2"
+ "eslint": "4.5.0",
+ "mocha": "3.1.2",
+ "runmd": "1.0.1",
+ "standard-version": "4.2.0"
},
"homepage": "https://github.com/kelektiv/node-uuid#readme",
"keywords": [
@@ -76,7 +82,10 @@
"url": "git+https://github.com/kelektiv/node-uuid.git"
},
"scripts": {
+ "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"
},
- "version": "3.1.0"
+ "version": "3.2.1"
}