-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 KB
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
{
"_from": "instant-sql-formatter",
"_inBundle": false,
"_integrity": "sha512-vFQcoBgAL5YoCGMScNh2Si2bn4D+sLlqLiAF/FdZoOWONxaYaIMNzZ8fwQreYZNh8sl5ayYnjYn/jZVNPDYN+A==",
"_location": "/instant-sql-formatter",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "instant-sql-formatter",
"name": "instant-sql-formatter",
"escapedName": "instant-sql-formatter",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/instant-sql-formatter/-/instant-sql-formatter-1.0.1.tgz",
"_shasum": "337132cb6740b3f4b75af9e41244437f7c7d9fce",
"_spec": "instant-sql-formatter",
"_where": "/workspace/roadrunner",
"author": "AngLaboratory <anglaboratory@gmail.com>",
"bugs": {
"url": "https://github.com/AngLaboratory/instant-sql-formatter/issues"
},
"deprecated": false,
"description": "SQL Formatter With Customizing Options(HTML, DBMS, etc...)",
"homepage": "https://github.com/AngLaboratory/instant-sql-formatter#readme",
"keywords": [
"sql format",
"sql formatter",
"https://www.dpriver.com/pp/sqlformat.htm",
"Instant SQL Formatter",
"beautiful",
"color",
"lint",
"HTML",
"SQL Pretty Printer"
],
"license": "MIT",
"main": "index.js",
"name": "instant-sql-formatter",
"repository": {
"type": "git",
"url": "git+https://github.com/AngLaboratory/instant-sql-formatter.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}