fs-stats-spys
Version:
Helper for using sinon spys with fs.Stats
52 lines (51 loc) • 1.19 kB
JSON
{
"name": "fs-stats-spys",
"version": "1.2.0",
"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",
"types": "dist/cjs/index.d.cts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"format": "biome check --write --unsafe",
"test": "mocha --no-timeouts test/**/*.test.*",
"test:engines": "nvu engines tsds test:node --no-timeouts",
"version": "tsds version"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"fs-generate": "*",
"fs-iterator": "*",
"rimraf2": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts"
}
}