fs-stats-spys
Version:
Helper for using sinon spys with fs.Stats
54 lines (53 loc) • 1.32 kB
JSON
{
"name": "fs-stats-spys",
"version": "1.2.9",
"description": "Helper for using sinon spys with fs.Stats",
"keywords": [
"fs",
"stats",
"spys",
"simon"
],
"homepage": "https://github.com/kmalakoff/fs-stats-spys",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kmalakoff/fs-stats-spys.git"
},
"license": "MIT",
"author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
"main": "dist/cjs/index.js",
"source": "src/index.ts",
"types": "dist/cjs/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"format": "tsds format",
"prepublishOnly": "tsds validate",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines tsds test:node --no-timeouts",
"version": "tsds version"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.1",
"fs-generate": "^1.10.9",
"fs-iterator": "^6.1.11",
"fs-remove-compat": "^0.2.2",
"node-version-use": "^2.1.5",
"ts-dev-stack": "^1.21.3",
"tsds-config": "^0.2.1"
},
"engines": {
"node": ">=0.8"
}
}