31 строка
838 B
JSON
31 строка
838 B
JSON
{
|
|
"name": "moz-sql-parser",
|
|
"description": "Extract Parse Tree from SQL",
|
|
"repository": {
|
|
"url": "https://github.com/mozilla/moz-sql-parser",
|
|
"license": "MPL2",
|
|
"type": "git",
|
|
"tests": "https://github.com/mozilla/moz-sql-parser/tree/dev/tests",
|
|
"clone": "https://github.com/mozilla/moz-sql-parser.git"
|
|
},
|
|
"participate": {
|
|
"home": "https://github.com/mozilla/moz-sql-parser",
|
|
"docs": "https://github.com/mozilla/moz-sql-parser/docs",
|
|
"irc-contacts": [
|
|
"ekyle"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"list": "https://github.com/mozilla/moz-sql-parser/issues",
|
|
"report": "https://github.com/mozilla/moz-sql-parser/issues/new"
|
|
},
|
|
"urls": {
|
|
"stage": ""
|
|
},
|
|
"keywords": [
|
|
"python",
|
|
"mozilla"
|
|
]
|
|
}
|
|
|