Changeset 0c6b92a for imaps-frontend/node_modules/escalade/package.json
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/escalade/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "escalade", 3 "version": "3. 1.2",3 "version": "3.2.0", 4 4 "repository": "lukeed/escalade", 5 5 "description": "A tiny (183B to 210B) and fast utility to ascend parent directories", … … 16 16 ".": [ 17 17 { 18 "types": "./index.d.ts", 19 "import": "./dist/index.mjs", 20 "require": "./dist/index.js" 18 "import": { 19 "types": "./index.d.mts", 20 "default": "./dist/index.mjs" 21 }, 22 "require": { 23 "types": "./index.d.ts", 24 "default": "./dist/index.js" 25 } 21 26 }, 22 27 "./dist/index.js" … … 24 29 "./sync": [ 25 30 { 26 "types": "./sync/index.d.ts", 27 "import": "./sync/index.mjs", 28 "require": "./sync/index.js" 31 "import": { 32 "types": "./sync/index.d.mts", 33 "default": "./sync/index.mjs" 34 }, 35 "require": { 36 "types": "./sync/index.d.ts", 37 "default": "./sync/index.js" 38 } 29 39 }, 30 40 "./sync/index.js" … … 32 42 }, 33 43 "files": [ 44 "*.d.mts", 34 45 "*.d.ts", 35 46 "dist",
Note:
See TracChangeset
for help on using the changeset viewer.