{
  "_args": [
    [
      "@js-joda/core@3.2.0",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "@js-joda/core@3.2.0",
  "_id": "@js-joda/core@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-PMqgJ0sw5B7FKb2d5bWYIoxjri+QlW/Pys7+Rw82jSH0QN3rB05jZ/VrrsUdh1w4+i2kw9JOejXGq/KhDOX7Kg==",
  "_location": "/@js-joda/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@js-joda/core@3.2.0",
    "name": "@js-joda/core",
    "escapedName": "@js-joda%2fcore",
    "scope": "@js-joda",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/tedious"
  ],
  "_resolved": "https://registry.npmjs.org/@js-joda/core/-/core-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "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",
    "@types/chai": "^4.2.11",
    "@types/mocha": "^7.0.2",
    "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",
    "ts-node": "^8.10.2",
    "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_mochaOnly.js ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.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_ios_simulator\" --single-run=true",
    "test-ts-definitions": "TS_NODE_PROJECT='test/typescript_definitions/tsconfig.json' NODE_ENV=test mocha --timeout 5000 --require ts-node/register ./test/typescript_definitions/*.ts"
  },
  "typings": "dist/js-joda.d.ts",
  "version": "3.2.0"
}
