123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_from": "postcss-sorting@^5.0.1",
- "_id": "postcss-sorting@5.0.1",
- "_inBundle": false,
- "_integrity": "sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA==",
- "_location": "/postcss-sorting",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "postcss-sorting@^5.0.1",
- "name": "postcss-sorting",
- "escapedName": "postcss-sorting",
- "rawSpec": "^5.0.1",
- "saveSpec": null,
- "fetchSpec": "^5.0.1"
- },
- "_requiredBy": [
- "/stylelint-order"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-5.0.1.tgz",
- "_shasum": "10d5d0059eea8334dacc820c0121864035bc3f11",
- "_spec": "postcss-sorting@^5.0.1",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\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.14",
- "postcss": "^7.0.17"
- },
- "deprecated": false,
- "description": "PostCSS plugin to keep rules and at-rules content in order.",
- "devDependencies": {
- "eslint": "^6.0.1",
- "eslint-config-hudochenkov": "^3.0.1",
- "eslint-config-prettier": "^6.0.0",
- "husky": "^3.0.0",
- "jest": "^24.8.0",
- "jest-watch-typeahead": "^0.3.1",
- "lint-staged": "^9.2.0",
- "postcss-html": "^0.36.0",
- "postcss-jsx": "^0.36.1",
- "postcss-syntax": "^0.36.2",
- "prettier": "^1.18.2"
- },
- "engines": {
- "node": ">=8.7.0"
- },
- "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": "5.0.1"
- }
|