{
  "_from": "sha1@^1.1.1",
  "_id": "sha1@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-rdqnqTFo85PxnrKxUJFhjicA+Eg=",
  "_location": "/sha1",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sha1@^1.1.1",
    "name": "sha1",
    "escapedName": "sha1",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/firebase-functions"
  ],
  "_resolved": "https://registry.npmjs.org/sha1/-/sha1-1.1.1.tgz",
  "_shasum": "addaa7a93168f393f19eb2b15091618e2700f848",
  "_spec": "sha1@^1.1.1",
  "_where": "/Users/ilker.guller/Projects/ran/functions/node_modules/firebase-functions",
  "author": {
    "name": "Paul Vorbach",
    "email": "paul@vorb.de",
    "url": "http://vorb.de"
  },
  "bugs": {
    "url": "https://github.com/pvorb/node-sha1/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "charenc": ">= 0.0.1",
    "crypt": ">= 0.0.1"
  },
  "deprecated": false,
  "description": "native js function for hashing messages with SHA-1",
  "devDependencies": {
    "mocha": "~ 1.4.2"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/pvorb/node-sha1#readme",
  "license": "BSD-3-Clause",
  "main": "sha1.js",
  "name": "sha1",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/pvorb/node-sha1.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "tags": [
    "sha1",
    "hash",
    "encryption",
    "native",
    "secure hashing algorithm"
  ],
  "version": "1.1.1"
}
