Server IP : 185.86.78.101 / Your IP : 216.73.216.124 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/wwwroot/mifepriston.org/node_modules/svgo/node_modules/css-tree/ |
Upload File : |
{ "name": "css-tree", "version": "1.0.0-alpha.37", "description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations", "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)", "license": "MIT", "repository": "csstree/csstree", "keywords": [ "css", "ast", "tokenizer", "parser", "walker", "lexer", "generator", "utils", "syntax", "validation" ], "main": "./lib/index", "browser": { "./data": "./dist/default-syntax.json" }, "scripts": { "build": "npm run gen:syntax && rollup --config && terser dist/csstree.js --compress --mangle -o dist/csstree.min.js", "lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint", "lint-and-test": "npm run lint && npm test", "update:docs": "node scripts/update-docs", "gen:syntax": "node scripts/gen-syntax-data", "review:syntax-patch": "node scripts/review-syntax-patch", "test": "mocha --reporter progress", "coverage": "nyc npm test", "travis": "nyc npm run lint-and-test && npm run coveralls", "coveralls": "nyc report --reporter=text-lcov | coveralls", "prepublishOnly": "npm run build", "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/parse --stat -o /dev/null" }, "dependencies": { "mdn-data": "2.0.4", "source-map": "^0.6.1" }, "devDependencies": { "coveralls": "^3.0.4", "eslint": "^6.3.0", "json-to-ast": "^2.1.0", "mocha": "^5.2.0", "nyc": "^14.1.1", "rollup": "^1.22.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "terser": "^4.3.4" }, "engines": { "node": ">=8.0.0" }, "files": [ "data", "dist", "lib" ] }