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