更新代码

This commit is contained in:
duan
2024-09-10 16:51:39 +08:00
parent 4a6de0a22b
commit 842a5ce7ab
15 changed files with 1036 additions and 500 deletions

74
node_modules/buffer/package.json generated vendored
View File

@@ -1,7 +1,32 @@
{
"name": "buffer",
"description": "Node.js Buffer API, for the browser",
"version": "5.7.1",
"_args": [
[
"buffer@5.7.1",
"C:\\Users\\asus\\Desktop\\cashier_admin_app"
]
],
"_from": "buffer@5.7.1",
"_id": "buffer@5.7.1",
"_inBundle": false,
"_integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
"_location": "/buffer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "buffer@5.7.1",
"name": "buffer",
"escapedName": "buffer",
"rawSpec": "5.7.1",
"saveSpec": null,
"fetchSpec": "5.7.1"
},
"_requiredBy": [
"/gm-crypto"
],
"_resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
"_spec": "5.7.1",
"_where": "C:\\Users\\asus\\Desktop\\cashier_admin_app",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
@@ -11,13 +36,20 @@
"url": "https://github.com/feross/buffer/issues"
},
"contributors": [
"Romain Beauxis <toots@rastageeks.org>",
"James Halliday <mail@substack.net>"
{
"name": "Romain Beauxis",
"email": "toots@rastageeks.org"
},
{
"name": "James Halliday",
"email": "mail@substack.net"
}
],
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.1.13"
},
"description": "Node.js Buffer API, for the browser",
"devDependencies": {
"airtap": "^3.0.0",
"benchmark": "^2.1.4",
@@ -32,6 +64,20 @@
"through2": "^4.0.2",
"uglify-js": "^3.11.3"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"homepage": "https://github.com/feross/buffer",
"jspm": {
"map": {
@@ -51,7 +97,7 @@
],
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"name": "buffer",
"repository": {
"type": "git",
"url": "git://github.com/feross/buffer.git"
@@ -79,18 +125,6 @@
"SharedArrayBuffer"
]
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
"types": "index.d.ts",
"version": "5.7.1"
}