Wolfgang Hottgenroth 74584cdbbe first part is working
2018-05-16 10:24:31 +02:00

75 lines
2.2 KiB
JSON

{
"_args": [
[
"argv-tools@0.1.1",
"/opt/services/PiAlive"
]
],
"_from": "argv-tools@0.1.1",
"_id": "argv-tools@0.1.1",
"_inBundle": false,
"_integrity": "sha512-Cc0dBvx4dvrjjKpyDA6w8RlNAw8Su30NvZbWl/Tv9ZALEVlLVkWQiHMi84Q0xNfpVuSaiQbYkdmWK8g1PLGhKw==",
"_location": "/argv-tools",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "argv-tools@0.1.1",
"name": "argv-tools",
"escapedName": "argv-tools",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/command-line-args"
],
"_resolved": "https://registry.npmjs.org/argv-tools/-/argv-tools-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/opt/services/PiAlive",
"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": "[![view on npm](https://img.shields.io/npm/v/argv-tools.svg)](https://www.npmjs.org/package/argv-tools) [![npm module downloads](https://img.shields.io/npm/dt/argv-tools.svg)](https://www.npmjs.org/package/argv-tools) [![Build Status](https://travis-ci.org/75lb/argv-tools.svg?branch=master)](https://travis-ci.org/75lb/argv-tools) [![Dependency Status](https://david-dm.org/75lb/argv-tools.svg)](https://david-dm.org/75lb/argv-tools) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)",
"devDependencies": {
"jsdoc-to-markdown": "^3.0.3",
"test-runner": "^0.5.0-1"
},
"engines": {
"node": ">=4.0.0"
},
"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.1"
}