summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/sha/package.json
blob: 091919964a9d49caab8daf6a4603e185d0c586cd (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
{
  "name": "sha",
  "version": "1.2.4",
  "description": "Check and get file hashes",
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/sha.git"
  },
  "license": "BSD",
  "optionalDependencies": {
    "graceful-fs": "2 || 3",
    "readable-stream": "1.0"
  },
  "devDependencies": {
    "mocha": "~1.9.0"
  },
  "bugs": {
    "url": "https://github.com/ForbesLindesay/sha/issues"
  },
  "homepage": "https://github.com/ForbesLindesay/sha",
  "dependencies": {
    "graceful-fs": "2 || 3",
    "readable-stream": "1.0"
  },
  "_id": "sha@1.2.4",
  "dist": {
    "shasum": "1f9a377f27b6fdee409b9b858e43da702be48a4d",
    "tarball": "http://registry.npmjs.org/sha/-/sha-1.2.4.tgz"
  },
  "_from": "sha@latest",
  "_npmVersion": "1.4.3",
  "_npmUser": {
    "name": "forbeslindesay",
    "email": "forbes@lindeay.co.uk"
  },
  "maintainers": [
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    }
  ],
  "directories": {},
  "_shasum": "1f9a377f27b6fdee409b9b858e43da702be48a4d",
  "_resolved": "https://registry.npmjs.org/sha/-/sha-1.2.4.tgz"
}