@fluidframework/core-utils 2.0.0-internal.3.1.0 → 2.0.0-internal.3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +91 -91
package/package.json CHANGED
@@ -1,92 +1,92 @@
1
1
  {
2
- "name": "@fluidframework/core-utils",
3
- "version": "2.0.0-internal.3.1.0",
4
- "description": "Fluid agnostic utility functions with zero-dependencies",
5
- "homepage": "https://fluidframework.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/microsoft/FluidFramework.git",
9
- "directory": "packages/common/core-utils"
10
- },
11
- "license": "MIT",
12
- "author": "Microsoft and contributors",
13
- "sideEffects": false,
14
- "main": "dist/index.js",
15
- "module": "lib/index.js",
16
- "types": "dist/index.d.ts",
17
- "scripts": {
18
- "bench": "mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter \"../../../node_modules/@fluid-tools/benchmark/dist/MochaReporter.js\"",
19
- "bench:profile": "mocha --v8-prof --timeout 999999 --perfMode --fgrep @Benchmark --reporter \"../../../node_modules/@fluid-tools/benchmark/dist/MochaReporter.js\" && node --prof-process isolate-0x*-v8.log > profile.txt && rm isolate-0x*-v8.log && cat profile.txt",
20
- "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
21
- "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
22
- "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
23
- "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
24
- "build:esnext": "tsc --project ./tsconfig.esnext.json",
25
- "build:full": "npm run build",
26
- "build:full:compile": "npm run build:compile",
27
- "build:test": "tsc --project ./src/test/tsconfig.json",
28
- "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
29
- "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
30
- "eslint": "eslint --format stylish src",
31
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
32
- "format": "npm run prettier:fix",
33
- "lint": "npm run prettier && npm run eslint",
34
- "lint:fix": "npm run prettier:fix && npm run eslint:fix",
35
- "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
36
- "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
37
- "test": "npm run test:mocha",
38
- "test:benchmark:report": "mocha --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
39
- "test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml",
40
- "test:mocha": "mocha",
41
- "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
42
- "tsc": "tsc",
43
- "typetests:gen": "flub generate typetests --generate --dir .",
44
- "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
45
- },
46
- "nyc": {
47
- "all": true,
48
- "cache-dir": "nyc/.cache",
49
- "exclude": [
50
- "src/test/**/*.ts",
51
- "dist/test/**/*.js"
52
- ],
53
- "exclude-after-remap": false,
54
- "include": [
55
- "src/**/*.ts",
56
- "dist/**/*.js"
57
- ],
58
- "report-dir": "nyc/report",
59
- "reporter": [
60
- "cobertura",
61
- "html",
62
- "text"
63
- ],
64
- "temp-directory": "nyc/.nyc_output"
65
- },
66
- "devDependencies": {
67
- "@fluid-tools/benchmark": "^0.45.0",
68
- "@fluid-tools/build-cli": "^0.9.0",
69
- "@fluidframework/build-common": "^1.1.0",
70
- "@fluidframework/build-tools": "^0.9.0",
71
- "@fluidframework/eslint-config-fluid": "^2.0.0",
72
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
73
- "@microsoft/api-extractor": "^7.22.2",
74
- "@rushstack/eslint-config": "^2.5.1",
75
- "@types/mocha": "^9.1.1",
76
- "@types/node": "^14.18.36",
77
- "concurrently": "^6.2.0",
78
- "copyfiles": "^2.4.1",
79
- "cross-env": "^7.0.2",
80
- "eslint": "~8.6.0",
81
- "eslint-config-prettier": "~8.5.0",
82
- "mocha": "^10.0.0",
83
- "nyc": "^15.0.0",
84
- "prettier": "~2.6.2",
85
- "rimraf": "^2.6.2",
86
- "source-map-support": "^0.5.16",
87
- "typescript": "~4.5.5"
88
- },
89
- "typeValidation": {
90
- "disabled": true
91
- }
92
- }
2
+ "name": "@fluidframework/core-utils",
3
+ "version": "2.0.0-internal.3.2.1",
4
+ "description": "Fluid agnostic utility functions with zero-dependencies",
5
+ "homepage": "https://fluidframework.com",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/microsoft/FluidFramework.git",
9
+ "directory": "packages/common/core-utils"
10
+ },
11
+ "license": "MIT",
12
+ "author": "Microsoft and contributors",
13
+ "sideEffects": false,
14
+ "main": "dist/index.js",
15
+ "module": "lib/index.js",
16
+ "types": "dist/index.d.ts",
17
+ "nyc": {
18
+ "all": true,
19
+ "cache-dir": "nyc/.cache",
20
+ "exclude": [
21
+ "src/test/**/*.ts",
22
+ "dist/test/**/*.js"
23
+ ],
24
+ "exclude-after-remap": false,
25
+ "include": [
26
+ "src/**/*.ts",
27
+ "dist/**/*.js"
28
+ ],
29
+ "report-dir": "nyc/report",
30
+ "reporter": [
31
+ "cobertura",
32
+ "html",
33
+ "text"
34
+ ],
35
+ "temp-directory": "nyc/.nyc_output"
36
+ },
37
+ "devDependencies": {
38
+ "@fluid-tools/benchmark": "^0.45.0",
39
+ "@fluid-tools/build-cli": "^0.10.0",
40
+ "@fluidframework/build-common": "^1.1.0",
41
+ "@fluidframework/build-tools": "^0.10.0",
42
+ "@fluidframework/eslint-config-fluid": "^2.0.0",
43
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.2.1 <2.0.0-internal.4.0.0",
44
+ "@microsoft/api-extractor": "^7.22.2",
45
+ "@rushstack/eslint-config": "^2.5.1",
46
+ "@types/mocha": "^9.1.1",
47
+ "@types/node": "^14.18.36",
48
+ "concurrently": "^6.2.0",
49
+ "copyfiles": "^2.4.1",
50
+ "cross-env": "^7.0.2",
51
+ "eslint": "~8.6.0",
52
+ "eslint-config-prettier": "~8.5.0",
53
+ "mocha": "^10.0.0",
54
+ "nyc": "^15.0.0",
55
+ "prettier": "~2.6.2",
56
+ "rimraf": "^2.6.2",
57
+ "source-map-support": "^0.5.16",
58
+ "typescript": "~4.5.5"
59
+ },
60
+ "typeValidation": {
61
+ "disabled": true
62
+ },
63
+ "scripts": {
64
+ "bench": "mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter \"../../../node_modules/@fluid-tools/benchmark/dist/MochaReporter.js\"",
65
+ "bench:profile": "mocha --v8-prof --timeout 999999 --perfMode --fgrep @Benchmark --reporter \"../../../node_modules/@fluid-tools/benchmark/dist/MochaReporter.js\" && node --prof-process isolate-0x*-v8.log > profile.txt && rm isolate-0x*-v8.log && cat profile.txt",
66
+ "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
67
+ "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
68
+ "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
69
+ "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
70
+ "build:esnext": "tsc --project ./tsconfig.esnext.json",
71
+ "build:full": "npm run build",
72
+ "build:full:compile": "npm run build:compile",
73
+ "build:test": "tsc --project ./src/test/tsconfig.json",
74
+ "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
75
+ "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
76
+ "eslint": "eslint --format stylish src",
77
+ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
78
+ "format": "npm run prettier:fix",
79
+ "lint": "npm run prettier && npm run eslint",
80
+ "lint:fix": "npm run prettier:fix && npm run eslint:fix",
81
+ "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
82
+ "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
83
+ "test": "npm run test:mocha",
84
+ "test:benchmark:report": "mocha --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
85
+ "test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml",
86
+ "test:mocha": "mocha",
87
+ "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
88
+ "tsc": "tsc",
89
+ "typetests:gen": "flub generate typetests --generate --dir .",
90
+ "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
91
+ }
92
+ }