node-containerpattern
Advanced tools
Comparing version 1.7.5 to 1.7.6
{ | ||
"name": "node-containerpattern", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"description": "A 'Container pattern' object for a clean global use of data.", | ||
@@ -21,3 +22,3 @@ | ||
"build": "npx tsc --project \"./tsconfig.json\"", | ||
"build": "node ./removeOldBuild.js && npx tsc --project \"./tsconfig.json\"", | ||
@@ -37,3 +38,21 @@ "lint": "npx eslint ./test/**/*.js", | ||
], | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/node": "20.8.2", | ||
"check-version-modules": "2.0.0", | ||
"coveralls": "3.1.1", | ||
"eslint": "8.50.0", | ||
"fs-extra": "11.1.1", | ||
"husky": "8.0.3", | ||
"mocha": "10.2.0", | ||
"nyc": "15.1.0", | ||
"typescript": "5.2.2", | ||
"used-deps-analyzer": "0.1.8" | ||
}, | ||
"optionalDependencies": {}, | ||
"husky": { | ||
@@ -44,6 +63,2 @@ "hooks": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Psychopoulet/node-containerpattern.git" | ||
}, | ||
"keywords": [ | ||
@@ -64,22 +79,12 @@ "node", | ||
"license": "ISC", | ||
"homepage": "https://github.com/Psychopoulet/node-containerpattern#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Psychopoulet/node-containerpattern.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Psychopoulet/node-containerpattern/issues" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/node": "20.5.0", | ||
"check-version-modules": "1.3.5", | ||
"coveralls": "3.1.1", | ||
"eslint": "8.47.0", | ||
"fs-extra": "11.1.1", | ||
"husky": "8.0.3", | ||
"mocha": "10.2.0", | ||
"nyc": "15.1.0", | ||
"typescript": "5.1.6", | ||
"used-deps-analyzer": "0.1.2" | ||
}, | ||
"homepage": "https://github.com/Psychopoulet/node-containerpattern#readme", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
42673