{
  "_args": [
    [
      "configstore@1.4.0",
      "/home/ambuj/Desktop/mysql Projects/mobileapp"
    ]
  ],
  "_development": true,
  "_from": "configstore@1.4.0",
  "_id": "configstore@1.4.0",
  "_inBundle": false,
  "_integrity": "sha1-w1eB0FAdJowlxUuLF/YkDopPsCE=",
  "_location": "/configstore",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "configstore@1.4.0",
    "name": "configstore",
    "escapedName": "configstore",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
  },
  "_requiredBy": [
    "/update-notifier"
  ],
  "_resolved": "https://registry.npmjs.org/configstore/-/configstore-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "/home/ambuj/Desktop/mysql Projects/mobileapp",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/yeoman/configstore/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "mkdirp": "^0.5.0",
    "object-assign": "^4.0.1",
    "os-tmpdir": "^1.0.0",
    "osenv": "^0.1.0",
    "uuid": "^2.0.1",
    "write-file-atomic": "^1.1.2",
    "xdg-basedir": "^2.0.0"
  },
  "description": "Easily load and save config without having to think about where and how",
  "devDependencies": {
    "mocha": "*",
    "path-exists": "^2.0.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/yeoman/configstore#readme",
  "keywords": [
    "conf",
    "config",
    "configuration",
    "settings",
    "store",
    "editable",
    "json",
    "data",
    "persist",
    "persistent",
    "save"
  ],
  "license": "BSD-2-Clause",
  "name": "configstore",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeoman/configstore.git"
  },
  "scripts": {
    "test": "xo && mocha"
  },
  "version": "1.4.0"
}
