1
This commit is contained in:
84
nodejs/node_modules/moment-timezone/package.json
generated
vendored
Executable file
84
nodejs/node_modules/moment-timezone/package.json
generated
vendored
Executable file
@ -0,0 +1,84 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"moment-timezone@0.5.23",
|
||||
"/www/wwwroot/Adminx.cc/nodejs"
|
||||
]
|
||||
],
|
||||
"_from": "moment-timezone@0.5.23",
|
||||
"_id": "moment-timezone@0.5.23",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-WHFH85DkCfiNMDX5D3X7hpNH3/PUhjTGcD0U1SgfBGZxJ3qUmJh5FdvaFjcClxOvB3rzdfj4oRffbI38jEnC1w==",
|
||||
"_location": "/moment-timezone",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"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": [
|
||||
"/cron-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.23.tgz",
|
||||
"_spec": "0.5.23",
|
||||
"_where": "/www/wwwroot/Adminx.cc/nodejs",
|
||||
"author": {
|
||||
"name": "Tim Wood",
|
||||
"email": "washwithcare@gmail.com",
|
||||
"url": "http://timwoodcreates.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/moment/moment-timezone/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"moment": ">= 2.9.0"
|
||||
},
|
||||
"description": "Parse and display moments in any timezone.",
|
||||
"devDependencies": {
|
||||
"grunt": "1.0.2",
|
||||
"grunt-contrib-clean": "^1.1.0",
|
||||
"grunt-contrib-jshint": "^1.1.0",
|
||||
"grunt-contrib-nodeunit": "^1.0.0",
|
||||
"grunt-contrib-uglify": "^3.1.0"
|
||||
},
|
||||
"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.23"
|
||||
}
|
||||
Reference in New Issue
Block a user