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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/hoek/package.json')
-rw-r--r--node_modules/hoek/package.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/node_modules/hoek/package.json b/node_modules/hoek/package.json
new file mode 100644
index 000000000..dfa3d57d0
--- /dev/null
+++ b/node_modules/hoek/package.json
@@ -0,0 +1,85 @@
+{
+ "_args": [
+ [
+ "hoek@2.x.x",
+ "/Users/rebecca/code/npm/node_modules/hawk"
+ ]
+ ],
+ "_from": "hoek@>=2.0.0 <3.0.0",
+ "_id": "hoek@2.14.0",
+ "_inCache": true,
+ "_location": "/hoek",
+ "_nodeVersion": "0.12.2",
+ "_npmUser": {
+ "email": "quitlahok@gmail.com",
+ "name": "nlf"
+ },
+ "_npmVersion": "2.9.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "hoek",
+ "raw": "hoek@2.x.x",
+ "rawSpec": "2.x.x",
+ "scope": null,
+ "spec": ">=2.0.0 <3.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/boom",
+ "/hawk",
+ "/sntp"
+ ],
+ "_resolved": "https://registry.npmjs.org/hoek/-/hoek-2.14.0.tgz",
+ "_shasum": "81211691f52a5a835ae49edbf1e89c9003476aa4",
+ "_shrinkwrap": null,
+ "_spec": "hoek@2.x.x",
+ "_where": "/Users/rebecca/code/npm/node_modules/hawk",
+ "bugs": {
+ "url": "https://github.com/hapijs/hoek/issues"
+ },
+ "dependencies": {},
+ "description": "General purpose node utilities",
+ "devDependencies": {
+ "code": "1.x.x",
+ "lab": "5.x.x"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "81211691f52a5a835ae49edbf1e89c9003476aa4",
+ "tarball": "http://registry.npmjs.org/hoek/-/hoek-2.14.0.tgz"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ },
+ "gitHead": "e80875a516f4b0eaa757ac4814c4510eebdcf589",
+ "homepage": "https://github.com/hapijs/hoek#readme",
+ "keywords": [
+ "utilities"
+ ],
+ "license": "BSD-3-Clause",
+ "main": "index",
+ "maintainers": [
+ {
+ "name": "hueniverse",
+ "email": "eran@hueniverse.com"
+ },
+ {
+ "name": "wyatt",
+ "email": "wpreul@gmail.com"
+ },
+ {
+ "name": "nlf",
+ "email": "quitlahok@gmail.com"
+ }
+ ],
+ "name": "hoek",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/hapijs/hoek.git"
+ },
+ "scripts": {
+ "test": "make test-cov"
+ },
+ "version": "2.14.0"
+}