{
  "_args": [
    [
      "sails-hook-orm@1.0.9",
      "/app"
    ]
  ],
  "_from": "sails-hook-orm@1.0.9",
  "_id": "sails-hook-orm@1.0.9",
  "_inBundle": false,
  "_integrity": "sha1-RhaYoMsVQnU0ORP15iQv4nYtvsg=",
  "_location": "/sails-hook-orm",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sails-hook-orm@1.0.9",
    "name": "sails-hook-orm",
    "escapedName": "sails-hook-orm",
    "rawSpec": "1.0.9",
    "saveSpec": null,
    "fetchSpec": "1.0.9"
  },
  "_requiredBy": [
    "/sails"
  ],
  "_resolved": "https://registry.npmjs.org/sails-hook-orm/-/sails-hook-orm-1.0.9.tgz",
  "_spec": "1.0.9",
  "_where": "/app",
  "author": {
    "name": "Mike McNeil"
  },
  "bugs": {
    "url": "http://sailsjs.com/bugs"
  },
  "dependencies": {
    "async": "1.5.2",
    "lodash": "3.10.1",
    "prompt": "0.2.14",
    "rttc": "~9.3.0",
    "waterline": "~0.11.0"
  },
  "description": "The ORM hook from Sails core.",
  "devDependencies": {
    "mocha": "2.4.5",
    "sails": "~0.12.1"
  },
  "homepage": "http://sailsjs.com",
  "keywords": [
    "waterline",
    "orm",
    "sails",
    "hook",
    "sails-hook"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "sails-hook-orm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikermcneil/sails-hook-orm.git"
  },
  "sails": {
    "isHook": true,
    "hookName": "orm"
  },
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha test -t 15000"
  },
  "version": "1.0.9"
}
