Files
Ceras/themes/ceras/node_modules/what-input/package.json
T
2023-07-12 16:31:19 +01:00

82 lines
2.2 KiB
JSON
Executable File

{
"_from": "what-input@^5.1.4",
"_id": "what-input@5.1.4",
"_inBundle": false,
"_integrity": "sha512-RXfKhZ5t2j5iNuhyZY9psuC82Ped4YYU38McO++wxdLXHiJprK8YJgUpfBjgKCQvLKLLpsi/KnEckWaZn5IzzQ==",
"_location": "/what-input",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "what-input@^5.1.4",
"name": "what-input",
"escapedName": "what-input",
"rawSpec": "^5.1.4",
"saveSpec": null,
"fetchSpec": "^5.1.4"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/what-input/-/what-input-5.1.4.tgz",
"_shasum": "075b1af66b558b6972ed717c29874082a282bf0e",
"_spec": "what-input@^5.1.4",
"_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
"author": {
"name": "Jeremy Fields",
"email": "jeremy.fields@viget.com"
},
"bugs": {
"url": "https://github.com/ten1seven/what-input/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A global utility for tracking the current input method (mouse, keyboard or touch).",
"devDependencies": {
"autoprefixer": "^9.3.1",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.26.3",
"css-mqpacker": "^7.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "1.7.1",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-sourcemaps": "^2.6.4",
"gulp-standard": "^8.0.4",
"gulp-uglify": "^3.0.1",
"run-sequence": "^2.2.1",
"webpack-stream": "3.2.0"
},
"homepage": "https://github.com/ten1seven/what-input",
"keywords": [
"accessibility",
"a11y",
"input",
"javascript"
],
"license": "MIT",
"main": "dist/what-input.js",
"name": "what-input",
"repository": {
"url": "git+https://github.com/ten1seven/what-input.git",
"type": "git"
},
"scripts": {
"deploy": "gulp deploy",
"start": "gulp"
},
"version": "5.1.4"
}