mirror of
https://github.com/actions/setup-node
synced 2025-04-22 16:32:06 +00:00
24 lines
680 B
JSON
24 lines
680 B
JSON
{
|
|
"name": "prettier",
|
|
"version": "1.18.2",
|
|
"description": "Prettier is an opinionated code formatter",
|
|
"bin": "./bin-prettier.js",
|
|
"repository": "prettier/prettier",
|
|
"homepage": "https://prettier.io",
|
|
"author": "James Long",
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
|
|
,"_resolved": "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz"
|
|
,"_integrity": "sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw=="
|
|
,"_from": "prettier@1.18.2"
|
|
} |