package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "cssom@0.3.8",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssom@0.3.8",
  10. "_id": "cssom@0.3.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
  13. "_location": "/cssom",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cssom@0.3.8",
  19. "name": "cssom",
  20. "escapedName": "cssom",
  21. "rawSpec": "0.3.8",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.8"
  24. },
  25. "_requiredBy": [
  26. "/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": "D:\\代码\\单商户\\admin",
  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. }