PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/better-opn

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

{
  "name": "better-opn",
  "version": "3.0.2",
  "description": "A better opn. Reuse the same tab on Chrome for 👨‍💻.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ExiaSR/better-opn"
  },
  "author": "Michael Lin <linzichunzf@hotmail.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "opn",
    "open",
    "opener",
    "launch",
    "browser"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "dist",
    "openChrome.applescript",
    "package.json",
    "README.md",
    "yarn.lock"
  ],
  "xo": {
    "_nodeVersion": "falling back to --node-version cli argument since this is not working",
    "nodeVersion": ">=10.0.0",
    "space": 2,
    "prettier": true,
    "envs": [
      "node"
    ]
  },
  "ava": {
    "files": [
      "tests/**/*",
      "!test/host-only.js"
    ]
  },
  "scripts": {
    "build": "babel src -d dist",
    "_lint": "--node-version is a work around since we use v8 as target in babel anyway",
    "lint": "xo --fix --node-version \">=10.0.0\"",
    "test": "ava"
  },
  "dependencies": {
    "open": "^8.0.4"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "ava": "^3.6.0",
    "lodash.countby": "^4.6.0",
    "puppeteer-core": "^8.0.0",
    "xo": "^0.28.3"
  }
}

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


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