2019-06-15 20:20:04 +00:00
|
|
|
{
|
2019-06-15 23:43:18 +00:00
|
|
|
"name": "salty-dog",
|
2019-11-10 13:28:45 +00:00
|
|
|
"version": "0.8.0",
|
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": {
|
2019-09-01 13:37:55 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "0.1.3",
|
2019-11-06 22:46:59 +00:00
|
|
|
"@microsoft/api-documenter": "7.5.7",
|
2019-11-07 00:53:28 +00:00
|
|
|
"@microsoft/api-extractor": "7.5.5",
|
2019-06-30 21:57:17 +00:00
|
|
|
"@types/bunyan": "1.8.6",
|
2019-10-22 20:45:28 +00:00
|
|
|
"@types/chai": "4.2.4",
|
2019-10-29 03:23:41 +00:00
|
|
|
"@types/chai-as-promised": "7.1.2",
|
2019-06-30 21:57:17 +00:00
|
|
|
"@types/deep-diff": "1.0.0",
|
|
|
|
"@types/js-yaml": "3.12.1",
|
2019-11-08 17:11:29 +00:00
|
|
|
"@types/lodash": "4.14.146",
|
2019-11-10 04:41:17 +00:00
|
|
|
"@types/minimatch": "3.0.3",
|
2019-06-30 21:57:17 +00:00
|
|
|
"@types/mocha": "5.2.7",
|
2019-11-10 04:41:17 +00:00
|
|
|
"@types/recursive-readdir": "2.2.0",
|
2019-10-01 17:09:56 +00:00
|
|
|
"@types/sinon": "7.5.0",
|
2019-10-29 03:23:41 +00:00
|
|
|
"@types/sinon-chai": "3.2.3",
|
2019-08-30 12:20:51 +00:00
|
|
|
"@types/source-map-support": "0.5.0",
|
2019-09-26 13:42:59 +00:00
|
|
|
"@types/yargs": "13.0.3",
|
2019-11-09 23:52:57 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "2.6.1",
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
|
|
|
|
"@typescript-eslint/parser": "2.6.1",
|
2019-07-14 14:18:18 +00:00
|
|
|
"ajv": "6.10.2",
|
2019-06-30 21:57:17 +00:00
|
|
|
"bunyan": "1.8.12",
|
|
|
|
"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",
|
|
|
|
"eslint-plugin-chai-expect": "2.0.1",
|
|
|
|
"eslint-plugin-chai-expect-keywords": "1.0.0",
|
|
|
|
"eslint-plugin-import": "2.18.2",
|
|
|
|
"eslint-plugin-mocha": "6.2.1",
|
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
|
|
"eslint-plugin-sonarjs": "0.5.0",
|
2019-06-30 21:57:17 +00:00
|
|
|
"js-yaml": "3.13.1",
|
2019-09-25 20:38:58 +00:00
|
|
|
"jsonpath-plus": "1.1.0",
|
2019-08-21 14:38:03 +00:00
|
|
|
"lodash": "4.17.15",
|
2019-11-10 04:41:17 +00:00
|
|
|
"minimatch": "3.0.4",
|
2019-10-18 20:14:29 +00:00
|
|
|
"mocha": "6.2.2",
|
2019-11-11 02:45:26 +00:00
|
|
|
"noicejs": "3.0.0",
|
2019-09-01 13:37:55 +00:00
|
|
|
"nyc": "14.1.1",
|
2019-11-10 04:41:17 +00:00
|
|
|
"recursive-readdir": "2.2.2",
|
2019-11-09 20:49:52 +00:00
|
|
|
"rollup": "1.26.4",
|
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",
|
2019-11-10 03:47:45 +00:00
|
|
|
"rollup-plugin-node-externals": "2.1.2",
|
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",
|
2019-11-06 12:04:35 +00:00
|
|
|
"rollup-plugin-typescript2": "0.25.2",
|
2019-11-10 03:47:45 +00:00
|
|
|
"rollup-plugin-yaml": "2.0.0",
|
2019-09-23 15:22:47 +00:00
|
|
|
"sinon": "7.5.0",
|
2019-10-29 03:23:41 +00:00
|
|
|
"sinon-chai": "3.3.0",
|
2019-10-30 00:57:58 +00:00
|
|
|
"source-map-support": "0.5.16",
|
2019-08-21 19:46:06 +00:00
|
|
|
"standard-version": "7.0.0",
|
2019-11-06 13:22:27 +00:00
|
|
|
"tslint": "5.20.1",
|
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",
|
2019-11-10 01:42:00 +00:00
|
|
|
"typescript": "3.7.2",
|
2019-10-07 01:09:09 +00:00
|
|
|
"yargs": "14.2.0"
|
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": {
|
|
|
|
"lodash": "4.17.15"
|
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
|
|
|
}
|