Sha256: 4f19f5131ae92b63d3960f6da60a54ec5f16497724fcfdd74c7cbf8a41bd7a34
Contents?: true
Size: 1.78 KB
Versions: 21
Compression:
Stored size: 1.78 KB
Contents
{ "name": "sqlite-parser", "description": "JavaScript implentation of SQLite 3 query parser", "author": "Code School (http://codeschool.com)", "version": "1.0.1", "contributors": [ "Nick Wronski <nick@javascript.com>" ], "keywords": [ "sql", "sqlite", "parser", "syntax", "ast" ], "main": "lib/index.js", "bin": { "sqlite-parser": "bin/sqlite-parser" }, "map": { "./lib/streaming.js": { "browser": "./lib/streaming-shim.js" } }, "browser": "dist/sqlite-parser.js", "scripts": { "test": "grunt test", "build": "grunt release" }, "engines": { "node": ">=4" }, "license": "MIT", "files": [ "dist/", "bin/", "lib/", "LICENSE", "CHANGELOG.md", "README.md" ], "repository": "git@github.com:codeschool/sqlite-parser.git", "bugs": { "url": "https://github.com/codeschool/sqlite-parser/issues" }, "devDependencies": { "babel-core": "^6.17.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.16.0", "bluebird": "^3.4.6", "chai": "^3.5.0", "codemirror": "^5.19.0", "glob": "^7.1.0", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-banner": "^0.6.0", "grunt-browserify": "^5.0.0", "grunt-cli": "^1.2.0", "grunt-concurrent": "^2.3.1", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^1.0.2", "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-replace": "^1.0.1", "grunt-shell": "^2.0.0", "load-grunt-tasks": "^3.5.2", "lodash": "^4.16.2", "mocha": "^3.1.0", "pegjs": "git+https://github.com/nwronski/pegjs.git#master", "prettyjson": "^1.1.3" }, "dependencies": {} }
Version data entries
21 entries across 21 versions & 1 rubygems