Changeset 79a0317 for imaps-frontend/node_modules/css-in-js-utils
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/css-in-js-utils/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "css-in-js-utils", 3 "version": "3.1.0", 4 "description": "Useful utility functions for CSS in JS solutions", 5 "main": "lib/index.js", 6 "module": "es/index.js", 7 "types": "es/index.d.ts", 8 "jsnext:main": "es/index.js", 9 "sideEffects": false, 10 "files": [ 11 "lib/**", 12 "es/**" 2 "_from": "css-in-js-utils@^3.1.0", 3 "_id": "css-in-js-utils@3.1.0", 4 "_inBundle": false, 5 "_integrity": "sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==", 6 "_location": "/css-in-js-utils", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "css-in-js-utils@^3.1.0", 12 "name": "css-in-js-utils", 13 "escapedName": "css-in-js-utils", 14 "rawSpec": "^3.1.0", 15 "saveSpec": null, 16 "fetchSpec": "^3.1.0" 17 }, 18 "_requiredBy": [ 19 "/inline-style-prefixer" 13 20 ], 14 "keywords": [ 15 "css", 16 "cssinjs", 17 "utils", 18 "small" 19 ], 20 "repository": "https://github.com/robinweser/css-in-js-utils.git", 21 "author": "robinweser <contact@weser.io>", 22 "license": "MIT", 23 "scripts": { 24 "build": "yarn run clean && yarn build:es && yarn build:lib", 25 "build:lib": "cross-env BABEL_ENV=commonjs babel modules --extensions '.ts' --ignore 'modules/__tests__','**/*.d.ts' --out-dir lib", 26 "build:es": "tsc && babel es --out-dir es", 27 "clean": "rimraf es lib coverage", 28 "check": "yarn lint && yarn test:coverage", 29 "format": "prettier --write \"modules/**/*.{js,ts}\"", 30 "lint": "eslint 'modules/**/*.{js,ts}'", 31 "release": "git pull --rebase && yarn run check && yarn build && npm publish", 32 "test": "cross-env BABEL_ENV=commonjs jest", 33 "test:coverage": "cross-env BABEL_ENV=commonjs jest --coverage", 34 "watch": "yarn test -- --watch" 21 "_resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-3.1.0.tgz", 22 "_shasum": "640ae6a33646d401fc720c54fc61c42cd76ae2bb", 23 "_spec": "css-in-js-utils@^3.1.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/inline-style-prefixer", 25 "author": { 26 "name": "robinweser", 27 "email": "contact@weser.io" 35 28 }, 36 "jest": { 37 "moduleDirectories": [ 38 "node_modules", 39 "modules" 40 ] 29 "bugs": { 30 "url": "https://github.com/robinweser/css-in-js-utils/issues" 41 31 }, 32 "bundleDependencies": false, 42 33 "dependencies": { 43 34 "hyphenate-style-name": "^1.0.3" 44 35 }, 36 "deprecated": false, 37 "description": "Useful utility functions for CSS in JS solutions", 45 38 "devDependencies": { 46 39 "@babel/cli": "^7.8.4", … … 61 54 "rimraf": "^2.6.1", 62 55 "typescript": "^3.8.3" 63 } 56 }, 57 "files": [ 58 "lib/**", 59 "es/**" 60 ], 61 "homepage": "https://github.com/robinweser/css-in-js-utils#readme", 62 "jest": { 63 "moduleDirectories": [ 64 "node_modules", 65 "modules" 66 ] 67 }, 68 "jsnext:main": "es/index.js", 69 "keywords": [ 70 "css", 71 "cssinjs", 72 "utils", 73 "small" 74 ], 75 "license": "MIT", 76 "main": "lib/index.js", 77 "module": "es/index.js", 78 "name": "css-in-js-utils", 79 "repository": { 80 "type": "git", 81 "url": "git+https://github.com/robinweser/css-in-js-utils.git" 82 }, 83 "scripts": { 84 "build": "yarn run clean && yarn build:es && yarn build:lib", 85 "build:es": "tsc && babel es --out-dir es", 86 "build:lib": "cross-env BABEL_ENV=commonjs babel modules --extensions '.ts' --ignore 'modules/__tests__','**/*.d.ts' --out-dir lib", 87 "check": "yarn lint && yarn test:coverage", 88 "clean": "rimraf es lib coverage", 89 "format": "prettier --write \"modules/**/*.{js,ts}\"", 90 "lint": "eslint 'modules/**/*.{js,ts}'", 91 "release": "git pull --rebase && yarn run check && yarn build && npm publish", 92 "test": "cross-env BABEL_ENV=commonjs jest", 93 "test:coverage": "cross-env BABEL_ENV=commonjs jest --coverage", 94 "watch": "yarn test -- --watch" 95 }, 96 "sideEffects": false, 97 "types": "es/index.d.ts", 98 "version": "3.1.0" 64 99 }
Note:
See TracChangeset
for help on using the changeset viewer.