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/./.././node-wav/../pino-abstract-transport
الملفات الموجودة في هذا الـ Path:
.
..
.github
.husky
LICENSE
README.md
index.d.ts
index.js
package.json
test

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

{
  "name": "pino-abstract-transport",
  "version": "0.5.0",
  "description": "Write Pino transports easily",
  "main": "index.js",
  "scripts": {
    "prepare": "husky install",
    "test": "standard | snazzy && tap test/*.test.js  && tsd",
    "test-ci": "standard | snazzy && tap test/*.test.js --coverage-report=lcovonly && tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinojs/pino-abstract-transport.git"
  },
  "keywords": [
    "pino",
    "transport"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pinojs/pino-abstract-transport/issues"
  },
  "homepage": "https://github.com/pinojs/pino-abstract-transport#readme",
  "dependencies": {
    "duplexify": "^4.1.2",
    "split2": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^16.11.6",
    "husky": "^7.0.0",
    "snazzy": "^9.0.0",
    "standard": "^16.0.3",
    "tap": "^15.0.2",
    "tsd": "^0.18.0"
  },
  "tsd": {
    "directory": "./test/types"
  }
}