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/../././form-data/../methods/../lodash.clonedeep/../ws/../././cliui/../inherits/../ms/../@socket.io/component-emitter
الملفات الموجودة في هذا الـ Path:
.
..
LICENSE
Readme.md
index.d.ts
index.js
index.mjs
package.json

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

{
  "name": "@socket.io/component-emitter",
  "description": "Event emitter",
  "version": "3.1.0",
  "license": "MIT",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "component": {
    "scripts": {
      "emitter/index.js": "index.js"
    }
  },
  "main": "index.js",
  "module": "index.mjs",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/socketio/emitter.git"
  },
  "scripts": {
    "test": "make test"
  },
  "files": [
    "index.js",
    "index.mjs",
    "index.d.ts",
    "LICENSE"
  ]
}