租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.1 KiB

2 months ago
  1. {
  2. "_from": "platform@^1.3.1",
  3. "_id": "platform@1.3.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
  6. "_location": "/platform",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "platform@^1.3.1",
  12. "name": "platform",
  13. "escapedName": "platform",
  14. "rawSpec": "^1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/platform/-/platform-1.3.6.tgz",
  22. "_shasum": "48b4ce983164b209c2d45a107adb31f473a6e7a7",
  23. "_spec": "platform@^1.3.1",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "Benjamin Tan",
  27. "email": "demoneaux@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/bestiejs/platform.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Benjamin Tan",
  36. "email": "demoneaux@gmail.com"
  37. },
  38. {
  39. "name": "John-David Dalton",
  40. "email": "john.david.dalton@gmail.com"
  41. },
  42. {
  43. "name": "Mathias Bynens",
  44. "email": "mathias@qiwi.be"
  45. }
  46. ],
  47. "deprecated": false,
  48. "description": "A platform detection library that works on nearly all JavaScript platforms.",
  49. "devDependencies": {
  50. "docdown": "^0.7.3",
  51. "qunit-extras": "^1.5.0",
  52. "qunitjs": "^1.23.1",
  53. "replace": "^1.1.0",
  54. "requirejs": "^2.3.6"
  55. },
  56. "files": [
  57. "platform.js"
  58. ],
  59. "homepage": "https://github.com/bestiejs/platform.js#readme",
  60. "keywords": [
  61. "environment",
  62. "platform",
  63. "ua",
  64. "useragent"
  65. ],
  66. "license": "MIT",
  67. "main": "platform.js",
  68. "name": "platform",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/bestiejs/platform.js.git"
  72. },
  73. "scripts": {
  74. "doc": "docdown platform.js doc/README.md style=github title=\"Platform.js v${npm_package_version}\" toc=properties url=https://github.com/bestiejs/platform.js/blob/${npm_package_version}/platform.js",
  75. "prepublishOnly": "node bump/bump.js ${npm_package_version}",
  76. "test": "node test/test.js"
  77. },
  78. "version": "1.3.6"
  79. }