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.
171 lines
5.1 KiB
171 lines
5.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"vue2-datepicker@3.8.2",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_from": "vue2-datepicker@3.8.2",
|
|
"_id": "vue2-datepicker@3.8.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-GUoNLyzPl3Xi7ruSQFF59BzMXWuflxzP9yM3P4ARz9GfhzLLFgYVLAEkJi6DNQU7zozBMzz+VNIQDwPaDNMo6Q==",
|
|
"_location": "/vue2-datepicker",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vue2-datepicker@3.8.2",
|
|
"name": "vue2-datepicker",
|
|
"escapedName": "vue2-datepicker",
|
|
"rawSpec": "3.8.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.8.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-3.8.2.tgz",
|
|
"_spec": "3.8.2",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"alias": {
|
|
"vue2-datepicker": "./src/index.js"
|
|
},
|
|
"author": {
|
|
"name": "xiemengxiong"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie < 10"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/mengxiong10/vue2-datepicker/issues"
|
|
},
|
|
"dependencies": {
|
|
"date-format-parse": "^0.2.6"
|
|
},
|
|
"description": "A Datepicker Component For Vue2",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-transform-object-assign": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/runtime": "^7.7.2",
|
|
"@commitlint/cli": "^8.2.0",
|
|
"@commitlint/config-conventional": "^8.2.0",
|
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
"@vue/babel-preset-jsx": "^1.1.2",
|
|
"@vue/component-compiler-utils": "^3.0.0",
|
|
"@vue/test-utils": "^1.1.1",
|
|
"acorn": "^7.0.0",
|
|
"autoprefixer": "^9.7.1",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-jest": "^24.9.0",
|
|
"conventional-changelog-cli": "^2.0.25",
|
|
"core-js": "^3.3.5",
|
|
"coveralls": "^3.0.7",
|
|
"cross-env": "^6.0.3",
|
|
"date-fns": "^2.16.1",
|
|
"eslint": "^6.2.2",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-config-prettier": "^6.1.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-vue": "^6.0.0",
|
|
"flush-promises": "^1.0.2",
|
|
"highlight.js": "^9.15.10",
|
|
"husky": "^3.0.9",
|
|
"jest": "^24.9.0",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"lint-staged": "^9.4.2",
|
|
"marked": "^0.7.0",
|
|
"parcel-bundler": "^1.12.3",
|
|
"postcss-cli": "^6.1.3",
|
|
"rimraf": "^3.0.0",
|
|
"rollup": "^1.26.0",
|
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-terser": "^5.1.2",
|
|
"rollup-plugin-vue": "^5.1.6",
|
|
"sass": "^1.22.10",
|
|
"vue": "^2.6.10",
|
|
"vue-hot-reload-api": "^2.3.3",
|
|
"vue-jest": "^3.0.5",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"files": [
|
|
"/locale",
|
|
"/index.*",
|
|
"/scss"
|
|
],
|
|
"homepage": "https://github.com/mengxiong10/vue2-datepicker#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged",
|
|
"commit-msg": "commitlint -x @commitlint/config-conventional -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"jest": {
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"vue"
|
|
],
|
|
"transform": {
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
},
|
|
"snapshotSerializers": [
|
|
"jest-serializer-vue"
|
|
],
|
|
"moduleNameMapper": {
|
|
"vue2-datepicker": "<rootDir>/src"
|
|
},
|
|
"coverageReporters": [
|
|
"text",
|
|
"text-summary"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"calendar",
|
|
"datepicker",
|
|
"datetimepicker"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"**/*.{js,vue}": [
|
|
"eslint --fix",
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.esm.js",
|
|
"name": "vue2-datepicker",
|
|
"peerDependencies": {
|
|
"vue": "^2.5.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mengxiong10/vue2-datepicker.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run test && npm run clean && npm run build:index && npm run build:css && npm run build:locale",
|
|
"build:css": "sass --style=compressed --no-source-map src/style/index.scss index.css && postcss index.css --use autoprefixer -o index.css --no-map && cp -R src/style scss",
|
|
"build:index": "cross-env NODE_ENV=production rollup -c",
|
|
"build:locale": "cross-env NODE_ENV=production rollup -c rollup.locale.config.js",
|
|
"clean": "rimraf scss locale index.*",
|
|
"cov": "jest --coverage --coverageReporters=text-lcov | coveralls",
|
|
"deploy": "bash build/gh-pages-deploy.sh",
|
|
"deploy:build": "cross-env NODE_ENV=production parcel build ./example/index.html --public-url ./ --out-dir _site --no-source-maps --no-minify",
|
|
"dev": "parcel ./example/dev.html --open --port 2235",
|
|
"format": "prettier --write src/**/*",
|
|
"lint": "eslint src/**/*.{js,vue}",
|
|
"release": "bash build/git.sh && bash build/release.sh",
|
|
"test": "npm run lint && jest",
|
|
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
|
|
},
|
|
"version": "3.8.2"
|
|
}
|
|
|