Changeset 79a0317 for imaps-frontend/node_modules/stylis/package.json
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/stylis/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "stylis", 3 "version": "4.3.4", 4 "license": "MIT", 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, 5 34 "description": "A Light–weight CSS Preprocessor", 6 "homepage": "https://github.com/thysultan/stylis.js",7 "author": "Sultan Tarimo <sultantarimo@me.com>",8 "repository": "https://github.com/thysultan/stylis.js",9 "bugs": "https://github.com/thysultan/stylis.js/issues",10 "sideEffects": false,11 "type": "module",12 "main": "dist/umd/stylis.js",13 "module": "dist/stylis.mjs",14 "react-native": "./index.js",15 "exports": {16 ".": {17 "import": "./index.js",18 "require": "./dist/umd/stylis.js"19 },20 "./package.json": "./package.json"21 },22 "files": [23 "index.js",24 "dist/",25 "src/"26 ],27 "scripts": {28 "lint": "eslint ./",29 "pretest": "npm run lint && npm run build",30 "test": "nyc npm run spec",31 "spec": "mocha --harmony --require esm script/setup.js --recursive test",32 "prebuild": "rimraf dist",33 "build": "rollup --config script/build.js --configSrc ./",34 "start": "npm run build -- --watch",35 "prepare": "npm run build",36 "postversion": "git push --follow-tags && npm publish",37 "release-major": "npm version major -m '%s'",38 "release-minor": "npm version minor -m '%s'",39 "release-patch": "npm version patch -m '%s'"40 },41 35 "devDependencies": { 42 36 "chai": "4.3.4", … … 51 45 "stylis": "./" 52 46 }, 53 "nyc": {54 "temp-dir": "./coverage/.nyc_output",55 "exclude": [56 "**/dist/",57 "**/test/",58 "**/script/"59 ],60 "reporter": [61 "lcov",62 "text"63 ]64 },65 "esm": {66 "cjs": true,67 "cache": false68 },69 "eslintIgnore": [70 "script/",71 "test/",72 "dist/",73 "docs/"74 ],75 47 "eslintConfig": { 76 48 "env": { … … 164 136 ] 165 137 } 166 } 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" 167 200 }
Note:
See TracChangeset
for help on using the changeset viewer.