@js-joda/extra
Version:
additional date-time classes that complement those in js-joda
57 lines (56 loc) • 2.03 kB
JSON
{
"name": "@js-joda/extra",
"version": "0.12.3",
"description": "additional date-time classes that complement those in js-joda",
"repository": {
"type": "git",
"url": "https://github.com/js-joda/js-joda.git"
},
"author": "phueper",
"contributors": [
"pithu",
"phueper"
],
"homepage": "https://js-joda.github.io/js-joda",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/js-joda/js-joda/issues"
},
"typings": "typings/js-joda-extra.d.ts",
"files": [
"dist",
"src",
"typings",
"CHANGELOG.md",
"README.md"
],
"main": "dist/js-joda-extra.js",
"module": "dist/js-joda-extra.esm.js",
"scripts": {
"prepublishOnly": "npm run build-dist",
"test": "NODE_ENV=test npx mocha --timeout 5000 --require @babel/register ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js test/pluginTest_mochaOnly.js",
"test-coverage": "NODE_ENV=test COVERAGE=1 npx nyc --report-dir=build/coverage --reporter=lcov --reporter html npx mocha --timeout 5000 --require @babel/register --reporter progress ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js",
"test-browser": "npx karma start --reporters=dots --single-run",
"test-saucelabs": "npx karma start --reporters=\"dots,saucelabs\" --browsers=\"sl_chrome,sl_firefox\" --single-run=true",
"test-ci": "npm run build-dist && npm run test && npm run test-browser && npm run test-coverage && npm run test-ts-definitions",
"test-ts-definitions": "TS_NODE_PROJECT='../../shared/ts-test-config.json' NODE_ENV=test mocha --timeout 5000 --require ts-node/register ./test/typescript_definitions/*.ts",
"build-dist": "npx rollup -c rollup.config.js",
"lint": "npx eslint ."
},
"keywords": [
"date",
"time",
"timezone"
],
"nyc": {
"sourceMap": false,
"instrument": false
},
"peerDependencies": {
"@js-joda/core": ">=1.11.0"
},
"devDependencies": {
"@js-joda/core": "^5.6.5"
},
"gitHead": "0e0db1449c1ac7eb1d38ba0852fa11e3ae598e48"
}