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",
|
2019-11-13 14:20:34 +00:00
|
|
|
"main": "out/main.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": {
|
2021-07-28 03:59:10 +00:00
|
|
|
"@apextoaster/js-utils": "0.4.0",
|
2019-12-30 19:39:23 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
2021-08-02 02:06:09 +00:00
|
|
|
"@microsoft/api-documenter": "7.13.34",
|
2021-07-19 00:04:48 +00:00
|
|
|
"@microsoft/api-extractor": "7.18.4",
|
2021-07-08 13:13:25 +00:00
|
|
|
"@types/chai": "4.2.21",
|
2021-05-09 15:42:40 +00:00
|
|
|
"@types/chai-as-promised": "7.1.4",
|
2021-07-10 23:41:13 +00:00
|
|
|
"@types/js-yaml": "4.0.2",
|
2021-07-27 11:55:34 +00:00
|
|
|
"@types/mocha": "9.0.0",
|
2020-09-26 13:09:22 +00:00
|
|
|
"@types/sinon-chai": "3.2.5",
|
2021-07-11 14:03:18 +00:00
|
|
|
"@types/source-map-support": "0.5.4",
|
2021-08-03 00:10:58 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.29.0",
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "4.29.0",
|
|
|
|
"@typescript-eslint/parser": "4.29.0",
|
2021-07-28 18:40:06 +00:00
|
|
|
"c8": "7.8.0",
|
2021-03-27 23:28:58 +00:00
|
|
|
"chai": "4.3.4",
|
2019-11-13 14:44:32 +00:00
|
|
|
"chai-as-promised": "7.1.1",
|
2021-07-31 00:35:36 +00:00
|
|
|
"eslint": "7.32.0",
|
2019-11-13 14:44:32 +00:00
|
|
|
"eslint-plugin-chai": "0.0.1",
|
2020-07-08 13:55:47 +00:00
|
|
|
"eslint-plugin-chai-expect": "2.2.0",
|
2021-02-09 14:13:55 +00:00
|
|
|
"eslint-plugin-chai-expect-keywords": "2.1.0",
|
2021-08-09 01:02:24 +00:00
|
|
|
"eslint-plugin-import": "2.24.0",
|
2021-06-12 00:42:14 +00:00
|
|
|
"eslint-plugin-mocha": "9.0.0",
|
2019-11-13 14:44:32 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
2021-07-10 22:14:58 +00:00
|
|
|
"eslint-plugin-sonarjs": "0.9.1",
|
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",
|
2021-07-27 11:55:34 +00:00
|
|
|
"mocha": "9.0.3",
|
2021-07-10 22:11:24 +00:00
|
|
|
"noicejs": "4.0.0",
|
2021-08-02 00:55:48 +00:00
|
|
|
"rollup": "2.55.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",
|
2020-05-28 15:41:39 +00:00
|
|
|
"rollup-plugin-node-externals": "2.2.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",
|
2021-03-27 23:28:11 +00:00
|
|
|
"rollup-plugin-typescript2": "0.30.0",
|
2019-11-13 14:44:32 +00:00
|
|
|
"rollup-plugin-yaml": "2.0.0",
|
2021-07-27 11:55:34 +00:00
|
|
|
"sinon": "11.1.2",
|
2021-06-03 15:13:22 +00:00
|
|
|
"sinon-chai": "3.7.0",
|
2020-07-23 10:40:58 +00:00
|
|
|
"source-map-support": "0.5.19",
|
2021-07-14 20:50:01 +00:00
|
|
|
"standard-version": "9.3.1",
|
2021-07-02 12:02:21 +00:00
|
|
|
"typescript": "4.3.5"
|
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
|
|
|
}
|
|
|
|
}
|