diff options
Diffstat (limited to 'node_modules/hoek/package.json')
| -rw-r--r-- | node_modules/hoek/package.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/node_modules/hoek/package.json b/node_modules/hoek/package.json new file mode 100644 index 0000000..d53d91f --- /dev/null +++ b/node_modules/hoek/package.json @@ -0,0 +1,58 @@ +{ + "_from": "[email protected]", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==", + "_location": "/hoek", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "[email protected]", + "name": "hoek", + "escapedName": "hoek", + "rawSpec": "4.x.x", + "saveSpec": null, + "fetchSpec": "4.x.x" + }, + "_requiredBy": [ + "/boom", + "/cryptiles/boom", + "/hawk", + "/sntp" + ], + "_resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz", + "_shasum": "9634502aa12c445dd5a7c5734b572bb8738aacbb", + "_spec": "[email protected]", + "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/hawk", + "bugs": { + "url": "https://github.com/hapijs/hoek/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "General purpose node utilities", + "devDependencies": { + "code": "4.x.x", + "lab": "13.x.x" + }, + "engines": { + "node": ">=4.0.0" + }, + "homepage": "https://github.com/hapijs/hoek#readme", + "keywords": [ + "utilities" + ], + "license": "BSD-3-Clause", + "main": "lib/index.js", + "name": "hoek", + "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": "4.2.1" +} |