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.json25
1 files changed, 13 insertions, 12 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 716fe27c00..4e3968f48b 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,17 +1,17 @@
{
"name": "hoek",
"description": "General purpose node utilities",
- "version": "2.14.0",
+ "version": "2.16.3",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hoek.git"
},
- "main": "index",
+ "main": "lib/index.js",
"keywords": [
"utilities"
],
"engines": {
- "node": ">=0.8.0"
+ "node": ">=0.10.40"
},
"dependencies": {},
"devDependencies": {
@@ -19,26 +19,27 @@
"lab": "5.x.x"
},
"scripts": {
- "test": "make test-cov"
+ "test": "lab -a code -t 100 -L",
+ "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
},
"license": "BSD-3-Clause",
- "gitHead": "e80875a516f4b0eaa757ac4814c4510eebdcf589",
+ "gitHead": "20f36e85616264d4b73a64a374803175213a9121",
"bugs": {
"url": "https://github.com/hapijs/hoek/issues"
},
"homepage": "https://github.com/hapijs/hoek#readme",
- "_id": "hoek@2.14.0",
- "_shasum": "81211691f52a5a835ae49edbf1e89c9003476aa4",
+ "_id": "hoek@2.16.3",
+ "_shasum": "20bb7403d3cea398e91dc4710a8ff1b8274a25ed",
"_from": "hoek@>=2.0.0 <3.0.0",
- "_npmVersion": "2.9.0",
- "_nodeVersion": "0.12.2",
+ "_npmVersion": "3.3.3",
+ "_nodeVersion": "4.1.0",
"_npmUser": {
"name": "nlf",
"email": "quitlahok@gmail.com"
},
"dist": {
- "shasum": "81211691f52a5a835ae49edbf1e89c9003476aa4",
- "tarball": "http://registry.npmjs.org/hoek/-/hoek-2.14.0.tgz"
+ "shasum": "20bb7403d3cea398e91dc4710a8ff1b8274a25ed",
+ "tarball": "http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
},
"maintainers": [
{
@@ -55,6 +56,6 @@
}
],
"directories": {},
- "_resolved": "https://registry.npmjs.org/hoek/-/hoek-2.14.0.tgz",
+ "_resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
"readme": "ERROR: No README data found!"
}