mnemonica 0.9.948 → 0.9.949
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.
- package/package.json +14 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mnemonica",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.949",
|
|
4
4
|
"description": "abstract technique that aids information retention : instance inheritance system",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"example:ts": "npx tsc ./test-ts/*.ts && npx eslint --fix ./test-ts/*.js && node ./test-ts/test-no-types.js && node ./test-ts/test-with-types.js",
|
|
35
35
|
"lint": "npx eslint --fix",
|
|
36
36
|
"lint:test": "npx eslint --fix ./test",
|
|
37
|
-
"report-coverage": "cat coverage/lcov.info | coveralls",
|
|
38
37
|
"test": "npm run build && mocha --allow-uncaught test/index.js",
|
|
39
38
|
"test:cov": "npm run build && nyc --reporter=lcov mocha --allow-uncaught --ui bdd --reporter spec ./test/index.js",
|
|
40
39
|
"test:debug": "npx tsc --pretty --sourceMap && npx mocha --allow-uncaught --reporter spec --inspect-brk test/index",
|
|
@@ -64,30 +63,30 @@
|
|
|
64
63
|
},
|
|
65
64
|
"homepage": "https://github.com/wentout/mnemonica#readme",
|
|
66
65
|
"devDependencies": {
|
|
67
|
-
"@types/jest": "^29.
|
|
68
|
-
"@types/node": "^18.
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
70
|
-
"@typescript-eslint/parser": "^5.
|
|
66
|
+
"@types/jest": "^29.5.0",
|
|
67
|
+
"@types/node": "^18.15.5",
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
69
|
+
"@typescript-eslint/parser": "^5.56.0",
|
|
71
70
|
"chai": "^4.3.7",
|
|
72
|
-
"
|
|
73
|
-
"eslint": "^8.
|
|
74
|
-
"eslint-
|
|
75
|
-
"eslint-plugin-import": "^2.26.0",
|
|
71
|
+
"eslint": "^8.36.0",
|
|
72
|
+
"eslint-config-prettier": "^8.8.0",
|
|
73
|
+
"eslint-plugin-import": "^2.27.5",
|
|
76
74
|
"eslint-plugin-mocha": "^10.1.0",
|
|
77
75
|
"eslint-plugin-no-arrow-this": "^1.2.0",
|
|
78
76
|
"eslint-plugin-prettier": "^4.2.1",
|
|
79
77
|
"husky": "^8.0.3",
|
|
80
|
-
"jest": "^29.
|
|
78
|
+
"jest": "^29.5.0",
|
|
81
79
|
"json5": "^2.2.3",
|
|
82
|
-
"lint-staged": "^13.
|
|
80
|
+
"lint-staged": "^13.2.0",
|
|
83
81
|
"mocha": "^10.2.0",
|
|
84
82
|
"mocha-lcov-reporter": "^1.3.0",
|
|
85
83
|
"nyc": "^15.1.0",
|
|
86
|
-
"
|
|
87
|
-
"
|
|
84
|
+
"prettier": "^2.8.6",
|
|
85
|
+
"ts-jest": "^29.0.5",
|
|
86
|
+
"typescript": "^5.0.2"
|
|
88
87
|
},
|
|
89
88
|
"engines": {
|
|
90
|
-
"node": ">=
|
|
89
|
+
"node": ">=14"
|
|
91
90
|
},
|
|
92
91
|
"husky": {
|
|
93
92
|
"hooks": {
|