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
91
92
93
94
95
96
97
98
99
100
| {
| "_args": [
| [
| "yargs-unparser@1.5.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "yargs-unparser@1.5.0",
| "_id": "yargs-unparser@1.5.0",
| "_inBundle": false,
| "_integrity": "sha512-HK25qidFTCVuj/D1VfNiEndpLIeJN78aqgR23nL3y4N0U/91cOAzqfHlF8n2BvoNDcZmJKin3ddNSvOxSr8flw==",
| "_location": "/yargs-unparser",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "yargs-unparser@1.5.0",
| "name": "yargs-unparser",
| "escapedName": "yargs-unparser",
| "rawSpec": "1.5.0",
| "saveSpec": null,
| "fetchSpec": "1.5.0"
| },
| "_requiredBy": [
| "/egg-bin/mocha"
| ],
| "_resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.5.0.tgz",
| "_spec": "1.5.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "André Cruz",
| "email": "andre@moxy.studio"
| },
| "bugs": {
| "url": "https://github.com/yargs/yargs-unparser/issues"
| },
| "commitlint": {
| "extends": [
| "@commitlint/config-conventional"
| ]
| },
| "dependencies": {
| "flat": "^4.1.0",
| "lodash": "^4.17.11",
| "yargs": "^12.0.5"
| },
| "description": "Converts back a yargs argv object to its original array form",
| "devDependencies": {
| "@commitlint/cli": "^7.2.1",
| "@commitlint/config-conventional": "^7.1.2",
| "eslint": "^5.9.0",
| "eslint-config-moxy": "^6.1.1",
| "husky": "^1.2.0",
| "jest": "^23.6.0",
| "lint-staged": "^8.1.0",
| "minimist": "^1.2.0",
| "standard-version": "^4.4.0",
| "yargs-parser": "^11.1.1"
| },
| "engines": {
| "node": ">=6"
| },
| "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+ssh://git@github.com/yargs/yargs-unparser.git"
| },
| "scripts": {
| "commitmsg": "commitlint -e $GIT_PARAMS",
| "lint": "eslint .",
| "precommit": "lint-staged",
| "prerelease": "npm t && npm run lint",
| "release": "standard-version",
| "test": "jest --env node --coverage"
| },
| "standard-version": {
| "scripts": {
| "posttag": "git push --follow-tags origin master && npm publish"
| }
| },
| "version": "1.5.0"
| }
|
|