VisionFTF / express-admin / node_modules / xsql / package.json
package.json
Raw
{
  "_from": "xsql@^1.0.1",
  "_id": "xsql@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-Xyd873Xc44XNcq3wyh0HRfOQ13w=",
  "_location": "/xsql",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xsql@^1.0.1",
    "name": "xsql",
    "escapedName": "xsql",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/express-admin"
  ],
  "_resolved": "https://registry.npmjs.org/xsql/-/xsql-1.0.1.tgz",
  "_shasum": "5f277cef75dce385cd72adf0ca1d0745f390d77c",
  "_spec": "xsql@^1.0.1",
  "_where": "/home/priya/Documents/vision/express-admin/node_modules/express-admin",
  "author": {
    "name": "simo",
    "email": "simeonvelichkov@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/simov/xsql/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "type-check": "0.3.1"
  },
  "deprecated": false,
  "description": "SQL Query Builder",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "homepage": "https://github.com/simov/xsql",
  "keywords": [
    "sql",
    "query",
    "builder",
    "mysql",
    "mariadb",
    "sqlite",
    "postgresql",
    "pg"
  ],
  "license": "MIT",
  "main": "./lib/instance",
  "name": "xsql",
  "repository": {
    "type": "git",
    "url": "git://github.com/simov/xsql.git"
  },
  "scripts": {
    "test": "node_modules/mocha/bin/mocha"
  },
  "version": "1.0.1"
}