@khanacademy/kas
Advanced tools
Comparing version 0.0.0-PR2257-20250220004210 to 0.0.0-PR2257-20250221001049
{ | ||
"name": "@khanacademy/kas", | ||
"description": "A lightweight JavaScript CAS for comparing expressions and equations.", | ||
"author": "Khan Academy", | ||
"license": "MIT", | ||
"version": "0.0.0-PR2257-20250220004210", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Khan/perseus.git", | ||
"directory": "packages/kas" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Khan/perseus/issues" | ||
}, | ||
"module": "dist/es/index.js", | ||
"main": "dist/index.js", | ||
"source": "src/index.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "../../utils/package-pre-publish-check.sh", | ||
"gen:parsers": "node src/parser-generator.ts", | ||
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" | ||
}, | ||
"dependencies": { | ||
"@khanacademy/perseus-core": "0.0.0-PR2257-20250220004210" | ||
}, | ||
"devDependencies": { | ||
"jison": "0.4.15", | ||
"perseus-build-settings": "^0.4.3", | ||
"underscore": "1.4.4" | ||
}, | ||
"peerDependencies": { | ||
"underscore": "1.4.4" | ||
}, | ||
"keywords": [ | ||
"parsing", | ||
"equation", | ||
"expression", | ||
"algebra", | ||
"symbolic" | ||
] | ||
"name": "@khanacademy/kas", | ||
"description": "A lightweight JavaScript CAS for comparing expressions and equations.", | ||
"author": "Khan Academy", | ||
"license": "MIT", | ||
"version": "0.0.0-PR2257-20250221001049", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Khan/perseus.git", | ||
"directory": "packages/kas" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Khan/perseus/issues" | ||
}, | ||
"module": "dist/es/index.js", | ||
"main": "dist/index.js", | ||
"source": "src/index.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@khanacademy/perseus-core": "0.0.0-PR2257-20250221001049" | ||
}, | ||
"devDependencies": { | ||
"jison": "0.4.15", | ||
"underscore": "^1.4.4", | ||
"perseus-build-settings": "0.0.0-PR2257-20250221001049" | ||
}, | ||
"peerDependencies": { | ||
"underscore": "^1.4.4" | ||
}, | ||
"keywords": [ | ||
"parsing", | ||
"equation", | ||
"expression", | ||
"algebra", | ||
"symbolic" | ||
], | ||
"scripts": { | ||
"gen:parsers": "node src/parser-generator.ts" | ||
} | ||
} |
@@ -79,4 +79,4 @@ # @khanacademy/kas | ||
## How to build the library | ||
yarn | ||
yarn build | ||
pnpm install | ||
pnpm build | ||
@@ -86,6 +86,6 @@ ## How to build the parser | ||
yarn | ||
yarn build:parser | ||
pnpm install | ||
pnpm build:parser | ||
## License | ||
[MIT License](http://opensource.org/licenses/MIT) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1162488
12045
+ Added@khanacademy/perseus-core@0.0.0-PR2257-20250221001049(transitive)
+ Added@khanacademy/wonder-stuff-core@1.5.4(transitive)
+ Addedunderscore@1.13.7(transitive)
- Removed@khanacademy/perseus-core@0.0.0-PR2257-20250220004210(transitive)
- Removedunderscore@1.4.4(transitive)
Updated@khanacademy/perseus-core@0.0.0-PR2257-20250221001049