1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
| {
| "_from": "prettier@^1.18.2 || ^2.0.0",
| "_id": "prettier@2.8.4",
| "_inBundle": false,
| "_integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
| "_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.4.tgz",
| "_shasum": "34dd2595629bfbb79d344ac4a91ff948694463c3",
| "_spec": "prettier@^1.18.2 || ^2.0.0",
| "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui\\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.4"
| }
|
|