{
  "_args": [
    [
      "save@2.4.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "save@2.4.0",
  "_id": "save@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-wd5L2uVnsKYkIUaK6i8Ie66IOHaI328gMF0MPuTJtYOjXgUolC33LSIk7Qr8WVA55QHaGwfiVS8a7EFIeGOR3w==",
  "_location": "/save",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "save@2.4.0",
    "name": "save",
    "escapedName": "save",
    "rawSpec": "2.4.0",
    "saveSpec": null,
    "fetchSpec": "2.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/save/-/save-2.4.0.tgz",
  "_spec": "2.4.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Paul Serby",
    "email": "paul@serby.net"
  },
  "bugs": {
    "url": "https://github.com/serby/save/issues"
  },
  "dependencies": {
    "async": "^2.6.2",
    "event-stream": "^4.0.1",
    "lodash.assign": "^4.2.0",
    "mingo": "1"
  },
  "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": {
    "jshint": "^2.10.2",
    "lodash": "^4.17.4",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1",
    "should": "^13.2.3",
    "stream-assert": "^2.0.3"
  },
  "engine": ">=6",
  "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 .",
    "prepublish": "npm test && npm prune",
    "pretest": "npm run-script lint",
    "test": "nyc mocha -- --recursive -R spec -r should"
  },
  "tags": [
    "data",
    "database",
    "ORM",
    "it's not an ORM"
  ],
  "version": "2.4.0"
}
