diff options
author | grant-kun <[email protected]> | 2022-09-26 11:31:02 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-26 11:31:02 -0500 |
commit | 4b237cd7f3d9ebffdfc60d987c4df3c2595c3b7c (patch) | |
tree | 1176d127cdedb18918ef8a3d728737c9937af486 /node_modules/crypto | |
parent | ef9d69cee87c45fc4507780a891591cc31ec5481 (diff) |
Delete node_modules directory
Diffstat (limited to 'node_modules/crypto')
-rw-r--r-- | node_modules/crypto/README.md | 7 | ||||
-rw-r--r-- | node_modules/crypto/package.json | 19 |
2 files changed, 0 insertions, 26 deletions
diff --git a/node_modules/crypto/README.md b/node_modules/crypto/README.md deleted file mode 100644 index 5437f14..0000000 --- a/node_modules/crypto/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Deprecated Package - -This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name. - -It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in. - -Please contact [email protected] if you have questions about this package. diff --git a/node_modules/crypto/package.json b/node_modules/crypto/package.json deleted file mode 100644 index 01aa4d3..0000000 --- a/node_modules/crypto/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "crypto", - "version": "1.0.1", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/npm/deprecate-holder.git" - }, - "author": "", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/deprecate-holder/issues" - }, - "homepage": "https://github.com/npm/deprecate-holder#readme" -} |