HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/date-format-parse/package.json
{
  "_args": [
    [
      "date-format-parse@0.2.7",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_from": "date-format-parse@0.2.7",
  "_id": "date-format-parse@0.2.7",
  "_inBundle": false,
  "_integrity": "sha512-/+lyMUKoRogMuTeOVii6lUwjbVlesN9YRYLzZT/g3TEZ3uD9QnpjResujeEqUW+OSNbT7T1+SYdyEkTcRv+KDQ==",
  "_location": "/date-format-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "date-format-parse@0.2.7",
    "name": "date-format-parse",
    "escapedName": "date-format-parse",
    "rawSpec": "0.2.7",
    "saveSpec": null,
    "fetchSpec": "0.2.7"
  },
  "_requiredBy": [
    "/vue2-datepicker"
  ],
  "_resolved": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.7.tgz",
  "_spec": "0.2.7",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "xiemengxiong"
  },
  "bugs": {
    "url": "https://github.com/mengxiong10/date-format-parse/issues"
  },
  "dependencies": {},
  "description": "Lightweight date format and parse",
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.7.2",
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-conventional": "^7.1.2",
    "@types/jest": "^24.0.22",
    "@typescript-eslint/eslint-plugin": "^2.6.1",
    "@typescript-eslint/parser": "^2.6.1",
    "babel-plugin-add-module-exports": "^1.0.2",
    "conventional-changelog-cli": "^2.0.25",
    "coveralls": "^3.0.7",
    "eslint": "^6.6.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-import": "^2.18.2",
    "husky": "^3.0.9",
    "jest": "^24.9.0",
    "lint-staged": "^9.4.2",
    "moment": "^2.24.0",
    "prettier": "^1.18.2",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.1.0",
    "tslib": "^1.10.0",
    "typescript": "^3.6.4",
    "utility-types": "^3.9.0"
  },
  "files": [
    "lib",
    "es",
    "src"
  ],
  "homepage": "https://github.com/mengxiong10/date-format-parse#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -x @commitlint/config-conventional -E HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "date",
    "format",
    "parse"
  ],
  "license": "MIT",
  "lint-staged": {
    "**/*.{js,jsx}": [
      "eslint --fix",
      "prettier --write",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "date-format-parse",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mengxiong10/date-format-parse.git"
  },
  "scripts": {
    "build": "npm run lint && npm test && npm run clean && npm run build:compile.cjs && npm run build:compile.es && npm run build:types",
    "build:compile.cjs": "MODULE_TYPE=cjs babel src --out-dir lib --extensions .ts",
    "build:compile.es": "babel src --out-dir es --extensions .ts",
    "build:types": "tsc --project tsconfig.types.json --outDir lib && tsc --project tsconfig.types.json --outDir es",
    "clean": "rimraf es lib coverage",
    "cov": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "format": "prettier --write src/**/*",
    "lint": "eslint src/**/*",
    "release": "bash build/git.sh && bash build/release.sh",
    "test": "jest",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
  },
  "version": "0.2.7"
}