|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "prettier-linter-helpers@1.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "prettier-linter-helpers@1.0.0",
- "_id": "prettier-linter-helpers@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
- "_location": "/prettier-linter-helpers",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "prettier-linter-helpers@1.0.0",
- "name": "prettier-linter-helpers",
- "escapedName": "prettier-linter-helpers",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/eslint-plugin-prettier",
- "/stylelint-prettier"
- ],
- "_resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "bugs": {
- "url": "https://github.com/prettier/prettier-linter-helpers/issues"
- },
- "contributors": [
- {
- "name": "Ben Scott"
- },
- {
- "name": "Teddy Katz"
- }
- ],
- "dependencies": {
- "fast-diff": "^1.1.2"
- },
- "description": "Utilities to help expose prettier output in linting tools",
- "devDependencies": {
- "eslint": "^5.6.1",
- "eslint-config-prettier": "^3.1.0",
- "eslint-plugin-node": "^7.0.1",
- "eslint-plugin-prettier": "^2.7.0",
- "mocha": "^5.2.0",
- "prettier": "^1.14.3"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "homepage": "https://github.com/prettier/prettier-linter-helpers#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "prettier-linter-helpers",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/prettier/prettier-linter-helpers.git"
- },
- "scripts": {
- "format": "yarn run prettier '**/*.{js,json,md,yml}' --write && yarn run lint --fix",
- "lint": "eslint .",
- "test": "npm run lint && mocha"
- },
- "version": "1.0.0"
- }
|