25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 1.5 KiB

3 yıl önce
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "cssom@0.3.8",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "cssom@0.3.8",
  9. "_id": "cssom@0.3.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
  12. "_location": "/cssom",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cssom@0.3.8",
  18. "name": "cssom",
  19. "escapedName": "cssom",
  20. "rawSpec": "0.3.8",
  21. "saveSpec": null,
  22. "fetchSpec": "0.3.8"
  23. },
  24. "_requiredBy": [
  25. "/cssstyle",
  26. "/jest-environment-jsdom/cssstyle",
  27. "/jest-environment-jsdom/jsdom",
  28. "/jsdom"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
  31. "_spec": "0.3.8",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "author": {
  34. "name": "Nikita Vasilyev",
  35. "email": "me@elv1s.ru"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/NV/CSSOM/issues"
  39. },
  40. "description": "CSS Object Model implementation and CSS parser",
  41. "files": [
  42. "lib/"
  43. ],
  44. "homepage": "https://github.com/NV/CSSOM#readme",
  45. "keywords": [
  46. "CSS",
  47. "CSSOM",
  48. "parser",
  49. "styleSheet"
  50. ],
  51. "license": "MIT",
  52. "main": "./lib/index.js",
  53. "name": "cssom",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/NV/CSSOM.git"
  57. },
  58. "version": "0.3.8"
  59. }