Skip to content
Snippets Groups Projects
Commit 792b3f64 authored by Erkan Karabulut's avatar Erkan Karabulut
Browse files

push missing npm files

parent adb23791
No related branches found
No related tags found
No related merge requests found
{
"name": "openapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JiTos",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"http": "^0.0.1-security",
"tsmatch-connector": "file:../tsmatch-connector",
"uuid": "^8.3.2",
"ws": "^7.5.5"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}
# OSX
#
.DS_Store
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
# node.js
#
node_modules/
npm-debug.log
yarn-error.log
# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/
*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots
# Bundle artifact
*.jsbundle
# CocoaPods
/ios/Pods/
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};
{
"name": "TSMatchApp",
"version": "1.2.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.9",
"@react-native-community/checkbox": "^0.5.6",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-picker/picker": "^1.9.4",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"buffer": "^6.0.3",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-cardview": "^2.0.5",
"react-native-dropdown-picker": "4.0.2",
"react-native-elements": "^3.0.0-alpha.1",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-gesture-handler": "^1.9.0",
"react-native-invoke-app": "^1.0.6",
"react-native-push-notification": "^7.4.0",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.16.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-svg-charts": "^5.4.0",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "^7.1.0",
"react-redux": "^7.2.2",
"react_native_mqtt": "^1.3.1",
"redux": "^4.0.5",
"underscore": "^1.12.0",
"xml2js": "^0.4.23",
"events": "^3.3.0",
"timers": "^0.1.1",
"stream": "^0.0.2",
"string_decoder": "^1.3.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^1.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}
build/
node_modules
{
"extends": "./node_modules/gts/"
}
node_modules
build
.eslintignore
.gitignore
package-lock.json
src/agent.info.ts
module.exports = {
...require('gts/.prettierrc.json')
}
{
"name": "tsmatch-connector",
"version": "1.0.0",
"description": "A package that allows to interact with a TSMatch (Things to Service Matching) instance",
"main": "index.js",
"scripts": {
"build": "tsc ./src/**.ts --outDir ./build",
"test": "node ./build/Test.js",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix"
},
"keywords": [
"tsmatch",
"iiot",
"efpf"
],
"author": "Erkan Karabulut <karabulut@fortiss.org> (https://fortiss.org)",
"license": "ISC",
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.5.4",
"gts": "^3.1.0",
"@types/node": "^14.11.2"
},
"dependencies": {
"mqtt": "^4.3.1"
}
}
{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build"
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {},
"rulesDirectory": []
}
# Specifies files to intentionally ignore when using Git
# http://git-scm.com/docs/gitignore
node_modules/
bin/
bld/
dist/
es5/
es6/
etc/
coverage/
$RECYCLE.BIN/
*.sublime-project
*.sublime-workspace
.idea/
.vs/
.vscode/
.settings/
.versions/
.tmp/
.sass-cache
log.txt
debug.log
npm-debug.log*
engine
tmp/config.txt
*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
*.swp
.DS_Store
Thumbs.db
.typingsrc
UserInterfaceState.xcuserstate
agent.info.ts
\ No newline at end of file
{
"name": "tsmatch_component",
"version": "1.0.0",
"description": "a first set-up for the TSMatch component responsible for dat matching between IoT devices and services",
"scripts": {
"build": "gulp build",
"lint": "gulp lint",
"lint:fix": "gulp lint:fix",
"broker": "coaty-scripts broker",
"broker:verbose": "coaty-scripts broker --verbose",
"service": "node -r dotenv/config dist/service/Agent.js"
},
"readme": "README.md",
"author": "Bnouhanna",
"license": "MIT",
"private": true,
"dependencies": {
"@coaty/core": "^2.0.0",
"dotenv": "^8.2.0",
"natural": "^2.1.5",
"pg": "^7.18.2",
"rxjs": "^6.5.4",
"string-similarity": "^4.0.2",
"run-parallel": "^1.2.0",
"neo4j-driver": "^4.3.1",
"js-yaml": "^4.1.0",
"underscore": "^1.13.1"
},
"devDependencies": {
"@types/node": "^13.9.0",
"@types/string-similarity": "^3.0.0",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"tslint": "^5.20.1",
"typescript": "^3.8.3"
}
}
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
"noUnusedParameters": false,
"skipLibCheck": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false,
"inlineSourceMap": true,
"inlineSources": false,
"noImplicitAny": false,
"removeComments": true,
"rootDir": "src",
"outDir": "dist",
"lib": [
"es6",
"scripthost"
],
"module": "commonjs",
"moduleResolution": "node",
"target": "es5"
},
"compileOnSave": false
}
\ No newline at end of file
{
"extends": "@coaty/core/tslint-config"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment