Files
espurna/code/html/vendor/clone-stats-node22/package.json
2025-03-31 20:54:12 +03:00

36 lines
873 B
JSON

{
"name": "clone-stats-node22",
"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"
]
}