{ "_from": "postcss-sorting@^4.1.0", "_id": "postcss-sorting@4.1.0", "_inBundle": false, "_integrity": "sha512-r4T2oQd1giURJdHQ/RMb72dKZCuLOdWx2B/XhXN1Y1ZdnwXsKH896Qz6vD4tFy9xSjpKNYhlZoJmWyhH/7JUQw==", "_location": "/postcss-sorting", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-sorting@^4.1.0", "name": "postcss-sorting", "escapedName": "postcss-sorting", "rawSpec": "^4.1.0", "saveSpec": null, "fetchSpec": "^4.1.0" }, "_requiredBy": [ "/stylelint-config-rational-order/stylelint-order" ], "_resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-4.1.0.tgz", "_shasum": "a107f0bf3852977fa64e4442bc340c88d5aacdb3", "_spec": "postcss-sorting@^4.1.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/stylelint-config-rational-order/node_modules/stylelint-order", "author": { "name": "Aleks Hudochenkov", "email": "aleks@hudochenkov.com" }, "bugs": { "url": "https://github.com/hudochenkov/postcss-sorting/issues" }, "bundleDependencies": false, "dependencies": { "lodash": "^4.17.4", "postcss": "^7.0.0" }, "deprecated": false, "description": "PostCSS plugin to keep rules and at-rules content in order.", "devDependencies": { "eslint": "~5.15.0", "eslint-config-hudochenkov": "~3.0.0", "eslint-config-prettier": "~4.1.0", "husky": "^1.1.3", "jest": "^24.1.0", "jest-watch-typeahead": "^0.2.1", "lint-staged": "^8.0.4", "postcss-html": "^0.36.0", "postcss-jsx": "^0.36.0", "postcss-syntax": "^0.36.2", "prettier": "~1.16.4" }, "engines": { "node": ">=6.14.3" }, "files": [ "lib", "!lib/**/__tests__", "index.js", "!.DS_Store" ], "homepage": "https://github.com/hudochenkov/postcss-sorting", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "jest": { "setupFiles": [ "./jest-setup.js" ], "testEnvironment": "node", "testRegex": "__tests__/[a-zA-Z-]+\\.js$", "watchPlugins": [ "jest-watch-typeahead/filename", "jest-watch-typeahead/testname" ] }, "keywords": [ "postcss", "css", "postcss-plugin", "sorting", "order" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix", "prettier --write", "git add" ] }, "name": "postcss-sorting", "repository": { "type": "git", "url": "git+https://github.com/hudochenkov/postcss-sorting.git" }, "scripts": { "coverage": "jest --coverage", "fix": "npm run lint -- --fix && prettier --write *.js 'lib/**/*.js'", "jest": "jest", "lint": "eslint *.js 'lib/**/*.js'", "test": "npm run lint && jest", "watch": "jest --watch" }, "version": "4.1.0" }