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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "cssom@^0.4.4",
  3. "_id": "cssom@0.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
  6. "_location": "/cssom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cssom@^0.4.4",
  12. "name": "cssom",
  13. "escapedName": "cssom",
  14. "rawSpec": "^0.4.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.4"
  17. },
  18. "_requiredBy": [
  19. "/css-rules",
  20. "/mediaquery-text"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
  23. "_shasum": "5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10",
  24. "_spec": "cssom@^0.4.4",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\css-rules",
  26. "author": {
  27. "name": "Nikita Vasilyev",
  28. "email": "me@elv1s.ru"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/NV/CSSOM/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "CSS Object Model implementation and CSS parser",
  36. "files": [
  37. "lib/"
  38. ],
  39. "homepage": "https://github.com/NV/CSSOM#readme",
  40. "keywords": [
  41. "CSS",
  42. "CSSOM",
  43. "parser",
  44. "styleSheet"
  45. ],
  46. "license": "MIT",
  47. "main": "./lib/index.js",
  48. "name": "cssom",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/NV/CSSOM.git"
  52. },
  53. "version": "0.4.4"
  54. }