Dia antes primera install
This commit is contained in:
53
node_modules/node-red-contrib-buffer-parser/package.json
generated
vendored
Normal file
53
node_modules/node-red-contrib-buffer-parser/package.json
generated
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "node-red-contrib-buffer-parser",
|
||||
"version": "3.2.2",
|
||||
"description": "Node-red nodes to convert values to and from buffer/array. Supports Big/Little Endian, BCD, byte swapping and much more",
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"parser",
|
||||
"converter",
|
||||
"buffer",
|
||||
"plc",
|
||||
"BCD",
|
||||
"endian",
|
||||
"swap",
|
||||
"byte swap"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Steve-Mcl",
|
||||
"email": "44235289+Steve-Mcl@users.noreply.github.com"
|
||||
}
|
||||
],
|
||||
"author": {
|
||||
"name": "Steve-Mcl"
|
||||
},
|
||||
"node-red": {
|
||||
"version": ">=0.20.0",
|
||||
"nodes": {
|
||||
"buffer-parser": "buffer-parser.js",
|
||||
"buffer-maker": "buffer-maker.js"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node" : ">=10.4.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Steve-Mcl/node-red-contrib-buffer-parser/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Steve-Mcl/node-red-contrib-buffer-parser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Steve-Mcl/node-red-contrib-buffer-parser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"publish": "npm publish",
|
||||
"test": "mocha \"test/**/*_spec.js\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^8.2.1",
|
||||
"node-red-node-test-helper": "^0.2.5",
|
||||
"should": "^13.2.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user