first
This commit is contained in:
56
node_modules/prettier/package.json
generated
vendored
Normal file
56
node_modules/prettier/package.json
generated
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"_from": "prettier@^1.18.2 || ^2.0.0",
|
||||
"_id": "prettier@2.8.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
||||
"_location": "/prettier",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "prettier@^1.18.2 || ^2.0.0",
|
||||
"name": "prettier",
|
||||
"escapedName": "prettier",
|
||||
"rawSpec": "^1.18.2 || ^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.18.2 || ^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/component-compiler-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
|
||||
"_shasum": "e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da",
|
||||
"_spec": "prettier@^1.18.2 || ^2.0.0",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@vue\\component-compiler-utils",
|
||||
"author": {
|
||||
"name": "James Long"
|
||||
},
|
||||
"bin": {
|
||||
"prettier": "bin-prettier.js"
|
||||
},
|
||||
"browser": "./standalone.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",
|
||||
"esm/*.mjs"
|
||||
],
|
||||
"funding": "https://github.com/prettier/prettier?sponsor=1",
|
||||
"homepage": "https://prettier.io",
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"name": "prettier",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/prettier/prettier.git"
|
||||
},
|
||||
"unpkg": "./standalone.js",
|
||||
"version": "2.8.8"
|
||||
}
|
Reference in New Issue
Block a user