PHP WebShell

Текущая директория: /opt/bitgo-express-backup-20251206-1327/node_modules/eol

Просмотр файла: package.json

{
  "name": "eol",
  "description": "Newline character converter",
  "version": "0.5.0",
  "homepage": "https://github.com/ryanve/eol",
  "license": "MIT",
  "author": "Ryan Van Etten",
  "keywords": [
    "eol",
    "newline",
    "newlines",
    "convert",
    "converter",
    "conversion",
    "character",
    "formatting",
    "format",
    "string",
    "file",
    "ender"
  ],
  "main": "eol.js",
  "scripts": {
    "lint": "jshint eol.js && jshint test.js",
    "pretest": "npm run lint",
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ryanve/eol.git"
  },
  "bugs": {
    "url": "https://github.com/ryanve/eol/issues"
  },
  "devDependencies": {
    "aok": "^1.9.0",
    "jshint": "^2.9.3"
  },
  "jshintConfig": {
    "asi": true,
    "boss": true,
    "browser": true,
    "eqnull": true,
    "expr": true,
    "latedef": "nofunc",
    "laxcomma": true,
    "maxerr": 5,
    "node": true,
    "sub": true,
    "supernew": true,
    "undef": true,
    "unused": true
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!