2019-11-13 14:01:51 +00:00
|
|
|
{
|
2019-11-13 14:20:34 +00:00
|
|
|
"name": "@apextoaster/js-yaml-schema",
|
2021-07-28 13:11:48 +00:00
|
|
|
"version": "0.5.0",
|
2019-11-13 14:20:34 +00:00
|
|
|
"description": "Extended JS-YAML schema",
|
|
|
|
"keywords": [
|
|
|
|
"js-yaml",
|
2021-07-28 01:58:29 +00:00
|
|
|
"js-yaml schema",
|
|
|
|
"schema",
|
|
|
|
"yaml",
|
|
|
|
"yaml schema"
|
2019-11-13 14:20:34 +00:00
|
|
|
],
|
2021-07-28 01:58:29 +00:00
|
|
|
"type": "module",
|
2022-10-08 21:16:57 +00:00
|
|
|
"main": "out/src/index.js",
|
2019-12-20 09:52:44 +00:00
|
|
|
"types": "out/index.d.ts",
|
2019-11-13 14:20:34 +00:00
|
|
|
"author": "ssube",
|
|
|
|
"license": "MIT",
|
2019-11-13 14:01:51 +00:00
|
|
|
"devDependencies": {
|
2022-10-08 20:56:30 +00:00
|
|
|
"@apextoaster/js-utils": "0.5.0-1",
|
2022-01-26 14:06:53 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.2",
|
2022-02-01 16:58:23 +00:00
|
|
|
"@istanbuljs/schema": "0.1.3",
|
2022-10-08 19:40:33 +00:00
|
|
|
"@microsoft/api-documenter": "7.19.16",
|
|
|
|
"@microsoft/api-extractor": "7.32.0",
|
2022-09-24 19:21:37 +00:00
|
|
|
"@types/chai": "4.3.3",
|
2022-02-11 00:08:28 +00:00
|
|
|
"@types/chai-as-promised": "7.1.5",
|
2022-01-28 02:42:59 +00:00
|
|
|
"@types/js-yaml": "4.0.5",
|
2022-04-21 20:16:08 +00:00
|
|
|
"@types/mocha": "9.1.1",
|
2022-01-26 14:06:53 +00:00
|
|
|
"@types/sinon-chai": "3.2.8",
|
2022-09-23 21:01:18 +00:00
|
|
|
"@types/source-map-support": "0.5.6",
|
2022-10-08 20:25:54 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.39.0",
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "5.39.0",
|
|
|
|
"@typescript-eslint/parser": "5.39.0",
|
2022-07-19 20:15:54 +00:00
|
|
|
"c8": "7.12.0",
|
2022-01-26 14:06:53 +00:00
|
|
|
"chai": "4.3.6",
|
2019-11-13 14:44:32 +00:00
|
|
|
"chai-as-promised": "7.1.1",
|
2022-10-08 20:25:54 +00:00
|
|
|
"eslint": "8.25.0",
|
2019-11-13 14:44:32 +00:00
|
|
|
"eslint-plugin-chai": "0.0.1",
|
2022-01-30 06:34:56 +00:00
|
|
|
"eslint-plugin-chai-expect": "3.0.0",
|
2021-02-09 14:13:55 +00:00
|
|
|
"eslint-plugin-chai-expect-keywords": "2.1.0",
|
2022-04-22 21:01:32 +00:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
2022-07-30 12:25:20 +00:00
|
|
|
"eslint-plugin-mocha": "10.1.0",
|
2019-11-13 14:44:32 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
2022-09-24 04:11:23 +00:00
|
|
|
"eslint-plugin-sonarjs": "0.15.0",
|
2020-07-01 14:13:36 +00:00
|
|
|
"esm": "3.2.25",
|
2021-04-17 10:30:20 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2022-05-24 14:14:33 +00:00
|
|
|
"mocha": "10.0.0",
|
2021-07-10 22:11:24 +00:00
|
|
|
"noicejs": "4.0.0",
|
2022-09-25 17:26:01 +00:00
|
|
|
"rollup": "2.79.1",
|
2019-11-13 14:44:32 +00:00
|
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
|
|
"rollup-plugin-eslint": "7.0.0",
|
|
|
|
"rollup-plugin-json": "4.0.0",
|
|
|
|
"rollup-plugin-multi-entry": "2.1.0",
|
2022-09-23 15:32:06 +00:00
|
|
|
"rollup-plugin-node-externals": "5.0.0",
|
2020-07-15 11:36:36 +00:00
|
|
|
"rollup-plugin-node-polyfills": "0.2.1",
|
2019-11-13 14:44:32 +00:00
|
|
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
|
|
"rollup-plugin-replace": "2.2.0",
|
2022-09-25 17:26:01 +00:00
|
|
|
"rollup-plugin-typescript2": "0.34.0",
|
2019-11-13 14:44:32 +00:00
|
|
|
"rollup-plugin-yaml": "2.0.0",
|
2022-10-08 20:02:17 +00:00
|
|
|
"sinon": "14.0.1",
|
2021-06-03 15:13:22 +00:00
|
|
|
"sinon-chai": "3.7.0",
|
2022-01-27 17:01:53 +00:00
|
|
|
"source-map-support": "0.5.21",
|
2022-05-15 14:33:14 +00:00
|
|
|
"standard-version": "9.5.0",
|
2022-09-23 17:48:49 +00:00
|
|
|
"typescript": "4.8.3"
|
2019-11-13 14:01:51 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2021-03-28 22:51:07 +00:00
|
|
|
"js-yaml": "^4"
|
2019-11-13 14:20:34 +00:00
|
|
|
},
|
|
|
|
"nyc": {
|
|
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org"
|
2019-11-13 14:01:51 +00:00
|
|
|
}
|
|
|
|
}
|