Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "@emotion/utils@0.11.2",
  3. "_id": "@emotion/utils@0.11.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UHX2XklLl3sIaP6oiMmlVzT0J+2ATTVpf0dHQVyPJHTkOITvXfaSqnRk6mdDhV9pR8T/tHc3cex78IKXssmzrA==",
  6. "_location": "/@emotion/utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@emotion/utils@0.11.2",
  12. "name": "@emotion/utils",
  13. "escapedName": "@emotion%2futils",
  14. "scope": "@emotion",
  15. "rawSpec": "0.11.2",
  16. "saveSpec": null,
  17. "fetchSpec": "0.11.2"
  18. },
  19. "_requiredBy": [
  20. "/@emotion/cache",
  21. "/@emotion/core",
  22. "/@emotion/css",
  23. "/@emotion/serialize"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.2.tgz",
  26. "_shasum": "713056bfdffb396b0a14f1c8f18e7b4d0d200183",
  27. "_spec": "@emotion/utils@0.11.2",
  28. "_where": "/var/www/html/mdch.sipadu/node_modules/@emotion/core",
  29. "browser": {
  30. "./dist/utils.cjs.js": "./dist/utils.browser.cjs.js",
  31. "./dist/utils.esm.js": "./dist/utils.browser.esm.js"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "internal utils for emotion",
  36. "devDependencies": {
  37. "dtslint": "^0.3.0"
  38. },
  39. "files": [
  40. "src",
  41. "dist",
  42. "types"
  43. ],
  44. "license": "MIT",
  45. "main": "dist/utils.cjs.js",
  46. "module": "dist/utils.esm.js",
  47. "name": "@emotion/utils",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "https://github.com/emotion-js/emotion/tree/master/packages/serialize"
  54. },
  55. "scripts": {
  56. "test:typescript": "dtslint types"
  57. },
  58. "types": "types/index.d.ts",
  59. "version": "0.11.2"
  60. }