{
  "_args": [
    [
      "alasql@0.4.11",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "alasql@0.4.11",
  "_id": "alasql@0.4.11",
  "_inBundle": false,
  "_integrity": "sha512-U1x1+NjIiG24crW34OwB3I8mpl0s0gS8xUcZ6unddLkRWaIWV/R/dqc/zTKwoE0YDwss0yI05WOYg5Psb62VRA==",
  "_location": "/alasql",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "alasql@0.4.11",
    "name": "alasql",
    "escapedName": "alasql",
    "rawSpec": "0.4.11",
    "saveSpec": null,
    "fetchSpec": "0.4.11"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/alasql/-/alasql-0.4.11.tgz",
  "_spec": "0.4.11",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Andrey Gershun",
    "email": "agershun@gmail.com"
  },
  "bin": {
    "alasql": "./bin/alasql-cli.js",
    "alaserver": "./bin/alaserver.js"
  },
  "browser": "dist/alasql.min.js",
  "bugs": {
    "url": "https://github.com/agershun/alasql/issues"
  },
  "contributors": [
    {
      "name": "Mathias Rangel Wulff",
      "email": "m@rawu.dk"
    }
  ],
  "dependencies": {
    "dom-storage": "^2.0.1",
    "es6-promise": "^4.2.2",
    "lodash": "^4.17.4",
    "request": "^2.83.0",
    "xlsx": "^0.13.2",
    "yargs": "^5.0.0"
  },
  "description": "Use SQL to select and filter javascript data - including relational joins and search in nested objects (JSON). Export to and import from Excel and CSV",
  "devDependencies": {
    "blueimp-md5": "^2.10.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.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.6.1",
    "gulp-shell": "^0.6.3",
    "gulp-uglify": "^2.1.2",
    "istanbul": "^0.4.5",
    "jison": "^0.4.18",
    "mocha": "^3.5.3",
    "mocha.parallel": "^0.15.3",
    "mversion": "^1.10.1",
    "npm-check": "^5.5.2",
    "open": "0.0.5",
    "prettier": "^1.10.2",
    "strftime": "^0.10.0",
    "tabletop": "^1.5.2",
    "uglify-js": "^3.3.7"
  },
  "directories": {
    "test": "test"
  },
  "engines": [
    "node"
  ],
  "homepage": "https://github.com/agershun/alasql",
  "keywords": [
    "SQL",
    "javascript",
    "database",
    "Excel",
    "XLSX",
    "XLS",
    "CSV"
  ],
  "license": "MIT",
  "main": "dist/alasql.fs.js",
  "name": "alasql",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/agershun/alasql.git"
  },
  "scripts": {
    "build": "npm run format:src && gulp",
    "build:jison": "gulp --jison && gulp",
    "build:watch": "gulp watch",
    "bump": "mversion --no-prefix",
    "format:src": "prettier src/*.js --write",
    "format:test": "prettier test/*.js --write",
    "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": "npm run build && 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.11"
}
