summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json
blob: 3a25386213453ca6a0a2285359c95f885063ff07 (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
{
  "name": "cryptiles",
  "description": "General purpose crypto utilities",
  "version": "2.0.4",
  "author": {
    "name": "Eran Hammer",
    "email": "eran@hammer.io",
    "url": "http://hueniverse.com"
  },
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/cryptiles.git"
  },
  "main": "index",
  "keywords": [
    "cryptography",
    "security",
    "utilites"
  ],
  "engines": {
    "node": ">=0.8.0"
  },
  "dependencies": {
    "boom": "2.x.x"
  },
  "devDependencies": {
    "lab": "4.x.x"
  },
  "scripts": {
    "test": "make test-cov"
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "http://github.com/hapijs/cryptiles/raw/master/LICENSE"
    }
  ],
  "readme": "cryptiles\n=========\n\nGeneral purpose crypto utilities\n\n[![Build Status](https://secure.travis-ci.org/hapijs/cryptiles.png)](http://travis-ci.org/hapijs/cryptiles)\n\n## Methods\n\n### `randomString(<Number> size)`\nReturns a cryptographically strong pseudo-random data string. Takes a size argument for the length of the string.\n\n### `fixedTimeComparison(<String> a, <String> b)`\nCompare two strings using fixed time algorithm (to prevent time-based analysis of MAC digest match). Returns `true` if the strings match, `false` if they differ.\n",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/hapijs/cryptiles/issues"
  },
  "homepage": "https://github.com/hapijs/cryptiles#readme",
  "_id": "cryptiles@2.0.4",
  "_shasum": "09ea1775b9e1c7de7e60a99d42ab6f08ce1a1285",
  "_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.4.tgz",
  "_from": "cryptiles@>=2.0.0 <3.0.0"
}