theprogrammablemind
Advanced tools
Comparing version 7.1.4-beta.3 to 7.2.0
{ | ||
"keywords": [ | ||
"NLP", | ||
"NLU", | ||
"NLC", | ||
"natural language processing", | ||
"natural language generation", | ||
"natural language understanding", | ||
"chatbot" | ||
], | ||
"version": "7.2.0", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"jest": "^26.6.3", | ||
"@typescript-eslint/parser": "^4.28.4", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint": "^7.31.0", | ||
"eslint-plugin-promise": "^5.1.0" | ||
}, | ||
"author": "dev@thinktelligence.com", | ||
"name": "theprogrammablemind", | ||
"dependencies": { | ||
"uuid": "^8.3.2", | ||
"sort-json": "^2.0.0", | ||
"fs": "0.0.1-security", | ||
"lodash": "^4.17.20", | ||
"readline": "^1.3.0", | ||
"underscore": "^1.13.1", | ||
"json-diff": "^1.0.3", | ||
"node-fetch": "^2.6.1", | ||
"base-64": "^1.0.0", | ||
"deep-equal": "^2.0.4", | ||
"uuid": "^8.3.2", | ||
"json-stable-stringify": "^1.0.1", | ||
"scriptjs": "^2.5.9", | ||
"underscore": "^1.13.1", | ||
"json-stable-stringify": "^1.0.1", | ||
"json-diff": "^1.0.3", | ||
"fs": "0.0.1-security", | ||
"node-fetch": "^2.6.1" | ||
"sort-json": "^2.0.0" | ||
}, | ||
"main": "index.js", | ||
"files": [ | ||
@@ -39,26 +42,23 @@ "client.js", | ||
], | ||
"name": "theprogrammablemind", | ||
"keywords": [ | ||
"NLP", | ||
"NLU", | ||
"NLC", | ||
"natural language processing", | ||
"natural language generation", | ||
"natural language understanding", | ||
"chatbot" | ||
], | ||
"main": "index.js", | ||
"license": "ISC", | ||
"scripts": { | ||
"lint": "eslint \"**/*.js\"", | ||
"tod": "node inspect node_modules/.bin/jest --runInBand -t NEO", | ||
"to:debug": "node inspect node_modules/.bin/jest --runInBand -t NEO", | ||
"lint:fix": "eslint \"**/*.js\" --fix", | ||
"test:debug": "node inspect node_modules/.bin/jest --runInBand --config ./jest.config.json", | ||
"test": "jest --config ./jest.config.json", | ||
"lint:fix": "eslint \"**/*.js\" --fix", | ||
"test:watch": "npm run test -- --watch", | ||
"to": "node node_modules/.bin/jest --runInBand -t NEO", | ||
"tod": "node inspect node_modules/.bin/jest --runInBand -t NEO" | ||
}, | ||
"license": "ISC", | ||
"devDependencies": { | ||
"eslint-plugin-import": "^2.23.4", | ||
"jest": "^26.6.3", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint": "^7.31.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"@typescript-eslint/parser": "^4.28.4", | ||
"eslint-config-standard": "^16.0.3" | ||
}, | ||
"version": "7.1.4-beta.3", | ||
"author": "dev@thinktelligence.com" | ||
"to": "node node_modules/.bin/jest --runInBand -t NEO" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
155817