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/escape-html/.././object-assign/../@hapi/../inherits/../process-warning
الملفات الموجودة في هذا الـ Path:
.
..
.github
LICENSE
README.md
index.d.ts
index.js
index.test-d.ts
jest.test.js
package.json
test.js

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

{
  "name": "process-warning",
  "version": "1.0.0",
  "description": "A small utility for creating warnings and emitting them.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "standard && ava -v test.js && jest jest.test.js && tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/processs-warning.git"
  },
  "keywords": [
    "fastify",
    "error",
    "warning",
    "utility",
    "plugin",
    "emit",
    "once"
  ],
  "author": "Tomas Della Vedova",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-warning/issues"
  },
  "homepage": "https://github.com/fastify/fastify-warning#readme",
  "devDependencies": {
    "ava": "^3.10.1",
    "jest": "^27.0.1",
    "standard": "^16.0.3",
    "tsd": "^0.19.0"
  }
}