2019-06-15 20:20:04 +00:00
|
|
|
{
|
2019-06-15 23:43:18 +00:00
|
|
|
"name": "salty-dog",
|
2022-02-25 04:28:33 +00:00
|
|
|
"version": "0.9.1",
|
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": {
|
2022-02-14 17:26:11 +00:00
|
|
|
"@apextoaster/js-utils": "0.4.1",
|
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-04-11 03:19:16 +00:00
|
|
|
"@microsoft/api-documenter": "7.17.5",
|
|
|
|
"@microsoft/api-extractor": "7.21.2",
|
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",
|
2022-03-29 14:49:22 +00:00
|
|
|
"@types/lodash": "4.14.181",
|
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-24 18:15:43 +00:00
|
|
|
"@types/node": "16.11.26",
|
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",
|
2022-03-23 00:09:25 +00:00
|
|
|
"@types/yargs": "17.0.10",
|
2022-04-12 02:01:48 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.19.0",
|
|
|
|
"@typescript-eslint/parser": "5.19.0",
|
2022-03-22 23:06:31 +00:00
|
|
|
"ajv": "8.11.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-04-12 10:45:37 +00:00
|
|
|
"esbuild": "0.14.36",
|
2022-04-10 00:53:11 +00:00
|
|
|
"eslint": "8.13.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-04-07 00:57:59 +00:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
2022-04-12 02:01:48 +00:00
|
|
|
"eslint-plugin-mocha": "10.0.4",
|
2019-11-09 23:52:57 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
2022-03-31 00:58:55 +00:00
|
|
|
"eslint-plugin-sonarjs": "0.13.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-24 21:53:32 +00:00
|
|
|
"minimatch": "5.0.1",
|
2022-03-23 01:15:40 +00:00
|
|
|
"mocha": "9.2.2",
|
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-03-24 23:42:06 +00:00
|
|
|
"typescript": "4.6.3",
|
2022-04-10 01:25:40 +00:00
|
|
|
"yargs": "17.4.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
|
|
|
}
|