Tumortisch-Dist/resources/app/node_modules/wreck/package.json
2021-06-15 16:00:08 +02:00

65 lines
1.6 KiB
JSON

{
"_args": [
[
"wreck@14.2.0",
"C:\\Daten\\Git\\Tumortisch"
]
],
"_from": "wreck@14.2.0",
"_id": "wreck@14.2.0",
"_inBundle": false,
"_integrity": "sha512-NFFft3SMgqrJbXEVfYifh+QDWFxni+98/I7ut7rLbz3F0XOypluHsdo3mdEYssGSirMobM3fGlqhyikbWKDn2Q==",
"_location": "/wreck",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "wreck@14.2.0",
"name": "wreck",
"escapedName": "wreck",
"rawSpec": "14.2.0",
"saveSpec": null,
"fetchSpec": "14.2.0"
},
"_requiredBy": [
"/simple-oauth2"
],
"_resolved": "https://registry.npmjs.org/wreck/-/wreck-14.2.0.tgz",
"_spec": "14.2.0",
"_where": "C:\\Daten\\Git\\Tumortisch",
"bugs": {
"url": "https://github.com/hapijs/wreck/issues"
},
"dependencies": {
"boom": "7.x.x",
"bourne": "1.x.x",
"hoek": "6.x.x"
},
"description": "HTTP Client Utilities",
"devDependencies": {
"code": "5.x.x",
"eslint-plugin-markdown": "1.0.0",
"lab": "18.x.x"
},
"homepage": "https://github.com/hapijs/wreck#readme",
"keywords": [
"utilities",
"http",
"client"
],
"license": "BSD-3-Clause",
"main": "lib/index",
"name": "wreck",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/wreck.git"
},
"scripts": {
"lint-md": "eslint --config hapi --parser-options=ecmaVersion:8 --rule 'strict: 0, eol-last: 0' --plugin markdown --ext md .",
"posttest": "npm run lint-md",
"test": "lab -t 100 -L -a code",
"test-cov-html": "lab -r html -o coverage.html -a code"
},
"version": "14.2.0"
}