-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
also used double quotes for interoparabilities with Windows
- Loading branch information
Showing
44 changed files
with
2,697 additions
and
4,594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
{ | ||
"name": "@unified-latex/structured-clone", | ||
"version": "1.6.0", | ||
"description": "A cheap (and not correct) structured-clone polyfill with types", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"files": [ | ||
"dist/**/*.ts", | ||
"dist/**/*.js", | ||
"dist/**/*.map", | ||
"dist/**/*.json" | ||
], | ||
"exports": { | ||
".": { | ||
"_bundle": "./index.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
"name": "@unified-latex/structured-clone", | ||
"version": "1.6.0", | ||
"description": "A cheap (and not correct) structured-clone polyfill with types", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"files": [ | ||
"dist/**/*.ts", | ||
"dist/**/*.js", | ||
"dist/**/*.map", | ||
"dist/**/*.json" | ||
], | ||
"exports": { | ||
".": { | ||
"_bundle": "./index.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./*js": "./dist/*js", | ||
"./*": { | ||
"_bundle": "./*.ts", | ||
"import": "./dist/*.js", | ||
"require": "./dist/*.cjs" | ||
} | ||
}, | ||
"./*js": "./dist/*js", | ||
"./*": { | ||
"_bundle": "./*.ts", | ||
"import": "./dist/*.js", | ||
"require": "./dist/*.cjs" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && mkdirp ./dist && npm run compile", | ||
"clean": "rimraf ./dist", | ||
"compile:tsc": "tsc", | ||
"compile:esm_and_cjs": "node build.js", | ||
"compile": "run-p compile:tsc compile:esm_and_cjs", | ||
"test": "vitest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/siefkenj/unified-latex.git" | ||
}, | ||
"keywords": [ | ||
"pegjs", | ||
"latex", | ||
"parser", | ||
"prettier", | ||
"unified-latex", | ||
"unified" | ||
], | ||
"author": "Jason Siefken", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/siefkenj/unified-latex/issues" | ||
}, | ||
"homepage": "https://github.com/siefkenj/unified-latex#readme" | ||
"scripts": { | ||
"build": "npm run clean && mkdirp ./dist && npm run compile", | ||
"clean": "rimraf ./dist", | ||
"compile:tsc": "tsc", | ||
"compile:esm_and_cjs": "node build.js", | ||
"compile": "run-p compile:tsc compile:esm_and_cjs", | ||
"test": "vitest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/siefkenj/unified-latex.git" | ||
}, | ||
"keywords": [ | ||
"pegjs", | ||
"latex", | ||
"parser", | ||
"prettier", | ||
"unified-latex", | ||
"unified" | ||
], | ||
"author": "Jason Siefken", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/siefkenj/unified-latex/issues" | ||
}, | ||
"homepage": "https://github.com/siefkenj/unified-latex#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1112,4 +1112,4 @@ | |
"Vmatrix*", | ||
"vmatrix*" | ||
] | ||
} | ||
} |
Oops, something went wrong.