%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/vuejs-datatable/ |
Current File : /home/ugotscom/3vfm3/node_modules/vuejs-datatable/package.json |
{ "_from": "vuejs-datatable", "_id": "vuejs-datatable@2.0.0-alpha.7", "_inBundle": false, "_integrity": "sha512-zV6bi1cJUAATJpQCz5Xnm8R/UBH+4f2IV2SQqHD2THX5gMkPHmI1ngovoo/Gqp2UU1g7Rhf/56ugV4vlqQ7Jwg==", "_location": "/vuejs-datatable", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "vuejs-datatable", "name": "vuejs-datatable", "escapedName": "vuejs-datatable", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/vuejs-datatable/-/vuejs-datatable-2.0.0-alpha.7.tgz", "_shasum": "b9555993fae09ccfbd9a62e38b1d9db9329db4e9", "_spec": "vuejs-datatable", "_where": "C:\\laravel-projects\\crm", "author": { "name": "Patrick Stephan", "email": "pstephan1187@gmail.com" }, "browser": "dist/vuejs-datatable.esm", "bugs": { "url": "https://github.com/GerkinDev/vuejs-datatable/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "./node_modules/git-cz" } }, "contributors": [ { "name": "GerkinDev", "email": "agermain@ithoughts.io", "url": "https://ithoughts.io/" } ], "dependencies": { "core-js": "^3.2.1", "object-path": "^0.11.4", "vue-property-decorator": "^8.2.2" }, "deprecated": false, "description": "A Vue.js component for filterable, sortable, and paginated tables.", "devDependencies": { "@babel/core": "^7.6.0", "@babel/preset-env": "^7.6.0", "@diaspora/dev-tslint": "^1.2.0", "@types/axios": "^0.14.0", "@types/fs-extra": "^8.0.0", "@types/jest": "^24.0.18", "@types/jsdom": "^12.2.4", "@types/lodash": "^4.14.138", "@types/object-path": "^0.11.0", "@types/semver": "^6.0.2", "@vue/test-utils": "^1.0.0-beta.29", "axios": "^0.19.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^24.9.0", "babel-preset-env": "^1.7.0", "chalk": "^3.0.0", "copyfiles": "2.1.1", "cypress": "^3.4.1", "flush-promises": "^1.0.2", "fs-extra": "^8.1.0", "git-cz": "^3.2.1", "jasmine-core": "^3.4.0", "jest": "^24.9.0", "jscc": "^1.1.1", "jsdom": "^15.1.1", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "moment": "^2.24.0", "node-sass": "^4.12.0", "rimraf": "^3.0.0", "rollup": "^1.21.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-license": "^0.13.0", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-terser": "^5.1.2", "rollup-plugin-typescript2": "^0.25.0", "rollup-plugin-visualizer": "^3.2.2", "rollup-plugin-vue-template-compiler": "git+https://github.com/GerkinDev/rollup-plugin-vue-template-compiler.git", "semver": "^7.0.0", "standard-version": "^7.0.0", "ts-jest": "^24.1.0", "ts-node": "^8.3.0", "tsconfig": "^7.0.0", "tslint": "^5.20.0", "tslint-eslint-rules": "^5.4.0", "typedoc": "^0.15.0", "typedoc-plugin-sourcefile-url": "^1.0.4", "typedoc-plugin-tutorials": "0.0.1-alpha.1", "typedoc-plugin-vue": "git+https://github.com/GerkinDev/typedoc-plugin-vue.git#release", "typescript": "^3.7.4", "vue": "^2.6.10", "vue-jest": "^3.0.5", "vue-template-compiler": "^2.6.10" }, "directories": { "doc": "docs" }, "files": [ "types", "dist", "docs" ], "homepage": "https://github.com/GerkinDev/vuejs-datatable#readme", "keywords": [ "Vue.js", "vue", "datatable", "table", "filter", "sort", "sortable", "paginate", "pagination" ], "license": "MIT", "main": "dist/vuejs-datatable.esm", "module": "dist/vuejs-datatable.esm", "name": "vuejs-datatable", "peerDependencies": { "vue": "^2.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/GerkinDev/vuejs-datatable.git" }, "scripts": { "build": "npm run build:production", "build:dev": "rollup -c rollup.config.js", "build:production": "rollup -c rollup.config.js --environment BUILD:production", "build:watch": "rollup -c rollup.config.js --watch", "ci": "ts-node -P tsconfig.json -O {\\\"module\\\":\\\"commonjs\\\"} ci/run-ci.ts", "doc": "npm run doc:examples && npm run doc:typedoc && npm run doc:copy-assets", "doc:copy-assets": "npm run doc:copy-assets:demos && npm run doc:copy-assets:lib && npm run doc:styles && npm run doc:copy-assets:data", "doc:copy-assets:data": "npx copyfiles -f tutorials/assets/rows.js docs/assets/js", "doc:copy-assets:demos": "npx copyfiles -f tutorials/dist/*.js docs/assets/js/tutorials", "doc:copy-assets:lib": "npx copyfiles -f dist/vuejs-datatable.js dist/vuejs-datatable.js.map dist/themes/bootstrap-3.js docs/assets/js", "doc:examples": "rimraf tutorials/{dist,.tmp} && ts-node -P ./tsconfig.json -O {\\\"module\\\":\\\"commonjs\\\"} tutorials/build/build-examples.ts", "doc:styles": "node-sass --output-style compressed ./tutorials/assets/additional-styles.scss --output ./docs/assets/css", "doc:typedoc": "rimraf docs && typedoc --options ./typedoc.json", "lint": "tslint --project tsconfig.json", "lint:fix": "tslint --fix --project tsconfig.json", "prerelease": "standard-version -a --prerelease", "release": "standard-version -a", "test": "npm run test:unit && npm run test:integration && npm run test:e2e", "test:ci:watch": "npm run test:ci --watch", "test:e2e": "if [ -z \"$CYPRESS_KEY\" ]; then cypress run; else cypress run --record --key $CYPRESS_KEY; fi", "test:e2e:gui": "cypress open", "test:integration": "jest --config jest.integration.config.js", "test:integration:watch": "npm run test:integration -- --watch", "test:unit": "jest --config jest.unit.config.js", "test:unit:watch": "npm run test:unit -- --watch", "version": "npm run build && git add dist --force && npm run doc && git add docs --force" }, "standard-version": { "scripts": { "postbump": "npm run version" }, "releaseCommitMessageFormat": "chore: 🤖 release {{currentTag}} from {{previousTag}}" }, "types": "dist/vuejs-datatable.esm", "version": "2.0.0-alpha.7" }