This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/@hapi/hoek/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2019-08-11 18:48:02 +00:00
{
"_from": "@hapi/hoek@6.x.x",
"_id": "@hapi/hoek@6.2.4",
"_inBundle": false,
"_integrity": "sha512-HOJ20Kc93DkDVvjwHyHawPwPkX44sIrbXazAUDiUXaY2R9JwQGo2PhFfnQtdrsIe4igjG2fPgMra7NYw7qhy0A==",
"_location": "/@hapi/hoek",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@hapi/hoek@6.x.x",
"name": "@hapi/hoek",
"escapedName": "@hapi%2fhoek",
"scope": "@hapi",
"rawSpec": "6.x.x",
"saveSpec": null,
"fetchSpec": "6.x.x"
},
"_requiredBy": [
"/@hapi/joi"
],
"_resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-6.2.4.tgz",
"_shasum": "4b95fbaccbfba90185690890bdf1a2fbbda10595",
"_spec": "@hapi/hoek@6.x.x",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@hapi/joi",
"bugs": {
"url": "https://github.com/hapijs/hoek/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "General purpose node utilities",
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/lab": "19.x.x"
},
"files": [
"lib"
],
"homepage": "https://github.com/hapijs/hoek#readme",
"keywords": [
"utilities"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@hapi/hoek",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hoek.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"types": "lib/index.d.ts",
"version": "6.2.4"
}