package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "caniuse-lite@1.0.30001651",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "caniuse-lite@1.0.30001651",
  10. "_id": "caniuse-lite@1.0.30001651",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==",
  13. "_location": "/caniuse-lite",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "caniuse-lite@1.0.30001651",
  19. "name": "caniuse-lite",
  20. "escapedName": "caniuse-lite",
  21. "rawSpec": "1.0.30001651",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.30001651"
  24. },
  25. "_requiredBy": [
  26. "/browserslist"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz",
  29. "_spec": "1.0.30001651",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Ben Briggs",
  33. "email": "beneb.info@gmail.com",
  34. "url": "http://beneb.info"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/browserslist/caniuse-lite/issues"
  38. },
  39. "description": "A smaller version of caniuse-db, with only the essentials!",
  40. "files": [
  41. "data",
  42. "dist"
  43. ],
  44. "funding": [
  45. {
  46. "type": "opencollective",
  47. "url": "https://opencollective.com/browserslist"
  48. },
  49. {
  50. "type": "tidelift",
  51. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  52. },
  53. {
  54. "type": "github",
  55. "url": "https://github.com/sponsors/ai"
  56. }
  57. ],
  58. "homepage": "https://github.com/browserslist/caniuse-lite#readme",
  59. "keywords": [
  60. "support"
  61. ],
  62. "license": "CC-BY-4.0",
  63. "main": "dist/unpacker/index.js",
  64. "name": "caniuse-lite",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/browserslist/caniuse-lite.git"
  68. },
  69. "version": "1.0.30001651"
  70. }