2019-06-15 20:20:04 +00:00
|
|
|
{
|
2019-06-15 23:43:18 +00:00
|
|
|
"name": "salty-dog",
|
2021-07-10 19:52:35 +00:00
|
|
|
"version": "0.8.3",
|
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"
|
|
|
|
],
|
2019-11-10 04:40:30 +00:00
|
|
|
"main": "out/index.js",
|
2019-06-29 21:49:27 +00:00
|
|
|
"bin": {
|
2019-06-30 00:36:41 +00:00
|
|
|
"salty-dog": "out/index.js"
|
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",
|
2019-12-30 19:44:50 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
2021-10-11 00:31:09 +00:00
|
|
|
"@microsoft/api-documenter": "7.13.62",
|
|
|
|
"@microsoft/api-extractor": "7.18.15",
|
2021-08-02 01:32:09 +00:00
|
|
|
"@rollup/plugin-alias": "3.1.5",
|
2021-10-04 01:32:18 +00:00
|
|
|
"@rollup/plugin-commonjs": "21.0.0",
|
2021-09-27 01:32:13 +00:00
|
|
|
"@rollup/plugin-node-resolve": "13.0.5",
|
2021-11-27 16:54:48 +00:00
|
|
|
"@types/bunyan": "1.8.8",
|
2021-09-22 01:05:06 +00:00
|
|
|
"@types/chai": "4.2.22",
|
2021-05-08 00:48:35 +00:00
|
|
|
"@types/chai-as-promised": "7.1.4",
|
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-11-27 19:30:47 +00:00
|
|
|
"@types/lodash": "4.14.177",
|
2021-07-14 17:03:00 +00:00
|
|
|
"@types/minimatch": "3.0.5",
|
2021-07-23 00:37:55 +00:00
|
|
|
"@types/mocha": "9.0.0",
|
2021-11-28 00:22:24 +00:00
|
|
|
"@types/node": "16.11.10",
|
2021-11-28 01:26:03 +00:00
|
|
|
"@types/sinon": "10.0.6",
|
|
|
|
"@types/sinon-chai": "3.2.6",
|
2021-07-14 16:03:56 +00:00
|
|
|
"@types/source-map-support": "0.5.4",
|
2021-11-27 18:59:43 +00:00
|
|
|
"@types/yargs": "17.0.7",
|
2021-11-28 00:56:57 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.4.0",
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "5.4.0",
|
|
|
|
"@typescript-eslint/parser": "5.4.0",
|
2021-11-27 23:51:12 +00:00
|
|
|
"ajv": "8.8.2",
|
2021-01-19 20:08:35 +00:00
|
|
|
"bunyan": "1.8.15",
|
2021-03-27 23:39:38 +00:00
|
|
|
"chai": "4.3.4",
|
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",
|
2021-11-28 00:56:57 +00:00
|
|
|
"eslint": "8.3.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",
|
2021-11-28 00:56:57 +00:00
|
|
|
"eslint-plugin-import": "2.25.3",
|
2021-06-12 02:39:29 +00:00
|
|
|
"eslint-plugin-mocha": "9.0.0",
|
2019-11-09 23:52:57 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
2021-08-14 01:09:38 +00:00
|
|
|
"eslint-plugin-sonarjs": "0.10.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-11-27 20:33:36 +00:00
|
|
|
"memfs": "3.4.0",
|
2019-11-10 04:41:17 +00:00
|
|
|
"minimatch": "3.0.4",
|
2021-10-16 02:02:33 +00:00
|
|
|
"mocha": "9.1.3",
|
2021-07-14 21:19:04 +00:00
|
|
|
"noicejs": "4.0.0",
|
2020-06-02 14:22:06 +00:00
|
|
|
"nyc": "15.1.0",
|
2021-10-04 01:00:17 +00:00
|
|
|
"rollup": "2.58.0",
|
2019-11-09 23:52:57 +00:00
|
|
|
"rollup-plugin-eslint": "7.0.0",
|
2019-06-30 21:57:17 +00:00
|
|
|
"rollup-plugin-json": "4.0.0",
|
|
|
|
"rollup-plugin-multi-entry": "2.1.0",
|
2020-05-28 12:16:35 +00:00
|
|
|
"rollup-plugin-node-externals": "2.2.0",
|
2019-06-30 21:57:17 +00:00
|
|
|
"rollup-plugin-replace": "2.2.0",
|
2019-09-11 13:48:37 +00:00
|
|
|
"rollup-plugin-tslint": "0.2.2",
|
2021-03-27 23:38:34 +00:00
|
|
|
"rollup-plugin-typescript2": "0.30.0",
|
2019-11-10 03:47:45 +00:00
|
|
|
"rollup-plugin-yaml": "2.0.0",
|
2021-11-28 02:26:48 +00:00
|
|
|
"sinon": "12.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",
|
2020-07-31 17:39:30 +00:00
|
|
|
"tslint": "6.1.3",
|
2019-09-14 00:37:38 +00:00
|
|
|
"tslint-clean-code": "0.2.10",
|
2019-09-11 13:48:37 +00:00
|
|
|
"tslint-microsoft-contrib": "6.2.0",
|
|
|
|
"tslint-sonarts": "1.9.0",
|
2021-07-02 11:49:45 +00:00
|
|
|
"typescript": "4.3.5",
|
2021-09-25 22:37:47 +00:00
|
|
|
"yargs": "17.2.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
|
|
|
}
|