1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "hooks-fixed@1.0.2",
- "D:\\work\\im\\node_modules\\mongoose"
- ]
- ],
- "_from": "hooks-fixed@1.0.2",
- "_id": "hooks-fixed@1.0.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/hooks-fixed",
- "_nodeVersion": "0.12.3",
- "_npmUser": {
- "email": "val@karpov.io",
- "name": "vkarpov15"
- },
- "_npmVersion": "2.9.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "hooks-fixed",
- "raw": "hooks-fixed@1.0.2",
- "rawSpec": "1.0.2",
- "scope": null,
- "spec": "1.0.2",
- "type": "version"
- },
- "_requiredBy": [
- "/mongoose"
- ],
- "_resolved": "https://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.0.2.tgz",
- "_shasum": "ba38549f5a98c97f2271da428a8616e6bff68b57",
- "_shrinkwrap": null,
- "_spec": "hooks-fixed@1.0.2",
- "_where": "D:\\work\\im\\node_modules\\mongoose",
- "author": {
- "email": "brian.noguchi@gmail.com",
- "name": "Brian Noguchi",
- "url": "https://github.com/bnoguchi/"
- },
- "bugs": {
- "url": "https://github.com/vkarpov15/hooks-fixed/issues"
- },
- "dependencies": {},
- "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": "."
- },
- "dist": {
- "shasum": "ba38549f5a98c97f2271da428a8616e6bff68b57",
- "tarball": "https://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.0.2.tgz"
- },
- "engines": {
- "node": ">=0.4.0"
- },
- "gitHead": "12ba552edc89a493218fd052cc4673dd1e832272",
- "homepage": "https://github.com/vkarpov15/hooks-fixed/",
- "keywords": [
- "node",
- "hooks",
- "middleware",
- "pre",
- "post"
- ],
- "licenses": [
- "MIT"
- ],
- "main": "./hooks.js",
- "maintainers": [
- {
- "email": "valkar207@gmail.com",
- "name": "vkarpov15"
- }
- ],
- "name": "hooks-fixed",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/vkarpov15/hooks-fixed.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "1.0.2"
- }
|