package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "caniuse-db@1.0.30001147",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "caniuse-db@1.0.30001147",
  10. "_id": "caniuse-db@1.0.30001147",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GZRAici3hFWaJ560jYkk7PBUXiojuC8S/qRtWh5lt4/cWvlrcaP6yKkFwt1YUKZFDF/l7mL2saSxLM2bZl2cyQ==",
  13. "_location": "/caniuse-db",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "caniuse-db@1.0.30001147",
  19. "name": "caniuse-db",
  20. "escapedName": "caniuse-db",
  21. "rawSpec": "1.0.30001147",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.30001147"
  24. },
  25. "_requiredBy": [
  26. "/caniuse-api",
  27. "/caniuse-api/browserslist",
  28. "/cssnano/autoprefixer",
  29. "/cssnano/browserslist",
  30. "/postcss-merge-rules/browserslist"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30001147.tgz",
  33. "_spec": "1.0.30001147",
  34. "_where": "E:\\amr1.0\\AMR",
  35. "author": {
  36. "name": "Alexis Deveria",
  37. "email": "adeveria@gmail.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/Fyrd/caniuse/issues"
  41. },
  42. "description": "Raw browser/feature support data from caniuse.com",
  43. "homepage": "https://github.com/Fyrd/caniuse#readme",
  44. "keywords": [
  45. "support",
  46. "css",
  47. "js",
  48. "html5",
  49. "svg"
  50. ],
  51. "license": "CC-BY-4.0",
  52. "name": "caniuse-db",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/Fyrd/caniuse.git"
  56. },
  57. "scripts": {
  58. "validate": "node validator/validate-jsons.js"
  59. },
  60. "version": "1.0.30001147"
  61. }