Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « sha « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5aff490799337fbabb9d4c3f58c448a5266ba09 (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": "sha",
  "version": "1.3.0",
  "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.1"
  },
  "devDependencies": {
    "mocha": "~1.9.0"
  },
  "gitHead": "f1985eefbf7538e5809a2157c728d2f740901600",
  "bugs": {
    "url": "https://github.com/ForbesLindesay/sha/issues"
  },
  "homepage": "https://github.com/ForbesLindesay/sha",
  "dependencies": {
    "graceful-fs": "2 || 3",
    "readable-stream": "~1.1"
  },
  "_id": "sha@1.3.0",
  "_shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
  "_from": "sha@>=1.3.0 <1.4.0",
  "_npmVersion": "1.5.0-alpha-4",
  "_npmUser": {
    "name": "forbeslindesay",
    "email": "forbes@lindesay.co.uk"
  },
  "maintainers": [
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    }
  ],
  "dist": {
    "shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
    "tarball": "http://registry.npmjs.org/sha/-/sha-1.3.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/sha/-/sha-1.3.0.tgz"
}