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-14 15:01:29 +00:00
|
|
|
"@apextoaster/js-utils": "0.3.0",
|
2021-03-28 23:15:42 +00:00
|
|
|
"@apextoaster/js-yaml-schema": "0.4.0-4",
|
2019-12-30 19:44:50 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
2021-07-12 00:20:09 +00:00
|
|
|
"@microsoft/api-documenter": "7.13.30",
|
|
|
|
"@microsoft/api-extractor": "7.18.1",
|
2021-04-03 04:13:53 +00:00
|
|
|
"@rollup/plugin-alias": "3.1.2",
|
2021-06-14 22:04:28 +00:00
|
|
|
"@rollup/plugin-commonjs": "19.0.0",
|
|
|
|
"@rollup/plugin-node-resolve": "13.0.0",
|
2021-07-14 14:15:18 +00:00
|
|
|
"@types/bunyan": "1.8.7",
|
2021-07-08 14:11:57 +00:00
|
|
|
"@types/chai": "4.2.21",
|
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-07-14 13:39:35 +00:00
|
|
|
"@types/js-yaml": "4.0.2",
|
2021-07-14 13:09:21 +00:00
|
|
|
"@types/lodash": "4.14.171",
|
2021-07-14 17:03:00 +00:00
|
|
|
"@types/minimatch": "3.0.5",
|
2021-07-08 14:11:57 +00:00
|
|
|
"@types/mocha": "8.2.3",
|
2021-07-14 05:16:14 +00:00
|
|
|
"@types/node": "16.3.2",
|
2021-06-12 21:50:43 +00:00
|
|
|
"@types/sinon": "10.0.2",
|
2020-09-26 13:09:40 +00:00
|
|
|
"@types/sinon-chai": "3.2.5",
|
2021-07-14 16:03:56 +00:00
|
|
|
"@types/source-map-support": "0.5.4",
|
2021-06-11 17:22:34 +00:00
|
|
|
"@types/yargs": "16.0.3",
|
2021-07-12 17:29:06 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.28.3",
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "4.28.3",
|
|
|
|
"@typescript-eslint/parser": "4.28.3",
|
2020-10-10 17:26:15 +00:00
|
|
|
"ajv": "6.12.6",
|
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-07-12 17:29:06 +00:00
|
|
|
"eslint": "7.30.0",
|
2019-11-09 23:52:57 +00:00
|
|
|
"eslint-plugin-chai": "0.0.1",
|
2020-07-08 13:55:37 +00:00
|
|
|
"eslint-plugin-chai-expect": "2.2.0",
|
2021-02-09 13:44:06 +00:00
|
|
|
"eslint-plugin-chai-expect-keywords": "2.1.0",
|
2021-06-04 13:37:25 +00:00
|
|
|
"eslint-plugin-import": "2.23.4",
|
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-07-12 17:29:06 +00:00
|
|
|
"eslint-plugin-sonarjs": "0.9.1",
|
2021-04-17 10:29:32 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2021-06-24 01:40:19 +00:00
|
|
|
"jsonpath-plus": "5.1.0",
|
2021-03-27 23:42:47 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-07-14 05:16:14 +00:00
|
|
|
"memfs": "3.2.2",
|
2019-11-10 04:41:17 +00:00
|
|
|
"minimatch": "3.0.4",
|
2021-07-08 14:11:57 +00:00
|
|
|
"mocha": "9.0.2",
|
2020-09-07 01:11:04 +00:00
|
|
|
"noicejs": "3.1.0",
|
2020-06-02 14:22:06 +00:00
|
|
|
"nyc": "15.1.0",
|
2021-07-14 15:21:51 +00:00
|
|
|
"rollup": "2.53.1",
|
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-06-12 01:28:51 +00:00
|
|
|
"sinon": "11.1.1",
|
2021-06-03 15:11:15 +00:00
|
|
|
"sinon-chai": "3.7.0",
|
2020-07-22 22:30:14 +00:00
|
|
|
"source-map-support": "0.5.19",
|
2021-05-15 15:52:36 +00:00
|
|
|
"standard-version": "9.3.0",
|
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-03-28 14:30:50 +00:00
|
|
|
"yargs": "16.2.0"
|
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
|
|
|
}
|