Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/crypto/README.md
generated
vendored
Normal file
7
node_modules/crypto/README.md
generated
vendored
Normal file
@@ -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.
|
||||
45
node_modules/crypto/package.json
generated
vendored
Normal file
45
node_modules/crypto/package.json
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"_from": "crypto",
|
||||
"_id": "crypto@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==",
|
||||
"_location": "/crypto",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "crypto",
|
||||
"name": "crypto",
|
||||
"escapedName": "crypto",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
|
||||
"_shasum": "2af1b7cad8175d24c8a1b0778255794a21803037",
|
||||
"_spec": "crypto",
|
||||
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-coupang",
|
||||
"author": "",
|
||||
"bugs": {
|
||||
"url": "https://github.com/npm/deprecate-holder/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.",
|
||||
"description": "This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.",
|
||||
"homepage": "https://github.com/npm/deprecate-holder#readme",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "crypto",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/npm/deprecate-holder.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user