08-27-周三_17-09-29
This commit is contained in:
108
node_modules/hawk/package.json
generated
vendored
Normal file
108
node_modules/hawk/package.json
generated
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "hawk",
|
||||
"raw": "hawk@~3.1.0",
|
||||
"rawSpec": "~3.1.0",
|
||||
"scope": null,
|
||||
"spec": ">=3.1.0 <3.2.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/root/gitbook/node_modules/phantomjs/node_modules/request"
|
||||
]
|
||||
],
|
||||
"_from": "hawk@>=3.1.0 <3.2.0",
|
||||
"_id": "hawk@3.1.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/hawk",
|
||||
"_nodeVersion": "5.4.1",
|
||||
"_npmUser": {
|
||||
"email": "eran@hammer.io",
|
||||
"name": "hueniverse"
|
||||
},
|
||||
"_npmVersion": "3.3.12",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "hawk",
|
||||
"raw": "hawk@~3.1.0",
|
||||
"rawSpec": "~3.1.0",
|
||||
"scope": null,
|
||||
"spec": ">=3.1.0 <3.2.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/phantomjs/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
|
||||
"_shasum": "078444bd7c1640b0fe540d2c9b73d59678e8e1c4",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "hawk@~3.1.0",
|
||||
"_where": "/root/gitbook/node_modules/phantomjs/node_modules/request",
|
||||
"author": {
|
||||
"email": "eran@hammer.io",
|
||||
"name": "Eran Hammer",
|
||||
"url": "http://hueniverse.com"
|
||||
},
|
||||
"browser": "./lib/browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hueniverse/hawk/issues"
|
||||
},
|
||||
"contributors": [],
|
||||
"dependencies": {
|
||||
"boom": "2.x.x",
|
||||
"cryptiles": "2.x.x",
|
||||
"hoek": "2.x.x",
|
||||
"sntp": "1.x.x"
|
||||
},
|
||||
"deprecated": "This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.",
|
||||
"description": "HTTP Hawk Authentication Scheme",
|
||||
"devDependencies": {
|
||||
"code": "1.x.x",
|
||||
"lab": "5.x.x"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-X8xbmTc1cbPXcQV4WkLcRMALuyoxhfpFATmyuCxJPOAvrDS4DNnsTAOmKUxMTOWU6TzrTOkxPKwIx5ZOpJVSrg==",
|
||||
"shasum": "078444bd7c1640b0fe540d2c9b73d59678e8e1c4",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEUCIEohPdgFjTU7y4RX9Fh3/kxp6oI97kSPcuCsyUyrQi96AiEAvTPxmat9F+1vf+Rlu7sMslQCkKx6GlhXKH74ErwvUbc="
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.32"
|
||||
},
|
||||
"gitHead": "2f0b93b34ed9b0ebc865838ef70c6a4035591430",
|
||||
"homepage": "https://github.com/hueniverse/hawk#readme",
|
||||
"keywords": [
|
||||
"http",
|
||||
"authentication",
|
||||
"scheme",
|
||||
"hawk"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "lib/index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "eran@hueniverse.com",
|
||||
"name": "hueniverse"
|
||||
}
|
||||
],
|
||||
"name": "hawk",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hueniverse/hawk.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "lab -a code -t 100 -L",
|
||||
"test-cov-html": "lab -a code -r html -o coverage.html"
|
||||
},
|
||||
"version": "3.1.3"
|
||||
}
|
Reference in New Issue
Block a user