@form8ion/javascript 8.6.0 → 9.0.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.
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +50 -50
package/package.json
CHANGED
|
@@ -2,30 +2,22 @@
|
|
|
2
2
|
"name": "@form8ion/javascript",
|
|
3
3
|
"description": "JavaScript language plugin for the @form8ion toolset",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "9.0.1",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": "
|
|
8
|
-
},
|
|
9
|
-
"files": [
|
|
10
|
-
"example.js",
|
|
11
|
-
"lib/",
|
|
12
|
-
"templates/"
|
|
13
|
-
],
|
|
14
|
-
"publishConfig": {
|
|
15
|
-
"access": "public"
|
|
7
|
+
"node": ">=16.0.0"
|
|
16
8
|
},
|
|
9
|
+
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
|
|
10
|
+
"repository": "form8ion/javascript",
|
|
11
|
+
"bugs": "https://github.com/form8ion/javascript/issues",
|
|
12
|
+
"homepage": "https://npm.im/@form8ion/javascript",
|
|
17
13
|
"runkitExampleFilename": "./example.js",
|
|
18
|
-
"main": "./lib/index.js",
|
|
19
|
-
"module": "./lib/index.mjs",
|
|
20
14
|
"exports": {
|
|
21
15
|
"require": "./lib/index.js",
|
|
22
16
|
"import": "./lib/index.mjs"
|
|
23
17
|
},
|
|
18
|
+
"main": "./lib/index.js",
|
|
19
|
+
"module": "./lib/index.mjs",
|
|
24
20
|
"sideEffects": false,
|
|
25
|
-
"repository": "form8ion/javascript",
|
|
26
|
-
"bugs": "https://github.com/form8ion/javascript/issues",
|
|
27
|
-
"homepage": "https://npm.im/@form8ion/javascript",
|
|
28
|
-
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
|
|
29
21
|
"scripts": {
|
|
30
22
|
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
|
|
31
23
|
"lint:lockfile": "lockfile-lint",
|
|
@@ -55,42 +47,16 @@
|
|
|
55
47
|
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
|
|
56
48
|
"test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'"
|
|
57
49
|
},
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
66
|
-
"@form8ion/remark-lint-preset": "4.0.1",
|
|
67
|
-
"@rollup/plugin-node-resolve": "13.3.0",
|
|
68
|
-
"@travi/any": "2.1.5",
|
|
69
|
-
"ban-sensitive-files": "1.9.18",
|
|
70
|
-
"c8": "7.12.0",
|
|
71
|
-
"chai": "4.3.6",
|
|
72
|
-
"chai-as-promised": "7.1.1",
|
|
73
|
-
"cross-env": "7.0.3",
|
|
74
|
-
"cz-conventional-changelog": "3.3.0",
|
|
75
|
-
"gherkin-lint": "4.2.2",
|
|
76
|
-
"husky": "8.0.1",
|
|
77
|
-
"js-yaml": "4.1.0",
|
|
78
|
-
"lockfile-lint": "4.8.0",
|
|
79
|
-
"ls-engines": "0.7.0",
|
|
80
|
-
"mocha": "10.0.0",
|
|
81
|
-
"mock-fs": "5.1.4",
|
|
82
|
-
"npm-run-all": "4.1.5",
|
|
83
|
-
"remark-cli": "11.0.0",
|
|
84
|
-
"remark-toc": "8.0.1",
|
|
85
|
-
"remark-usage": "10.0.1",
|
|
86
|
-
"rimraf": "3.0.2",
|
|
87
|
-
"rollup": "2.78.1",
|
|
88
|
-
"rollup-plugin-auto-external": "2.0.0",
|
|
89
|
-
"sinon": "14.0.0",
|
|
90
|
-
"testdouble": "3.16.6"
|
|
50
|
+
"files": [
|
|
51
|
+
"example.js",
|
|
52
|
+
"lib/",
|
|
53
|
+
"templates/"
|
|
54
|
+
],
|
|
55
|
+
"publishConfig": {
|
|
56
|
+
"access": "public"
|
|
91
57
|
},
|
|
92
58
|
"dependencies": {
|
|
93
|
-
"@form8ion/codecov": "^
|
|
59
|
+
"@form8ion/codecov": "^4.0.0",
|
|
94
60
|
"@form8ion/commit-convention": "^3.1.0",
|
|
95
61
|
"@form8ion/config-file": "^1.0.1",
|
|
96
62
|
"@form8ion/core": "^2.0.0",
|
|
@@ -115,5 +81,39 @@
|
|
|
115
81
|
"sort-object-keys": "^1.1.3",
|
|
116
82
|
"touch": "^3.1.0",
|
|
117
83
|
"validate-npm-package-name": "^4.0.0"
|
|
84
|
+
},
|
|
85
|
+
"devDependencies": {
|
|
86
|
+
"@babel/register": "7.18.9",
|
|
87
|
+
"@cucumber/cucumber": "8.5.2",
|
|
88
|
+
"@form8ion/babel-preset": "1.6.96",
|
|
89
|
+
"@form8ion/commitlint-config": "1.0.38",
|
|
90
|
+
"@form8ion/eslint-config": "5.0.9",
|
|
91
|
+
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
92
|
+
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
93
|
+
"@form8ion/remark-lint-preset": "4.0.2",
|
|
94
|
+
"@rollup/plugin-node-resolve": "14.0.0",
|
|
95
|
+
"@travi/any": "2.1.5",
|
|
96
|
+
"ban-sensitive-files": "1.9.18",
|
|
97
|
+
"c8": "7.12.0",
|
|
98
|
+
"chai": "4.3.6",
|
|
99
|
+
"chai-as-promised": "7.1.1",
|
|
100
|
+
"cross-env": "7.0.3",
|
|
101
|
+
"cz-conventional-changelog": "3.3.0",
|
|
102
|
+
"gherkin-lint": "4.2.2",
|
|
103
|
+
"husky": "8.0.1",
|
|
104
|
+
"js-yaml": "4.1.0",
|
|
105
|
+
"lockfile-lint": "4.8.0",
|
|
106
|
+
"ls-engines": "0.7.0",
|
|
107
|
+
"mocha": "10.0.0",
|
|
108
|
+
"mock-fs": "5.1.4",
|
|
109
|
+
"npm-run-all": "4.1.5",
|
|
110
|
+
"remark-cli": "11.0.0",
|
|
111
|
+
"remark-toc": "8.0.1",
|
|
112
|
+
"remark-usage": "10.0.1",
|
|
113
|
+
"rimraf": "3.0.2",
|
|
114
|
+
"rollup": "2.79.0",
|
|
115
|
+
"rollup-plugin-auto-external": "2.0.0",
|
|
116
|
+
"sinon": "14.0.0",
|
|
117
|
+
"testdouble": "3.16.6"
|
|
118
118
|
}
|
|
119
119
|
}
|