summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json
blob: d5face5e26701bbba00353fae5400ca8d3978889 (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
{
  "_from": "cryptiles@2.x.x",
  "_id": "cryptiles@2.0.5",
  "_integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
  "_location": "/request/hawk/cryptiles",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cryptiles@2.x.x",
    "name": "cryptiles",
    "escapedName": "cryptiles",
    "rawSpec": "2.x.x",
    "saveSpec": null,
    "fetchSpec": "2.x.x"
  },
  "_requiredBy": [
    "/request/hawk"
  ],
  "_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
  "_shasum": "3bdfecdc608147c1c67202fa291e7dca59eaa3b8",
  "_shrinkwrap": null,
  "_spec": "cryptiles@2.x.x",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/request/node_modules/hawk",
  "bin": null,
  "bugs": {
    "url": "https://github.com/hapijs/cryptiles/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "boom": "2.x.x"
  },
  "deprecated": false,
  "description": "General purpose crypto utilities",
  "devDependencies": {
    "code": "1.x.x",
    "lab": "5.x.x"
  },
  "engines": {
    "node": ">=0.10.40"
  },
  "homepage": "https://github.com/hapijs/cryptiles#readme",
  "keywords": [
    "cryptography",
    "security",
    "utilites"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "cryptiles",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/cryptiles.git"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "version": "2.0.5"
}