You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "mediaquery-text@^1.1.5",
  3. "_id": "mediaquery-text@1.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-T27sUGebV4BhxKpvBThwlZHnMR5elqw4hDSXs0ohHBRGh7k79LaR3lmJHJlIjrNa+LHTl35OWUW56dSGtMNzXQ==",
  6. "_location": "/mediaquery-text",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mediaquery-text@^1.1.5",
  12. "name": "mediaquery-text",
  13. "escapedName": "mediaquery-text",
  14. "rawSpec": "^1.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.5"
  17. },
  18. "_requiredBy": [
  19. "/style-data"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mediaquery-text/-/mediaquery-text-1.1.5.tgz",
  22. "_shasum": "6ced6675205ba9d5497bf34ebd0f42f23cfb0684",
  23. "_spec": "mediaquery-text@^1.1.5",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\style-data",
  25. "author": {
  26. "name": "Jonathan Kemp",
  27. "email": "kempdogg@gmail.com",
  28. "url": "http://jonkemp.com/"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "cssom": "^0.4.4"
  33. },
  34. "deprecated": false,
  35. "description": "Returns Media Query text for a CSS source.",
  36. "files": [
  37. "index.js"
  38. ],
  39. "gitHead": "b7cb66aceafb90f643102658887e1ea47954fd72",
  40. "homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/mediaquery-text",
  41. "keywords": [
  42. "mediaqueries",
  43. "css",
  44. "styles",
  45. "inline"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "mediaquery-text",
  50. "repository": {
  51. "type": "git",
  52. "url": "https://github.com/jonkemp/inline-css/tree/master/packages/mediaquery-text"
  53. },
  54. "version": "1.1.5"
  55. }