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/./../@protobufjs/../cheerio/../parse5/../libphonenumber-js/../node-cleanup
الملفات الموجودة في هذا الـ Path:
.
..
.npmignore
LICENSE
README.md
node-cleanup.js
package.json
tests

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

{
  "name": "node-cleanup",
  "version": "2.1.2",
  "description": "installs custom cleanup handlers that run on exiting node",
  "main": "node-cleanup.js",
  "scripts": {
    "test": "tap tests/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jtlapp/node-cleanup.git"
  },
  "keywords": [
    "node",
    "exit",
    "cleanup",
    "sigint",
    "ctrl-c"
  ],
  "author": "",
  "contributors": [
    {
      "name": "CanyonCasa",
      "url": "http://stackoverflow.com/users/3319552/canyoncasa"
    },
    {
      "name": "Joseph T. Lapp",
      "email": "arachnojoe@gmail.com",
      "url": "http://josephtlapp.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/jtlapp/node-cleanup/issues"
  },
  "homepage": "https://github.com/jtlapp/node-cleanup#readme",
  "license": "MIT",
  "devDependencies": {
    "memory-streams": "^0.1.0",
    "tap": "^8.0.1"
  }
}