summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/hawk/package.json
blob: 8b08ff37561cd5d204066ac6ee981da4178402ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "_from": "hawk@~3.1.3",
  "_id": "hawk@3.1.3",
  "_integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
  "_location": "/request/hawk",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hawk@~3.1.3",
    "name": "hawk",
    "escapedName": "hawk",
    "rawSpec": "~3.1.3",
    "saveSpec": null,
    "fetchSpec": "~3.1.3"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
  "_shasum": "078444bd7c1640b0fe540d2c9b73d59678e8e1c4",
  "_shrinkwrap": null,
  "_spec": "hawk@~3.1.3",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/request",
  "author": {
    "name": "Eran Hammer",
    "email": "eran@hammer.io",
    "url": "http://hueniverse.com"
  },
  "bin": null,
  "browser": "./lib/browser.js",
  "bugs": {
    "url": "https://github.com/hueniverse/hawk/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {
    "boom": "2.x.x",
    "cryptiles": "2.x.x",
    "hoek": "2.x.x",
    "sntp": "1.x.x"
  },
  "deprecated": false,
  "description": "HTTP Hawk Authentication Scheme",
  "devDependencies": {
    "code": "1.x.x",
    "lab": "5.x.x"
  },
  "engines": {
    "node": ">=0.10.32"
  },
  "homepage": "https://github.com/hueniverse/hawk#readme",
  "keywords": [
    "http",
    "authentication",
    "scheme",
    "hawk"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "hawk",
  "optionalDependencies": {},
  "peerDependencies": {},
  "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"
}