package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "what-input@^5.1.4",
  3. "_id": "what-input@5.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RXfKhZ5t2j5iNuhyZY9psuC82Ped4YYU38McO++wxdLXHiJprK8YJgUpfBjgKCQvLKLLpsi/KnEckWaZn5IzzQ==",
  6. "_location": "/what-input",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "what-input@^5.1.4",
  12. "name": "what-input",
  13. "escapedName": "what-input",
  14. "rawSpec": "^5.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.4"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/what-input/-/what-input-5.1.4.tgz",
  23. "_shasum": "075b1af66b558b6972ed717c29874082a282bf0e",
  24. "_spec": "what-input@^5.1.4",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
  26. "author": {
  27. "name": "Jeremy Fields",
  28. "email": "jeremy.fields@viget.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ten1seven/what-input/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A global utility for tracking the current input method (mouse, keyboard or touch).",
  36. "devDependencies": {
  37. "autoprefixer": "^9.3.1",
  38. "babel-core": "^6.23.1",
  39. "babel-loader": "^6.3.2",
  40. "babel-preset-env": "^1.6.0",
  41. "browser-sync": "^2.26.3",
  42. "css-mqpacker": "^7.0.0",
  43. "del": "^3.0.0",
  44. "gulp": "^3.9.1",
  45. "gulp-concat": "^2.6.1",
  46. "gulp-cssnano": "^2.1.3",
  47. "gulp-gh-pages": "^0.5.4",
  48. "gulp-header": "1.7.1",
  49. "gulp-load-plugins": "^1.5.0",
  50. "gulp-notify": "2.2.0",
  51. "gulp-plumber": "1.1.0",
  52. "gulp-postcss": "^8.0.0",
  53. "gulp-rename": "^1.4.0",
  54. "gulp-sass": "^4.0.2",
  55. "gulp-sass-glob": "^1.0.9",
  56. "gulp-sourcemaps": "^2.6.4",
  57. "gulp-standard": "^8.0.4",
  58. "gulp-uglify": "^3.0.1",
  59. "run-sequence": "^2.2.1",
  60. "webpack-stream": "3.2.0"
  61. },
  62. "homepage": "https://github.com/ten1seven/what-input",
  63. "keywords": [
  64. "accessibility",
  65. "a11y",
  66. "input",
  67. "javascript"
  68. ],
  69. "license": "MIT",
  70. "main": "dist/what-input.js",
  71. "name": "what-input",
  72. "repository": {
  73. "url": "git+https://github.com/ten1seven/what-input.git",
  74. "type": "git"
  75. },
  76. "scripts": {
  77. "deploy": "gulp deploy",
  78. "start": "gulp"
  79. },
  80. "version": "5.1.4"
  81. }