2019-06-15 20:20:04 +00:00
|
|
|
{
|
2019-06-15 23:43:18 +00:00
|
|
|
"name": "salty-dog",
|
2022-02-12 23:59:23 +00:00
|
|
|
"version": "0.9.0",
|
2019-06-30 22:54:01 +00:00
|
|
|
"description": "Rule-based JSON/YAML validator using JSON schemas",
|
|
|
|
"keywords": [
|
|
|
|
"cli",
|
|
|
|
"json",
|
|
|
|
"json-lint",
|
|
|
|
"json-path",
|
|
|
|
"json-schema",
|
|
|
|
"json-validation",
|
|
|
|
"jsonpath",
|
|
|
|
"jsonschema",
|
|
|
|
"lint",
|
|
|
|
"tool",
|
|
|
|
"validation",
|
|
|
|
"yaml",
|
|
|
|
"yaml-lint",
|
|
|
|
"yaml-validation"
|
|
|
|
],
|
2022-02-02 05:45:57 +00:00
|
|
|
"type": "module",
|
2019-11-10 04:40:30 +00:00
|
|
|
"main": "out/index.js",
|
2019-06-29 21:49:27 +00:00
|
|
|
"bin": {
|
2022-02-06 18:28:39 +00:00
|
|
|
"salty-dog": "out/bundle/index.cjs"
|
2019-06-29 21:49:27 +00:00
|
|
|
},
|
2019-06-15 20:20:04 +00:00
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-11-01 10:57:39 +00:00
|
|
|
"build": "make",
|
|
|
|
"test": "make test"
|
2019-06-15 20:20:04 +00:00
|
|
|
},
|
|
|
|
"author": "ssube",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2021-07-28 05:35:05 +00:00
|
|
|
"@apextoaster/js-utils": "0.4.0",
|
2021-08-05 02:19:26 +00:00
|
|
|
"@apextoaster/js-yaml-schema": "0.5.0",
|
2021-12-05 01:54:43 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.2",
|
2022-02-02 05:45:57 +00:00
|
|
|
"@istanbuljs/schema": "0.1.3",
|
2022-02-14 02:54:31 +00:00
|
|
|
"@microsoft/api-documenter": "7.15.3",
|
2022-01-10 01:36:29 +00:00
|
|
|
"@microsoft/api-extractor": "7.19.4",
|
2021-11-27 16:54:48 +00:00
|
|
|
"@types/bunyan": "1.8.8",
|
2021-12-08 02:13:21 +00:00
|
|
|
"@types/chai": "4.3.0",
|
2022-02-11 00:49:55 +00:00
|
|
|
"@types/chai-as-promised": "7.1.5",
|
2021-07-14 08:29:26 +00:00
|
|
|
"@types/deep-diff": "1.0.1",
|
2021-11-27 16:23:22 +00:00
|
|
|
"@types/js-yaml": "4.0.5",
|
2021-12-08 23:54:07 +00:00
|
|
|
"@types/lodash": "4.14.178",
|
2021-07-14 17:03:00 +00:00
|
|
|
"@types/minimatch": "3.0.5",
|
2022-01-20 02:14:03 +00:00
|
|
|
"@types/mocha": "9.1.0",
|
2022-02-10 12:58:12 +00:00
|
|
|
"@types/node": "16.11.24",
|
2022-02-09 01:18:02 +00:00
|
|
|
"@types/sinon": "10.0.11",
|
2022-01-02 02:15:43 +00:00
|
|
|
"@types/sinon-chai": "3.2.8",
|
2021-07-14 16:03:56 +00:00
|
|
|
"@types/source-map-support": "0.5.4",
|
2021-12-23 03:04:49 +00:00
|
|
|
"@types/yargs": "17.0.8",
|
2022-02-08 00:31:21 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.11.0",
|
|
|
|
"@typescript-eslint/parser": "5.11.0",
|
2022-02-04 19:21:26 +00:00
|
|
|
"ajv": "8.10.0",
|
2021-01-19 20:08:35 +00:00
|
|
|
"bunyan": "1.8.15",
|
2022-02-02 05:45:57 +00:00
|
|
|
"c8": "7.11.0",
|
2022-01-27 01:15:56 +00:00
|
|
|
"chai": "4.3.6",
|
2019-10-29 03:23:41 +00:00
|
|
|
"chai-as-promised": "7.1.1",
|
2019-06-30 21:57:17 +00:00
|
|
|
"deep-diff": "1.0.2",
|
2022-02-09 10:05:55 +00:00
|
|
|
"esbuild": "0.14.21",
|
2022-02-12 01:45:38 +00:00
|
|
|
"eslint": "8.9.0",
|
2019-11-09 23:52:57 +00:00
|
|
|
"eslint-plugin-chai": "0.0.1",
|
2021-11-28 02:01:07 +00:00
|
|
|
"eslint-plugin-chai-expect": "3.0.0",
|
2021-02-09 13:44:06 +00:00
|
|
|
"eslint-plugin-chai-expect-keywords": "2.1.0",
|
2022-01-03 02:44:39 +00:00
|
|
|
"eslint-plugin-import": "2.25.4",
|
2021-12-15 00:43:10 +00:00
|
|
|
"eslint-plugin-mocha": "10.0.3",
|
2019-11-09 23:52:57 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
2021-12-01 10:04:01 +00:00
|
|
|
"eslint-plugin-sonarjs": "0.11.0",
|
2021-04-17 10:29:32 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2021-07-14 20:14:06 +00:00
|
|
|
"jsonpath-plus": "6.0.1",
|
2021-03-27 23:42:47 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-12-30 15:58:45 +00:00
|
|
|
"memfs": "3.4.1",
|
2022-02-13 06:45:09 +00:00
|
|
|
"minimatch": "4.1.1",
|
2022-01-25 01:17:23 +00:00
|
|
|
"mocha": "9.2.0",
|
2021-07-14 21:19:04 +00:00
|
|
|
"noicejs": "4.0.0",
|
2020-06-02 14:22:06 +00:00
|
|
|
"nyc": "15.1.0",
|
2022-02-02 01:31:47 +00:00
|
|
|
"sinon": "13.0.1",
|
2021-06-03 15:11:15 +00:00
|
|
|
"sinon-chai": "3.7.0",
|
2021-11-27 20:02:59 +00:00
|
|
|
"source-map-support": "0.5.21",
|
2021-10-20 05:50:54 +00:00
|
|
|
"standard-version": "9.3.2",
|
2022-02-06 20:21:54 +00:00
|
|
|
"typescript": "4.5.5",
|
2021-12-23 23:15:06 +00:00
|
|
|
"yargs": "17.3.1"
|
2019-07-01 00:40:30 +00:00
|
|
|
},
|
2019-09-01 07:07:35 +00:00
|
|
|
"nyc": {
|
|
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
2019-09-11 01:26:28 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2021-03-28 04:21:23 +00:00
|
|
|
"lodash": "4.17.21"
|
2019-11-01 10:57:39 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org"
|
2019-09-01 07:07:35 +00:00
|
|
|
}
|
2019-06-15 20:20:04 +00:00
|
|
|
}
|