dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/argv-tools/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

78 lines
1.8 KiB
JSON

{
"_args": [
[
"argv-tools@0.1.2",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "argv-tools@0.1.2",
"_id": "argv-tools@0.1.2",
"_inBundle": false,
"_integrity": "sha512-wxqoymY0BEu9NblZVQiOTOAiJUjPhaa/kbNMjC2h6bnrmUSgnxKgWJo3lzXvi3bHJRwXyqK/dHzMlZVRT89Cxg==",
"_location": "/argv-tools",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "argv-tools@0.1.2",
"name": "argv-tools",
"escapedName": "argv-tools",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"/command-line-args"
],
"_resolved": "https://registry.npmjs.org/argv-tools/-/argv-tools-0.1.2.tgz",
"_spec": "0.1.2",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/argv-tools/issues"
},
"dependencies": {
"array-back": "^2.0.0",
"find-replace": "^2.0.1"
},
"description": "Some useful tools for working with process.argv",
"devDependencies": {
"jsdoc-to-markdown": "^5.0.1",
"test-runner": "^0.5.0-1"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/75lb/argv-tools#readme",
"keywords": [
"argv",
"parse",
"argument",
"args",
"option",
"options",
"parser",
"parsing",
"cli",
"command",
"line"
],
"license": "MIT",
"name": "argv-tools",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/argv-tools.git"
},
"scripts": {
"docs": "jsdoc2md --template README.hbs index.js > README.md",
"test": "test-runner test.js"
},
"version": "0.1.2"
}