package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "caniuse-lite@^1.0.30001317",
  3. "_id": "caniuse-lite@1.0.30001332",
  4. "_inBundle": false,
  5. "_integrity": "sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw==",
  6. "_location": "/caniuse-lite",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "caniuse-lite@^1.0.30001317",
  12. "name": "caniuse-lite",
  13. "escapedName": "caniuse-lite",
  14. "rawSpec": "^1.0.30001317",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.30001317"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/webpack",
  20. "/autoprefixer",
  21. "/browserslist",
  22. "/caniuse-api",
  23. "/postcss-preset-env"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001332.tgz",
  26. "_shasum": "39476d3aa8d83ea76359c70302eafdd4a1d727dd",
  27. "_spec": "caniuse-lite@^1.0.30001317",
  28. "_where": "H:\\gs_nuxt\\node_modules\\browserslist",
  29. "author": {
  30. "name": "Ben Briggs",
  31. "email": "beneb.info@gmail.com",
  32. "url": "http://beneb.info"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/browserslist/caniuse-lite/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  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. "homepage": "https://github.com/browserslist/caniuse-lite#readme",
  55. "keywords": [
  56. "support",
  57. "css",
  58. "js",
  59. "html5",
  60. "svg"
  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.30001332"
  70. }