| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/css-what/ |
Upload File : |
{
"_args": [
[
"css-what@6.2.2",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "css-what@6.2.2",
"_id": "css-what@6.2.2",
"_inBundle": false,
"_integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
"_location": "/css-what",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "css-what@6.2.2",
"name": "css-what",
"escapedName": "css-what",
"rawSpec": "6.2.2",
"saveSpec": null,
"fetchSpec": "6.2.2"
},
"_requiredBy": [
"/css-select",
"/optimize-css-assets-webpack-plugin/css-select",
"/renderkid/css-select",
"/svgo"
],
"_resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
"_spec": "6.2.2",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "Felix Böhm",
"email": "me@feedic.com",
"url": "http://feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/css-what/issues"
},
"description": "a CSS selector parser",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^27.5.1",
"prettier": "^2.6.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},
"engines": {
"node": ">= 6"
},
"files": [
"lib/**/*"
],
"funding": {
"url": "https://github.com/sponsors/fb55"
},
"homepage": "https://github.com/fb55/css-what#readme",
"jest": {
"preset": "ts-jest",
"roots": [
"src"
]
},
"license": "BSD-2-Clause",
"main": "lib/commonjs/index.js",
"module": "lib/es/index.js",
"name": "css-what",
"prettier": {
"tabWidth": 4
},
"repository": {
"type": "git",
"url": "git+https://github.com/fb55/css-what.git"
},
"scripts": {
"build": "tsc && tsc -p tsconfig.es.json",
"format": "npm run format:es && npm run format:prettier",
"format:es": "npm run lint:es -- --fix",
"format:prettier": "npm run prettier -- --write",
"lint": "npm run lint:es && npm run lint:prettier",
"lint:es": "eslint src",
"lint:prettier": "npm run prettier -- --check",
"prepare": "npm run build",
"prettier": "prettier '**/*.{ts,md,json,yml}'",
"test": "npm run test:jest && npm run lint",
"test:jest": "jest"
},
"sideEffects": false,
"types": "lib/es/index.d.ts",
"version": "6.2.2"
}