-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 847 Bytes
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
{
"name": "query2query",
"version": "2.2.1",
"description": "Simple tool for parsing a query string and converting it into tokens for use in a SQL query.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"keywords": [
"url",
"query",
"string",
"sql"
],
"author": "Chris Bartley <bartley@cmu.edu>",
"license": "GPL-2.0",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/CMU-CREATE-Lab/query2query.git"
},
"bugs": {
"url": "https://github.com/CMU-CREATE-Lab/query2query/issues"
},
"homepage": "https://github.com/CMU-CREATE-Lab/query2query",
"dependencies": {
"jsend-utils": "^3.0.5"
},
"devDependencies": {
"jsdoc": "^3.6.11",
"mocha": "^9.2.2",
"should": "^13.2.3"
}
}