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.

пре 3 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "@emotion/serialize@0.11.16",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@emotion/serialize@0.11.16",
  9. "_id": "@emotion/serialize@0.11.16",
  10. "_inBundle": false,
  11. "_integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==",
  12. "_location": "/@emotion/serialize",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@emotion/serialize@0.11.16",
  18. "name": "@emotion/serialize",
  19. "escapedName": "@emotion%2fserialize",
  20. "scope": "@emotion",
  21. "rawSpec": "0.11.16",
  22. "saveSpec": null,
  23. "fetchSpec": "0.11.16"
  24. },
  25. "_requiredBy": [
  26. "/@emotion/core",
  27. "/@emotion/css",
  28. "/babel-plugin-emotion"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz",
  31. "_spec": "0.11.16",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "browser": {
  34. "./dist/serialize.cjs.js": "./dist/serialize.browser.cjs.js",
  35. "./dist/serialize.esm.js": "./dist/serialize.browser.esm.js"
  36. },
  37. "dependencies": {
  38. "@emotion/hash": "0.8.0",
  39. "@emotion/memoize": "0.7.4",
  40. "@emotion/unitless": "0.7.5",
  41. "@emotion/utils": "0.11.3",
  42. "csstype": "^2.5.7"
  43. },
  44. "description": "serialization utils for emotion",
  45. "devDependencies": {
  46. "dtslint": "^0.3.0"
  47. },
  48. "files": [
  49. "src",
  50. "dist",
  51. "types"
  52. ],
  53. "license": "MIT",
  54. "main": "dist/serialize.cjs.js",
  55. "module": "dist/serialize.esm.js",
  56. "name": "@emotion/serialize",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "https://github.com/emotion-js/emotion/tree/master/packages/serialize"
  63. },
  64. "scripts": {
  65. "test:typescript": "dtslint types"
  66. },
  67. "types": "types/index.d.ts",
  68. "version": "0.11.16"
  69. }