You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.4 KiB
57 lines
1.4 KiB
{
|
|
"_from": "prettier",
|
|
"_id": "prettier@2.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==",
|
|
"_location": "/prettier",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "prettier",
|
|
"name": "prettier",
|
|
"escapedName": "prettier",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.5.tgz",
|
|
"_shasum": "d6d56282455243f2f92cc1716692c08aa31522d4",
|
|
"_spec": "prettier",
|
|
"_where": "C:\\Users\\H\\Documents\\GitHub\\Tdarr_Plugins",
|
|
"author": {
|
|
"name": "James Long"
|
|
},
|
|
"bin": {
|
|
"prettier": "bin-prettier.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/prettier/prettier/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Prettier is an opinionated code formatter",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"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": "2.0.5"
|
|
}
|