fatsify核心功能示例测试!!!

This commit is contained in:
2025-09-21 14:50:41 +08:00
commit 9145aea047
1958 changed files with 230098 additions and 0 deletions

33
node_modules/fast-decode-uri-component/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "fast-decode-uri-component",
"version": "1.0.1",
"description": "Fast and safe decodeURIComponent",
"main": "index.js",
"scripts": {
"test": "standard && tap test.js",
"bench": "node bench.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delvedor/fast-decode-uri-component.git"
},
"keywords": [
"decode",
"uri",
"component",
"fast",
"safe"
],
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/delvedor/fast-decode-uri-component/issues"
},
"homepage": "https://github.com/delvedor/fast-decode-uri-component#readme",
"devDependencies": {
"nanobench": "^2.1.1",
"randomstring": "^1.1.5",
"standard": "^11.0.1",
"tap": "^11.1.2"
}
}