{
  "_args": [
    [
      "hash-string@1.0.0",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "hash-string@1.0.0",
  "_id": "hash-string@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-dtNNyxXobzHavayZwOwRWhBTqS9GX4jDjIMsGc0fDyaN2A+4zMn5Ua9ODDCggN6w3Spma6mAHL3ImmW3BkWDmQ==",
  "_location": "/hash-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hash-string@1.0.0",
    "name": "hash-string",
    "escapedName": "hash-string",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/short-hash"
  ],
  "_resolved": "https://registry.npmjs.org/hash-string/-/hash-string-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Matt Barker"
  },
  "bugs": {
    "url": "https://github.com/MatthewBarker/hash-string/issues"
  },
  "description": "A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.",
  "devDependencies": {
    "gulp": "^3.8.11",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.2.0",
    "gulp-umd": "^0.1.3"
  },
  "homepage": "https://github.com/MatthewBarker/hash-string",
  "keywords": [
    "hash",
    "string",
    "algorithm"
  ],
  "license": "ISC",
  "main": "build/hash-string.js",
  "name": "hash-string",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MatthewBarker/hash-string.git"
  },
  "version": "1.0.0"
}
