From 162eddd7467adfe5de7a1a468e54ea00b2febce3 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 22 十月 2024 09:26:39 +0800
Subject: [PATCH] 1.沣沣APP 更新优化
---
node_modules/safe-buffer/package.json | 78 +++++++++++++++++++++++++++------------
1 files changed, 54 insertions(+), 24 deletions(-)
diff --git a/node_modules/safe-buffer/package.json b/node_modules/safe-buffer/package.json
index f2869e2..c5953b7 100644
--- a/node_modules/safe-buffer/package.json
+++ b/node_modules/safe-buffer/package.json
@@ -1,7 +1,34 @@
{
- "name": "safe-buffer",
- "description": "Safer Node.js Buffer API",
- "version": "5.2.1",
+ "_args": [
+ [
+ "safe-buffer@5.2.1",
+ "E:\\HBuilderProjects\\JLApp"
+ ]
+ ],
+ "_from": "safe-buffer@5.2.1",
+ "_id": "safe-buffer@5.2.1",
+ "_inBundle": false,
+ "_integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "_location": "/safe-buffer",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "safe-buffer@5.2.1",
+ "name": "safe-buffer",
+ "escapedName": "safe-buffer",
+ "rawSpec": "5.2.1",
+ "saveSpec": null,
+ "fetchSpec": "5.2.1"
+ },
+ "_requiredBy": [
+ "/ecdsa-sig-formatter",
+ "/jwa",
+ "/jws"
+ ],
+ "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "_spec": "5.2.1",
+ "_where": "E:\\HBuilderProjects\\JLApp",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
@@ -10,29 +37,10 @@
"bugs": {
"url": "https://github.com/feross/safe-buffer/issues"
},
+ "description": "Safer Node.js Buffer API",
"devDependencies": {
"standard": "*",
"tape": "^5.0.0"
- },
- "homepage": "https://github.com/feross/safe-buffer",
- "keywords": [
- "buffer",
- "buffer allocate",
- "node security",
- "safe",
- "safe-buffer",
- "security",
- "uninitialized"
- ],
- "license": "MIT",
- "main": "index.js",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "git://github.com/feross/safe-buffer.git"
- },
- "scripts": {
- "test": "standard && tape test/*.js"
},
"funding": [
{
@@ -47,5 +55,27 @@
"type": "consulting",
"url": "https://feross.org/support"
}
- ]
+ ],
+ "homepage": "https://github.com/feross/safe-buffer",
+ "keywords": [
+ "buffer",
+ "buffer allocate",
+ "node security",
+ "safe",
+ "safe-buffer",
+ "security",
+ "uninitialized"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "safe-buffer",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/feross/safe-buffer.git"
+ },
+ "scripts": {
+ "test": "standard && tape test/*.js"
+ },
+ "types": "index.d.ts",
+ "version": "5.2.1"
}
--
Gitblit v1.9.3