2019-06-15 20:20:04 +00:00
|
|
|
{
|
2019-06-15 23:43:18 +00:00
|
|
|
"name": "salty-dog",
|
2020-04-17 04:40:22 +00:00
|
|
|
"version": "0.8.2",
|
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": {
|
2020-08-01 15:53:54 +00:00
|
|
|
"@apextoaster/js-utils": "0.2.1",
|
2020-08-01 16:42:57 +00:00
|
|
|
"@apextoaster/js-yaml-schema": "0.3.1",
|
2019-12-30 19:44:50 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
2020-12-29 04:12:03 +00:00
|
|
|
"@microsoft/api-documenter": "7.12.1",
|
|
|
|
"@microsoft/api-extractor": "7.12.1",
|
2019-06-30 21:57:17 +00:00
|
|
|
"@types/bunyan": "1.8.6",
|
2020-10-18 22:13:01 +00:00
|
|
|
"@types/chai": "4.2.14",
|
2020-07-07 13:47:55 +00:00
|
|
|
"@types/chai-as-promised": "7.1.3",
|
2019-06-30 21:57:17 +00:00
|
|
|
"@types/deep-diff": "1.0.0",
|
2020-06-26 13:30:11 +00:00
|
|
|
"@types/js-yaml": "3.12.5",
|
2020-10-30 09:46:25 +00:00
|
|
|
"@types/lodash": "4.14.164",
|
2019-11-10 04:41:17 +00:00
|
|
|
"@types/minimatch": "3.0.3",
|
2020-12-29 04:14:29 +00:00
|
|
|
"@types/mocha": "8.2.0",
|
2020-10-07 06:28:52 +00:00
|
|
|
"@types/mock-fs": "4.13.0",
|
2019-11-10 04:41:17 +00:00
|
|
|
"@types/recursive-readdir": "2.2.0",
|
2020-12-29 04:16:16 +00:00
|
|
|
"@types/sinon": "9.0.10",
|
2020-09-26 13:09:40 +00:00
|
|
|
"@types/sinon-chai": "3.2.5",
|
2020-08-23 04:04:09 +00:00
|
|
|
"@types/source-map-support": "0.5.3",
|
2020-10-16 15:38:37 +00:00
|
|
|
"@types/yargs": "15.0.9",
|
2020-12-29 04:12:03 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.11.1",
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "4.11.1",
|
|
|
|
"@typescript-eslint/parser": "4.11.1",
|
2020-10-10 17:26:15 +00:00
|
|
|
"ajv": "6.12.6",
|
2020-06-29 02:53:08 +00:00
|
|
|
"bunyan": "1.8.14",
|
2019-06-30 21:57:17 +00:00
|
|
|
"chai": "4.2.0",
|
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",
|
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",
|
2020-02-25 14:59:46 +00:00
|
|
|
"eslint-plugin-chai-expect-keywords": "2.0.1",
|
2020-09-27 23:12:12 +00:00
|
|
|
"eslint-plugin-import": "2.22.1",
|
2020-08-07 16:05:01 +00:00
|
|
|
"eslint-plugin-mocha": "8.0.0",
|
2019-11-09 23:52:57 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
|
|
"eslint-plugin-sonarjs": "0.5.0",
|
2020-05-29 14:49:15 +00:00
|
|
|
"js-yaml": "3.14.0",
|
2020-04-17 11:28:28 +00:00
|
|
|
"jsonpath-plus": "4.0.0",
|
2020-08-17 21:47:24 +00:00
|
|
|
"lodash": "4.17.20",
|
2019-11-10 04:41:17 +00:00
|
|
|
"minimatch": "3.0.4",
|
2020-12-29 04:14:29 +00:00
|
|
|
"mocha": "8.2.1",
|
2020-08-23 03:07:03 +00:00
|
|
|
"mock-fs": "4.13.0",
|
2020-09-07 01:11:04 +00:00
|
|
|
"noicejs": "3.1.0",
|
2020-06-02 14:22:06 +00:00
|
|
|
"nyc": "15.1.0",
|
2019-11-10 04:41:17 +00:00
|
|
|
"recursive-readdir": "2.2.2",
|
2020-12-29 04:17:39 +00:00
|
|
|
"rollup": "2.35.1",
|
2019-08-28 04:29:20 +00:00
|
|
|
"rollup-plugin-commonjs": "10.1.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-node-resolve": "5.2.0",
|
|
|
|
"rollup-plugin-replace": "2.2.0",
|
2019-09-11 13:48:37 +00:00
|
|
|
"rollup-plugin-tslint": "0.2.2",
|
2020-12-29 04:17:39 +00:00
|
|
|
"rollup-plugin-typescript2": "0.29.0",
|
2019-11-10 03:47:45 +00:00
|
|
|
"rollup-plugin-yaml": "2.0.0",
|
2020-12-29 04:16:16 +00:00
|
|
|
"sinon": "9.2.2",
|
2020-02-21 22:59:15 +00:00
|
|
|
"sinon-chai": "3.5.0",
|
2020-07-22 22:30:14 +00:00
|
|
|
"source-map-support": "0.5.19",
|
2020-08-18 19:41:51 +00:00
|
|
|
"standard-version": "9.0.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",
|
2020-12-29 04:11:30 +00:00
|
|
|
"typescript": "4.1.3",
|
2020-07-15 11:39:04 +00:00
|
|
|
"yargs": "15.4.1"
|
2019-07-01 00:40:30 +00:00
|
|
|
},
|
2019-09-01 07:07:35 +00:00
|
|
|
"dependencies": {},
|
|
|
|
"nyc": {
|
|
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
2019-09-11 01:26:28 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2020-08-17 21:47:24 +00:00
|
|
|
"lodash": "4.17.20"
|
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
|
|
|
}
|