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.8 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "@emotion/css@10.0.27",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@emotion/css@10.0.27",
  9. "_id": "@emotion/css@10.0.27",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==",
  12. "_location": "/@emotion/css",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@emotion/css@10.0.27",
  18. "name": "@emotion/css",
  19. "escapedName": "@emotion%2fcss",
  20. "scope": "@emotion",
  21. "rawSpec": "10.0.27",
  22. "saveSpec": null,
  23. "fetchSpec": "10.0.27"
  24. },
  25. "_requiredBy": [
  26. "/@emotion/core",
  27. "/react-select"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz",
  30. "_spec": "10.0.27",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "browser": {
  33. "./dist/css.cjs.js": "./dist/css.browser.cjs.js",
  34. "./dist/css.esm.js": "./dist/css.browser.esm.js"
  35. },
  36. "dependencies": {
  37. "@emotion/serialize": "^0.11.15",
  38. "@emotion/utils": "0.11.3",
  39. "babel-plugin-emotion": "^10.0.27"
  40. },
  41. "description": "a function to serialize css and object styless",
  42. "devDependencies": {
  43. "dtslint": "^0.3.0"
  44. },
  45. "files": [
  46. "src",
  47. "dist",
  48. "types",
  49. "macro.js",
  50. "macro.d.ts",
  51. "macro.js.flow"
  52. ],
  53. "license": "MIT",
  54. "main": "dist/css.cjs.js",
  55. "module": "dist/css.esm.js",
  56. "name": "@emotion/css",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "https://github.com/emotion-js/emotion/tree/master/packages/css"
  63. },
  64. "scripts": {
  65. "test:typescript": "dtslint types"
  66. },
  67. "types": "types/index.d.ts",
  68. "version": "10.0.27"
  69. }