Intial Commit
This commit is contained in:
92
nodered/rootfs/data/node_modules/node-red-contrib-moment/package.json
generated
vendored
Normal file
92
nodered/rootfs/data/node_modules/node-red-contrib-moment/package.json
generated
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"_from": "node-red-contrib-moment@3.0.3",
|
||||
"_id": "node-red-contrib-moment@3.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-rZGvETymYQuNeHL5uUmhaSNhiGAFLkKHI2viuiSdlpcCEVw7Yg4op4dI/uK40MT+3nbEYE7GIJ/aYwldr6WPXA==",
|
||||
"_location": "/node-red-contrib-moment",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "node-red-contrib-moment@3.0.3",
|
||||
"name": "node-red-contrib-moment",
|
||||
"escapedName": "node-red-contrib-moment",
|
||||
"rawSpec": "3.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-red-contrib-moment/-/node-red-contrib-moment-3.0.3.tgz",
|
||||
"_shasum": "d340cf42dc422f1d37d595d04401ff48a51e674f",
|
||||
"_spec": "node-red-contrib-moment@3.0.3",
|
||||
"_where": "/data",
|
||||
"author": {
|
||||
"name": "Julian Knight",
|
||||
"url": "https://github.com/totallyinformation"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/totallyinformation/node-red-contrib-moment/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jacques W",
|
||||
"url": "Jacques44"
|
||||
},
|
||||
{
|
||||
"name": "Jes Ramsing",
|
||||
"url": "Laro88"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"moment": "^2.24.0",
|
||||
"moment-parseformat": "^3.0.0",
|
||||
"moment-timezone": "^0.5.23",
|
||||
"os-locale": "^3.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Node-Red Node that produces formatted Date/Time output using the Moment.JS library. Timezone, dst and locale aware.",
|
||||
"directories": {},
|
||||
"engines": {
|
||||
"node": ">4"
|
||||
},
|
||||
"homepage": "https://github.com/totallyinformation/node-red-contrib-moment",
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"moment",
|
||||
"time",
|
||||
"date",
|
||||
"timezone",
|
||||
"locale",
|
||||
"DST"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "moment/nrmoment.js",
|
||||
"name": "node-red-contrib-moment",
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"moment": "moment/nrmoment.js",
|
||||
"humanizer": "moment/nrhumanizer.js"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/totallyinformation/node-red-contrib-moment.git"
|
||||
},
|
||||
"scripts": {
|
||||
"gitpushtags": "git push origin --tags",
|
||||
"gittag": "git tag -a v$npm_package_version",
|
||||
"gittags": "git tag",
|
||||
"listbin": "ls ./node_modules/bin",
|
||||
"npmtagnext": "npm dist-tag add node-red-contrib-uibuilder@$npm_package_version next",
|
||||
"npmtags": "npm dist-tag ls node-red-contrib-uibuilder",
|
||||
"presync": "npm run pull",
|
||||
"pull": "git pull origin",
|
||||
"push": "git push origin",
|
||||
"sync": "npm run push"
|
||||
},
|
||||
"version": "3.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user