Projekt

Obecné

Profil

Stáhnout (919 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "hash-base",
3
  "version": "3.0.4",
4
  "description": "abstract base class for hash-streams",
5
  "keywords": [
6
    "hash",
7
    "stream"
8
  ],
9
  "homepage": "https://github.com/crypto-browserify/hash-base",
10
  "bugs": {
11
    "url": "https://github.com/crypto-browserify/hash-base/issues"
12
  },
13
  "license": "MIT",
14
  "author": "Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)",
15
  "files": [
16
    "index.js"
17
  ],
18
  "main": "index.js",
19
  "repository": {
20
    "type": "git",
21
    "url": "https://github.com/crypto-browserify/hash-base.git"
22
  },
23
  "scripts": {
24
    "coverage": "nyc node test/*.js",
25
    "lint": "standard",
26
    "test": "npm run lint && npm run unit",
27
    "unit": "node test/*.js"
28
  },
29
  "dependencies": {
30
    "inherits": "^2.0.1",
31
    "safe-buffer": "^5.0.1"
32
  },
33
  "devDependencies": {
34
    "nyc": "^8.3.2",
35
    "standard": "*",
36
    "tape": "^4.2.0"
37
  },
38
  "engines": {
39
    "node": ">=4"
40
  }
41
}
(4-4/4)