Intial Commit
This commit is contained in:
81
nodered/rootfs/data/node_modules/moment-timezone/package.json
generated
vendored
Normal file
81
nodered/rootfs/data/node_modules/moment-timezone/package.json
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"_from": "moment-timezone@^0.5.23",
|
||||
"_id": "moment-timezone@0.5.27",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-EIKQs7h5sAsjhPCqN6ggx6cEbs94GK050254TIJySD1bzoM5JTYDwAU1IoVOeTOL6Gm27kYJ51/uuvq1kIlrbw==",
|
||||
"_location": "/moment-timezone",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "moment-timezone@^0.5.23",
|
||||
"name": "moment-timezone",
|
||||
"escapedName": "moment-timezone",
|
||||
"rawSpec": "^0.5.23",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.5.23"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/node-red-contrib-moment"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.27.tgz",
|
||||
"_shasum": "73adec8139b6fe30452e78f210f27b1f346b8877",
|
||||
"_spec": "moment-timezone@^0.5.23",
|
||||
"_where": "/data/node_modules/node-red-contrib-moment",
|
||||
"author": {
|
||||
"name": "Tim Wood",
|
||||
"email": "washwithcare@gmail.com",
|
||||
"url": "http://timwoodcreates.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/moment/moment-timezone/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"moment": ">= 2.9.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Parse and display moments in any timezone.",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-jshint": "^2.1.0",
|
||||
"grunt-contrib-nodeunit": "^2.0.0",
|
||||
"grunt-contrib-uglify": "^4.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"homepage": "http://momentjs.com/timezone/",
|
||||
"jspm": {
|
||||
"main": "builds/moment-timezone-with-data",
|
||||
"shim": {
|
||||
"moment-timezone": {
|
||||
"deps": [
|
||||
"moment"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"moment",
|
||||
"date",
|
||||
"time",
|
||||
"timezone",
|
||||
"olson",
|
||||
"iana",
|
||||
"zone",
|
||||
"tz"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"name": "moment-timezone",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/moment/moment-timezone.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"version": "0.5.27"
|
||||
}
|
||||
Reference in New Issue
Block a user