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.json87
1 files changed, 0 insertions, 87 deletions
diff --git a/node_modules/hoek/package.json b/node_modules/hoek/package.json
deleted file mode 100644
index 58a346a43..000000000
--- a/node_modules/hoek/package.json
+++ /dev/null
@@ -1,87 +0,0 @@
-{
- "_args": [
- [
- "hoek@2.x.x",
- "/Users/rebecca/code/npm/node_modules/hawk"
- ]
- ],
- "_from": "hoek@>=2.0.0 <3.0.0",
- "_id": "hoek@2.16.3",
- "_inCache": true,
- "_location": "/hoek",
- "_nodeVersion": "4.1.0",
- "_npmUser": {
- "email": "quitlahok@gmail.com",
- "name": "nlf"
- },
- "_npmVersion": "3.3.3",
- "_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.16.3.tgz",
- "_shasum": "20bb7403d3cea398e91dc4710a8ff1b8274a25ed",
- "_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": "20bb7403d3cea398e91dc4710a8ff1b8274a25ed",
- "tarball": "http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
- },
- "engines": {
- "node": ">=0.10.40"
- },
- "gitHead": "20f36e85616264d4b73a64a374803175213a9121",
- "homepage": "https://github.com/hapijs/hoek#readme",
- "installable": true,
- "keywords": [
- "utilities"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "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": "lab -a code -t 100 -L",
- "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
- },
- "version": "2.16.3"
-}