25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 1.7 KiB

3 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "bowser@1.9.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "bowser@1.9.4",
  9. "_id": "bowser@1.9.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==",
  12. "_location": "/bowser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bowser@1.9.4",
  18. "name": "bowser",
  19. "escapedName": "bowser",
  20. "rawSpec": "1.9.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.9.4"
  23. },
  24. "_requiredBy": [
  25. "/inline-style-prefixer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.4.tgz",
  28. "_spec": "1.9.4",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Dustin Diaz",
  32. "email": "dustin@dustindiaz.com",
  33. "url": "http://dustindiaz.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ded/bowser/issues"
  37. },
  38. "description": "Lightweight browser detector",
  39. "devDependencies": {
  40. "mocha": "*",
  41. "smoosh": "*"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "homepage": "https://github.com/lancedikson/bowser",
  47. "keywords": [
  48. "browser",
  49. "useragent",
  50. "user-agent",
  51. "parser",
  52. "ua",
  53. "detection",
  54. "ender",
  55. "sniff"
  56. ],
  57. "license": "MIT",
  58. "main": "./src/bowser.js",
  59. "name": "bowser",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/ded/bowser.git"
  63. },
  64. "scripts": {
  65. "prepublish": "make boosh",
  66. "test": "make test"
  67. },
  68. "typings": "./typings.d.ts",
  69. "version": "1.9.4"
  70. }