{
  "_args": [
    [
      {
        "raw": "lowdb@^0.15.0",
        "scope": null,
        "escapedName": "lowdb",
        "name": "lowdb",
        "rawSpec": "^0.15.0",
        "spec": ">=0.15.0 <0.16.0",
        "type": "range"
      },
      "D:\\gitLab\\comet\\brush\\node_modules\\json-server"
    ]
  ],
  "_from": "lowdb@>=0.15.0 <0.16.0",
  "_id": "lowdb@0.15.5",
  "_inCache": true,
  "_location": "/lowdb",
  "_nodeVersion": "7.1.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/lowdb-0.15.5.tgz_1487193253732_0.8331882986240089"
  },
  "_npmUser": {
    "name": "typicode",
    "email": "typicode@gmail.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "lowdb@^0.15.0",
    "scope": null,
    "escapedName": "lowdb",
    "name": "lowdb",
    "rawSpec": "^0.15.0",
    "spec": ">=0.15.0 <0.16.0",
    "type": "range"
  },
  "_requiredBy": [
    "/json-server"
  ],
  "_resolved": "http://192.168.100.10:20899/lowdb/-/lowdb-0.15.5.tgz",
  "_shasum": "9ade105df8aa573692d1221622b85414fbf4fa96",
  "_shrinkwrap": null,
  "_spec": "lowdb@^0.15.0",
  "_where": "D:\\gitLab\\comet\\brush\\node_modules\\json-server",
  "author": {
    "name": "Typicode",
    "email": "typicode@gmail.com"
  },
  "browser": {
    "./src/storages/file-sync.js": "./src/storages/browser.js",
    "./lib/storages/file-sync.js": "./lib/storages/browser.js"
  },
  "bugs": {
    "url": "https://github.com/typicode/lowdb/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.3",
    "is-promise": "^2.1.0",
    "json-parse-helpfulerror": "^1.0.3",
    "lodash": "4",
    "steno": "^0.4.1"
  },
  "description": "JSON database for Node and the browser powered by lodash API",
  "devDependencies": {
    "babel-cli": "^6.2.0",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.2",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-stage-3": "^6.3.13",
    "babel-register": "^6.9.0",
    "husky": "^0.13.0",
    "ramda": "^0.23.0",
    "rimraf": "^2.5.4",
    "sinon": "^1.17.2",
    "standard": "^8.5.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.2.2",
    "tempfile": "^1.1.1",
    "underscore-db": "^0.12.0",
    "webpack": "^2.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "9ade105df8aa573692d1221622b85414fbf4fa96",
    "tarball": "http://192.168.100.10:20899/lowdb/-/lowdb-0.15.5.tgz"
  },
  "engines": {
    "node": ">= 0.12"
  },
  "gitHead": "d5591100f08806027ad69ee4b6e40feed9eb1360",
  "homepage": "https://github.com/typicode/lowdb",
  "keywords": [
    "flat",
    "file",
    "local",
    "database",
    "storage",
    "JSON",
    "lo-dash",
    "lodash",
    "underscore",
    "localStorage",
    "embed",
    "embeddable"
  ],
  "license": "MIT",
  "main": "./lib/main.js",
  "maintainers": [
    {
      "name": "typicode",
      "email": "typicode@gmail.com"
    }
  ],
  "name": "lowdb",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/typicode/lowdb.git"
  },
  "scripts": {
    "build": "npm run build:lib && npm run build:dist",
    "build:dist": "rimraf dist && webpack && webpack -p",
    "build:lib": "rimraf lib && babel src --out-dir lib",
    "fix": "standard --fix",
    "precommit": "npm test",
    "prepublish": "npm run build",
    "tape": "tape -r babel-register -r babel-polyfill test/*.js | tap-spec",
    "test": "npm run tape && standard"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "version": "0.15.5"
}
