Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 1.5KB

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