{
  "_from": "nedb",
  "_id": "nedb@1.8.0",
  "_inBundle": false,
  "_integrity": "sha512-ip7BJdyb5m+86ZbSb4y10FCCW9g35+U8bDRrZlAfCI6m4dKwEsQ5M52grcDcVK4Vm/vnPlDLywkyo3GliEkb5A==",
  "_location": "/nedb",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "nedb",
    "name": "nedb",
    "escapedName": "nedb",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/nedb/-/nedb-1.8.0.tgz",
  "_shasum": "0e3502cd82c004d5355a43c9e55577bd7bd91d88",
  "_spec": "nedb",
  "_where": "/home/tookacoi/remote.tooka-co.ir",
  "author": {
    "name": "Louis Chatriot",
    "email": "louis.chatriot@gmail.com"
  },
  "browser": {
    "./lib/customUtils.js": "./browser-version/browser-specific/lib/customUtils.js",
    "./lib/storage.js": "./browser-version/browser-specific/lib/storage.js"
  },
  "bugs": {
    "url": "https://github.com/louischatriot/nedb/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Louis Chatriot"
    }
  ],
  "dependencies": {
    "async": "0.2.10",
    "binary-search-tree": "0.2.5",
    "localforage": "^1.3.0",
    "mkdirp": "~0.5.1",
    "underscore": "~1.4.4"
  },
  "deprecated": false,
  "description": "File-based embedded data store for node.js",
  "devDependencies": {
    "chai": "^3.2.0",
    "commander": "1.1.1",
    "exec-time": "0.0.2",
    "mocha": "1.4.x",
    "request": "2.9.x",
    "sinon": "1.3.x"
  },
  "homepage": "https://github.com/louischatriot/nedb",
  "keywords": [
    "database",
    "datastore",
    "embedded"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "main": "index",
  "name": "nedb",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/louischatriot/nedb.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --timeout 10000"
  },
  "version": "1.8.0"
}
