@cocalc/util
Version:
CoCalc code shared between the frontend and the backend
79 lines • 2.18 kB
JSON
{
"name": "@cocalc/util",
"version": "1.77.2",
"description": "CoCalc code shared between the frontend and the backend",
"exports": {
"./*": "./dist/*.js",
"./db-schema": "./dist/db-schema/index.js",
"./fill": "./dist/fill/index.js",
"./types": "./dist/types/index.js",
"./consts": "./dist/consts/index.js",
"./sync/table": "./dist/sync/table/index.js",
"./sync/editor/db": "./dist/sync/editor/db/index.js",
"./licenses/purchase/*": "./dist/licenses/purchase/*.js",
"./redux/*": "./dist/redux/*.js"
},
"files": [
"dist/**",
"bin/**",
"README.md",
"package.json"
],
"author": "SageMath, Inc.",
"keywords": [
"utilities",
"mathjax",
"markdown",
"cocalc"
],
"license": "SEE LICENSE.md",
"dependencies": {
"@ant-design/colors": "^6.0.0",
"async": "^1.5.2",
"async-await-utils": "^3.0.1",
"awaiting": "^3.0.0",
"dayjs": "^1.11.7",
"events": "3.3.0",
"get-random-values": "^1.2.0",
"immutable": "^4.3.0",
"json-stable-stringify": "^1.0.1",
"jsonic": "^1.0.1",
"lodash": "^4.17.21",
"lru-cache": "^7.14.1",
"prop-types": "^15.7.2",
"redux": "^4.2.1",
"reselect": "^4.1.8",
"sha1": "^1.1.1",
"underscore": "^1.12.1",
"utility-types": "^3.10.0",
"uuid": "^8.3.2",
"voucher-code-generator": "^1.3.0",
"@cocalc/util": "1.77.2"
},
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
},
"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/util",
"devDependencies": {
"@types/json-stable-stringify": "^1.0.32",
"@types/lodash": "^4.14.176",
"@types/node": "^18.16.14",
"@types/uuid": "^8.3.1",
"coffee-cache": "^1.0.2",
"coffee-coverage": "^3.0.1",
"coffeescript": "^2.5.1",
"expect": "^26.6.2",
"nyc": "^15.1.0",
"should": "^7.1.1",
"should-sinon": "0.0.3",
"sinon": "^4.5.0",
"tsd": "^0.22.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm exec tsc",
"tsc": "pnpm exec tsc --watch --pretty --preserveWatchOutput",
"test": "pnpm exec jest dist"
}
}