Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : package.json
{
  "name": "css-selector-extract",
  "description": "Extract certain CSS selectors form CSS code",
  "keywords": [
    "CSS"
  ],
  "version": "3.3.6",
  "author": "Markus Oberlehner",
  "homepage": "https://github.com/maoberlehner/css-selector-extract",
  "license": "MIT",
  "scripts": {
    "build": "npm run clean && tsc",
    "watch": "npm run clean && tsc -w",
    "clean": "rimraf dist",
    "lint": "tslint src/**/*.ts",
    "coverage": "jest --coverage --maxWorkers=4",
    "coveralls": "npm run coverage && cat coverage/lcov.info | coveralls",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maoberlehner/css-selector-extract"
  },
  "bugs": {
    "url": "https://github.com/maoberlehner/css-selector-extract/issues"
  },
  "dependencies": {
    "postcss": "^6.0.14"
  },
  "devDependencies": {
    "@types/jest": "^21.1.8",
    "@types/node": "^8.0.58",
    "bootstrap": "4.0.0-alpha.6",
    "coveralls": "^3.0.0",
    "jest": "^21.2.1",
    "postcss-scss": "^1.0.2",
    "rimraf": "^2.6.2",
    "ts-jest": "^21.2.4",
    "tslint": "^5.8.0",
    "typescript": "^2.6.2"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "^.+\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)$",
    "mapCoverage": true
  }
}
© 2026 GrazzMean