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.
109 lines
4.5 KiB
109 lines
4.5 KiB
{ |
|
"_args": [ |
|
[ |
|
"tempusdominus-bootstrap-4@5.1.2", |
|
"C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit" |
|
] |
|
], |
|
"_from": "tempusdominus-bootstrap-4@5.1.2", |
|
"_id": "tempusdominus-bootstrap-4@5.1.2", |
|
"_inBundle": false, |
|
"_integrity": "sha512-ksD8qc4wOJeE19wvryXmEpRzMUSZu4wSOdG6zKSn8l4ccad16249KOX1j0CccyZpuuES/n4FLqLAUB+Dd1LTBA==", |
|
"_location": "/tempusdominus-bootstrap-4", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "tempusdominus-bootstrap-4@5.1.2", |
|
"name": "tempusdominus-bootstrap-4", |
|
"escapedName": "tempusdominus-bootstrap-4", |
|
"rawSpec": "5.1.2", |
|
"saveSpec": null, |
|
"fetchSpec": "5.1.2" |
|
}, |
|
"_requiredBy": [ |
|
"/" |
|
], |
|
"_resolved": "https://registry.npmjs.org/tempusdominus-bootstrap-4/-/tempusdominus-bootstrap-4-5.1.2.tgz", |
|
"_spec": "5.1.2", |
|
"_where": "C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit", |
|
"author": { |
|
"name": "Jonathan Peterson" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/tempusdominus/bootstrap-4/issues" |
|
}, |
|
"dependencies": { |
|
"bootstrap": ">=4.1.2", |
|
"jquery": "^3.0", |
|
"moment": "^2.22.2", |
|
"moment-timezone": "^0.5.11", |
|
"popper.js": "^1.14.3" |
|
}, |
|
"description": "A date/time picker component designed to work with Bootstrap 4 and Momentjs. For usage, installation and demos see Project Site on GitHub", |
|
"devDependencies": { |
|
"babel-plugin-transform-es2015-modules-strip": "^0.1.0", |
|
"babel-preset-es2015": "^6.24.1", |
|
"grunt": "^1.0.3", |
|
"grunt-babel": "6.0.0", |
|
"grunt-contrib-concat": "^1.0.1", |
|
"grunt-contrib-uglify": "latest", |
|
"grunt-contrib-watch": "^1.1.0", |
|
"grunt-eslint": "^19.0.0", |
|
"grunt-jscs": "latest", |
|
"grunt-mkdocs": "^0.2.3", |
|
"grunt-sass": "3.0.0", |
|
"grunt-sass-tilde-importer": "^1.0.2", |
|
"grunt-stamp": "^0.3.0", |
|
"grunt-string-replace": "latest", |
|
"load-grunt-tasks": "latest", |
|
"node-sass": "^4.9.3", |
|
"tempusdominus-core": "^5.0.3", |
|
"uglify-js": "^2.7.5" |
|
}, |
|
"files": [ |
|
"build", |
|
"src/js/**/*.js", |
|
"src/sass/**/*.scss", |
|
"Gruntfile.js" |
|
], |
|
"homepage": "https://tempusdominus.github.io/bootstrap-4/", |
|
"keywords": [ |
|
"bootstrap", |
|
"datepicker", |
|
"datetimepicker", |
|
"timepicker", |
|
"moment" |
|
], |
|
"license": "MIT", |
|
"main": "build/js/tempusdominus-bootstrap-4.js", |
|
"name": "tempusdominus-bootstrap-4", |
|
"peerDependencies": { |
|
"bootstrap": ">=4.1.2", |
|
"jquery": "^3.0", |
|
"popper.js": "^1.14.3", |
|
"moment": "^2.17", |
|
"moment-timezone": "^0.5.11", |
|
"tempusdominus-core": "5.0.3" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/tempusdominus/bootstrap-4.git" |
|
}, |
|
"scripts": { |
|
"change-version": "node grunt/change-version.js", |
|
"clean-css": "cleancss --skip-advanced --source-map --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --skip-advanced --source-map --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --skip-advanced --source-map --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css", |
|
"clean-css-docs": "cleancss --skip-advanced --source-map --output docs/assets/css/docs.min.css docs/assets/css/docs.min.css", |
|
"eslint": "eslint --ignore-path .eslintignore js && eslint --config js/tests/.eslintrc.json --env node grunt Gruntfile.js && eslint --config js/tests/.eslintrc.json docs/assets/js/src docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js", |
|
"htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/", |
|
"postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css", |
|
"postcss-docs": "postcss --config grunt/postcss.js --no-map --replace docs/assets/css/docs.min.css && postcss --config grunt/postcss.js --no-map --replace docs/examples/**/*.css", |
|
"scss-lint": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude scss/_normalize.scss scss/*.scss", |
|
"scss-lint-docs": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude docs/assets/scss/docs.scss docs/assets/scss/*.scss", |
|
"test": "npm run eslint && grunt test", |
|
"uglify": "uglifyjs --compress warnings=false --mangle --output build/js/tempusdominus-bootstrap-3.min.js build/js/tempusdominus-bootstrap-3.js", |
|
"uglify-docs": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --output docs/assets/js/docs.min.js docs/assets/js/vendor/*.js docs/assets/js/src/application.js", |
|
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json" |
|
}, |
|
"version": "5.1.2" |
|
}
|
|
|