{
  "_args": [
    [
      "@js-joda/core@2.0.0",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "@js-joda/core@2.0.0",
  "_id": "@js-joda/core@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-OWm/xa9O9e4ugzNHoRT3IsXZZYfaV6Ia1aRwctOmCQ2GYWMnhKBzMC1WomqCh/oGxEZKNtPy5xv5//VIAOgMqw==",
  "_location": "/@js-joda/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@js-joda/core@2.0.0",
    "name": "@js-joda/core",
    "escapedName": "@js-joda%2fcore",
    "scope": "@js-joda",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/tedious"
  ],
  "_resolved": "https://registry.npmjs.org/@js-joda/core/-/core-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "pithu"
  },
  "bugs": {
    "url": "https://github.com/js-joda/js-joda/issues"
  },
  "dependencies": {},
  "description": "a date and time library for javascript",
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "@babel/register": "^7.7.4",
    "babel-loader": "^8.0.6",
    "babel-plugin-istanbul": "^5.2.0",
    "chai": "^4.2.0",
    "coveralls": "^3.0.8",
    "karma": "^4.4.1",
    "karma-chai-plugins": "^0.9.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.2.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sauce-launcher": "^2.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "markdown-toc": "^1.2.0",
    "mocha": "^6.2.2",
    "phantomjs-prebuilt": "^2.1.16",
    "rollup": "^1.27.4",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-uglify": "^6.0.3",
    "typescript": "^3.7.2",
    "webpack": "^4.41.2"
  },
  "files": [
    "dist",
    "src",
    "bower.json",
    "CHANGELOG.md",
    "CheatSheet.md",
    "README.md"
  ],
  "homepage": "https://js-joda.github.io/js-joda",
  "keywords": [
    "date",
    "time",
    "timezone"
  ],
  "license": "BSD-3-Clause",
  "main": "dist/js-joda.js",
  "module": "dist/js-joda.esm.js",
  "name": "@js-joda/core",
  "nyc": {
    "sourceMap": false,
    "instrument": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/js-joda/js-joda.git"
  },
  "scripts": {
    "build-dist": "npx rollup -c rollup.config.js",
    "build-gz-check": "gzip -kf dist/js-joda.min.js && ls -alh ./dist/js-joda.min.js*",
    "build-md-toc": "markdown-toc -i CheatSheet.md",
    "lint": "../../node_modules/.bin/eslint  ./src ./test",
    "prepublish": "npm run build-dist",
    "test": "NODE_ENV=test ./node_modules/.bin/mocha --timeout 5000 --require @babel/register ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js ./test/*Test_mochaOnly.js",
    "test-browser": "karma start --reporters=dots --single-run",
    "test-ci": "npm run build-dist && npm run test && npm run test-browser -- --browsers \"Firefox,PhantomJS\" && npm run test-ts-definitions && npm run test-coverage",
    "test-coverage": "NODE_ENV=test COVERAGE=1 ../../node_modules/.bin/nyc --report-dir=build/coverage --reporter=lcov --reporter html ./node_modules/.bin/mocha --timeout 5000 --require @babel/register --reporter progress ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js",
    "test-saucelabs": "karma start --reporters=\"dots,saucelabs\" --browsers=\"sl_chrome,sl_ie,sl_firefox,sl_android_simulator,sl_ios_simulator\" --single-run=true",
    "test-ts-definitions": "tsc --noImplicitAny --strict --noEmit --pretty --lib ES6 test/typescript_definitions/js-joda-tests.ts"
  },
  "typings": "dist/js-joda.d.ts",
  "version": "2.0.0"
}
