first part is working

This commit is contained in:
Wolfgang Hottgenroth
2018-05-16 10:24:31 +02:00
parent 93658dcc30
commit 74584cdbbe
38 changed files with 574 additions and 251 deletions

23
node_modules/typical/package.json generated vendored
View File

@ -1,19 +1,25 @@
{
"_from": "typical@^2.6.1",
"_args": [
[
"typical@2.6.1",
"/opt/services/PiAlive"
]
],
"_from": "typical@2.6.1",
"_id": "typical@2.6.1",
"_inBundle": false,
"_integrity": "sha1-XAgOXWYcu+OCWdLnCjxyU+hziB0=",
"_location": "/typical",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "typical@^2.6.1",
"raw": "typical@2.6.1",
"name": "typical",
"escapedName": "typical",
"rawSpec": "^2.6.1",
"rawSpec": "2.6.1",
"saveSpec": null,
"fetchSpec": "^2.6.1"
"fetchSpec": "2.6.1"
},
"_requiredBy": [
"/array-back",
@ -21,9 +27,8 @@
"/test-value"
],
"_resolved": "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz",
"_shasum": "5c080e5d661cbbe38259d2e70a3c7253e873881d",
"_spec": "typical@^2.6.1",
"_where": "/home/wn/workspace-node/PiAlive/node_modules/command-line-args",
"_spec": "2.6.1",
"_where": "/opt/services/PiAlive",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
@ -31,8 +36,6 @@
"bugs": {
"url": "https://github.com/75lb/typical/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Robust Javascript type-checking",
"devDependencies": {
"core-assert": "^0.2.1",