aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/uuid/package.json
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, 12 insertions, 21 deletions
diff --git a/deps/npm/node_modules/uuid/package.json b/deps/npm/node_modules/uuid/package.json
index 7ea5d38da2..8aebdb2ed1 100644
--- a/deps/npm/node_modules/uuid/package.json
+++ b/deps/npm/node_modules/uuid/package.json
@@ -1,38 +1,36 @@
{
- "_from": "uuid@3.2.1",
- "_id": "uuid@3.2.1",
+ "_from": "uuid@3.1.0",
+ "_id": "uuid@3.1.0",
"_inBundle": false,
- "_integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==",
+ "_integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==",
"_location": "/uuid",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "uuid@3.2.1",
+ "raw": "uuid@3.1.0",
"name": "uuid",
"escapedName": "uuid",
- "rawSpec": "3.2.1",
+ "rawSpec": "3.1.0",
"saveSpec": null,
- "fetchSpec": "3.2.1"
+ "fetchSpec": "3.1.0"
},
"_requiredBy": [
"#USER",
"/",
- "/npm-registry-couchapp/couchapp/nano/cloudant-follow/request",
"/request",
"/tap/coveralls/request"
],
- "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
- "_shasum": "12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14",
- "_spec": "uuid@3.2.1",
+ "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
+ "_shasum": "3dd3d3e790abc24d7b0d3a034ffababe28ebbc04",
+ "_spec": "uuid@3.1.0",
"_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/md5.js": "./lib/md5-browser.js"
+ "./lib/sha1.js": "./lib/sha1-browser.js"
},
"bugs": {
"url": "https://github.com/kelektiv/node-uuid/issues"
@@ -60,14 +58,10 @@
"email": "shtylman@gmail.com"
}
],
- "dependencies": {},
"deprecated": false,
"description": "RFC4122 (v1, v4, and v5) UUIDs",
"devDependencies": {
- "eslint": "4.5.0",
- "mocha": "3.1.2",
- "runmd": "1.0.1",
- "standard-version": "4.2.0"
+ "mocha": "3.1.2"
},
"homepage": "https://github.com/kelektiv/node-uuid#readme",
"keywords": [
@@ -82,10 +76,7 @@
"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.2.1"
+ "version": "3.1.0"
}