Add Robot_JoyIt driver
This commit is contained in:
54
node_modules/pure-rand/package.json
generated
vendored
54
node_modules/pure-rand/package.json
generated
vendored
@@ -1,11 +1,41 @@
|
||||
{
|
||||
"name": "pure-rand",
|
||||
"version": "6.0.4",
|
||||
"version": "7.0.1",
|
||||
"description": " Pure random number generator written in TypeScript",
|
||||
"type": "commonjs",
|
||||
"main": "lib/pure-rand.js",
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
"./distribution/*": {
|
||||
"require": {
|
||||
"types": "./lib/types/distribution/*.d.ts",
|
||||
"default": "./lib/distribution/*.js"
|
||||
},
|
||||
"import": {
|
||||
"types": "./lib/esm/types/distribution/*.d.ts",
|
||||
"default": "./lib/esm/distribution/*.js"
|
||||
}
|
||||
},
|
||||
"./generator/*": {
|
||||
"require": {
|
||||
"types": "./lib/types/generator/*.d.ts",
|
||||
"default": "./lib/generator/*.js"
|
||||
},
|
||||
"import": {
|
||||
"types": "./lib/esm/types/generator/*.d.ts",
|
||||
"default": "./lib/esm/generator/*.js"
|
||||
}
|
||||
},
|
||||
"./types/*": {
|
||||
"require": {
|
||||
"types": "./lib/types/types/*.d.ts",
|
||||
"default": "./lib/types/*.js"
|
||||
},
|
||||
"import": {
|
||||
"types": "./lib/esm/types/types/*.d.ts",
|
||||
"default": "./lib/esm/types/*.js"
|
||||
}
|
||||
},
|
||||
".": {
|
||||
"require": {
|
||||
"types": "./lib/types/pure-rand.d.ts",
|
||||
@@ -23,13 +53,13 @@
|
||||
"lib"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"packageManager": "yarn@4.6.0",
|
||||
"scripts": {
|
||||
"format:check": "prettier --list-different .",
|
||||
"format": "prettier --write .",
|
||||
"build": "tsc && tsc -p ./tsconfig.declaration.json",
|
||||
"build:esm": "tsc --module es2015 --outDir lib/esm --moduleResolution node && tsc -p ./tsconfig.declaration.json --outDir lib/esm/types && cp package.esm-template.json lib/esm/package.json",
|
||||
"build:prod": "yarn build && yarn build:esm && node postbuild/main.cjs",
|
||||
"build:prod": "yarn build && yarn build:esm && node postbuild/main.mjs",
|
||||
"build:prod-ci": "cross-env EXPECT_GITHUB_SHA=true yarn build:prod",
|
||||
"test": "jest --config jest.config.js --coverage",
|
||||
"build:bench:old": "tsc --outDir lib-reference/",
|
||||
@@ -47,18 +77,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/dubzzz/pure-rand#readme",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.5",
|
||||
"@types/node": "^18.17.17",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.13.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"fast-check": "^3.13.0",
|
||||
"fast-check": "^3.23.2",
|
||||
"jest": "^29.7.0",
|
||||
"prettier": "2.8.8",
|
||||
"replace-in-file": "^7.0.1",
|
||||
"prettier": "3.4.2",
|
||||
"replace-in-file": "^8.3.0",
|
||||
"source-map-support": "^0.5.21",
|
||||
"tinybench": "^2.5.1",
|
||||
"ts-jest": "^29.1.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2"
|
||||
"tinybench": "^3.1.1",
|
||||
"ts-jest": "^29.2.5",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.5.3"
|
||||
},
|
||||
"keywords": [
|
||||
"seed",
|
||||
|
||||
Reference in New Issue
Block a user