package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "bowser@^1.6.0",
  3. "_id": "bowser@1.9.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==",
  6. "_location": "/bowser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bowser@^1.6.0",
  12. "name": "bowser",
  13. "escapedName": "bowser",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.4.tgz",
  22. "_shasum": "890c58a2813a9d3243704334fa81b96a5c150c9a",
  23. "_spec": "bowser@^1.6.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "Dustin Diaz",
  27. "email": "dustin@dustindiaz.com",
  28. "url": "http://dustindiaz.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ded/bowser/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Lightweight browser detector",
  36. "devDependencies": {
  37. "mocha": "*",
  38. "smoosh": "*"
  39. },
  40. "directories": {
  41. "test": "test"
  42. },
  43. "homepage": "https://github.com/lancedikson/bowser",
  44. "keywords": [
  45. "browser",
  46. "useragent",
  47. "user-agent",
  48. "parser",
  49. "ua",
  50. "detection",
  51. "ender",
  52. "sniff"
  53. ],
  54. "license": "MIT",
  55. "main": "./src/bowser.js",
  56. "name": "bowser",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/ded/bowser.git"
  60. },
  61. "scripts": {
  62. "prepublish": "make boosh",
  63. "test": "make test"
  64. },
  65. "typings": "./typings.d.ts",
  66. "version": "1.9.4"
  67. }