{ "_from": "css-in-js-utils@^3.1.0", "_id": "css-in-js-utils@3.1.0", "_inBundle": false, "_integrity": "sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==", "_location": "/css-in-js-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "css-in-js-utils@^3.1.0", "name": "css-in-js-utils", "escapedName": "css-in-js-utils", "rawSpec": "^3.1.0", "saveSpec": null, "fetchSpec": "^3.1.0" }, "_requiredBy": [ "/inline-style-prefixer" ], "_resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-3.1.0.tgz", "_shasum": "640ae6a33646d401fc720c54fc61c42cd76ae2bb", "_spec": "css-in-js-utils@^3.1.0", "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/inline-style-prefixer", "author": { "name": "robinweser", "email": "contact@weser.io" }, "bugs": { "url": "https://github.com/robinweser/css-in-js-utils/issues" }, "bundleDependencies": false, "dependencies": { "hyphenate-style-name": "^1.0.3" }, "deprecated": false, "description": "Useful utility functions for CSS in JS solutions", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@babel/preset-typescript": "^7.9.0", "@types/jest": "^25.2.1", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "babel-jest": "^25.2.6", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "cross-env": "^7.0.2", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2", "jest": "^25.2.6", "prettier": "^1.7.4", "rimraf": "^2.6.1", "typescript": "^3.8.3" }, "files": [ "lib/**", "es/**" ], "homepage": "https://github.com/robinweser/css-in-js-utils#readme", "jest": { "moduleDirectories": [ "node_modules", "modules" ] }, "jsnext:main": "es/index.js", "keywords": [ "css", "cssinjs", "utils", "small" ], "license": "MIT", "main": "lib/index.js", "module": "es/index.js", "name": "css-in-js-utils", "repository": { "type": "git", "url": "git+https://github.com/robinweser/css-in-js-utils.git" }, "scripts": { "build": "yarn run clean && yarn build:es && yarn build:lib", "build:es": "tsc && babel es --out-dir es", "build:lib": "cross-env BABEL_ENV=commonjs babel modules --extensions '.ts' --ignore 'modules/__tests__','**/*.d.ts' --out-dir lib", "check": "yarn lint && yarn test:coverage", "clean": "rimraf es lib coverage", "format": "prettier --write \"modules/**/*.{js,ts}\"", "lint": "eslint 'modules/**/*.{js,ts}'", "release": "git pull --rebase && yarn run check && yarn build && npm publish", "test": "cross-env BABEL_ENV=commonjs jest", "test:coverage": "cross-env BABEL_ENV=commonjs jest --coverage", "watch": "yarn test -- --watch" }, "sideEffects": false, "types": "es/index.d.ts", "version": "3.1.0" }