HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/admin/node_modules/jalali-date/package.json
{
  "name": "jalali-date",
  "version": "1.1.4",
  "description": "A Jalali to Gregorian converter with support of formatting output",
  "scripts": {
    "start": "webpack --progress --colors --watch --env dev",
    "lint": "eslint ./src --ext .js --cache",
    "test": "jest",
    "watch": "webpack --watch --config webpack.dev.js",
    "build": "webpack --config webpack.pro.js && webpack --config webpack.dev.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:arashm/JDate.git"
  },
  "main": "lib/jdate.js",
  "keywords": [
    "jalali",
    "sun",
    "shamsi",
    "calendar",
    "gregorian",
    "converter"
  ],
  "author": "Arash Mousavi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/arashm/JDate/issues"
  },
  "homepage": "https://github.com/arashm/JDate",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^26.1.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-add-module-exports": "^1.0.2",
    "eslint": "^7.5.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.3.0",
    "eslint-plugin-jest": "^24.0",
    "jest": "^26.1.0",
    "jest-cli": "^26.1.0",
    "jest-date-mock": "^1.0.7",
    "webpack": "^4.39.1",
    "webpack-cli": "^3.3.6",
    "webpack-merge": "^5.0.0"
  },
  "jest": {
    "setupFiles": [
      "jest-date-mock"
    ]
  }
}