@cthulhu-oidc/olsontimezone
Advanced tools
Comparing version 0.0.38 to 0.0.39-next.20220507.d95d37e8
144
package.json
{ | ||
"name": "@cthulhu-oidc/olsontimezone", | ||
"version": "0.0.38", | ||
"description": "TS Library for Olson-Timezone ", | ||
"main": "./dist/index.js", | ||
"types": "./types/index.d.ts", | ||
"scripts": { | ||
"build": "npm run clean && npm run build:node && npm run build:types", | ||
"build:node": "tsc -p .", | ||
"build:types": "dts-bundle-generator -o ./types/index.d.ts ./src/index.ts --project ./tsconfig.types.json --no-check --disable-symlinks-following ", | ||
"prepare:next": "node ./scripts/prepareNext.js", | ||
"clean": "rimraf ./build && rimraf ./types && rimraf ./dist", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"test": "npm run test:ts && npm run test:types", | ||
"test:ts": "tsc -p ./tsconfig.test.json && mocha --recursive './build/spec/*.spec.js' --preserve-symlinks && npm run clean", | ||
"test:types": "npm run build:types && tsd && npm run clean", | ||
"test:coverage": "tsc -p ./tsconfig.test.json && nyc mocha --require ts-node/register --require source-map-support/register --recursive './spec/*.spec.ts' && npm run clean" | ||
}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "1.0.2", | ||
"@types/chai": "4.3.1", | ||
"@types/mocha": "9.1.1", | ||
"@types/node": "17.0.31", | ||
"@typescript-eslint/eslint-plugin": "5.22.0", | ||
"@typescript-eslint/parser": "5.22.0", | ||
"chai": "4.3.6", | ||
"dts-bundle-generator": "6.9.0", | ||
"eslint": "8.14.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-promise": "6.0.0", | ||
"eslint-plugin-security": "1.5.0", | ||
"eslint-plugin-security-node": "1.1.1", | ||
"eslint-plugin-sonarjs": "0.13.0", | ||
"mocha": "10.0.0", | ||
"nyc": "15.1.0", | ||
"rimraf": "3.0.2", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.7.0", | ||
"tsd": "0.20.0", | ||
"typescript": "4.6.4" | ||
}, | ||
"files": [ | ||
"package.json", | ||
"LICENSE", | ||
"README.MD", | ||
"dist", | ||
"types" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cthulhu-oidc/olsontimezone.git" | ||
}, | ||
"author": "Aras Abbasi <aras.abbasi@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/cthulhu-oidc/olsontimezone/issues" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"tsd": { | ||
"directory": "spec/types", | ||
"compilerOptions": { | ||
"strict": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"strictNullChecks": true, | ||
"module": "commonjs", | ||
"target": "ES2017" | ||
} | ||
}, | ||
"homepage": "https://github.com/cthulhu-oidc/olsontimezone#readme" | ||
} | ||
"name": "@cthulhu-oidc/olsontimezone", | ||
"version": "0.0.39-next.20220507.d95d37e8", | ||
"description": "TS Library for Olson-Timezone ", | ||
"main": "./dist/index.js", | ||
"types": "./types/index.d.ts", | ||
"scripts": { | ||
"build": "npm run clean && npm run build:node && npm run build:types", | ||
"build:node": "tsc -p .", | ||
"build:types": "dts-bundle-generator -o ./types/index.d.ts ./src/index.ts --project ./tsconfig.types.json --no-check --disable-symlinks-following ", | ||
"prepare:next": "node ./scripts/prepareNext.js", | ||
"clean": "rimraf ./build && rimraf ./types && rimraf ./dist", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"test": "npm run test:ts && npm run test:types", | ||
"test:ts": "tsc -p ./tsconfig.test.json && mocha --recursive './build/spec/*.spec.js' --preserve-symlinks && npm run clean", | ||
"test:types": "npm run build:types && tsd && npm run clean", | ||
"test:coverage": "tsc -p ./tsconfig.test.json && nyc mocha --require ts-node/register --require source-map-support/register --recursive './spec/*.spec.ts' && npm run clean" | ||
}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "1.0.2", | ||
"@types/chai": "4.3.1", | ||
"@types/mocha": "9.1.1", | ||
"@types/node": "17.0.31", | ||
"@typescript-eslint/eslint-plugin": "5.22.0", | ||
"@typescript-eslint/parser": "5.22.0", | ||
"chai": "4.3.6", | ||
"dts-bundle-generator": "6.9.0", | ||
"eslint": "8.14.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-promise": "6.0.0", | ||
"eslint-plugin-security": "1.5.0", | ||
"eslint-plugin-security-node": "1.1.1", | ||
"eslint-plugin-sonarjs": "0.13.0", | ||
"mocha": "10.0.0", | ||
"nyc": "15.1.0", | ||
"rimraf": "3.0.2", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.7.0", | ||
"tsd": "0.20.0", | ||
"typescript": "4.6.4" | ||
}, | ||
"files": [ | ||
"package.json", | ||
"LICENSE", | ||
"README.MD", | ||
"dist", | ||
"types" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cthulhu-oidc/olsontimezone.git" | ||
}, | ||
"author": "Aras Abbasi <aras.abbasi@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/cthulhu-oidc/olsontimezone/issues" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"tsd": { | ||
"directory": "spec/types", | ||
"compilerOptions": { | ||
"strict": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"strictNullChecks": true, | ||
"module": "commonjs", | ||
"target": "ES2017" | ||
} | ||
}, | ||
"homepage": "https://github.com/cthulhu-oidc/olsontimezone#readme" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41149