From 86feb9e6403cfa6198ffb6895877c1c00d2a738a Mon Sep 17 00:00:00 2001 From: grant-kun Date: Mon, 26 Sep 2022 07:14:29 -0500 Subject: update (not working) --- node_modules/crypto/README.md | 7 +++++++ node_modules/crypto/package.json | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 node_modules/crypto/README.md create mode 100644 node_modules/crypto/package.json (limited to 'node_modules/crypto') diff --git a/node_modules/crypto/README.md b/node_modules/crypto/README.md new file mode 100644 index 0000000..5437f14 --- /dev/null +++ b/node_modules/crypto/README.md @@ -0,0 +1,7 @@ +# 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 support@npmjs.com if you have questions about this package. diff --git a/node_modules/crypto/package.json b/node_modules/crypto/package.json new file mode 100644 index 0000000..01aa4d3 --- /dev/null +++ b/node_modules/crypto/package.json @@ -0,0 +1,19 @@ +{ + "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" +} -- cgit v1.2.3