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.

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