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
| {
| "_from": "help-me@^1.0.1",
| "_id": "help-me@1.1.0",
| "_inBundle": false,
| "_integrity": "sha1-jy1QjQYAtKRW2i8IZVbn5cBWo8Y=",
| "_location": "/help-me",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "help-me@^1.0.1",
| "name": "help-me",
| "escapedName": "help-me",
| "rawSpec": "^1.0.1",
| "saveSpec": null,
| "fetchSpec": "^1.0.1"
| },
| "_requiredBy": [
| "/mqtt"
| ],
| "_resolved": "https://registry.npm.taobao.org/help-me/download/help-me-1.1.0.tgz",
| "_shasum": "8f2d508d0600b4a456da2f086556e7e5c056a3c6",
| "_spec": "help-me@^1.0.1",
| "_where": "C:\\Users\\admin\\Documents\\HBuilderProjects\\warning_app\\node_modules\\mqtt",
| "author": {
| "name": "Matteo Collina",
| "email": "hello@matteocollina.com"
| },
| "bugs": {
| "url": "https://github.com/mcollina/help-me/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "callback-stream": "^1.0.2",
| "glob-stream": "^6.1.0",
| "through2": "^2.0.1",
| "xtend": "^4.0.0"
| },
| "deprecated": false,
| "description": "Help command for node, partner of minimist and commist",
| "devDependencies": {
| "commist": "^1.0.0",
| "concat-stream": "^1.4.7",
| "faucet": "0.0.1",
| "pre-commit": "^1.1.3",
| "standard": "^9.0.0",
| "tape": "^4.6.0"
| },
| "homepage": "https://github.com/mcollina/help-me",
| "keywords": [
| "help",
| "command",
| "minimist",
| "commist"
| ],
| "license": "MIT",
| "main": "help-me.js",
| "name": "help-me",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/mcollina/help-me.git"
| },
| "scripts": {
| "test": "standard && node test.js | faucet"
| },
| "version": "1.1.0"
| }
|
|