{ "name": "pony-cause", "version": "2.1.10", "description": "Ponyfill and helpers for Error Causes", "homepage": "http://github.com/voxpelli/pony-cause", "repository": { "type": "git", "url": "git://github.com/voxpelli/pony-cause.git" }, "main": "index.js", "module": "index.mjs", "types": "index.d.ts", "typesVersions": { "~4.6 || ~4.7": { "index.d.ts": [ "compat.d.ts" ] } }, "exports": { ".": { "types@~4.6": "./compat.d.ts", "types@~4.7": "./compat.d.ts", "types": "./index.d.ts", "import": "./index.mjs", "require": "./index.js" } }, "files": [ "/compat.d.ts", "/index.js", "/index.mjs", "/index.d.ts", "/index.d.ts.map", "lib/**/*.js", "lib/**/*.mjs", "lib/**/*.d.ts", "lib/**/*.d.ts.map" ], "scripts": { "build-for-test": "run-s clean build:1:esm", "build:0": "run-s clean", "build:1:declaration": "tsc -p declaration.tsconfig.json", "build:1:esm": "linemod -e mjs index.js lib/*.js", "build:1": "run-p build:1:*", "build": "run-s build:*", "check:0": "run-s build-for-test", "check:1:dependency-check": "dependency-check *.js *.mjs 'test/**/*.js' 'test/**/*.mjs' --no-dev", "check:1:installed-check": "installed-check --engine-no-dev", "check:1:lint": "eslint --report-unused-disable-directives .", "check:1:skypack": "package-check", "check:1:tsc": "tsc", "check:1:type-coverage": "type-coverage --detail --strict --at-least 97 --ignore-files 'test/*'", "check:1": "run-p -c --aggregate-output check:1:*", "check": "run-s check:*", "clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts*' ! -name '*compat.d.ts')", "clean": "run-p clean:*", "prepare": "husky install", "prepublishOnly": "run-s build", "test:0": "run-s build-for-test", "test:1-mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js' 'test/**/*.spec.mjs'", "test-build-less": "mocha 'test/**/*.spec.js'", "test-ci": "run-s test:*", "test": "run-s check test:*" }, "keywords": [ "ponyfill", "error", "error-cause" ], "author": "Pelle Wessman (http://kodfabrik.se/)", "license": "0BSD", "engines": { "node": ">=12.0.0" }, "devDependencies": { "@skypack/package-check": "^0.2.2", "@types/chai": "^4.3.5", "@types/chai-string": "^1.4.2", "@types/mocha": "^10.0.1", "@types/node": "^14.18.46", "@types/verror": "^1.10.6", "@voxpelli/eslint-config": "^16.0.4", "@voxpelli/tsconfig": "^7.0.0", "c8": "^7.13.0", "chai": "^4.3.7", "chai-string": "^1.5.0", "dependency-check": "^5.0.0-7", "eslint": "^8.40.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-es": "^4.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^44.1.0", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.7.1", "eslint-plugin-sort-destructure-keys": "^1.5.0", "eslint-plugin-unicorn": "^47.0.0", "husky": "^8.0.3", "installed-check": "^7.0.0", "linemod": "^0.3.0", "mocha": "^10.2.0", "npm-run-all2": "^6.0.5", "type-coverage": "^2.25.3", "typescript": "~5.0.4", "verror": "^1.10.1" } }