source: imaps-frontend/node_modules/stylis/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: 4.2 KB
Line 
1{
2 "_from": "stylis@^4.3.0",
3 "_id": "stylis@4.3.5",
4 "_inBundle": false,
5 "_integrity": "sha512-K7npNOKGRYuhAFFzkzMGfxFDpN6gDwf8hcMiE+uveTVbBgm93HrNP3ZDUpKqzZ4pG7TP6fmb+EMAQPjq9FqqvA==",
6 "_location": "/stylis",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "stylis@^4.3.0",
12 "name": "stylis",
13 "escapedName": "stylis",
14 "rawSpec": "^4.3.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.3.0"
17 },
18 "_requiredBy": [
19 "/nano-css"
20 ],
21 "_resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.5.tgz",
22 "_shasum": "432cc99c81e28d7062c88d979d2163891e860489",
23 "_spec": "stylis@^4.3.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/nano-css",
25 "author": {
26 "name": "Sultan Tarimo",
27 "email": "sultantarimo@me.com"
28 },
29 "bugs": {
30 "url": "https://github.com/thysultan/stylis.js/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "A Light–weight CSS Preprocessor",
35 "devDependencies": {
36 "chai": "4.3.4",
37 "eslint": "6.8.0",
38 "esm": "3.2.25",
39 "mocha": "9.1.1",
40 "nyc": "15.1.0",
41 "rimraf": "3.0.2",
42 "rollup": "1.28.0",
43 "rollup-plugin-size": "0.2.1",
44 "rollup-plugin-terser": "5.1.3",
45 "stylis": "./"
46 },
47 "eslintConfig": {
48 "env": {
49 "commonjs": true,
50 "browser": true,
51 "node": true,
52 "es6": true
53 },
54 "extends": "eslint:recommended",
55 "parserOptions": {
56 "ecmaVersion": 7,
57 "sourceType": "module",
58 "ecmaFeatures": {
59 "impliedStrict": true
60 }
61 },
62 "rules": {
63 "indent": [
64 "error",
65 "tab",
66 {
67 "SwitchCase": 1
68 }
69 ],
70 "linebreak-style": [
71 "error",
72 "unix"
73 ],
74 "quotes": [
75 "error",
76 "single"
77 ],
78 "semi": [
79 "error",
80 "never"
81 ],
82 "no-cond-assign": [
83 "off"
84 ],
85 "no-redeclare": [
86 "off"
87 ],
88 "no-fallthrough": [
89 "off"
90 ],
91 "no-console": [
92 "off"
93 ],
94 "no-unsafe-finally": [
95 "off"
96 ],
97 "no-shadow-restricted-names": [
98 "error"
99 ],
100 "no-whitespace-before-property": [
101 "error"
102 ],
103 "no-else-return": [
104 "error"
105 ],
106 "eol-last": [
107 "error"
108 ],
109 "func-call-spacing": [
110 "error",
111 "never"
112 ],
113 "brace-style": [
114 "error",
115 "1tbs",
116 {
117 "allowSingleLine": true
118 }
119 ],
120 "require-jsdoc": [
121 "error",
122 {
123 "require": {
124 "FunctionDeclaration": true
125 }
126 }
127 ],
128 "no-trailing-spaces": [
129 "error",
130 {
131 "skipBlankLines": true
132 }
133 ],
134 "no-constant-condition": [
135 "off"
136 ]
137 }
138 },
139 "eslintIgnore": [
140 "script/",
141 "test/",
142 "dist/",
143 "docs/"
144 ],
145 "esm": {
146 "cjs": true,
147 "cache": false
148 },
149 "exports": {
150 ".": {
151 "import": "./index.js",
152 "require": "./dist/umd/stylis.js"
153 },
154 "./package.json": "./package.json"
155 },
156 "files": [
157 "index.js",
158 "dist/",
159 "src/"
160 ],
161 "homepage": "https://github.com/thysultan/stylis.js",
162 "license": "MIT",
163 "main": "dist/umd/stylis.js",
164 "module": "dist/stylis.mjs",
165 "name": "stylis",
166 "nyc": {
167 "temp-dir": "./coverage/.nyc_output",
168 "exclude": [
169 "**/dist/",
170 "**/test/",
171 "**/script/"
172 ],
173 "reporter": [
174 "lcov",
175 "text"
176 ]
177 },
178 "react-native": "./index.js",
179 "repository": {
180 "type": "git",
181 "url": "git+https://github.com/thysultan/stylis.js.git"
182 },
183 "scripts": {
184 "build": "rollup --config script/build.js --configSrc ./",
185 "lint": "eslint ./",
186 "postversion": "git push --follow-tags && npm publish",
187 "prebuild": "rimraf dist",
188 "prepare": "npm run build",
189 "pretest": "npm run lint && npm run build",
190 "release-major": "npm version major -m '%s'",
191 "release-minor": "npm version minor -m '%s'",
192 "release-patch": "npm version patch -m '%s'",
193 "spec": "mocha --harmony --require esm script/setup.js --recursive test",
194 "start": "npm run build -- --watch",
195 "test": "nyc npm run spec"
196 },
197 "sideEffects": false,
198 "type": "module",
199 "version": "4.3.5"
200}
Note: See TracBrowser for help on using the repository browser.