2019-06-15 20:20:04 +00:00
|
|
|
{
|
2019-06-15 23:43:18 +00:00
|
|
|
"name": "salty-dog",
|
2023-02-19 00:38:26 +00:00
|
|
|
"version": "0.9.2",
|
2019-06-30 22:54:01 +00:00
|
|
|
"description": "Rule-based JSON/YAML validator using JSON schemas",
|
2023-02-07 00:30:00 +00:00
|
|
|
"homepage": "https://github.com/ssube/salty-dog",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ssube/salty-dog.git"
|
|
|
|
},
|
2019-06-30 22:54:01 +00:00
|
|
|
"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"
|
|
|
|
},
|
2022-04-24 22:22:32 +00:00
|
|
|
"exports": {
|
2022-04-24 22:51:37 +00:00
|
|
|
"./app": "./out/src/app.js",
|
|
|
|
"./bundle": "./out/bundle/index.cjs"
|
2022-04-24 22:22:32 +00:00
|
|
|
},
|
2019-06-15 20:20:04 +00:00
|
|
|
"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-10-08 21:51:00 +00:00
|
|
|
"@apextoaster/js-utils": "0.5.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",
|
2023-06-05 01:10:42 +00:00
|
|
|
"@microsoft/api-documenter": "7.22.8",
|
2023-06-01 13:42:19 +00:00
|
|
|
"@microsoft/api-extractor": "7.35.1",
|
2021-11-27 16:54:48 +00:00
|
|
|
"@types/bunyan": "1.8.8",
|
2023-05-02 13:37:08 +00:00
|
|
|
"@types/chai": "4.3.5",
|
2022-02-11 00:49:55 +00:00
|
|
|
"@types/chai-as-promised": "7.1.5",
|
2022-12-10 03:31:25 +00:00
|
|
|
"@types/deep-diff": "1.0.2",
|
2021-11-27 16:23:22 +00:00
|
|
|
"@types/js-yaml": "4.0.5",
|
2023-06-02 01:04:22 +00:00
|
|
|
"@types/lodash": "4.14.195",
|
2022-09-23 18:52:10 +00:00
|
|
|
"@types/minimatch": "5.1.2",
|
2022-11-29 02:13:20 +00:00
|
|
|
"@types/mocha": "10.0.1",
|
2023-03-14 07:14:44 +00:00
|
|
|
"@types/node": "18.15.3",
|
2023-05-31 09:10:15 +00:00
|
|
|
"@types/sinon": "10.0.15",
|
2022-11-08 00:50:48 +00:00
|
|
|
"@types/sinon-chai": "3.2.9",
|
2022-08-24 21:38:47 +00:00
|
|
|
"@types/source-map-support": "0.5.6",
|
2023-03-29 04:14:23 +00:00
|
|
|
"@types/yargs": "17.0.24",
|
2023-05-29 18:42:24 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.8",
|
|
|
|
"@typescript-eslint/parser": "5.59.8",
|
2023-03-05 19:23:28 +00:00
|
|
|
"ajv": "8.12.0",
|
2021-01-19 20:08:35 +00:00
|
|
|
"bunyan": "1.8.15",
|
2023-05-28 18:17:47 +00:00
|
|
|
"c8": "7.14.0",
|
2022-11-08 00:50:48 +00:00
|
|
|
"chai": "4.3.7",
|
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",
|
2023-06-20 02:28:35 +00:00
|
|
|
"esbuild": "0.18.5",
|
2023-05-19 20:55:18 +00:00
|
|
|
"eslint": "8.41.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",
|
2023-03-05 16:07:14 +00:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
2022-07-21 00:48:15 +00:00
|
|
|
"eslint-plugin-mocha": "10.1.0",
|
2019-11-09 23:52:57 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
2023-03-22 00:22:59 +00:00
|
|
|
"eslint-plugin-sonarjs": "0.19.0",
|
2021-04-17 10:29:32 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2022-09-23 18:22:31 +00:00
|
|
|
"jsonpath-plus": "7.2.0",
|
2021-03-27 23:42:47 +00:00
|
|
|
"lodash": "4.17.21",
|
2023-04-20 23:52:23 +00:00
|
|
|
"memfs": "3.5.1",
|
2023-03-05 16:05:43 +00:00
|
|
|
"minimatch": "5.1.6",
|
2023-01-02 00:39:19 +00:00
|
|
|
"mocha": "10.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",
|
2023-05-31 09:10:15 +00:00
|
|
|
"sinon": "15.1.0",
|
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",
|
2022-05-15 14:31:07 +00:00
|
|
|
"standard-version": "9.5.0",
|
2023-02-08 06:04:53 +00:00
|
|
|
"typescript": "4.9.5",
|
2023-05-12 20:50:42 +00:00
|
|
|
"yargs": "17.7.2"
|
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
|
|
|
}
|