HEX
HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux 2amigos-php74 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
User: squarehillcompany.com (1002)
PHP: 7.4.25
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhosts/textpony-prod.2amigos.us/docroot/node_modules/rollup-plugin-postcss/package.json
{
  "name": "rollup-plugin-postcss",
  "version": "4.0.2",
  "description": "Seamless integration between Rollup and PostCSS",
  "main": "dist/index.js",
  "files": [
    "dist",
    "types/index.d.ts"
  ],
  "scripts": {
    "test": "npm run lint && jest",
    "test:cov": "npm run lint && jest --coverage",
    "build": "bili",
    "lint": "xo",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/egoist/rollup-plugin-postcss.git"
  },
  "keywords": [
    "postcss",
    "rollup"
  ],
  "author": "EGOIST <0x142857@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/egoist/rollup-plugin-postcss/issues"
  },
  "engines": {
    "node": ">=10"
  },
  "types": "./types/index.d.ts",
  "homepage": "https://github.com/egoist/rollup-plugin-postcss#readme",
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/preset-env": "^7.12.7",
    "autoprefixer": "^10.0.4",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^26.6.3",
    "bili": "^5.0.5",
    "eslint-config-rem": "^4.0.0",
    "fs-extra": "^9.0.1",
    "jest": "^26.6.3",
    "less": "^3.12.2",
    "node-sass": "^5.0.0",
    "postcss": "^8.2.7",
    "rollup": "^2.34.2",
    "stylus": "^0.54.8",
    "sugarss": "^3.0.3",
    "xo": "^0.35.0"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "concat-with-sourcemaps": "^1.1.0",
    "cssnano": "^5.0.1",
    "import-cwd": "^3.0.0",
    "p-queue": "^6.6.2",
    "pify": "^5.0.0",
    "postcss-load-config": "^3.0.0",
    "postcss-modules": "^4.0.0",
    "promise.series": "^0.2.0",
    "resolve": "^1.19.0",
    "rollup-pluginutils": "^2.8.2",
    "safe-identifier": "^0.4.2",
    "style-inject": "^0.3.0"
  },
  "peerDependencies": {
    "postcss": "8.x"
  },
  "xo": {
    "extends": "rem",
    "envs": [
      "jest"
    ],
    "rules": {
      "import/prefer-default-export": 0,
      "import/extensions": 0,
      "import/no-unassigned-import": 0,
      "@typescript-eslint/semi": 0,
      "eslint-comments/disable-enable-pair": 0,
      "promise/prefer-await-to-then": 0
    }
  },
  "jest": {
    "testEnvironment": "node"
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": "6"
          }
        }
      ]
    ]
  },
  "release": {
    "branches": [
      "master",
      "next"
    ]
  }
}