{
  "_from": "nano-sql@1.8.3",
  "_id": "nano-sql@1.8.3",
  "_inBundle": false,
  "_integrity": "sha512-z86F4C2NuQfAhQJnNHJz4K8OsJyZnVONPkS3C5RhoQNoyIUFteiCW6WEudMi7fyjLi/Sox2PNeTQqDVVGiFEvg==",
  "_location": "/nano-sql",
  "_phantomChildren": {
    "bindings": "1.3.1",
    "deferred-leveldown": "3.0.0",
    "detect-libc": "1.0.3",
    "fast-future": "1.0.2",
    "github-from-package": "0.0.0",
    "level-errors": "1.1.2",
    "level-iterator-stream": "2.0.3",
    "mkdirp": "0.5.1",
    "napi-build-utils": "1.0.1",
    "node-abi": "2.8.0",
    "noop-logger": "0.1.1",
    "npmlog": "4.1.2",
    "os-homedir": "1.0.2",
    "pump": "2.0.1",
    "rc": "1.2.8",
    "simple-get": "2.8.1",
    "tar-fs": "1.16.3",
    "tunnel-agent": "0.6.0",
    "which-pm-runs": "1.0.0",
    "xtend": "4.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nano-sql@1.8.3",
    "name": "nano-sql",
    "escapedName": "nano-sql",
    "rawSpec": "1.8.3",
    "saveSpec": null,
    "fetchSpec": "1.8.3"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/nano-sql/-/nano-sql-1.8.3.tgz",
  "_shasum": "713561b47233004c25c5d3a06c9432094571d4d9",
  "_spec": "nano-sql@1.8.3",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender",
  "author": {
    "name": "Scott Lott",
    "email": "Scott@ClickSimply.com"
  },
  "browser": "lib/index.js",
  "bugs": {
    "url": "https://github.com/ClickSimply/Nano-SQL/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Scott Lott",
      "url": "https://github.com/ClickSimply"
    },
    {
      "name": "Jesús Ignacio Ortíz Beltrán",
      "url": "https://github.com/Jesuso"
    },
    {
      "name": "Heri Sim",
      "url": "https://github.com/heri16"
    },
    {
      "name": "Vikrant Pogula",
      "url": "https://github.com/vikrantpogula"
    }
  ],
  "dependencies": {
    "fuzzysearch": "^1.0.3",
    "int64-buffer": "^0.1.10",
    "leveldown": "^4.0.0",
    "levelup": "^2.0.2",
    "levenshtein-edit-distance": "^2.0.2",
    "lie-ts": "^4.2.0",
    "metaphone": "^1.0.3",
    "prefix-trie-ts": "0.0.4",
    "queue": "^4.4.2",
    "really-small-events": "^1.1.0",
    "stemmer": "^1.0.2"
  },
  "deprecated": false,
  "description": "NoSQL Everywhere",
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.5.2",
    "@types/websql": "0.0.27",
    "NanoSQL-Adapter-Test": "git+https://github.com/ClickSimply/NanoSQL-Adapter-Test.git",
    "chai": "^4.1.2",
    "http-server": "^0.11.1",
    "lerna": "2.11.0",
    "mocha": "^5.2.0",
    "mocha-testdata": "^1.2.0",
    "npm-run-all": "^4.1.3",
    "raw-loader": "^0.5.1",
    "ts-loader": "^4.4.2",
    "ts-node": "^7.0.0",
    "tslib": "^1.9.3",
    "tslint": "^5.11.0",
    "typedoc": "^0.11.1",
    "typescript": "2.9.2",
    "uglify-js": "^3.4.5",
    "webpack": "^4.16.1",
    "webpack-cli": "^3.1.0",
    "webpack-node-externals": "^1.7.2",
    "webpack-strip-block": "^0.2.0"
  },
  "homepage": "https://nanosql.io/",
  "keywords": [
    "database",
    "browser",
    "json",
    "collection",
    "records",
    "node",
    "nodejs",
    "sql",
    "orm",
    "nosql",
    "DBMS",
    "data",
    "query",
    "localStorage",
    "IndexedDB",
    "DOM-storage",
    "SQLite",
    "JSON",
    "CSV",
    "iteration",
    "sequence",
    "stateless",
    "functional",
    "datastructure",
    "data",
    "lazy",
    "persistent",
    "immutable",
    "undo",
    "redo",
    "immutablejs",
    "redux",
    "sorting",
    "filtering",
    "filter",
    "sort",
    "somesql",
    "nanosql",
    "levelDB",
    "leveldb",
    "indexeddb",
    "level DB",
    "Indexed DB",
    "isomorphic",
    "universal",
    "trie",
    "redis",
    "tree",
    "database",
    "nosql",
    "rxjs",
    "pwa",
    "rx",
    "fuzzy"
  ],
  "license": "MIT",
  "main": "lib/index-server.js",
  "name": "nano-sql",
  "optionalDependencies": {
    "int64-buffer": "^0.1.10",
    "leveldown": "^4.0.0",
    "levelup": "^2.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ClickSimply/Nano-SQL.git"
  },
  "scripts": {
    "build": "bash bin/build.sh",
    "dist": "npm-run-all lint test build",
    "lint": "tslint -p ./tsconfig.json \"./src/**/*.ts\"",
    "serve": "webpack-dev-server --mode=development",
    "test": "mocha -r ts-node/register tests/index.ts"
  },
  "typings": "lib/index.d.ts",
  "version": "1.8.3"
}
