Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/path-exists/../duplexify/./.././debug/../domutils/../cheerio/../negotiator/../socket.io/../express/../@whiskeysockets/../ws/../cheerio-select/../methods/../dotenv/../boolbase/../@adiwajshing/./../once/../process-warning/../long/../inherits/../send/../@thi.ng/errors
الملفات الموجودة في هذا الـ Path:
.
..
CHANGELOG.md
LICENSE
README.md
assert.d.ts
assert.js
deferror.d.ts
deferror.js
ensure.d.ts
ensure.js
illegal-arguments.d.ts
illegal-arguments.js
illegal-arity.d.ts
illegal-arity.js
illegal-state.d.ts
illegal-state.js
index.d.ts
index.js
io.d.ts
io.js
out-of-bounds.d.ts
out-of-bounds.js
package.json
unsupported.d.ts
unsupported.js

مشاهدة ملف: package.json

{
  "name": "@thi.ng/errors",
  "version": "2.4.2",
  "description": "Custom error types and error factory functions",
  "type": "module",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/thi-ng/umbrella.git"
  },
  "homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/errors#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/postspectacular"
    },
    {
      "type": "patreon",
      "url": "https://patreon.com/thing_umbrella"
    }
  ],
  "author": "Karsten Schmidt (https://thi.ng)",
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn clean && tsc --declaration",
    "clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
    "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
    "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
    "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
    "pub": "yarn npm publish --access public",
    "test": "bun test"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.38.2",
    "@thi.ng/testament": "^0.4.1",
    "@types/node": "^20.9.0",
    "rimraf": "^5.0.5",
    "tools": "^0.0.1",
    "typedoc": "^0.25.3",
    "typescript": "^5.2.2"
  },
  "keywords": [
    "assert",
    "error",
    "typescript"
  ],
  "publishConfig": {
    "access": "public"
  },
  "browser": {
    "process": false,
    "setTimeout": false
  },
  "engines": {
    "node": ">=12.7"
  },
  "files": [
    "./*.js",
    "./*.d.ts"
  ],
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./assert": {
      "default": "./assert.js"
    },
    "./deferror": {
      "default": "./deferror.js"
    },
    "./ensure": {
      "default": "./ensure.js"
    },
    "./illegal-arguments": {
      "default": "./illegal-arguments.js"
    },
    "./illegal-arity": {
      "default": "./illegal-arity.js"
    },
    "./illegal-state": {
      "default": "./illegal-state.js"
    },
    "./io": {
      "default": "./io.js"
    },
    "./out-of-bounds": {
      "default": "./out-of-bounds.js"
    },
    "./unsupported": {
      "default": "./unsupported.js"
    }
  },
  "thi.ng": {
    "year": 2018
  },
  "gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n"
}