package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "platform@1.3.4",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "platform@1.3.4",
  9. "_id": "platform@1.3.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-bw+xftqqSPIUQrOpdcBjEw8cPr0=",
  12. "_location": "/platform",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "platform@1.3.4",
  18. "name": "platform",
  19. "escapedName": "platform",
  20. "rawSpec": "1.3.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.4"
  23. },
  24. "_requiredBy": [
  25. "/ali-oss"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/platform/-/platform-1.3.4.tgz",
  28. "_spec": "1.3.4",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Benjamin Tan",
  32. "email": "demoneaux@gmail.com",
  33. "url": "https://demoneaux.github.io/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bestiejs/platform.js/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Benjamin Tan",
  41. "email": "demoneaux@gmail.com",
  42. "url": "https://demoneaux.github.io/"
  43. },
  44. {
  45. "name": "John-David Dalton",
  46. "email": "john.david.dalton@gmail.com",
  47. "url": "http://allyoucanleet.com/"
  48. },
  49. {
  50. "name": "Mathias Bynens",
  51. "email": "mathias@qiwi.be",
  52. "url": "https://mathiasbynens.be/"
  53. }
  54. ],
  55. "description": "A platform detection library that works on nearly all JavaScript platforms.",
  56. "devDependencies": {
  57. "docdown": "~0.7.2",
  58. "qunit-extras": "^1.5.0",
  59. "qunitjs": "^1.23.1",
  60. "requirejs": "^2.3.3"
  61. },
  62. "files": [
  63. "platform.js"
  64. ],
  65. "homepage": "https://github.com/bestiejs/platform.js#readme",
  66. "keywords": [
  67. "environment",
  68. "platform",
  69. "ua",
  70. "useragent"
  71. ],
  72. "license": "MIT",
  73. "main": "platform.js",
  74. "name": "platform",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/bestiejs/platform.js.git"
  78. },
  79. "scripts": {
  80. "doc": "docdown platform.js doc/README.md style=github title=\"Platform.js <sup>v${npm_package_version}</sup>\" toc=properties url=https://github.com/bestiejs/platform.js/blob/${npm_package_version}/platform.js",
  81. "test": "node test/test"
  82. },
  83. "version": "1.3.4"
  84. }