2020-01-28 13:07:56 +08:00
|
|
|
{
|
2020-03-22 05:13:25 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"prettier@1.19.1",
|
|
|
|
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_development": true,
|
|
|
|
"_from": "prettier@1.19.1",
|
|
|
|
"_id": "prettier@1.19.1",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
|
|
|
|
"_location": "/prettier",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "prettier@1.19.1",
|
|
|
|
"name": "prettier",
|
|
|
|
"escapedName": "prettier",
|
|
|
|
"rawSpec": "1.19.1",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "1.19.1"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"#DEV:/",
|
|
|
|
"/eslint-plugin-github"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
|
|
|
|
"_spec": "1.19.1",
|
|
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
|
|
|
|
"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": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
|
|
|
"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-22 05:13:25 +08:00
|
|
|
"version": "1.19.1"
|
|
|
|
}
|