102 lines
2.8 KiB
JSON
102 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rangetouch@2.0.1",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "rangetouch@2.0.1",
|
|
"_id": "rangetouch@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-sln+pNSc8NGaHoLzwNBssFSf/rSYkqeBXzX1AtJlkJiUaVSJSbRAWJk+4omsXkN+EJalzkZhWQ3th1m0FpR5xA==",
|
|
"_location": "/rangetouch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rangetouch@2.0.1",
|
|
"name": "rangetouch",
|
|
"escapedName": "rangetouch",
|
|
"rawSpec": "2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/plyr"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rangetouch/-/rangetouch-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Sam Potts",
|
|
"email": "sam@potts.es"
|
|
},
|
|
"browser": "dist/rangetouch.js",
|
|
"browserslist": "> 1%",
|
|
"bugs": {
|
|
"url": "https://github.com/sampotts/rangetouch/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A super tiny library to make input type='range' sliders work better on touch devices",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.6",
|
|
"@babel/preset-env": "^7.8.6",
|
|
"ansi-colors": "^4.1.1",
|
|
"aws-sdk": "^2.630.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-preset-minify": "^0.5.1",
|
|
"del": "^5.1.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"fancy-log": "^1.3.3",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-awspublish": "^4.1.1",
|
|
"gulp-better-rollup": "^4.0.1",
|
|
"gulp-clean-css": "^4.2.0",
|
|
"gulp-imagemin": "^7.1.0",
|
|
"gulp-less": "^4.0.1",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-s3": "^0.11.0",
|
|
"gulp-size": "^3.0.0",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-svgstore": "^7.0.1",
|
|
"gulp-terser": "^1.2.0",
|
|
"prettier-eslint": "^9.0.1",
|
|
"prettier-stylelint": "^0.4.2",
|
|
"rollup": "^1.32.0",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
"stylelint": "^13.2.0",
|
|
"stylelint-config-prettier": "^8.0.1",
|
|
"stylelint-config-recommended": "^3.0.0",
|
|
"stylelint-order": "^4.0.0"
|
|
},
|
|
"homepage": "https://rangetouch.com",
|
|
"jsnext:main": "dist/rangetouch.mjs",
|
|
"keywords": [
|
|
"range",
|
|
"slider",
|
|
"rangetouch"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/rangetouch.js",
|
|
"module": "dist/rangetouch.mjs",
|
|
"name": "rangetouch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sampotts/rangetouch.git"
|
|
},
|
|
"scripts": {
|
|
"deploy": "yarn lint && gulp deploy",
|
|
"lint": "eslint src/js"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|