| 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/csso/ |
Upload File : |
{
"_args": [
[
"csso@5.0.5",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "csso@5.0.5",
"_id": "csso@5.0.5",
"_inBundle": false,
"_integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
"_location": "/csso",
"_phantomChildren": {
"source-map-js": "1.2.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "csso@5.0.5",
"name": "csso",
"escapedName": "csso",
"rawSpec": "5.0.5",
"saveSpec": null,
"fetchSpec": "5.0.5"
},
"_requiredBy": [
"/svgo"
],
"_resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
"_spec": "5.0.5",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "Sergey Kryzhanovsky",
"email": "skryzhanovsky@ya.ru",
"url": "https://github.com/afelix"
},
"browser": {
"./cjs/version.cjs": "./dist/version.cjs",
"./lib/version.js": "./dist/version.js"
},
"bugs": {
"url": "https://github.com/css/csso/issues"
},
"dependencies": {
"css-tree": "~2.2.0"
},
"description": "CSS minifier with structural optimisations",
"devDependencies": {
"c8": "^7.10.0",
"esbuild": "^0.14.54",
"eslint": "^7.24.0",
"mocha": "^9.2.2",
"rollup": "^2.60.2",
"source-map-js": "^1.0.1"
},
"engines": {
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
"npm": ">=7.0.0"
},
"exports": {
".": {
"import": "./lib/index.js",
"require": "./cjs/index.cjs"
},
"./syntax": {
"import": "./lib/syntax.js",
"require": "./cjs/syntax.cjs"
},
"./dist/*": "./dist/*.js",
"./package.json": "./package.json"
},
"files": [
"dist",
"!dist/test",
"cjs",
"lib"
],
"homepage": "https://github.com/css/csso#readme",
"jsdelivr": "dist/csso.esm.js",
"keywords": [
"css",
"compress",
"minifier",
"minify",
"optimise",
"optimisation",
"csstree"
],
"license": "MIT",
"main": "./cjs/index.cjs",
"maintainers": [
{
"name": "Roman Dvornov",
"email": "rdvornov@gmail.com"
}
],
"module": "./lib/index.js",
"name": "csso",
"repository": {
"type": "git",
"url": "git+https://github.com/css/csso.git"
},
"scripts": {
"build": "npm run bundle && npm run esm-to-cjs",
"build-and-test": "npm run build && npm run test:dist && npm run test:cjs",
"bundle": "node scripts/bundle",
"bundle-and-test": "npm run bundle && npm run test:dist",
"coverage": "c8 --reporter=lcovonly npm test",
"esm-to-cjs": "node scripts/esm-to-cjs.cjs",
"esm-to-cjs-and-test": "npm run esm-to-cjs && npm run test:cjs",
"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null",
"lint": "eslint lib scripts test",
"lint-and-test": "npm run lint && npm test",
"prepublishOnly": "npm run lint-and-test && npm run build-and-test",
"test": "mocha test --reporter ${REPORTER:-progress}",
"test:cjs": "mocha cjs-test --reporter ${REPORTER:-progress}",
"test:dist": "mocha dist/test --reporter ${REPORTER:-progress}"
},
"type": "module",
"unpkg": "dist/csso.esm.js",
"version": "5.0.5"
}