package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "caniuse-lite@^1.0.30001219",
  3. "_id": "caniuse-lite@1.0.30001236",
  4. "_inBundle": false,
  5. "_integrity": "sha512-o0PRQSrSCGJKCPZcgMzl5fUaj5xHe8qA2m4QRvnyY4e1lITqoNkr7q/Oh1NcpGSy0Th97UZ35yoKcINPoq7YOQ==",
  6. "_location": "/caniuse-lite",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "caniuse-lite@^1.0.30001219",
  12. "name": "caniuse-lite",
  13. "escapedName": "caniuse-lite",
  14. "rawSpec": "^1.0.30001219",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.30001219"
  17. },
  18. "_requiredBy": [
  19. "/autoprefixer",
  20. "/browserslist",
  21. "/caniuse-api",
  22. "/postcss-preset-env",
  23. "/react-dev-utils/browserslist"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001236.tgz",
  26. "_shasum": "0a80de4cdf62e1770bb46a30d884fc8d633e3958",
  27. "_spec": "caniuse-lite@^1.0.30001219",
  28. "_where": "/Users/jane/myproject/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. "type": "opencollective",
  46. "url": "https://opencollective.com/browserslist"
  47. },
  48. "homepage": "https://github.com/browserslist/caniuse-lite#readme",
  49. "keywords": [
  50. "support",
  51. "css",
  52. "js",
  53. "html5",
  54. "svg"
  55. ],
  56. "license": "CC-BY-4.0",
  57. "main": "dist/unpacker/index.js",
  58. "name": "caniuse-lite",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/browserslist/caniuse-lite.git"
  62. },
  63. "version": "1.0.30001236"
  64. }