github-pages-deploy-action/node_modules/prettier/package.json

61 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"prettier@2.0.2",
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "prettier@2.0.2",
"_id": "prettier@2.0.2",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg==",
2020-03-22 05:13:25 +08:00
"_location": "/prettier",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "prettier@2.0.2",
2020-03-22 05:13:25 +08:00
"name": "prettier",
"escapedName": "prettier",
2020-03-31 20:40:00 +08:00
"rawSpec": "2.0.2",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "2.0.2"
2020-03-22 05:13:25 +08:00
},
"_requiredBy": [
"#DEV:/",
"/eslint-plugin-github"
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.2.tgz",
"_spec": "2.0.2",
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "James Long"
},
"bin": {
"prettier": "bin-prettier.js"
},
"bugs": {
"url": "https://github.com/prettier/prettier/issues"
},
2020-01-28 13:07:56 +08:00
"description": "Prettier is an opinionated code formatter",
2020-03-22 05:13:25 +08:00
"engines": {
2020-03-31 20:40:00 +08:00
"node": ">=10.13.0"
2020-03-22 05:13:25 +08:00
},
"files": [
"*.js"
],
2020-01-28 13:07:56 +08:00
"homepage": "https://prettier.io",
"license": "MIT",
"main": "./index.js",
2020-03-22 05:13:25 +08:00
"name": "prettier",
"repository": {
"type": "git",
"url": "git+https://github.com/prettier/prettier.git"
2020-01-28 13:07:56 +08:00
},
"scripts": {
"prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
},
2020-03-31 20:40:00 +08:00
"version": "2.0.2"
2020-03-22 05:13:25 +08:00
}