????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/es-aggregate-error/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/es-aggregate-error/package.json |
{ "name": "es-aggregate-error", "version": "1.0.9", "contributors": [ { "name": "Jordan Harband", "email": "ljharb@gmail.com", "url": "http://ljharb.codes" } ], "description": "ES Proposal spec-compliant shim for AggregateError", "main": "index.js", "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "prelint": "evalmd README.md", "lint": "eslint .", "postlint": "es-shim-api --bound", "pretest": "npm run lint", "test": "npm run tests-only", "posttest": "aud --production", "tests-only": "nyc tape 'test/**/*.js'" }, "repository": { "type": "git", "url": "git+https://github.com/es-shims/AggregateError.git" }, "keywords": [ "AggregateError", "Error", "aggregate", "errors", "nativeerror", "es-shim API", "shim", "polyfill" ], "author": "Jordan Harband <ljharb@gmail.com>", "funding": { "url": "https://github.com/sponsors/ljharb" }, "license": "MIT", "bugs": { "url": "https://github.com/es-shims/AggregateError/issues" }, "homepage": "https://github.com/es-shims/AggregateError#readme", "dependencies": { "define-properties": "^1.1.4", "es-abstract": "^1.20.4", "function-bind": "^1.1.1", "functions-have-names": "^1.2.3", "get-intrinsic": "^1.1.3", "globalthis": "^1.0.3", "has-property-descriptors": "^1.0.0" }, "devDependencies": { "@es-shims/api": "^2.2.3", "@ljharb/eslint-config": "^21.0.0", "aud": "^2.0.1", "auto-changelog": "^2.4.0", "es6-shim": "^0.35.6", "eslint": "=8.8.0", "evalmd": "^0.0.19", "for-each": "^0.3.3", "has-strict-mode": "^1.0.1", "in-publish": "^2.0.1", "npmignore": "^0.3.0", "nyc": "^10.3.2", "object-inspect": "^1.12.2", "safe-publish-latest": "^2.0.0", "tape": "^5.6.1" }, "engines": { "node": ">= 0.4" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "testling": { "files": "./test/index.js" }, "publishConfig": { "ignore": [ ".github/workflows" ] } }