worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
32
node_modules/@emotion/memoize/package.json
generated
vendored
Normal file
32
node_modules/@emotion/memoize/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "@emotion/memoize",
|
||||
"version": "0.9.0",
|
||||
"description": "emotion's memoize utility",
|
||||
"main": "dist/emotion-memoize.cjs.js",
|
||||
"module": "dist/emotion-memoize.esm.js",
|
||||
"types": "dist/emotion-memoize.cjs.d.ts",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/emotion-js/emotion/tree/main/packages/memoize",
|
||||
"scripts": {
|
||||
"test:typescript": "dtslint types"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@definitelytyped/dtslint": "0.0.112",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"dist"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"module": "./dist/emotion-memoize.esm.js",
|
||||
"import": "./dist/emotion-memoize.cjs.mjs",
|
||||
"default": "./dist/emotion-memoize.cjs.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue