You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
3.4 KiB
112 lines
3.4 KiB
{
|
|
"_args": [
|
|
[
|
|
"date-format-parse@0.2.6",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_from": "date-format-parse@0.2.6",
|
|
"_id": "date-format-parse@0.2.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-sdxnYAWmLopeb+6Hmw+vo3or4OCJOnh4+YoJ9p+Id3o2EnNP0INpTqx7wr8UregfMpgaSZAH473R/ytiaB3gVg==",
|
|
"_location": "/date-format-parse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "date-format-parse@0.2.6",
|
|
"name": "date-format-parse",
|
|
"escapedName": "date-format-parse",
|
|
"rawSpec": "0.2.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/vue2-datepicker"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.6.tgz",
|
|
"_spec": "0.2.6",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"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.6"
|
|
}
|
|
|