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

27
node_modules/moment/package.json generated vendored
View File

@ -1,28 +1,33 @@
{
"_from": "moment",
"_args": [
[
"moment@2.22.1",
"/opt/services/PiAlive"
]
],
"_from": "moment@2.22.1",
"_id": "moment@2.22.1",
"_inBundle": false,
"_integrity": "sha512-shJkRTSebXvsVqk56I+lkb2latjBs8I+pc2TzWc545y2iFnSjm7Wg0QMh+ZWcdSLQyGEau5jI8ocnmkyTgr9YQ==",
"_location": "/moment",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "moment",
"raw": "moment@2.22.1",
"name": "moment",
"escapedName": "moment",
"rawSpec": "",
"rawSpec": "2.22.1",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "2.22.1"
},
"_requiredBy": [
"#USER",
"/"
"/",
"/@types/moment"
],
"_resolved": "https://registry.npmjs.org/moment/-/moment-2.22.1.tgz",
"_shasum": "529a2e9bf973f259c9643d237fda84de3a26e8ad",
"_spec": "moment",
"_where": "/home/wn/workspace-node/PiAlive",
"_spec": "2.22.1",
"_where": "/opt/services/PiAlive",
"author": {
"name": "Iskren Ivov Chernev",
"email": "iskren.chernev@gmail.com",
@ -31,7 +36,6 @@
"bugs": {
"url": "https://github.com/moment/moment/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tim Wood",
@ -58,7 +62,6 @@
"url": "https://github.com/oire"
}
],
"deprecated": false,
"description": "Parse, validate, manipulate, and display dates",
"devDependencies": {
"benchmark": "latest",