2019-09-17 12:45:15 +00:00
|
|
|
{
|
2020-03-28 19:38:17 +00:00
|
|
|
"name": "@apextoaster/js-utils",
|
2022-10-08 21:14:49 +00:00
|
|
|
"version": "0.5.0",
|
2020-03-28 19:38:17 +00:00
|
|
|
"description": "utility functions",
|
2021-07-26 15:12:14 +00:00
|
|
|
"type": "module",
|
2022-10-08 20:42:52 +00:00
|
|
|
"main": "out/src/index.js",
|
2019-09-17 13:14:55 +00:00
|
|
|
"types": "out/index.d.ts",
|
|
|
|
"typings": "out/index.d.ts",
|
2019-09-17 12:45:15 +00:00
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-28 19:38:17 +00:00
|
|
|
"url": "git+https://github.com/ssube/js-utils.git"
|
2019-09-17 12:45:15 +00:00
|
|
|
},
|
|
|
|
"author": "ssube",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2022-01-26 13:21:56 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.2",
|
2022-01-30 17:09:21 +00:00
|
|
|
"@istanbuljs/schema": "0.1.3",
|
2022-11-19 18:23:21 +00:00
|
|
|
"@microsoft/api-documenter": "7.19.24",
|
|
|
|
"@microsoft/api-extractor": "7.33.6",
|
2022-11-19 16:36:36 +00:00
|
|
|
"@types/chai": "4.3.4",
|
2022-02-11 00:41:36 +00:00
|
|
|
"@types/chai-as-promised": "7.1.5",
|
2022-09-30 13:02:44 +00:00
|
|
|
"@types/mocha": "10.0.0",
|
2021-07-11 16:30:54 +00:00
|
|
|
"@types/mock-fs": "4.13.1",
|
2022-10-30 21:01:25 +00:00
|
|
|
"@types/node": "16.18.3",
|
2022-11-19 16:36:36 +00:00
|
|
|
"@types/sinon-chai": "3.2.9",
|
2022-09-25 17:25:45 +00:00
|
|
|
"@types/source-map-support": "0.5.6",
|
2022-11-22 00:09:43 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.44.0",
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "5.44.0",
|
|
|
|
"@typescript-eslint/parser": "5.44.0",
|
2022-07-19 18:50:56 +00:00
|
|
|
"c8": "7.12.0",
|
2022-11-19 16:36:36 +00:00
|
|
|
"chai": "4.3.7",
|
2019-09-17 12:45:15 +00:00
|
|
|
"chai-as-promised": "7.1.1",
|
2022-11-18 22:54:15 +00:00
|
|
|
"eslint": "8.28.0",
|
2019-11-09 22:59:38 +00:00
|
|
|
"eslint-plugin-chai": "0.0.1",
|
2022-01-30 05:46:35 +00:00
|
|
|
"eslint-plugin-chai-expect": "3.0.0",
|
2021-02-09 14:07:20 +00:00
|
|
|
"eslint-plugin-chai-expect-keywords": "2.1.0",
|
2022-04-22 22:20:51 +00:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
2022-07-30 13:35:55 +00:00
|
|
|
"eslint-plugin-mocha": "10.1.0",
|
2019-11-09 22:59:38 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
2022-10-15 17:34:01 +00:00
|
|
|
"eslint-plugin-sonarjs": "0.16.0",
|
2022-10-20 18:57:58 +00:00
|
|
|
"fast-check": "3.3.0",
|
2022-10-16 01:13:19 +00:00
|
|
|
"mocha": "10.1.0",
|
2022-10-19 07:01:51 +00:00
|
|
|
"mocha-foam": "0.1.10",
|
2022-10-28 19:37:01 +00:00
|
|
|
"mock-fs": "5.2.0",
|
2021-07-10 22:06:50 +00:00
|
|
|
"noicejs": "4.0.0",
|
2022-11-19 16:36:36 +00:00
|
|
|
"sinon": "14.0.2",
|
2021-06-12 00:42:17 +00:00
|
|
|
"sinon-chai": "3.7.0",
|
2022-02-02 05:24:46 +00:00
|
|
|
"source-map-support": "0.5.21",
|
2022-05-24 15:11:41 +00:00
|
|
|
"standard-version": "9.5.0",
|
2022-10-08 20:06:39 +00:00
|
|
|
"typescript": "4.8.4"
|
2019-09-17 12:45:15 +00:00
|
|
|
},
|
|
|
|
"nyc": {
|
|
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
|
|
|
}
|
|
|
|
}
|