{
  "_args": [
    [
      {
        "raw": "websql@0.4.4",
        "scope": null,
        "escapedName": "websql",
        "name": "websql",
        "rawSpec": "0.4.4",
        "spec": "0.4.4",
        "type": "version"
      },
      "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/superlogin/node_modules/pouchdb"
    ]
  ],
  "_from": "websql@0.4.4",
  "_id": "websql@0.4.4",
  "_inCache": true,
  "_location": "/websql",
  "_nodeVersion": "5.9.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/websql-0.4.4.tgz_1460263068643_0.12893990683369339"
  },
  "_npmUser": {
    "name": "nolanlawson",
    "email": "nolan@nolanlawson.com"
  },
  "_npmVersion": "3.7.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "websql@0.4.4",
    "scope": null,
    "escapedName": "websql",
    "name": "websql",
    "rawSpec": "0.4.4",
    "spec": "0.4.4",
    "type": "version"
  },
  "_requiredBy": [
    "/superlogin/pouchdb"
  ],
  "_resolved": "https://registry.npmjs.org/websql/-/websql-0.4.4.tgz",
  "_shasum": "1463177f203cff0f3ac4d8294c8e1261c0c8ec01",
  "_shrinkwrap": null,
  "_spec": "websql@0.4.4",
  "_where": "/home/keyworddashboard/liapi.keyworddashboard.com/node_modules/superlogin/node_modules/pouchdb",
  "author": {
    "name": "Nolan Lawson",
    "email": "nolan@nolanlawson.com"
  },
  "browser": "lib/browser.js",
  "bugs": {
    "url": "https://github.com/nolanlawson/node-websql/issues"
  },
  "dependencies": {
    "argsarray": "0.0.1",
    "immediate": "^3.2.2",
    "noop-fn": "^1.0.0",
    "pouchdb-collections": "^1.0.1",
    "sqlite3": "^3.1.1",
    "tiny-queue": "^0.2.1"
  },
  "description": "WebSQL Database API, implemented for Node using sqlite3",
  "devDependencies": {
    "assert": "^1.3.0",
    "bluebird": "^3.3.1",
    "istanbul": "^0.4.2",
    "istanbul-coveralls": "^1.0.3",
    "jshint": "2.8.0",
    "mocha": "^2.4.5",
    "phantomjs": "^2.1.3",
    "zuul": "^3.9.0"
  },
  "directories": {},
  "dist": {
    "shasum": "1463177f203cff0f3ac4d8294c8e1261c0c8ec01",
    "tarball": "https://registry.npmjs.org/websql/-/websql-0.4.4.tgz"
  },
  "files": [
    "lib",
    "custom"
  ],
  "gitHead": "e15367dd439b390e761efc73ee5785fcd8882558",
  "homepage": "https://github.com/nolanlawson/node-websql#readme",
  "keywords": [
    "websql",
    "sql",
    "opendatabase",
    "sqlite",
    "storage",
    "sqlite3",
    "database"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "nolanlawson",
      "email": "nolan@nolanlawson.com"
    }
  ],
  "name": "websql",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/nolanlawson/node-websql.git"
  },
  "scripts": {
    "coverage": "npm run test-coverage && npm run ensure-coverage",
    "ensure-coverage": "istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100",
    "lint": "jshint -c .jshintrc lib test",
    "report-coverage": "npm run test-coverage && istanbul-coveralls --no-rm",
    "test": "mocha test/test.js",
    "test-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- test/test.js",
    "test-debug": "mocha --debug-brk test/test.js",
    "test-local": "zuul --no-coverage --local 9000 --ui mocha-bdd test/test.js",
    "test-phantom": "zuul --no-coverage --phantom --ui mocha-bdd test/test.js"
  },
  "version": "0.4.4"
}
