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
57
58
59
| {
| "_args": [
| [
| "prettier@1.19.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "prettier@1.19.1",
| "_id": "prettier@1.19.1",
| "_inBundle": false,
| "_integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
| "_location": "/prettier",
| "_optional": true,
| "_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": [
| "/@vue/component-compiler-utils"
| ],
| "_resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
| "_spec": "1.19.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "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"
| }
|
|