1
0
Fork 0
arangodb/js/node/node_modules/timezone/package.json

86 lines
2.4 KiB
JSON

{
"_from": "timezone@latest",
"_id": "timezone@1.0.22",
"_inBundle": false,
"_integrity": "sha512-xDkfblPtNhzU0fYm5FhWNzqECX2mzvpBgd+Pf5F8yAQmbxeWL4+6f496iGqdu0WllF7TxSlE6mmRH4uFnACVuQ==",
"_location": "/timezone",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "timezone@latest",
"name": "timezone",
"escapedName": "timezone",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/timezone/-/timezone-1.0.22.tgz",
"_shasum": "a1e23d4250a8810fcf0d122f1c9b41e50e5c633c",
"_spec": "timezone@latest",
"_where": "/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node",
"author": {
"name": "Alan Gutierrez",
"email": "alan@prettyrobots.com"
},
"bugs": {
"url": "https://github.com/bigeasy/timezone/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Eero Ränik",
"email": "eeror@eeror.com",
"url": "http://www.eeror.com/"
},
{
"name": "Bruins Zachtgoed",
"email": "niek@fambruins.nl",
"url": "https://github.com/pheew"
},
{
"name": "Edward Vielmetti",
"email": "edward.vielmetti@gmail.com",
"url": "http://vielmetti.typepad.com/"
}
],
"dependencies": {},
"deprecated": false,
"description": "Small, elegant, Olson educated, timezone aware date math and `strftime` date formatting in pure JavaScript with no dependendcies for Node.js and the browser. Timezone uses the Olson/IANA timezone database. Timezone is aware of every clock transition in the Olson database. Timezones supports the full compilment of `strftime` format specifiers defined by GNU `date`. Timezone can perform date math and adjust for daylight savings time. Timezone works in the browser too where it is less than 3K minified and gzipped.",
"devDependencies": {
"proof": "1.2.x",
"uglify-js": "3.1.x"
},
"homepage": "http://bigeasy.github.io/timezone",
"keywords": [
"time",
"timezone",
"date",
"clock",
"wall-clock",
"tzdata",
"utc",
"gmt",
"datetime",
"tz",
"format",
"events",
"calendar",
"strftime"
],
"license": "MIT",
"name": "timezone",
"repository": {
"type": "git",
"url": "git+https://github.com/bigeasy/timezone.git"
},
"scripts": {
"test": "NODE_PATH=build util/test"
},
"version": "1.0.22"
}