summaryrefslogtreecommitdiffstats
path: root/node_modules/hash.js/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/hash.js/package.json
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/hash.js/package.json')
-rw-r--r--node_modules/hash.js/package.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/node_modules/hash.js/package.json b/node_modules/hash.js/package.json
deleted file mode 100644
index 8f3040a..0000000
--- a/node_modules/hash.js/package.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "_from": "hash.js@^1.0.0",
- "_id": "hash.js@1.1.7",
- "_inBundle": false,
- "_integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
- "_location": "/hash.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "hash.js@^1.0.0",
- "name": "hash.js",
- "escapedName": "hash.js",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/elliptic",
- "/hmac-drbg"
- ],
- "_resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
- "_shasum": "0babca538e8d4ee4a0f8988d68866537a003cf42",
- "_spec": "hash.js@^1.0.0",
- "_where": "/home/pruss/Dev/3-minute-website/node_modules/elliptic",
- "author": {
- "name": "Fedor Indutny",
- "email": "fedor@indutny.com"
- },
- "bugs": {
- "url": "https://github.com/indutny/hash.js/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "inherits": "^2.0.3",
- "minimalistic-assert": "^1.0.1"
- },
- "deprecated": false,
- "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+ssh://git@github.com/indutny/hash.js.git"
- },
- "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"
-}