summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/sha/package.json
blob: 95e55e138946a66082159593bd24d48b9a4d0a6b (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
{
  "name": "sha",
  "version": "2.0.1",
  "description": "Check and get file hashes",
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/sha.git"
  },
  "license": "(BSD-2-Clause OR MIT)",
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "readable-stream": "^2.0.2"
  },
  "devDependencies": {
    "mocha": "~1.9.0"
  },
  "gitHead": "ce7c72ba753d886fb46c396cbadcbfc8eac25b4f",
  "bugs": {
    "url": "https://github.com/ForbesLindesay/sha/issues"
  },
  "homepage": "https://github.com/ForbesLindesay/sha",
  "_id": "sha@2.0.1",
  "_shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
  "_from": "sha@2.0.1",
  "_npmVersion": "2.7.1",
  "_nodeVersion": "1.6.2",
  "_npmUser": {
    "name": "forbeslindesay",
    "email": "forbes@lindesay.co.uk"
  },
  "maintainers": [
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    },
    {
      "name": "kenan",
      "email": "kenan@kenany.me"
    },
    {
      "name": "thefourtheye",
      "email": "thechargingvolcano@gmail.com"
    }
  ],
  "dist": {
    "shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
    "tarball": "http://registry.npmjs.org/sha/-/sha-2.0.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/sha/-/sha-2.0.1.tgz"
}