Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.5KB

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