2020-03-07 11:45:40 +08:00
|
|
|
{
|
2020-03-22 05:13:25 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"prettier-linter-helpers@1.0.0",
|
|
|
|
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
|
|
|
|
]
|
2020-03-07 11:45:40 +08:00
|
|
|
],
|
2020-03-22 05:13:25 +08:00
|
|
|
"_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"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"_requiredBy": [
|
|
|
|
"/eslint-plugin-prettier"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
|
|
|
|
"_spec": "1.0.0",
|
|
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
|
2020-03-07 11:45:40 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/prettier/prettier-linter-helpers/issues"
|
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Ben Scott"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Teddy Katz"
|
|
|
|
}
|
|
|
|
],
|
2020-03-07 11:45:40 +08:00
|
|
|
"dependencies": {
|
|
|
|
"fast-diff": "^1.1.2"
|
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"description": "Utilities to help expose prettier output in linting tools",
|
2020-03-07 11:45:40 +08:00
|
|
|
"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"
|
2020-03-22 05:13:25 +08:00
|
|
|
},
|
|
|
|
"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"
|
2020-03-07 11:45:40 +08:00
|
|
|
}
|