mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-14 22:08:04 +00:00
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"prettier@1.19.1",
|
|
"/home/stCarolas/Coding/projects/setup-maven"
|
|
]
|
|
],
|
|
"_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:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
|
|
"_spec": "1.19.1",
|
|
"_where": "/home/stCarolas/Coding/projects/setup-maven",
|
|
"author": {
|
|
"name": "James Long"
|
|
},
|
|
"bin": {
|
|
"prettier": "./bin-prettier.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/prettier/prettier/issues"
|
|
},
|
|
"description": "Prettier is an opinionated code formatter",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"homepage": "https://prettier.io",
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "prettier",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/prettier/prettier.git"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
|
|
},
|
|
"version": "1.19.1"
|
|
}
|