123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_args": [
- [
- "stylelint-config-prettier@8.0.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "stylelint-config-prettier@8.0.2",
- "_id": "stylelint-config-prettier@8.0.2",
- "_inBundle": false,
- "_integrity": "sha512-TN1l93iVTXpF9NJstlvP7nOu9zY2k+mN0NSFQ/VEGz15ZIP9ohdDZTtCWHs5LjctAhSAzaILULGbgiM0ItId3A==",
- "_location": "/stylelint-config-prettier",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "stylelint-config-prettier@8.0.2",
- "name": "stylelint-config-prettier",
- "escapedName": "stylelint-config-prettier",
- "rawSpec": "8.0.2",
- "saveSpec": null,
- "fetchSpec": "8.0.2"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-8.0.2.tgz",
- "_spec": "8.0.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Shannon Moeller",
- "email": "me@shannonmoeller.com"
- },
- "bin": {
- "stylelint-config-prettier": "bin/check.js",
- "stylelint-config-prettier-check": "bin/check.js"
- },
- "binDependencies": {
- "eslint": "^7.3.0",
- "prettier": "^2.0.5"
- },
- "bugs": {
- "url": "https://github.com/prettier/stylelint-config-prettier/issues"
- },
- "contributors": [
- {
- "name": "Corentin Tenret",
- "email": "tenretcorentin@gmail.com"
- }
- ],
- "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
- "devDependencies": {
- "eslint-config-prettier": "^6.11.0",
- "npm-bin-deps": "^1.9.0"
- },
- "engines": {
- "node": ">= 10",
- "npm": ">= 5"
- },
- "eslintConfig": {
- "env": {
- "es6": true,
- "node": true
- },
- "extends": [
- "eslint:recommended",
- "eslint-config-prettier"
- ],
- "parserOptions": {
- "ecmaVersion": 2019
- }
- },
- "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": {
- "format": "npr prettier --write \"{bin,src,test}/*.js\"",
- "lint": "npr eslint --fix \"{bin,src,test}/*.js\"",
- "prepublishOnly": "npm run test",
- "pretest": "npm run lint && npm run format",
- "test": "node test/checker.js"
- },
- "type": "commonjs",
- "version": "8.0.2"
- }
|