123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "stylelint-config-prettier@^9.0.3",
- "_id": "stylelint-config-prettier@9.0.3",
- "_inBundle": false,
- "_integrity": "sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==",
- "_location": "/stylelint-config-prettier",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stylelint-config-prettier@^9.0.3",
- "name": "stylelint-config-prettier",
- "escapedName": "stylelint-config-prettier",
- "rawSpec": "^9.0.3",
- "saveSpec": null,
- "fetchSpec": "^9.0.3"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-9.0.3.tgz",
- "_shasum": "0dccebeff359dcc393c9229184408b08964d561c",
- "_spec": "stylelint-config-prettier@^9.0.3",
- "_where": "H:\\gs_nuxt",
- "author": {
- "name": "Shannon Moeller",
- "email": "me@shannonmoeller.com"
- },
- "bin": {
- "stylelint-config-prettier": "bin/check.js",
- "stylelint-config-prettier-check": "bin/check.js"
- },
- "bugs": {
- "url": "https://github.com/prettier/stylelint-config-prettier/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Corentin Tenret",
- "email": "tenretcorentin@gmail.com"
- }
- ],
- "deprecated": false,
- "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
- "engines": {
- "node": ">= 12"
- },
- "eslintConfig": {
- "extends": "eslint:recommended",
- "env": {
- "node": true
- },
- "parserOptions": {
- "ecmaVersion": 8
- }
- },
- "homepage": "https://github.com/prettier/stylelint-config-prettier#readme",
- "keywords": [
- "stylelint",
- "prettier",
- "config",
- "lint",
- "css"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "name": "stylelint-config-prettier",
- "peerDependencies": {
- "stylelint": ">=11.0.0"
- },
- "prettier": {
- "singleQuote": true
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/prettier/stylelint-config-prettier.git"
- },
- "scripts": {
- "lint": "npx eslint --fix \"**/*.js\" && npx prettier --write \"**/*.js\"",
- "test": "node test/checker.js"
- },
- "type": "commonjs",
- "version": "9.0.3"
- }
|