jinq
Version:
jinqJs provides you the ability to query, update and delete javaScript arrays using SQL like syntaxes and LINQ like expressions.
33 lines (32 loc) • 849 B
JSON
{
"name": "jinq",
"version": "1.6.1",
"author": "Thomas Ford <tomspostoffice@yahoo.com>",
"description": "jinqJs provides you the ability to query, update and delete javaScript arrays using SQL like syntaxes and LINQ like expressions.",
"keywords": [
"LINQ",
"query",
"SQL",
"array",
"lambda",
"jinqJs"
],
"homepage": "http://jinqJs.com",
"bugs": {
"url": "https://github.com/fordth/jinqJs/issues",
"email": "tomspostoffice@yahoo.com"
},
"license": "MIT",
"typescript": { "definition": "jinqJs.d.ts" },
"repository": {
"type": "git",
"url": "https://github.com/fordth/jinqJs"
},
"main": "jinqjs.js",
"contributors": [
"Thomas Ford <tomspostoffice@yahoo.com>"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}