source: imaps-frontend/node_modules/css-in-js-utils/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.0 KB
Line 
1{
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"
20 ],
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"
28 },
29 "bugs": {
30 "url": "https://github.com/robinweser/css-in-js-utils/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "hyphenate-style-name": "^1.0.3"
35 },
36 "deprecated": false,
37 "description": "Useful utility functions for CSS in JS solutions",
38 "devDependencies": {
39 "@babel/cli": "^7.8.4",
40 "@babel/core": "^7.9.0",
41 "@babel/preset-env": "^7.9.5",
42 "@babel/preset-typescript": "^7.9.0",
43 "@types/jest": "^25.2.1",
44 "@typescript-eslint/eslint-plugin": "^2.26.0",
45 "@typescript-eslint/parser": "^2.26.0",
46 "babel-jest": "^25.2.6",
47 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
48 "cross-env": "^7.0.2",
49 "eslint": "^6.8.0",
50 "eslint-config-airbnb-base": "^14.1.0",
51 "eslint-plugin-import": "^2.20.2",
52 "jest": "^25.2.6",
53 "prettier": "^1.7.4",
54 "rimraf": "^2.6.1",
55 "typescript": "^3.8.3"
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"
99}
Note: See TracBrowser for help on using the repository browser.