UNPKG

big-int-stats

Version:

Create BigIntStats from fs.Stats for compatiblity on earlier versions of Node.js

62 lines (61 loc) 1.51 kB
{ "name": "big-int-stats", "version": "2.0.15", "description": "Create BigIntStats from fs.Stats for compatiblity on earlier versions of Node.js", "keywords": [ "dirent", "fs.Dirent", "stats", "fs.Stats", "compatibility", "es5" ], "homepage": "https://github.com/kmalakoff/big-int-stats", "repository": { "type": "git", "url": "git@github.com:kmalakoff/big-int-stats.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" }, "dependencies": { "fs-constants": "^1.0.0", "jsbi-compat": "^1.0.8", "normalize-stats": "^1.1.9" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "fs-generate": "^1.10.11", "fs-remove-compat": "^1.0.0", "fs-stats-spys": "^1.0.0", "lodash.isdate": "^4.0.1", "node-version-use": "*", "ts-dev-stack": "*", "tsds-config": "*" }, "engines": { "node": ">=0.8" } }