<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "_from": "sha@~2.0.1",
  "_id": "sha@2.0.1",
  "_integrity": "sha1-YDCCL70smCOUn49y7WQR7lzyWq4=",
  "_location": "/sha",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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",
  "_shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
  "_shrinkwrap": null,
  "_spec": "sha@~2.0.1",
  "_where": "/Users/zkat/Documents/code/npm",
  "bin": null,
  "bugs": {
    "url": "https://github.com/ForbesLindesay/sha/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "readable-stream": "^2.0.2"
  },
  "deprecated": false,
  "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",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForbesLindesay/sha.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "2.0.1"
}
