blob: 21649bc2e04c3f21be55c3c9b45586b777a4b379 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "hooker@~0.2.3",
3 "_id": "hooker@0.2.3",
4 "_inBundle": false,
5 "_integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
6 "_location": "/hooker",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "hooker@~0.2.3",
12 "name": "hooker",
13 "escapedName": "hooker",
14 "rawSpec": "~0.2.3",
15 "saveSpec": null,
16 "fetchSpec": "~0.2.3"
17 },
18 "_requiredBy": [
19 "/grunt-legacy-log",
20 "/grunt-legacy-util"
21 ],
22 "_resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
23 "_shasum": "b834f723cc4a242aa65963459df6d984c5d3d959",
24 "_spec": "hooker@~0.2.3",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-legacy-log",
26 "author": {
27 "name": "\"Cowboy\" Ben Alman",
28 "url": "http://benalman.com/"
29 },
30 "bugs": {
31 "url": "https://github.com/cowboy/javascript-hooker/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {},
35 "deprecated": false,
36 "description": "Monkey-patch (hook) functions for debugging and stuff.",
37 "devDependencies": {
38 "grunt": "~0.2.1"
39 },
40 "engines": {
41 "node": "*"
42 },
43 "homepage": "http://github.com/cowboy/javascript-hooker",
44 "keywords": [
45 "patch",
46 "hook",
47 "function",
48 "debug",
49 "aop"
50 ],
51 "licenses": [
52 {
53 "type": "MIT",
54 "url": "https://github.com/cowboy/javascript-hooker/blob/master/LICENSE-MIT"
55 }
56 ],
57 "main": "lib/hooker",
58 "name": "hooker",
59 "repository": {
60 "type": "git",
61 "url": "git://github.com/cowboy/javascript-hooker.git"
62 },
63 "scripts": {
64 "test": "grunt test"
65 },
66 "version": "0.2.3"
67}