1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "postcss-flexbugs-fixes@4.2.1",
- "_id": "postcss-flexbugs-fixes@4.2.1",
- "_inBundle": false,
- "_integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==",
- "_location": "/postcss-flexbugs-fixes",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-flexbugs-fixes@4.2.1",
- "name": "postcss-flexbugs-fixes",
- "escapedName": "postcss-flexbugs-fixes",
- "rawSpec": "4.2.1",
- "saveSpec": null,
- "fetchSpec": "4.2.1"
- },
- "_requiredBy": [
- "/react-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz",
- "_shasum": "9218a65249f30897deab1033aced8578562a6690",
- "_spec": "postcss-flexbugs-fixes@4.2.1",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
- "author": {
- "name": "Luis Rudge",
- "email": "luis@luisrudge.net"
- },
- "bugs": {
- "url": "https://github.com/luisrudge/postcss-flexbugs-fixes/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "postcss": "^7.0.26"
- },
- "deprecated": false,
- "description": "PostCSS plugin This project tries to fix all of flexbug's issues",
- "devDependencies": {
- "chai": "^4.2.0",
- "gulp": "^4.0.2",
- "gulp-eslint": "^6.0.0",
- "gulp-mocha": "^7.0.2"
- },
- "files": [
- "bugs",
- "index.js"
- ],
- "homepage": "https://github.com/luisrudge/postcss-flexbugs-fixes#readme",
- "keywords": [
- "postcss",
- "css",
- "postcss-plugin",
- "flexbugs",
- "flexbox",
- "flex"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "postcss-flexbugs-fixes",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/luisrudge/postcss-flexbugs-fixes.git"
- },
- "scripts": {
- "test": "gulp"
- },
- "version": "4.2.1"
- }
|