您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

61 行
1.8 KiB

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