| { |
| "author": "Fedor Indutny <fedor@indutny.com>", |
| "bugs": { |
| "url": "https://github.com/indutny/hash.js/issues" |
| }, |
| "dependencies": { |
| "inherits": "^2.0.3", |
| "minimalistic-assert": "^1.0.1" |
| }, |
| "description": "Various hash functions that could be run by both browser and node", |
| "devDependencies": { |
| "eslint": "^4.19.1", |
| "mocha": "^5.2.0" |
| }, |
| "homepage": "https://github.com/indutny/hash.js", |
| "keywords": [ |
| "hash", |
| "sha256", |
| "sha224", |
| "hmac" |
| ], |
| "license": "MIT", |
| "main": "lib/hash.js", |
| "name": "hash.js", |
| "repository": { |
| "type": "git", |
| "url": "git@github.com:indutny/hash.js" |
| }, |
| "scripts": { |
| "lint": "eslint lib/*.js lib/**/*.js lib/**/**/*.js test/*.js", |
| "test": "mocha --reporter=spec test/*-test.js && npm run lint" |
| }, |
| "typings": "lib/hash.d.ts", |
| "version": "1.1.7" |
| } |