ÿØÿà 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/goober/ |
Upload File : |
{ "_from": "goober@^2.1.10", "_id": "goober@2.1.12", "_inBundle": false, "_integrity": "sha512-yXHAvO08FU1JgTXX6Zn6sYCUFfB/OJSX8HHjDSgerZHZmFKAb08cykp5LBw5QnmyMcZyPRMqkdyHUSSzge788Q==", "_location": "/goober", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "goober@^2.1.10", "name": "goober", "escapedName": "goober", "rawSpec": "^2.1.10", "saveSpec": null, "fetchSpec": "^2.1.10" }, "_requiredBy": [ "/react-hot-toast" ], "_resolved": "https://registry.npmjs.org/goober/-/goober-2.1.12.tgz", "_shasum": "6c1645314ac9a68fe76408e1f502c63df8a39042", "_spec": "goober@^2.1.10", "_where": "/home/taxhyuvu/nodevenv/dp_taxhelplines/10/lib/node_modules/react-hot-toast", "author": { "name": "Cristian", "email": "botecristian@yahoo.com" }, "bugs": { "url": "https://github.com/cristianbote/goober/issues" }, "bundleDependencies": false, "collective": { "type": "opencollective", "url": "https://opencollective.com/goober" }, "deprecated": false, "description": "A less than 1KB css-in-js solution", "devDependencies": { "@ampproject/filesize": "^4.0.0", "@babel/core": "^7.2.2", "@babel/plugin-transform-react-jsx": "^7.7.0", "@babel/preset-env": "^7.3.1", "@emotion/core": "^11.0.0", "@emotion/react": "^11.1.4", "@emotion/styled": "^11.0.0", "@types/react": "^16.9.34", "babel-jest": "^24.1.0", "benchmark": "^2.1.4", "csstype": "^3.0.10", "husky": "4.2.4", "jest": "^24.1.0", "lint-staged": "10.2.0", "microbundle": "^0.15.0", "preact": "^10.0.0", "prettier": "2.0.5", "react": "^16.12.0", "react-dom": "^16.12.0", "rimraf": "3.0.2", "styled-components": "^5.2.1", "typescript": "^3.6.3", "wmr": "^3.7.2" }, "exports": { ".": { "require": "./dist/goober.cjs", "import": "./dist/goober.modern.js", "umd": "./dist/goober.umd.js" }, "./macro": "./macro/index.js", "./global": { "import": "./global/dist/goober-global.modern.js", "require": "./global/dist/goober-global.cjs", "umd": "./global/dist/goober-global.umd.js" }, "./prefixer": { "import": "./prefixer/dist/goober-autoprefixer.modern.js", "require": "./prefixer/dist/goober-autoprefixer.cjs", "umd": "./prefixer/dist/goober-autoprefixer.umd.js" }, "./should-forward-prop": { "import": "./should-forward-prop/dist/goober-should-forward-prop.modern.js", "require": "./should-forward-prop/dist/goober-should-forward-prop.cjs", "umd": "./should-forward-prop/dist/goober-should-forward-prop.umd.js" } }, "files": [ "src", "macro", "global/dist", "global/src", "global/package.json", "global/global.d.ts", "prefixer/dist", "prefixer/src", "prefixer/package.json", "prefixer/autoprefixer.d.ts", "prefixer/README.md", "should-forward-prop/dist", "should-forward-prop/src", "should-forward-prop/package.json", "should-forward-prop/should-forward-prop.d.ts", "should-forward-prop/README.md", "README.md", "dist", "package.json", "typings.json", "goober.d.ts" ], "filesize": { "./dist/goober.modern.js": { "gzip": "1300B" }, "./dist/goober.cjs": { "gzip": "1300B" } }, "homepage": "https://github.com/cristianbote/goober#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "css-in-js", "goober", "styled", "emotion", "styled-components", "javascript", "react", "preact" ], "license": "MIT", "lint-staged": { "*.{js,ts,tsx,md}": [ "prettier --write" ] }, "main": "dist/goober.cjs", "module": "dist/goober.esm.js", "name": "goober", "peerDependencies": { "csstype": "^3.0.10" }, "repository": { "type": "git", "url": "git+https://github.com/cristianbote/goober.git" }, "scripts": { "build": "npm run build:core && npm run build:prefixer && npm run build:global && npm run build:should-forward-prop", "build:core": "npm run clean && npm run build:dist && npm run size-check", "build:debug": "npm run build:lib -- --output debug --no-compress", "build:dist": "npm run build:lib -- --output dist", "build:global": "cd ./global && npm run build", "build:lib": "microbundle --entry src/index.js --name goober --no-sourcemap --generateTypes false", "build:prefixer": "cd ./prefixer && npm run build", "build:should-forward-prop": "cd ./should-forward-prop && npm run build", "clean": "rimraf dist", "deploy": "npm run build && npm publish", "dev": "npm run clean && microbundle watch --entry src/index.js --output dist --name goober", "format": "prettier \"**/*.{js,ts,tsx,md}\" --write", "sandbox": "wmr --public sandbox/wmr", "size-check": "filesize", "test": "npm run test-ts && npm run test-unit -- --ci --coverage && npm run build && npm run test-perf", "test-addon-global": "cd global && npm run test", "test-addon-prefixer": "cd prefixer && npm run test", "test-perf": "NODE_ENV=production node benchmarks/perf.cjs", "test-perf-hash": "NODE_ENV=production node benchmarks/perf-hash.cjs", "test-ts": "tsc -p ts-tests", "test-unit": "npm run test-unit-core && npm run test-addon-global && npm run test-addon-prefixer", "test-unit-core": "jest --setupFiles ./tests/setup.js --roots ./src packages" }, "sideEffects": false, "source": "src/index.js", "type": "module", "types": "goober.d.ts", "typings": "./goober.d.ts", "umd:main": "dist/goober.umd.js", "unpkg": "dist/goober.umd.js", "version": "2.1.12" }