{
  "_args": [
    [
      "save@2.3.1",
      "/home/ambuj/Desktop/mysql Projects/mobileapp"
    ]
  ],
  "_from": "save@2.3.1",
  "_id": "save@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-Ds8c5pKQFVOjRXa0mKjMDeL9tpuzcIRZH4XGzx0+v/rc2ro1gSsbSkQW1pDmlEyCjaWIzESx2kZHgAEZ3JkiKg==",
  "_location": "/save",
  "_phantomChildren": {
    "lodash": "4.17.4"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "save@2.3.1",
    "name": "save",
    "escapedName": "save",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/save/-/save-2.3.1.tgz",
  "_spec": "2.3.1",
  "_where": "/home/ambuj/Desktop/mysql Projects/mobileapp",
  "author": {
    "name": "Paul Serby",
    "email": "paul@serby.net"
  },
  "bugs": {
    "url": "https://github.com/serby/save/issues"
  },
  "dependencies": {
    "async": "^2.4.1",
    "event-stream": "^3.3.4",
    "lodash.assign": "^4.2.0",
    "mingo": "^1.1.2"
  },
  "description": "A simple CRUD based persistence abstraction for storing objects to any backend data store. eg. Memory, MongoDB, Redis, CouchDB, Postgres, Punch Card etc.",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "jshint": "^2.9.4",
    "lodash": "^4.17.4",
    "mocha": "^3.4.2",
    "should": "^11.2.1",
    "stream-assert": "^2.0.3"
  },
  "engine": ">=0.10",
  "homepage": "https://github.com/serby/save#readme",
  "license": "ISC",
  "main": "lib/save",
  "name": "save",
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/serby/save.git"
  },
  "scripts": {
    "lint": "jshint .",
    "posttest": "istanbul check-coverage && rm -rf coverage",
    "prepublish": "npm test && npm prune",
    "pretest": "npm run-script lint",
    "test": "istanbul cover ./node_modules/.bin/_mocha -- --recursive -R spec -r should"
  },
  "tags": [
    "data",
    "database",
    "ORM",
    "it's not an ORM"
  ],
  "version": "2.3.1"
}
