aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json')
-rw-r--r--deps/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json34
1 files changed, 16 insertions, 18 deletions
diff --git a/deps/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json b/deps/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json
index cb73c26da5..6d59b75583 100644
--- a/deps/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json
+++ b/deps/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json
@@ -1,30 +1,30 @@
{
- "_from": "hoek@2.x.x",
- "_id": "hoek@2.16.3",
- "_integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
+ "_from": "hoek@4.x.x",
+ "_id": "hoek@4.2.0",
+ "_inBundle": false,
+ "_integrity": "sha512-v0XCLxICi9nPfYrS9RL8HbYnXi9obYAeLbSP00BmnZwCK9+Ih9WOjoZ8YoHCoav2csqn4FOz4Orldsy2dmDwmQ==",
"_location": "/request/hawk/hoek",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "hoek@2.x.x",
+ "raw": "hoek@4.x.x",
"name": "hoek",
"escapedName": "hoek",
- "rawSpec": "2.x.x",
+ "rawSpec": "4.x.x",
"saveSpec": null,
- "fetchSpec": "2.x.x"
+ "fetchSpec": "4.x.x"
},
"_requiredBy": [
"/request/hawk",
"/request/hawk/boom",
+ "/request/hawk/cryptiles/boom",
"/request/hawk/sntp"
],
- "_resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
- "_shasum": "20bb7403d3cea398e91dc4710a8ff1b8274a25ed",
- "_shrinkwrap": null,
- "_spec": "hoek@2.x.x",
- "_where": "/Users/zkat/Documents/code/npm/node_modules/request/node_modules/hawk",
- "bin": null,
+ "_resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz",
+ "_shasum": "72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d",
+ "_spec": "hoek@4.x.x",
+ "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/hawk",
"bugs": {
"url": "https://github.com/hapijs/hoek/issues"
},
@@ -33,11 +33,11 @@
"deprecated": false,
"description": "General purpose node 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/hoek#readme",
"keywords": [
@@ -46,8 +46,6 @@
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "hoek",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hoek.git"
@@ -56,5 +54,5 @@
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
},
- "version": "2.16.3"
+ "version": "4.2.0"
}