81 lines
1.8 KiB
JSON

{
"_from": "dargs@^7.0.0",
"_id": "dargs@7.0.0",
"_inBundle": false,
"_integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==",
"_location": "/dargs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dargs@^7.0.0",
"name": "dargs",
"escapedName": "dargs",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/cypress-cucumber-preprocessor"
],
"_resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz",
"_shasum": "04015c41de0bcb69ec84050f3d9be0caf8d6d5cc",
"_spec": "dargs@^7.0.0",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cypress-cucumber-preprocessor",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/dargs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Reverse minimist. Convert an object of options into an array of command-line arguments.",
"devDependencies": {
"ava": "^2.1.0",
"tsd": "^0.7.3",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/dargs#readme",
"keywords": [
"reverse",
"minimist",
"options",
"arguments",
"args",
"flags",
"cli",
"nopt",
"commander",
"binary",
"command",
"inverse",
"opposite",
"invert",
"switch",
"construct",
"parse",
"parser",
"argv"
],
"license": "MIT",
"name": "dargs",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/dargs.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "7.0.0"
}