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.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@emotion/memoize@0.7.3",
  3. "_id": "@emotion/memoize@0.7.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2Md9mH6mvo+ygq1trTeVp2uzAKwE2P7In0cRpD/M9Q70aH8L+rxMLbb3JCN2JoSWsV2O+DdFjfbbXoMoLBczow==",
  6. "_location": "/@emotion/memoize",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@emotion/memoize@0.7.3",
  12. "name": "@emotion/memoize",
  13. "escapedName": "@emotion%2fmemoize",
  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/memoize/-/memoize-0.7.3.tgz",
  24. "_shasum": "5b6b1c11d6a6dddf1f2fc996f74cf3b219644d78",
  25. "_spec": "@emotion/memoize@0.7.3",
  26. "_where": "/var/www/html/mdch.sipadu/node_modules/@emotion/serialize",
  27. "browser": {
  28. "./dist/memoize.cjs.js": "./dist/memoize.browser.cjs.js",
  29. "./dist/memoize.esm.js": "./dist/memoize.browser.esm.js"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "emotion's memoize utility",
  34. "devDependencies": {
  35. "dtslint": "^0.3.0"
  36. },
  37. "files": [
  38. "src",
  39. "dist",
  40. "types"
  41. ],
  42. "license": "MIT",
  43. "main": "dist/memoize.cjs.js",
  44. "module": "dist/memoize.esm.js",
  45. "name": "@emotion/memoize",
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/emotion-js/emotion/tree/master/packages/memoize"
  52. },
  53. "scripts": {
  54. "test:typescript": "dtslint types"
  55. },
  56. "types": "types/index.d.ts",
  57. "version": "0.7.3"
  58. }