WIP - add extractor, generate snippet_data
This commit is contained in:
58
node_modules/@hapi/hoek/package.json
generated
vendored
Executable file
58
node_modules/@hapi/hoek/package.json
generated
vendored
Executable file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"_from": "@hapi/hoek@8.x.x",
|
||||
"_id": "@hapi/hoek@8.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-JPiBy+oSmsq3St7XlipfN5pNA6bDJ1kpa73PrK/zR29CVClDVqy04AanM/M/qx5bSF+I61DdCfAvRrujau+zRg==",
|
||||
"_location": "/@hapi/hoek",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@hapi/hoek@8.x.x",
|
||||
"name": "@hapi/hoek",
|
||||
"escapedName": "@hapi%2fhoek",
|
||||
"scope": "@hapi",
|
||||
"rawSpec": "8.x.x",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "8.x.x"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@hapi/joi",
|
||||
"/@hapi/topo"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.2.1.tgz",
|
||||
"_shasum": "924af04cbb22e17359c620d2a9c946e63f58eb77",
|
||||
"_spec": "@hapi/hoek@8.x.x",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/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": "6.x.x",
|
||||
"@hapi/lab": "20.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": "8.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user