Files
espurna/code/html/vendor/clone-stats-node22/package.json
Maxim Prokhorov 43eefd6124 webui(build): sync dependencies
build output is the same as before, no need to recreate blobs
attempt to fix clone-stats-node22 name field sometimes appearing in lockfile
2025-05-06 01:08:09 +03:00

35 lines
841 B
JSON

{
"description": "Safely clone node's fs.Stats instances without losing their class methods which works on Node v22",
"version": "1.0.1",
"main": "index.js",
"browser": "index.js",
"dependencies": {},
"devDependencies": {
"tape": "~2.3.2"
},
"scripts": {
"test": "node test"
},
"author": "Jimb Esser (https://github.com/Jimbly)",
"contributors": [
"Jimb Esser (https://github.com/Jimbly)",
"Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jimbly/clone-stats-node22"
},
"bugs": {
"url": "https://github.com/jimbly/clone-stats-node22/issues"
},
"homepage": "https://github.com/jimbly/clone-stats-node22",
"keywords": [
"stats",
"fs",
"clone",
"copy",
"prototype"
]
}