{
  "_from": "yam@0.0.22",
  "_id": "yam@0.0.22",
  "_inBundle": false,
  "_integrity": "sha1-OKdst5oZKE2SBu1JAx41mhNAvQY=",
  "_location": "/yam",
  "_phantomChildren": {
    "graceful-fs": "4.1.11",
    "jsonfile": "2.4.0",
    "klaw": "1.3.1",
    "path-is-absolute": "1.0.1",
    "rimraf": "2.6.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "yam@0.0.22",
    "name": "yam",
    "escapedName": "yam",
    "rawSpec": "0.0.22",
    "saveSpec": null,
    "fetchSpec": "0.0.22"
  },
  "_requiredBy": [
    "/ember-cli"
  ],
  "_resolved": "https://registry.npmjs.org/yam/-/yam-0.0.22.tgz",
  "_shasum": "38a76cb79a19284d9206ed49031e359a1340bd06",
  "_spec": "yam@0.0.22",
  "_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/ember-cli",
  "author": {
    "name": "Alex Navasardyan",
    "email": "alex.navasardyan@gmail.com",
    "url": "http://twokul.io"
  },
  "bugs": {
    "url": "https://github.com/twokul/yam/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fs-extra": "^0.30.0",
    "lodash.merge": "^4.4.0"
  },
  "deprecated": false,
  "description": "Dead simple storage interface",
  "devDependencies": {
    "chai": "^1.9.1",
    "jshint": "~2.3.0",
    "mocha": "*",
    "rewire": "^2.0.0"
  },
  "homepage": "https://github.com/twokul/yam#readme",
  "keywords": [
    "storage",
    "config"
  ],
  "license": "MIT",
  "main": "lib/yam.js",
  "name": "yam",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twokul/yam.git"
  },
  "scripts": {
    "test": "jshint lib/*.js test/*.js && mocha --reporter spec test/*-test.js"
  },
  "version": "0.0.22"
}
