kloudglue-alasql
Version:
Versatile SQL database for browser or node. Handles relational data and nested JSON (noSQL). Export to and import from Excel, localStorage or IndexedDB
199 lines (198 loc) • 5.23 kB
JSON
{
"_args": [
[
{
"raw": "kloudglue-alasql@0.3.*",
"scope": null,
"escapedName": "kloudglue-alasql",
"name": "kloudglue-alasql",
"rawSpec": "0.3.*",
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"D:\\Sanjeev\\Work\\KloudGlue\\kloudglue-designer-0.16.2"
]
],
"_from": "alasql@>=0.3.0 <0.4.0",
"_id": "kloudglue-alasql@0.3.9",
"_inCache": true,
"_location": "/kloudglue-alasql",
"_nodeVersion": "6.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/alasql-0.3.9.tgz_1490308665088_0.10983963147737086"
},
"_npmUser": {
"name": "mathiasrw",
"email": "mathias@rawu.dk"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {
"commander": "2.9.0",
"decamelize": "1.2.0",
"exit-on-epipe": "1.0.1",
"get-caller-file": "1.0.2",
"inherits": "2.0.3",
"lodash.assign": "4.2.0",
"os-locale": "1.4.0",
"printj": "1.1.0",
"read-pkg-up": "1.0.1",
"readable-stream": "2.2.2",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"set-blocking": "2.0.0",
"string-width": "1.0.2",
"strip-ansi": "3.0.1",
"typedarray": "0.0.6",
"voc": "1.0.0",
"which-module": "1.0.0",
"wrap-ansi": "2.1.0",
"y18n": "3.2.1"
},
"_requested": {
"raw": "kloudglue-alasql@0.3.*",
"scope": null,
"escapedName": "kloudglue-alasql",
"name": "kloudglue-alasql",
"rawSpec": "0.3.*",
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/node-red-contrib-alasql"
],
"_resolved": "https://registry.npmjs.org/alasql/-/alasql-0.3.9.tgz",
"_shasum": "c407b8cb5ed018cd8c2d882f4386492ae1420908",
"_shrinkwrap": null,
"_spec": "kloudglue-alasql@0.3.*",
"_where": "D:\\Sanjeev\\Work\\KloudGlue\\kloudglue-designer-0.16.2",
"author": {
"name": "kloudglue team",
"email": "info@kloudglue.com"
},
"bin": {
"alasql": "./bin/alasql-cli.js",
"alaserver": "./bin/alaserver.js"
},
"bugs": {
"url": "https://github.com/agershun/alasql/issues"
},
"contributors": [
{
"name": "Mathias Rangel Wulff",
"email": "mathias@rawu.dk"
}
],
"dependencies": {
"dom-storage": "^2.0.1",
"es6-promise": "^4.0.5",
"lodash": "^4.17.4",
"request": "^2.79.0",
"xlsx": "^0.9.2",
"yargs": "^5.0.0"
},
"description": "Versatile SQL database for browser or node. Handles relational data and nested JSON (noSQL). Export to and import from Excel, localStorage or IndexedDB",
"devDependencies": {
"blueimp-md5": "^2.7.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-dereserve": "^0.2.1",
"gulp-exec": "^2.1.3",
"gulp-jison": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^2.0.1",
"istanbul": "^0.4.5",
"jison": "^0.4.17",
"mocha": "^3.2.0",
"mocha.parallel": "^0.15.0",
"mversion": "^1.10.1",
"npm-check": "^5.2.3",
"open": "0.0.5",
"strftime": "^0.10.0",
"uglify-js": "^2.7.5"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "c407b8cb5ed018cd8c2d882f4386492ae1420908",
"tarball": "https://registry.npmjs.org/alasql/-/alasql-0.3.9.tgz"
},
"engines": [
"node"
],
"gitHead": "65746661adabca0af5c4deb8572205d5236c616c",
"homepage": "https://github.com/agershun/alasql",
"keywords": [
"sql",
"nosql",
"graph",
"alasql",
"javascript",
"parser",
"database",
"DBMS",
"data",
"query",
"localStorage",
"IndexedDB",
"DOM-storage",
"SQLite",
"JSON",
"Excel",
"XLSX",
"XLS",
"CSV",
"worker"
],
"license": "MIT",
"main": "dist/alasql.fs.js",
"maintainers": [
{
"name": "agershun",
"email": "agershun@gmail.com"
},
{
"name": "mathiasrw",
"email": "mathias@rawu.dk"
}
],
"name": "kloudglue-alasql",
"optionalDependencies": {},
"preferGlobal": true,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/agershun/alasql.git"
},
"scripts": {
"build": "gulp",
"build:jison": "gulp --jison && gulp",
"build:watch": "gulp watch",
"bump": "mversion --no-prefix",
"jison": "jison ./src/alasqlparser.jison -o ./src/alasqlparser.js",
"release": "f='/TMP/alasql.tmp' && curl https://raw.githubusercontent.com/wiki/agershun/alasql/How-to-release.md > $f && sh $f ; rm $f",
"test": "gulp && cd test && mocha . --reporter dot",
"test:browser": "node test/browserTestRunner.js 7387",
"test:cover": "istanbul cover -x 'lib/zt/zt.js' --dir test/coverage _mocha",
"test:only": "cd test && mocha . --reporter dot",
"test:this": "gulp && cd test && mocha",
"uptodate": "npm-check -u --skip-unused"
},
"testling": {
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/4..latest",
"ipad/4..latest",
"android-browser/4..latest"
]
},
"typings": "./dist/alasql.d.ts",
"version": "0.4.2"
}