Initial commit: Developer Tools MVP with visual editor

- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
This commit is contained in:
dwindown
2025-08-02 09:31:26 +07:00
commit 7f2dd5260f
45657 changed files with 4730486 additions and 0 deletions

26
node_modules/jest-matcher-utils/build/index.mjs generated vendored Normal file
View File

@@ -0,0 +1,26 @@
import cjsModule from './index.js';
export const BOLD_WEIGHT = cjsModule.BOLD_WEIGHT;
export const DIM_COLOR = cjsModule.DIM_COLOR;
export const EXPECTED_COLOR = cjsModule.EXPECTED_COLOR;
export const INVERTED_COLOR = cjsModule.INVERTED_COLOR;
export const RECEIVED_COLOR = cjsModule.RECEIVED_COLOR;
export const SERIALIZABLE_PROPERTIES = cjsModule.SERIALIZABLE_PROPERTIES;
export const SUGGEST_TO_CONTAIN_EQUAL = cjsModule.SUGGEST_TO_CONTAIN_EQUAL;
export const diff = cjsModule.diff;
export const ensureActualIsNumber = cjsModule.ensureActualIsNumber;
export const ensureExpectedIsNonNegativeInteger = cjsModule.ensureExpectedIsNonNegativeInteger;
export const ensureExpectedIsNumber = cjsModule.ensureExpectedIsNumber;
export const ensureNoExpected = cjsModule.ensureNoExpected;
export const ensureNumbers = cjsModule.ensureNumbers;
export const getLabelPrinter = cjsModule.getLabelPrinter;
export const highlightTrailingWhitespace = cjsModule.highlightTrailingWhitespace;
export const matcherErrorMessage = cjsModule.matcherErrorMessage;
export const matcherHint = cjsModule.matcherHint;
export const pluralize = cjsModule.pluralize;
export const printDiffOrStringify = cjsModule.printDiffOrStringify;
export const printExpected = cjsModule.printExpected;
export const printReceived = cjsModule.printReceived;
export const printWithType = cjsModule.printWithType;
export const replaceMatchedToAsymmetricMatcher = cjsModule.replaceMatchedToAsymmetricMatcher;
export const stringify = cjsModule.stringify;