Files
emacs/lisp/emacs-application-framework/app/js-video-player/node_modules/rangetouch/package.json
2020-12-05 21:29:49 +01:00

98 lines
2.7 KiB
JSON

{
"_from": "rangetouch@^2.0.0",
"_id": "rangetouch@2.0.0",
"_inBundle": false,
"_integrity": "sha512-y66wTFbwh7KafYligRsmIYYR1kZY8U9tGHH9PgbVhBUFmGzPMsOSjslXPedgR5D3M9W1QKVbAf1AtaVAt7JJTw==",
"_location": "/rangetouch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rangetouch@^2.0.0",
"name": "rangetouch",
"escapedName": "rangetouch",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/plyr"
],
"_resolved": "https://registry.npmjs.org/rangetouch/-/rangetouch-2.0.0.tgz",
"_shasum": "5459cdb38b929326c5484ab47aac9632fbe3a896",
"_spec": "rangetouch@^2.0.0",
"_where": "/home/andy/plyr/node_modules/plyr",
"author": {
"name": "Sam Potts",
"email": "sam@potts.es"
},
"browserslist": [
"> 1%"
],
"bugs": {
"url": "https://github.com/sampotts/rangetouch/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A super tiny library to make input type='range' sliders work better on touch devices",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"aws-sdk": "^2.400.0",
"babel-eslint": "^10.0.1",
"babel-preset-minify": "^0.5.0",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-awspublish": "^4.0.0",
"gulp-better-rollup": "^3.4.0",
"gulp-clean-css": "^4.0.0",
"gulp-imagemin": "^5.0.3",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-s3": "^0.11.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgstore": "^7.0.1",
"gulp-terser": "^1.1.7",
"prettier-eslint": "^8.8.2",
"prettier-stylelint": "^0.4.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"run-sequence": "^2.2.1",
"stylelint": "^9.10.1",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-order": "^2.0.0"
},
"directories": {
"doc": "docs"
},
"homepage": "https://rangetouch.com",
"keywords": [
"range",
"slider",
"rangetouch"
],
"license": "MIT",
"main": "src/js/rangetouch.js",
"name": "rangetouch",
"repository": {
"type": "git",
"url": "git://github.com/sampotts/rangetouch.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.0"
}