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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "_from": "args@5.0.1",
  "_id": "args@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ==",
  "_location": "/args",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "args@5.0.1",
    "name": "args",
    "escapedName": "args",
    "rawSpec": "5.0.1",
    "saveSpec": null,
    "fetchSpec": "5.0.1"
  },
  "_requiredBy": [
    "/proxy"
  ],
  "_resolved": "https://registry.npmjs.org/args/-/args-5.0.1.tgz",
  "_shasum": "4bf298df90a4799a09521362c579278cc2fdd761",
  "_spec": "args@5.0.1",
  "_where": "/home/l/plc/node-red/node_modules/proxy",
  "author": {
    "name": "leo"
  },
  "bugs": {
    "url": "https://github.com/leo/args/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "camelcase": "5.0.0",
    "chalk": "2.4.2",
    "leven": "2.1.0",
    "mri": "1.1.4"
  },
  "deprecated": false,
  "description": "Minimal toolkit for building CLIs",
  "devDependencies": {
    "ava": "1.2.1",
    "eslint-config-prettier": "4.1.0",
    "execa": "1.0.0",
    "husky": "1.3.1",
    "lint-staged": "8.1.5",
    "prettier": "1.16.4",
    "xo": "0.24.0"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/leo/args#readme",
  "keywords": [
    "cli",
    "command",
    "arguments",
    "util",
    "bin",
    "commander",
    "nanomist"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "npm run lint",
      "prettier --single-quote --write --no-semi",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "name": "args",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leo/args.git"
  },
  "scripts": {
    "lint": "xo",
    "precommit": "lint-staged",
    "test": "npm run lint && ava"
  },
  "version": "5.0.1",
  "xo": {
    "extends": "prettier"
  }
}