{
  "_args": [
    [
      "configstore@0.3.2",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "configstore@0.3.2",
  "_id": "configstore@0.3.2",
  "_inBundle": false,
  "_integrity": "sha1-JeTBbDdoq/dcWmW8YXYfSVBVtFk=",
  "_location": "/configstore",
  "_phantomChildren": {
    "natives": "1.1.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "configstore@0.3.2",
    "name": "configstore",
    "escapedName": "configstore",
    "rawSpec": "0.3.2",
    "saveSpec": null,
    "fetchSpec": "0.3.2"
  },
  "_requiredBy": [
    "/insight",
    "/update-notifier"
  ],
  "_resolved": "https://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz",
  "_spec": "0.3.2",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/yeoman/configstore/issues"
  },
  "dependencies": {
    "graceful-fs": "^3.0.1",
    "js-yaml": "^3.1.0",
    "mkdirp": "^0.5.0",
    "object-assign": "^2.0.0",
    "osenv": "^0.1.0",
    "user-home": "^1.0.0",
    "uuid": "^2.0.1",
    "xdg-basedir": "^1.0.0"
  },
  "description": "Easily load and save config without having to think about where and how",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/yeoman/configstore#readme",
  "keywords": [
    "conf",
    "config",
    "configuration",
    "settings",
    "store",
    "editable",
    "yaml",
    "yml"
  ],
  "license": "BSD",
  "name": "configstore",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeoman/configstore.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.3.2"
}
