date-holidays
Version:
worldwide holidays
210 lines (209 loc) • 6.5 kB
JSON
{
"name": "date-holidays",
"version": "3.8.3",
"description": "worldwide holidays",
"keywords": [
"holidays",
"world"
],
"homepage": "https://github.com/commenthol/date-holidays",
"bugs": {
"url": "https://github.com/commenthol/date-holidays/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commenthol/date-holidays.git"
},
"license": "(ISC AND CC-BY-3.0)",
"author": "commenthol <commenthol@gmail.com>",
"maintainers": [
"commenthol <commenthol@gmail.com>",
"Ryan Gerry <rgerry@bluemarblepayroll.com>"
],
"contributors": [
"0xflotus <0xflotus@gmail.com>",
"Adam Otradovec <adam.otradovec@seznam.cz>",
"Alex Fernández <alexfernandeznpm@gmail.com>",
"Artem Yagutyan <artem.yagutyan@gmail.com>",
"ash <makingahabit@gmail.com>",
"Ben Arwin <github@arwin.net>",
"Bilal Gültekin <bilal@Bilals-MacBook-Pro.local>",
"bogdanmarinescu <bogdan.marinescu@protonmail.com>",
"Brandon Bay <brandon.bay@gmail.com>",
"Christian Schinnerl <Schinnerl.Christian@gmail.com>",
"Daichan <daichi.yasuda@asbloom.me>",
"damon02 <damon@teqplay.nl>",
"David Álvarez Navarro <david16an@gmail.com>",
"Erlend Ellingsen <erlend.ame@gmail.com>",
"Filip Staffa <fstaffa@cimpress.com>",
"Florian SALEUR <dev.daedalus@gmail.com>",
"Francesco Ansanelli <f.ansanelli@solution-g.com>",
"Germain <germain.clauss@receeve.com>",
"germain-receeve <53000086+germain-receeve@users.noreply.github.com>",
"Goran Martinjak <goran@netgen.hr>",
"Guillaume Bisch <guillaume@sqrd.com>",
"Jack Zhang <18542127+jk1z@users.noreply.github.com>",
"JAlexander <roodrallec@users.noreply.github.com>",
"James Dixon <jim.w.dixon@gmail.com>",
"Jeff Hughes <43132199+jwh-hutchison@users.noreply.github.com>",
"John-Olav Storvold <johsto@knowit.no>",
"Joshua Rippon <joshuarippon1@gmail.com>",
"Julian Krenge <julian@parcellab.com>",
"Kevin Samoei <samoeikev@gmail.com>",
"Leonidas Villeneuve <leonidas@leonidasv.com>",
"Long Nguyen <olragon@users.noreply.github.com>",
"Lukas Eipert <git@leipert.io>",
"Mauro Braggio <m.braggio@e-time.it>",
"Matthias Lösch <mlo@codiac.de>",
"Nils Mehlhorn <nilsmehlhorn@users.noreply.github.com>",
"Oscar Lagercrantz <oscar.lagercrantz@gmail.com>",
"osoken <osoken.devel@outlook.jp>",
"Pandu Supriyono <mail@supriyono.nl>",
"Petar Kovačević <pero.5ar@gmail.com>",
"Philip Renich <hello@philiprenich.com>",
"r.ryngenen@gmail.com <r.ryngenen@gmail.com>",
"rbrasco <roger.brasco@scytl.com>",
"Roman Hirsch <r.hirsch@brendow.de>",
"Ryan Gerry <gerryster@gmail.com>",
"Sean Riley <spriley@msts.com>",
"seb <sebastien@lewebfrancais.fr>",
"Simon Victory <email@simonvictory.com>",
"Quennie <simply.me.queeny@gmail.com>",
"Tiago <tiago.peliciari@gmail.com>",
"Tim Keegan <tjnkeegan@icloud.com>",
"Tomas <norkunas.tom@gmail.com>",
"tothadi <tothadam.onp@gmail.com>",
"Vuong Ho <hochivuong2002@gmail.com>",
"Wayne Parrott <wayne.parrott@reblcorp.com>",
"Wésley Queiroz <wesleycoder@gmail.com>",
"westn <westn89@gmail.com>",
"Yoshio HANAWA <y@hnw.jp>",
"Yosuke Kumakura <kumatch@gmail.com>",
"Zacharias Erlandsson <zacharias.erlandsson@gmail.com>",
"zbypy <zbynek.pysny@gmail.com>"
],
"type": "module",
"exports": {
".": {
"import": "./src/index.js",
"require": "./lib/index.cjs"
},
"./data": {
"import": "./src/data.js",
"require": "./lib/data.cjs"
},
"./package.json": "./package.json"
},
"main": "./lib/index.cjs",
"module": "./src/index.js",
"typings": "./types",
"bin": {
"holidays2json": "scripts/holidays2json.cjs"
},
"directories": {
"lib": "lib",
"doc": "docs",
"test": "test"
},
"scripts": {
"all": "npm-run-all clean yaml build lint test doc:tree doc:attrib webpack",
"build": "rollup -c",
"changelog": "contributors && node scripts/gitlog.cjs",
"ci": "TEST_XXL=1 npm-run-all yaml build test",
"clean": "rimraf lib dist src/data.js",
"clean:all": "npm-run-all clean clean:modules",
"clean:modules": "rimraf node_modules",
"doc:attrib": "node scripts/attributions.cjs",
"doc:tree": "node scripts/addtree.cjs",
"lint": "eslint --fix \"**/*.js\" \"**/*.cjs\"",
"prepublishOnly": "npm run all",
"test": "npm-run-all test:*",
"test:ci": "mocha",
"test:ts": "dtslint types",
"watch": "watch-run -p data/countries/*.yaml npm run yaml",
"webpack": "webpack",
"webpack:analyze": "webpack",
"yaml": "node scripts/holidays2json.cjs",
"prepare": "husky install"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"type-enum": [
2,
"always",
[
"break",
"feat",
"fix",
"chore",
"docs",
"refactor",
"revert",
"test"
]
],
"subject-case": [
2,
"never",
[
"start-case",
"pascal-case"
]
],
"scope-case": [
0
]
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"mocha": {
"checkLeaks": true,
"colors": true,
"reporter": "dot"
},
"dependencies": {
"date-holidays-parser": "^3.2.2",
"js-yaml": "^4.1.0",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"prepin": "^1.0.3"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
"babel-loader": "^8.2.2",
"dtslint": "^4.1.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"hashtree": "^0.7.0",
"husky": "^7.0.1",
"markedpp": "^1.0.3",
"mocha": "^9.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.56.1",
"typescript": "^4.3.5",
"watch-run": "^1.2.5",
"webpack": "^5.49.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2"
},
"engines": {
"node": ">=12.0.0"
}
}