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
{
  "_from": "yargs-unparser@2.0.0",
  "_id": "yargs-unparser@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==",
  "_location": "/yargs-unparser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "yargs-unparser@2.0.0",
    "name": "yargs-unparser",
    "escapedName": "yargs-unparser",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/mocha"
  ],
  "_resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz",
  "_shasum": "f131f9226911ae5d9ad38c432fe809366c2325eb",
  "_spec": "yargs-unparser@2.0.0",
  "_where": "/home/l/plc/node-red/node_modules/mocha",
  "author": {
    "name": "André Cruz",
    "email": "andre@moxy.studio"
  },
  "bugs": {
    "url": "https://github.com/yargs/yargs-unparser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "camelcase": "^6.0.0",
    "decamelize": "^4.0.0",
    "flat": "^5.0.2",
    "is-plain-obj": "^2.1.0"
  },
  "deprecated": false,
  "description": "Converts back a yargs argv object to its original array form",
  "devDependencies": {
    "eslint": "^6.1.0",
    "eslint-config-moxy": "^7.1.0",
    "husky": "^3.0.1",
    "jest": "^24.9.0",
    "lint-staged": "^9.5.0",
    "minimist": "^1.2.5",
    "yargs-parser": "^18.1.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [],
  "homepage": "https://github.com/yargs/yargs-unparser",
  "keywords": [
    "yargs",
    "unparse",
    "expand",
    "inverse",
    "argv"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "yargs-unparser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yargs/yargs-unparser.git"
  },
  "scripts": {
    "fix": "eslint . --fix",
    "lint": "eslint .",
    "precommit": "lint-staged",
    "prerelease": "npm t && npm run lint",
    "test": "jest --env node --coverage"
  },
  "version": "2.0.0"
}