summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/sha/package.json
blob: 982780769bdfcff79e89f2c97930f9a8918dfd29 (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
{
  "_args": [
    [
      "sha@2.0.1",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "sha@2.0.1",
  "_id": "sha@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-YDCCL70smCOUn49y7WQR7lzyWq4=",
  "_location": "/sha",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sha@2.0.1",
    "name": "sha",
    "escapedName": "sha",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/sha/-/sha-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/Users/rebecca/code/npm",
  "bugs": {
    "url": "https://github.com/ForbesLindesay/sha/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "readable-stream": "^2.0.2"
  },
  "description": "Check and get file hashes",
  "devDependencies": {
    "mocha": "~1.9.0"
  },
  "homepage": "https://github.com/ForbesLindesay/sha#readme",
  "license": "(BSD-2-Clause OR MIT)",
  "name": "sha",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForbesLindesay/sha.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "2.0.1"
}