Dashboard sipadu mbip
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.8KB

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