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.

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