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/css-tree/ |
Upload File : |
{ "name": "css-tree", "version": "1.0.0-alpha.28", "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", "keywords": [ "css", "ast", "tokenizer", "parser", "walker", "lexer", "generator", "utils", "syntax", "validation" ], "homepage": "https://github.com/csstree/csstree", "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)", "maintainers": [ { "name": "Roman Dvornov", "email": "rdvornov@gmail.com", "github-username": "lahmatiy" } ], "license": "MIT", "repository": "csstree/csstree", "bugs": { "url": "https://github.com/csstree/csstree/issues" }, "main": "./lib/index", "browser": { "./data": "./dist/default-syntax.json" }, "eslintConfig": { "env": { "node": true, "mocha": true, "es6": true }, "rules": { "no-duplicate-case": 2, "no-undef": 2, "no-unused-vars": [ 2, { "vars": "all", "args": "after-used" } ] } }, "scripts": { "lint": "jscs data lib scripts test && eslint data lib scripts test && node scripts/update-docs --lint", "update:docs": "node scripts/update-docs", "build": "npm run gen:syntax && browserify --standalone csstree lib/index.js | uglifyjs --compress --mangle -o dist/csstree.js", "lint-and-test": "npm run lint && npm test", "test": "mocha --reporter progress", "gen:syntax": "node scripts/gen-syntax-data", "coverage": "istanbul cover _mocha -- -R min", "prepublish": "npm run build", "travis": "npm run lint-and-test && npm run coveralls", "coveralls": "istanbul cover _mocha --report lcovonly -- -R min && cat ./coverage/lcov.info | coveralls", "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": "~1.1.0", "source-map": "^0.5.3" }, "devDependencies": { "browserify": "^13.0.0", "coveralls": "^2.11.6", "eslint": "^2.13.1", "istanbul": "^0.4.2", "jscs": "~3.0.7", "json-to-ast": "~2.0.1", "mocha": "^3.0.2", "uglify-js": "^2.6.1" }, "engines": { "node": ">=0.10.0" }, "files": [ "bin", "data", "dist/csstree.js", "dist/default-syntax.json", "docs", "lib", "HISTORY.md", "LICENSE", "README.md" ] }