123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "_from": "stylelint-config-recess-order@2.1.0",
- "_id": "stylelint-config-recess-order@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-h269OpnCTcOHR6xBRb+dQPrZnQA62zG3Q5yzP+RH71kn/LjWCoPFRmzg4UoajA42+y5WX8L1TFwqlDPIuojP3w==",
- "_location": "/stylelint-config-recess-order",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "stylelint-config-recess-order@2.1.0",
- "name": "stylelint-config-recess-order",
- "escapedName": "stylelint-config-recess-order",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-2.1.0.tgz",
- "_shasum": "84bfe5df9c73b2a7744d2d55e70dcec786e1d89c",
- "_spec": "stylelint-config-recess-order@2.1.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Jeff Nelson",
- "email": "rustyangel@gmail.com",
- "url": "http://tidaltheory.co/"
- },
- "ava": {
- "require": [
- "esm"
- ]
- },
- "bugs": {
- "url": "https://github.com/stormwarning/stylelint-config-recess-order/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "stylelint-order": "4.1.x"
- },
- "deprecated": false,
- "description": "Recess-based property sort order for Stylelint.",
- "devDependencies": {
- "@zazen/eslint-config": "2.0.x",
- "@zazen/semantic-release": "0.1.3",
- "ava": "3.9.x",
- "eslint": "6.8.x",
- "esm": "3.2.25",
- "husky": "4.2.x",
- "lint-staged": "10.2.x",
- "prettier": "2.0.x",
- "prettier-plugin-packagejson": "2.2.x",
- "semantic-release": "17.1.x",
- "stylelint": "13.6.x"
- },
- "homepage": "https://github.com/stormwarning/stylelint-config-recess-order",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "keywords": [
- "bootstrap",
- "properties-order",
- "property order",
- "recess",
- "stylelint",
- "stylelint-config",
- "stylelint-order"
- ],
- "license": "ISC",
- "lint-staged": {
- "*.js": [
- "eslint --fix",
- "git add"
- ],
- "package.json": [
- "prettier --write",
- "git add"
- ]
- },
- "main": "index.js",
- "name": "stylelint-config-recess-order",
- "peerDependencies": {
- "stylelint": ">=9"
- },
- "prettier": {
- "semi": false,
- "singleQuote": true,
- "tabWidth": 4,
- "trailingComma": "all"
- },
- "release": {
- "extends": "@zazen/semantic-release",
- "branches": [
- "master",
- "next"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/stormwarning/stylelint-config-recess-order.git"
- },
- "scripts": {
- "lint": "eslint '**/*.js'",
- "semantic-release": "semantic-release",
- "test": "ava"
- },
- "version": "2.1.0"
- }
|