2
0
This commit is contained in:
2026-02-21 21:08:06 +01:00
parent e404c9a7ab
commit 7698040f1c
3 changed files with 32 additions and 31 deletions

29
.gitignore vendored
View File

@@ -1,4 +1,29 @@
*.iml
# Dependencies
/node_modules
.log
# Build output
dist/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS
.DS_Store
Thumbs.db
# Editor / IDE
*.iml
.idea/
.vscode/
# Package manager files
package-lock.json
yarn.lock
*.tgz
# Secrets
.npmrc

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
lts/*

View File

@@ -1,32 +1,4 @@
{
"_args": [
[
"node-red-contrib-mi-devices@1.1.1",
"/private/var/node-red"
]
],
"_from": "node-red-contrib-mi-devices@1.1.1",
"_id": "node-red-contrib-mi-devices@1.1.1",
"_inBundle": false,
"_integrity": "sha512-uUizxWcRgjML83O+nfElPoct6q+2cZHLN96gvSagzx7MtEtcVtTz0pUYiebWhNWd4EzM5UvDa9mI7KYHNmIKPg==",
"_location": "/node-red-contrib-mi-devices",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-red-contrib-mi-devices@1.1.1",
"name": "node-red-contrib-mi-devices",
"escapedName": "node-red-contrib-mi-devices",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/node-red-contrib-mi-devices/-/node-red-contrib-mi-devices-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "/private/var/node-red",
"author": {
"name": "Pierre CLEMENT"
},
@@ -92,5 +64,8 @@
"build:ts": "tsc --allowUnreachableCode -p .",
"clean": "rimraf dist"
},
"version": "1.1.1"
"version": "1.1.9",
"publishConfig": {
"registry": "https://git.familie-berner.de/api/packages/Open/npm/"
}
}