package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "bowser",
  3. "version": "1.9.4",
  4. "description": "Lightweight browser detector",
  5. "keywords": [
  6. "browser",
  7. "useragent",
  8. "user-agent",
  9. "parser",
  10. "ua",
  11. "detection",
  12. "ender",
  13. "sniff"
  14. ],
  15. "homepage": "https://github.com/lancedikson/bowser",
  16. "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
  17. "main": "./src/bowser.js",
  18. "typings": "./typings.d.ts",
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/ded/bowser.git"
  22. },
  23. "devDependencies": {
  24. "smoosh": "*",
  25. "mocha": "*"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/ded/bowser/issues"
  29. },
  30. "directories": {
  31. "test": "test"
  32. },
  33. "scripts": {
  34. "test": "make test",
  35. "prepublish": "make boosh"
  36. },
  37. "license": "MIT",
  38. "__npminstall_done": "Thu Dec 24 2020 20:20:35 GMT+0800 (CST)",
  39. "_from": "bowser@1.9.4",
  40. "_resolved": "https://registry.npm.taobao.org/bowser/download/bowser-1.9.4.tgz?cache=0&sync_timestamp=1599897733391&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbowser%2Fdownload%2Fbowser-1.9.4.tgz"
  41. }