ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.68 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/nodevenv/public_html/dp_taxhelplines/10/lib/node_modules/stylis/ |
Upload File : |
{ "_from": "stylis@4.1.3", "_id": "stylis@4.1.3", "_inBundle": false, "_integrity": "sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==", "_location": "/stylis", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "stylis@4.1.3", "name": "stylis", "escapedName": "stylis", "rawSpec": "4.1.3", "saveSpec": null, "fetchSpec": "4.1.3" }, "_requiredBy": [ "/@emotion/babel-plugin", "/@emotion/cache" ], "_resolved": "https://registry.npmjs.org/stylis/-/stylis-4.1.3.tgz", "_shasum": "fd2fbe79f5fed17c55269e16ed8da14c84d069f7", "_spec": "stylis@4.1.3", "_where": "/home/taxhyuvu/nodevenv/dp_taxhelplines/10/lib/node_modules/@emotion/babel-plugin", "author": { "name": "Sultan Tarimo", "email": "sultantarimo@me.com" }, "bugs": { "url": "https://github.com/thysultan/stylis.js/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A Light–weight CSS Preprocessor", "devDependencies": { "chai": "4.3.4", "eslint": "6.8.0", "esm": "3.2.25", "mocha": "9.1.1", "nyc": "15.1.0", "rimraf": "3.0.2", "rollup": "1.28.0", "rollup-plugin-size": "0.2.1", "rollup-plugin-terser": "5.1.3", "stylis": "./" }, "eslintConfig": { "env": { "commonjs": true, "browser": true, "node": true, "es6": true }, "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 7, "sourceType": "module", "ecmaFeatures": { "impliedStrict": true } }, "rules": { "indent": [ "error", "tab", { "SwitchCase": 1 } ], "linebreak-style": [ "error", "unix" ], "quotes": [ "error", "single" ], "semi": [ "error", "never" ], "no-cond-assign": [ "off" ], "no-redeclare": [ "off" ], "no-fallthrough": [ "off" ], "no-console": [ "off" ], "no-unsafe-finally": [ "off" ], "no-shadow-restricted-names": [ "error" ], "no-whitespace-before-property": [ "error" ], "no-else-return": [ "error" ], "eol-last": [ "error" ], "func-call-spacing": [ "error", "never" ], "brace-style": [ "error", "1tbs", { "allowSingleLine": true } ], "require-jsdoc": [ "error", { "require": { "FunctionDeclaration": true } } ], "no-trailing-spaces": [ "error", { "skipBlankLines": true } ], "no-constant-condition": [ "off" ] } }, "eslintIgnore": [ "script/", "test/", "dist/", "docs/" ], "esm": { "cjs": true, "cache": false }, "exports": { ".": { "import": "./index.js", "require": "./dist/umd/stylis.js" }, "./package.json": "./package.json" }, "files": [ "index.js", "dist/", "src/" ], "homepage": "https://github.com/thysultan/stylis.js", "license": "MIT", "main": "dist/umd/stylis.js", "module": "dist/stylis.mjs", "name": "stylis", "nyc": { "temp-dir": "./coverage/.nyc_output", "exclude": [ "**/dist/", "**/test/", "**/script/" ], "reporter": [ "lcov", "text" ] }, "react-native": "./index.js", "repository": { "type": "git", "url": "git+https://github.com/thysultan/stylis.js.git" }, "scripts": { "build": "rollup --config script/build.js --configSrc ./", "lint": "eslint ./", "postversion": "git push --follow-tags && npm publish", "prebuild": "rimraf dist", "prepare": "npm run build", "pretest": "npm run lint && npm run build", "release-major": "npm version major -m '%s'", "release-minor": "npm version minor -m '%s'", "release-patch": "npm version patch -m '%s'", "spec": "mocha --harmony --require esm script/setup.js --recursive test", "start": "npm run build -- --watch", "test": "nyc npm run spec" }, "sideEffects": false, "type": "module", "version": "4.1.3" }