This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
148 lines (148 loc) · 5.24 KB
/
package.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "prettier_d",
"version": "1.19.1",
"description": "Prettier is an opinionated code formatter",
"bin": {
"prettier_d": "bin/prettier_d.js"
},
"repository": "josephfrazier/prettier_d",
"homepage": "https://github.com/josephfrazier/prettier_d",
"author": "James Long",
"contributors": [
"Maximilian Antoni <mail@maxantoni.de> (http://maxantoni.de/)",
"Richard Herrera <rich@doctyper.com>",
"Kevin Yue <yuezk001@gmail.com>",
"Roger Zurawicki <roger@krypton.io>",
"jpsc <joao@voorhoede.nl>",
"ruanyl <ruanyu1@gmail.com>",
"Nick Hwang <nhwang@hubspot.com>",
"Aaron Jensen <aaronjensen@gmail.com>"
],
"license": "MIT",
"main": "./index.js",
"engines": {
"node": ">=8"
},
"dependencies": {
"@angular/compiler": "11.2.0",
"@babel/code-frame": "7.5.5",
"@babel/parser": "7.7.3",
"@glimmer/syntax": "0.41.0",
"@iarna/toml": "2.2.3",
"@typescript-eslint/typescript-estree": "2.6.1",
"angular-estree-parser": "2.3.0",
"angular-html-parser": "1.3.0",
"camelcase": "5.3.1",
"chalk": "2.4.2",
"cjk-regex": "2.0.0",
"cosmiconfig": "5.2.1",
"dashify": "2.0.0",
"dedent": "0.7.0",
"diff": "4.0.1",
"editorconfig": "0.15.3",
"editorconfig-to-prettier": "0.1.1",
"escape-string-regexp": "1.0.5",
"esutils": "2.0.3",
"find-parent-dir": "0.3.0",
"find-project-root": "1.1.1",
"flow-parser": "0.111.3",
"get-stdin": "6.0.0",
"get-stream": "4.1.0",
"globby": "6.1.0",
"graphql": "14.5.8",
"html-element-attributes": "2.2.0",
"html-styles": "1.0.0",
"html-tag-names": "1.1.4",
"ignore": "4.0.6",
"is-ci": "2.0.0",
"jest-docblock": "24.9.0",
"json-stable-stringify": "1.0.1",
"leven": "3.1.0",
"lines-and-columns": "1.1.6",
"linguist-languages": "7.6.0",
"lodash.uniqby": "4.7.0",
"mem": "6.0.1",
"minimatch": "3.0.4",
"minimist": "1.2.3",
"n-readlines": "1.0.0",
"normalize-path": "3.0.0",
"parse-srcset": "ikatyang/parse-srcset#54eb9c1cb21db5c62b4d0e275d7249516df6f0ee",
"postcss-less": "2.0.0",
"postcss-media-query-parser": "0.2.3",
"postcss-scss": "2.0.0",
"postcss-selector-parser": "2.2.3",
"postcss-values-parser": "1.5.0",
"regexp-util": "1.2.2",
"remark-math": "1.0.6",
"remark-parse": "5.0.0",
"resolve": "1.12.0",
"semver": "6.3.0",
"sinon": "7.2.2",
"string-width": "4.1.0",
"strip-ansi": "5.2.0",
"supports-color": "^4.2.1",
"synchronous-promise": "2.0.10",
"typescript": "3.7.2",
"unicode-regex": "3.0.0",
"unified": "8.4.1",
"vnopts": "1.0.2",
"yaml-unist-parser": "1.1.1"
},
"devDependencies": {
"@babel/core": "7.13.1",
"@babel/preset-env": "7.7.1",
"@rollup/plugin-alias": "2.2.0",
"@rollup/plugin-replace": "2.2.1",
"babel-loader": "8.0.6",
"benchmark": "2.1.4",
"builtin-modules": "3.1.0",
"codecov": "3.7.1",
"cross-env": "6.0.3",
"eslint": "6.6.0",
"eslint-config-prettier": "6.5.0",
"eslint-formatter-friendly": "7.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-react": "7.16.0",
"execa": "3.2.0",
"jest": "23.3.0",
"jest-junit": "9.0.0",
"jest-snapshot-serializer-ansi": "1.0.0",
"jest-snapshot-serializer-raw": "1.1.0",
"jest-watch-typeahead": "0.4.0",
"mkdirp": "0.5.1",
"prettier": "1.19.0",
"prettylint": "1.0.0",
"rimraf": "3.0.0",
"rollup": "1.26.3",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "5.1.2",
"shelljs": "0.8.3",
"snapshot-diff": "0.4.0",
"tempy": "0.2.1",
"terser-webpack-plugin": "2.2.1",
"webpack": "4.41.2"
},
"scripts": {
"prepublishOnly": "echo \"Error: must publish from dist/\" && exit 1",
"prepare-release": "yarn && yarn build && yarn test:dist",
"test": "./test.sh && jest",
"test:dist": "node ./scripts/test-dist.js",
"test-integration": "jest tests_integration",
"perf-repeat": "yarn && yarn build && cross-env NODE_ENV=production node ./dist/bin-prettier.js --debug-repeat ${PERF_REPEAT:-1000} --loglevel debug ${PERF_FILE:-./index.js} > /dev/null",
"perf-repeat-inspect": "yarn && yarn build && cross-env NODE_ENV=production node --inspect-brk ./dist/bin-prettier.js --debug-repeat ${PERF_REPEAT:-1000} --loglevel debug ${PERF_FILE:-./index.js} > /dev/null",
"perf-benchmark": "yarn && yarn build && cross-env NODE_ENV=production node ./dist/bin-prettier.js --debug-benchmark --loglevel debug ${PERF_FILE:-./index.js} > /dev/null",
"check-types": "tsc",
"lint": "cross-env EFF_NO_LINK_RULES=true eslint . --format friendly",
"lint-docs": "prettylint {.,docs,website,website/blog}/*.md",
"lint-dist": "eslint --no-eslintrc --no-ignore --env=browser \"dist/!(bin-prettier|index|third-party).js\"",
"build": "node --max-old-space-size=3072 ./scripts/build/build.js",
"build-docs": "node ./scripts/build-docs.js",
"check-deps": "node ./scripts/check-deps.js",
"spellcheck": "npx -p cspell@4.0.31 cspell {bin,scripts,src}/**/*.js {docs,website/blog,changelog_unreleased}/**/*.md"
}
}