UNPKG

@js-joda/extra

Version:

additional date-time classes that complement those in js-joda

56 lines (55 loc) 1.94 kB
{ "name": "@js-joda/extra", "version": "0.13.1", "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-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": ">=5.7.0" }, "devDependencies": { "@js-joda/core": "file:../locale/node_modules/@js-joda/core" }, "gitHead": "a7f1bec40afb1e84ffc0ce2d88d72d690fe72f6a" }