mongoose-diff-tracking
Version:
Manage Mongo Collection diff History and versions
71 lines (70 loc) • 1.73 kB
JSON
{
"_from": "hooks-fixed@1.1.0",
"_id": "hooks-fixed@1.1.0",
"_inBundle": false,
"_integrity": "sha1-DowVM2cI5mERhf45C0RofdUjDbs=",
"_location": "/hooks-fixed",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hooks-fixed@1.1.0",
"name": "hooks-fixed",
"escapedName": "hooks-fixed",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz",
"_shasum": "0e8c15336708e6611185fe390b44687dd5230dbb",
"_spec": "hooks-fixed@1.1.0",
"_where": "/Users/macbookpro/Repo/research/noam/noam.mongoose-diff-history/example/node_modules/mongoose",
"author": {
"name": "Brian Noguchi",
"email": "brian.noguchi@gmail.com",
"url": "https://github.com/bnoguchi/"
},
"bugs": {
"url": "https://github.com/vkarpov15/hooks-fixed/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Adds pre and post hook functionality to your JavaScript methods.",
"devDependencies": {
"expresso": ">=0.7.6",
"should": ">=0.2.1",
"underscore": ">=1.1.4"
},
"directories": {
"lib": "."
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/vkarpov15/hooks-fixed/",
"keywords": [
"node",
"hooks",
"middleware",
"pre",
"post"
],
"licenses": [
"MIT"
],
"main": "./hooks.js",
"name": "hooks-fixed",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/hooks-fixed.git"
},
"scripts": {
"test": "make test"
},
"version": "1.1.0"
}