summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json')
-rwxr-xr-xdeps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json39
1 files changed, 19 insertions, 20 deletions
diff --git a/deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json b/deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json
index d5face5e26..a78856528f 100755
--- a/deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json
+++ b/deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json
@@ -1,43 +1,44 @@
{
- "_from": "cryptiles@2.x.x",
- "_id": "cryptiles@2.0.5",
- "_integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
+ "_from": "cryptiles@3.x.x",
+ "_id": "cryptiles@3.1.2",
+ "_inBundle": false,
+ "_integrity": "sha1-qJ+7Ig9c4l7FboxKqKT9e1sNKf4=",
"_location": "/request/hawk/cryptiles",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "hoek": "4.2.0"
+ },
"_requested": {
"type": "range",
"registry": true,
- "raw": "cryptiles@2.x.x",
+ "raw": "cryptiles@3.x.x",
"name": "cryptiles",
"escapedName": "cryptiles",
- "rawSpec": "2.x.x",
+ "rawSpec": "3.x.x",
"saveSpec": null,
- "fetchSpec": "2.x.x"
+ "fetchSpec": "3.x.x"
},
"_requiredBy": [
"/request/hawk"
],
- "_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
- "_shasum": "3bdfecdc608147c1c67202fa291e7dca59eaa3b8",
- "_shrinkwrap": null,
- "_spec": "cryptiles@2.x.x",
- "_where": "/Users/zkat/Documents/code/npm/node_modules/request/node_modules/hawk",
- "bin": null,
+ "_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz",
+ "_shasum": "a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe",
+ "_spec": "cryptiles@3.x.x",
+ "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/hawk",
"bugs": {
"url": "https://github.com/hapijs/cryptiles/issues"
},
"bundleDependencies": false,
"dependencies": {
- "boom": "2.x.x"
+ "boom": "5.x.x"
},
"deprecated": false,
"description": "General purpose crypto utilities",
"devDependencies": {
- "code": "1.x.x",
- "lab": "5.x.x"
+ "code": "4.x.x",
+ "lab": "13.x.x"
},
"engines": {
- "node": ">=0.10.40"
+ "node": ">=4.0.0"
},
"homepage": "https://github.com/hapijs/cryptiles#readme",
"keywords": [
@@ -48,8 +49,6 @@
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "cryptiles",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/hapijs/cryptiles.git"
@@ -58,5 +57,5 @@
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
- "version": "2.0.5"
+ "version": "3.1.2"
}